@import "../fonts/icons/flaticon.css";
@import "../fonts/opensans/stylesheet.css";
.row {
  margin: 0;
  padding: 0 10px;
}
.dropdown-submenu {
  position: relative;
  padding: 10px;
}
.dropdown-submenu > .dropdown-menu {
  background: #222222;
  color: #ffffff;
  -webkit-transition: all 0.15s ease-in, ease-out;
  -moz-transition: all 0.15s ease-in, ease-out;
  -ms-transition: all 0.15s ease-in, ease-out;
  -o-transition: all 0.15s ease-in, ease-out;
  transition: all 0.15s ease-in, ease-out;
  top: 64px;
  left: 0;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
  font-size: 18px;
}
.dropdown-submenu > .dropdown-menu a {
  color: #ffffff;
}
.dropdown-submenu > .dropdown-menu .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
a {
  text-decoration: none;
}
li a {
  text-decoration: none;
}
.bg1 {
  background-color: #a6ce39;
}
.bg2 {
  background-color: #2a2a2a;
}
.bg3 {
  background-color: #363535;
}
.bg4 {
  background-color: #d2d2d2;
}
.bg5 {
  background-color: #ebebeb;
}
.bg6 {
  background-color: #090909;
}
.bg7 {
  background-color: #3e4046;
}
.bg8 {
  background-color: #2a2a2a;
}
.bg9 {
  background-color: #e8e9e9;
}
.bg10 {
  background-color: #efe4c7;
}
.c1 {
  color: #a6ce39;
}
.c2 {
  color: #2a2a2a;
}
.c3 {
  color: #363535;
}
.c4 {
  color: #d2d2d2;
}
.c5 {
  color: #ebebeb;
}
.c6 {
  color: #090909;
}
.c7 {
  color: #3e4046;
}
.c8 {
  color: #2a2a2a;
}
.c9 {
  color: #e8e9e9;
}
.c10 {
  color: #efe4c7;
}
html,
body {
  font-family: "Lato";
  font-weight: 400;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: #363535;
  background: url("../img/bg.jpg") repeat;
}
body.home .vc_row {
  margin-left: auto!important;
  margin-right: auto!important;
}
p {
  font-size: 1rem;
  line-height: 2rem;
}
h1,
h2 {
  margin-bottom: 55px;
}
h1 {
  font-size: 3rem;
  font-family: "Lato";
  font-weight: 900;
}
h2 {
  font-size: 1.875rem;
  font-family: "Lato";
  font-weight: 900;
}
h3 {
  font-size: 1.5rem;
  font-family: "Lato";
  font-weight: 900;
}
h4 {
  font-size: 1.25rem;
  font-family: "Lato";
  font-weight: 900;
}
h5 {
  font-size: 1.125rem;
  font-family: "Lato";
  font-weight: 900;
}
h6 {
  font-size: 1.125rem;
  font-family: "Lato";
  font-weight: 900;
}
.entry-header h1 {
  color: #190b52;
  text-align: center;
}
.home h1,
.home h2,
.home h3,
.home h4,
.home h5 {
  color: #190b52;
}
.home h1 {
  font-size: 3rem;
  font-family: "Lato";
  font-weight: 900;
}
.home h1 strong {
  font-family: "Lato" !important;
  font-weight: 900 !important;
}
.home h2 {
  font-size: 3rem;
  font-family: "Lato";
  font-weight: 900;
}
.home h2 strong {
  font-family: "Lato" !important;
  font-weight: 900 !important;
}
.home h3 {
  font-size: 1.875rem;
  font-family: "Lato";
  font-weight: 900;
}
.home h4 {
  font-size: 1.5rem;
  font-family: "Lato";
  font-weight: 900;
}
.home h5 {
  font-size: 1.25rem;
  font-family: "Lato";
  font-weight: 900;
}
.home h6 {
  font-size: 1.125rem;
  font-family: "Lato";
  font-weight: 900;
}
ul {
  list-style: circle;
}
ul li {
  margin: 5px 0;
  margin-left: 25px;
}
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
a,
a:hover,
a:focus {
  color: #2a2a2a;
}
label {
  display: block;
}
.strong,
strong {
  font-family: "Lato";
  font-weight: 900;
}
.all {
  width: 100%;
  min-height: 1000px;
  overflow: hidden;
}
.header {
  background-size: 100% auto;
}
.section {
  margin-top: 10px;
  margin-bottom: 60px;
}
.navbar-brand {
  max-width: 300px;
  padding: 15px 0;
}
.navbar-brand .navbar-logo {
  display: block;
  float: left;
  width: auto;
  height: 56px;
}
.navbar-brand .expertsofa {
  display: block;
  float: left;
  width: auto;
  height: 56px;
  margin-right: 10px;
}
.navbar-icons li {
  margin: 0 3px;
}
.navbar-icons li a {
  padding: 30px 0;
}
.navbar-icons .navbar-icon {
  width: auto;
  height: 24px;
}
.navbar-change {
  min-height: 93px;
  background: #ffffff;
  border-bottom: 1px solid #b3b3b3;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.navbar-change .navbar-nav-change {
  font-size: 1.25rem;
  text-transform: uppercase;
  margin: 0 35px;
  height: 93px;
  vertical-align: middle;
  font-family: "Lato";
  font-weight: 900;
}
.navbar-change .navbar-nav-change li {
  display: block;
  height: 100%;
  margin: 0 5px;
  background: none;
}
.navbar-change .navbar-nav-change li a:before {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 0%;
  height: 2px;
  display: block;
  content: '';
  background: #a6ce39;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
.navbar-change .navbar-nav-change li a,
.navbar-change .navbar-nav-change li a:focus,
.navbar-change .navbar-nav-change li a:hover {
  text-align: center;
  display: block;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #363535;
  border: none;
  background: none;
  margin: 0;
  line-height: 2;
  padding: 21px 11px;
}
.navbar-change .navbar-nav-change li:hover,
.navbar-change .navbar-nav-change li.active {
  background: none;
}
.navbar-change .navbar-nav-change li:hover a:before,
.navbar-change .navbar-nav-change li.active a:before {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.navbar-change .navbar-nav-change li:hover a,
.navbar-change .navbar-nav-change li.active a,
.navbar-change .navbar-nav-change li:hover a:focus,
.navbar-change .navbar-nav-change li.active a:focus,
.navbar-change .navbar-nav-change li:hover a:hover,
.navbar-change .navbar-nav-change li.active a:hover {
  color: #000000;
  background: none;
}
.navbar-change li:nth-of-type(4n+1):hover a:before,
.navbar-change li:nth-of-type(4n+1).active a:before {
  background: #ed1c24;
}
.navbar-change li:nth-of-type(4n+1):hover a,
.navbar-change li:nth-of-type(4n+1).active a,
.navbar-change li:nth-of-type(4n+1):hover a:focus,
.navbar-change li:nth-of-type(4n+1).active a:focus,
.navbar-change li:nth-of-type(4n+1):hover a:hover,
.navbar-change li:nth-of-type(4n+1).active a:hover {
  color: #ed1c24;
}
.navbar-change li:nth-of-type(4n+2):hover a:before,
.navbar-change li:nth-of-type(4n+2).active a:before {
  background: #190b52;
}
.navbar-change li:nth-of-type(4n+2):hover a,
.navbar-change li:nth-of-type(4n+2).active a,
.navbar-change li:nth-of-type(4n+2):hover a:focus,
.navbar-change li:nth-of-type(4n+2).active a:focus,
.navbar-change li:nth-of-type(4n+2):hover a:hover,
.navbar-change li:nth-of-type(4n+2).active a:hover {
  color: #190b52;
}
.navbar-change li:nth-of-type(4n+3):hover a:before,
.navbar-change li:nth-of-type(4n+3).active a:before {
  background: #a6ce39;
}
.navbar-change li:nth-of-type(4n+3):hover a,
.navbar-change li:nth-of-type(4n+3).active a,
.navbar-change li:nth-of-type(4n+3):hover a:focus,
.navbar-change li:nth-of-type(4n+3).active a:focus,
.navbar-change li:nth-of-type(4n+3):hover a:hover,
.navbar-change li:nth-of-type(4n+3).active a:hover {
  color: #a6ce39;
}
.navbar-change li:nth-of-type(4n+4):hover a:before,
.navbar-change li:nth-of-type(4n+4).active a:before {
  background: #0095da;
}
.navbar-change li:nth-of-type(4n+4):hover a,
.navbar-change li:nth-of-type(4n+4).active a,
.navbar-change li:nth-of-type(4n+4):hover a:focus,
.navbar-change li:nth-of-type(4n+4).active a:focus,
.navbar-change li:nth-of-type(4n+4):hover a:hover,
.navbar-change li:nth-of-type(4n+4).active a:hover {
  color: #0095da;
}
.navbar-change .navbar-nav .dropdown-menu {
  margin-top: -25px !important;
  font-size: 1rem;
  -webkit-box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0);
  -o-box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0);
  -ms-box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0);
  box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0);
  border: 0;
}
.navbar-change .navbar-nav .dropdown-menu li {
  text-transform: none;
  line-height: normal;
  font-size: 0.875rem;
}
.navbar-change .navbar-nav .dropdown-menu li a,
.navbar-change .navbar-nav .dropdown-menu li a:hover,
.navbar-change .navbar-nav .dropdown-menu li a:focus {
  color: #363535 !important;
  padding: 0;
  text-align: left;
}
.navbar-change .navbar-nav .dropdown-menu li a:before {
  display: none!important;
}
.navbar-change .navbar-nav .dropdown-menu li:hover a,
.navbar-change .navbar-nav .dropdown-menu li.active a,
.navbar-change .navbar-nav .dropdown-menu li:hover a:hover,
.navbar-change .navbar-nav .dropdown-menu li.active a:hover,
.navbar-change .navbar-nav .dropdown-menu li:hover a:focus,
.navbar-change .navbar-nav .dropdown-menu li.active a:focus {
  color: #a6ce39 !important;
}
.navbar-change .navbar-nav .dropdown-menu .dropdown-header {
  text-align: left;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #d2d2d2;
}
#zamow-serwis {
  padding-top: 200px;
}
#zamow-serwis .container {
  border-top: 18px solid #a6ce39;
  padding-top: 50px;
}
.index-bg {
  background: url("../img/service-form-bg.png") no-repeat;
  background-size: cover;
  min-height: 1000px;
}
.offer-index {
  min-height: 586px;
  position: relative;
  overflow: hidden;
  margin: 0!important;
}
.offer-index .offer-fullwidth {
  max-width: 420px;
  position: absolute;
}
.offer-index .offer-fullwidth img {
  width: 100%;
}
.offer-index .offer-holder {
  max-width: 1660px;
}
.offer-index .offer-box {
  padding: 0 50px;
}
.offer-index .offer-box .offer-icon {
  color: #363535;
  display: table;
  margin: auto;
  font-size: 6rem;
}
.offer-index .offer-box h3 {
  text-align: center;
  color: #0095da;
}
.offer-index .offer-box p {
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-align: center;
  padding: 5px 25px;
}
.offer-index .offer-item {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.offer-index .offer-item .offer-link {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 5px 15px;
  text-decoration: none;
  color: #ffffff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  display: block;
  width: 300px;
  margin: auto;
  text-align: center;
  font-size: 0.875rem;
}
.offer-index .offer-item:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
.offer-index .offer-item:nth-of-type(even) h3 {
  color: #ed1c24 !important;
}
.offer-index .offer-item:nth-of-type(even) .offer-link {
  background: #ed1c24;
}
.offer-index .offer-item:nth-of-type(even) .offer-link:hover {
  background: #190b52;
}
.offer-index .offer-item:nth-of-type(odd) .offer-link {
  background: #0095da;
}
.offer-index .offer-item:nth-of-type(odd) .offer-link:hover {
  background: #a6ce39;
}
#overlay {
  z-index: 2000!important;
}
#lightbox {
  z-index: 2001!important;
}
.hover-img-zoom {
  overflow: hidden;
}
.hover-img-zoom img {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.hover-img-zoom:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
.form-index .form-icon {
  color: #363535;
  display: table;
  margin: auto;
  font-size: 10rem;
}
.form-right-border {
  border-right: 1px solid #d2d2d2;
}
.form-contact {
  margin: 35px 10px;
  font-size: 1.25rem;
}
.form-contact .form-group label {
  font-family: "Lato";
  font-weight: 400;
  margin-left: 15px;
}
.form-contact .form-group input,
.form-contact .form-group textarea {
  width: 100%;
  display: block;
  height: 48px;
  padding: 20px 10px;
  background: #ffffff;
  color: #363535;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -o-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
  border: 1px solid #d2d2d2;
  -webkik-box-shadow: 0px 7px 3px 0px rgba(1, 2, 2, 0.1), inset 0px 4px 5px 0px rgba(1, 2, 2, 0.1);
  -moz-box-shadow: 0px 7px 3px 0px rgba(1, 2, 2, 0.1), inset 0px 4px 5px 0px rgba(1, 2, 2, 0.1);
  -o-box-shadow: 0px 7px 3px 0px rgba(1, 2, 2, 0.1), inset 0px 4px 5px 0px rgba(1, 2, 2, 0.1);
  -ms-box-shadow: 0px 7px 3px 0px rgba(1, 2, 2, 0.1), inset 0px 4px 5px 0px rgba(1, 2, 2, 0.1);
  box-shadow: 0px 7px 3px 0px rgba(1, 2, 2, 0.1), inset 0px 4px 5px 0px rgba(1, 2, 2, 0.1);
}
.form-contact .form-group textarea {
  height: 404px!important;
}
textarea.form-control {
  height: 260px!important;
}
span.wpcf7-not-valid-tip {
  font-size: 0.7rem;
}
.button-submit {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  float: right;
  font-family: "Lato";
  font-weight: 300;
  width: 200px;
  padding: 5px;
  background: none;
  border: 0;
  color: #ffffff;
  background: #a6ce39;
  margin: 25px 5px;
}
.button-submit:hover {
  background: #363535;
}
.logo-slider-index {
  width: 100%;
  display: block;
  margin: 5px 0;
  padding: 15px;
  border-bottom: 1px solid #e8e9e9;
}
.logo-slider-index .kiwi-logo-carousel li {
  width: 180px!important;
  height: 75px!important;
}
.logo-slider-index .bx-viewport {
  height: 80px!important;
}
.logo-slider-index .bx-wrapper {
  max-width: 1200px!important;
}
.logo-slider-index .helper {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 160px!important;
  height: auto!important;
}
.logo-slider-index .helper img {
  width: auto!important;
  height: 100%!important;
}
.logo-slider-index .helper:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
.logo-slider-index .kiwi-title {
  display: block;
  color: #ed1c24;
  font-size: 0.775rem;
  font-family: "Lato";
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin: 5px auto!important;
}
.kiwi-fixed {
  top: 80px!important;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
  padding: 0;
}
.articles .article-holder-img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  max-width: 410px;
  max-height: 294px;
  overflow: hidden;
  margin-bottom: 20px;
  opacity: .75;
}
.articles .article-holder-img img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}
.articles .article-item:hover .article-holder-img {
  opacity: 1;
}
.articles .article-item:hover .article-holder-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.articles .article-time {
  margin: 10px 0;
}
.articles .article-link {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #a6ce39;
  text-decoration: none;
}
.articles .article-link:hover {
  color: #363535;
}
.articles .article-title,
.articles h4 {
  color: #a6ce39;
  font-family: "Lato";
  font-weight: 900;
  font-size: 1.5rem;
}
.articles .article-text,
.articles p {
  font-size: 1rem;
}
.articles .article-mode:hover {
  color: #363535;
}
.articles .article-hr {
  width: 80%;
  display: table;
  margin: 10px auto;
}
.articles .article-holder-text {
  padding: 5px;
}
.vc_btn3.vc_btn3-color-juicy-pink,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
  margin: auto!important;
  display: block!important;
  background: #a6ce39 !important;
  padding: 8px 4px!important;
  width: 120px;
}
.vc_btn3.vc_btn3-color-juicy-pink:hover,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover {
  margin: auto!important;
  display: block!important;
  background: #0095da !important;
}
.vc_custom_1419240516480,
.nobg {
  background: none!important;
}
.article-hr .vc_separator .vc_sep_holder {
  border: 1px solid #d2d2d2;
  width: 80%;
  display: table;
  margin: 10px auto;
}
.article-hr .vc_separator .vc_sep_holder .vc_separator.vc_sep_color_grey .vc_sep_line {
  display: none!important;
}
.article-time {
  margin: 10px 0;
}
.article-title {
  color: #a6ce39;
  font-family: "Lato";
  font-weight: 900;
  font-size: 1.5rem;
}
.article-text {
  font-size: 1rem;
}
.article-more {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
  color: #a6ce39;
  font-size: 1rem;
}
.article-more a,
.article-more .vc_general.vc_btn3 {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
  color: #a6ce39;
  font-size: 1rem;
}
.article-more a:hover,
.article-more .vc_general.vc_btn3:hover {
  background: #a6ce39;
  color: #ffffff;
}
.vc_btn3.vc_btn3-size-md {
  padding: 4px!important;
}
.slider {
  width: 100%;
  background: #d2d2d2;
  border-bottom: 32px #2a2a2a solid;
}
.footer {
  margin-top: 80px;
  border-top: 16px #190b52 solid;
  background: #190b52 url("../img/footer-bg.png") no-repeat;
  background-size: cover;
  padding: 40px;
  color: #ffffff;
}
.footer a {
  color: #ffffff;
}
.footer .footer-title {
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #ffffff;
}
.footer .footer-holder-address {
  padding: 0 15px;
}
.footer .footer-address-list {
  list-style: none;
}
.footer .footer-address-list li {
  margin: 14px 5px;
}
.footer .footer-address-list li .footer-icon {
  font-size: 1rem;
  margin: 0 5px;
}
.footer .footer-holder {
  width: 220px;
  display: table;
  margin: auto;
}
.footer .footer-list {
  list-style: none;
}
.footer .footer-list li {
  margin: 0;
  text-transform: uppercase;
}
.footer .footer-list li a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 15px 0;
  display: block;
  padding: 5px;
  color: #ffffff;
  text-decoration: none;
}
.footer .footer-list li a:hover {
  background: #190b52;
}
.footer .footer-right-border {
  border-right: 1px solid #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .logo-footer {
  display: table;
  margin: auto;
  max-width: 256px;
}
.footer .logo-footer img {
  width: 100%;
}
.copyrights {
  padding: 10px 15px;
  background: #151515;
  color: #b3b3b3;
}
.copyrights a {
  color: #b3b3b3;
}
.copyrights a:hover {
  color: #ffffff;
}
h1 a,
h2 a,
h3 a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #363535;
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover {
  color: #a6ce39;
  text-decoration: none;
}
.img-full img {
  width: 100%;
  height: auto;
}
.article-single .single-img-holder {
  display: table;
  margin: 10px auto;
}
.article-single .entry-title {
  margin-left: 25px;
}
.article-single .entry-content {
  font-size: 1rem;
  line-height: 2rem;
  margin-bottom: 65px;
}
.article-single .entry-content a {
  color: #2a2a2a;
}
.comments-area {
  margin: 40px 15px;
}
.comments-area .comment-reply-title,
.comments-area .comments-title {
  font-size: 1.5rem !important;
  margin-bottom: 15px;
}
.comment-respond {
  border-top: 3px dashed #d2d2d2;
  max-width: 768px;
}
.comment-respond .comment-form-comment {
  clear: both;
}
.comment-respond .comment-form-comment textarea {
  width: 100%;
}
.comment-respond .submit {
  float: right;
}
.post-edit-link,
.post-edit-link:hover,
#vc_load-inline-editor,
#vc_load-inline-editor:hover {
  padding: 5px;
  background: #363535;
  color: #ffffff;
}
.phfix {
  position: fixed;
  left: 0;
  bottom: 15px;
  width: 200px;
  font-size: 3rem;
  z-index: 100;
}
.phfix .button-phone {
  color: #ffffff;
  font-family: "Lato";
  font-weight: 900;
  font-size: 1rem;
  text-transform: uppercase;
  width: 64px;
  height: 64px;
  border: 0;
  background: #0095da;
  padding: 0;
  margin: 0;
  display: inline;
  vertical-align: middle;
}
.phfix .button-text {
  display: inline;
  vertical-align: middle;
}
.phfix .phicon {
  font-size: 2rem;
}
.phone-date {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 10px 5px;
  background: #0095da;
  position: relative;
  left: -120%;
}
.phone-date .labelphonenumber {
  margin: 0;
  padding: 0;
  display: block;
  color: #ffffff;
  font-family: "Lato";
  font-weight: 300;
  font-size: 1.5rem;
  text-align: center;
}
.phone-date .phonenumber {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.ph-button-open {
  position: relative;
  left: 0%!important;
}
@media (min-width: 1480px) {
  .container {
    width: 1400px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1370px;
  }
}
@media (min-width: 1280px) {
  .product-holder {
    width: 20%!important;
  }
}
@media (max-width: 1200px) {
  .navbar-brand .navlogo-center {
    display: table;
    margin: auto;
    height: 48px;
  }
  .navbar-brand .navbar-logo {
    height: 48px;
  }
  .navbar-brand .expertsofa {
    height: 48px;
  }
}
@media (max-width: 1024px) {
  .navbar-change .navbar-nav-change li {
    margin: 0 5px;
  }
}
@media (max-width: 768px) {
  #navbarBind,
  .kiwi-fixed {
    position: static!important;
  }
  .fbfix,
  .phfix {
    display: none;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    padding-left: 15px;
  }
  .navbar-brand {
    max-width: 100%;
    height: 64px;
  }
  .navbar-brand img {
    width: auto;
    height: 100%;
  }
  .navbar-change {
    min-height: 64px;
  }
  .navbar-change .navbar-nav-change {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .navbar-change .navbar-nav-change li,
  .navbar-change .navbar-nav-change li:hover {
    text-align: left;
  }
  .navbar-change .navbar-nav-change li a,
  .navbar-change .navbar-nav-change li:hover a,
  .navbar-change .navbar-nav-change li a:hover,
  .navbar-change .navbar-nav-change li:hover a:hover,
  .navbar-change .navbar-nav-change li a:focus,
  .navbar-change .navbar-nav-change li:hover a:focus {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .navbar-change .navbar-nav-change {
    width: 100%;
  }
  .section .container {
    padding: 0;
  }
  .section .col-xs-1,
  .section .col-sm-1,
  .section .col-md-1,
  .section .col-lg-1,
  .section .col-xs-2,
  .section .col-sm-2,
  .section .col-md-2,
  .section .col-lg-2,
  .section .col-xs-3,
  .section .col-sm-3,
  .section .col-md-3,
  .section .col-lg-3,
  .section .col-xs-4,
  .section .col-sm-4,
  .section .col-md-4,
  .section .col-lg-4,
  .section .col-xs-5,
  .section .col-sm-5,
  .section .col-md-5,
  .section .col-lg-5,
  .section .col-xs-6,
  .section .col-sm-6,
  .section .col-md-6,
  .section .col-lg-6,
  .section .col-xs-7,
  .section .col-sm-7,
  .section .col-md-7,
  .section .col-lg-7,
  .section .col-xs-8,
  .section .col-sm-8,
  .section .col-md-8,
  .section .col-lg-8,
  .section .col-xs-9,
  .section .col-sm-9,
  .section .col-md-9,
  .section .col-lg-9,
  .section .col-xs-10,
  .section .col-sm-10,
  .section .col-md-10,
  .section .col-lg-10,
  .section .col-xs-11,
  .section .col-sm-11,
  .section .col-md-11,
  .section .col-lg-11,
  .section .col-xs-12,
  .section .col-sm-12,
  .section .col-md-12,
  .section .col-lg-12 {
    padding: 0;
  }
  .offer-box {
    padding: 0!important;
  }
  .offer-item {
    margin-top: 15px;
    margin-bottom: 25px;
    border-bottom: 2px solid #363535;
    padding: 25px 0;
  }
  .offer-item .offer-link {
    width: 100%!important;
  }
}
