﻿/*COLOR*/
/*LIST*/
/*WV-THEMES*/
/*BUTTON*/
/*CUSTOM*/
/**/
.clear {
  clear: both;
}
/*LINE-HEIGHT*/
/*LINKS*/
a:hover {
  opacity: .7;
}
/*FLOAT*/
.float-right {
  float: right;
}
.float-left {
  float: left;
}
/*MARGIN*/
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-top-20 {
  margin-top: 20px;
}
/*PADDING*/
.padding-top-3 {
  padding-top: 3px;
}
.padding-top-5 {
  padding-top: 5px;
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-top-12 {
  padding-top: 12px;
}
.padding-top-15 {
  padding-top: 15px;
}
.padding-top-35 {
  padding-top: 35px;
}
.padding-right-5 {
  padding-right: 5px;
}
.padding-right-10 {
  padding-right: 10px;
}
.padding-right-20 {
  padding-right: 20px;
}
.padding-left-5 {
  padding-left: 5px;
}
.padding-left-10 {
  padding-left: 10px;
}
.padding-left-20 {
  padding-left: 20px;
}
/*FONT SIZES*/
.font-size-15 {
  font-size: 15px;
}
.font-size-23 {
  font-size: 23px;
}
/*WIDTH*/
.width-155 {
  width: 155px;
}
.width-250 {
  width: 250px;
}
.width-300 {
  width: 300px;
}
.width-320 {
  width: 320px;
}
.width-380 {
  width: 380px;
}
/*HEADER*/
h1 {
  font-weight: 700;
}
h2 {
  font-weight: 500;
}
h3 {
  font-weight: 500;
  text-transform: uppercase;
}
h4 {
  font-style: normal;
}
p {
  font-weight: 300;
}
/*HR*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/**HEADER*/
header h2 {
  text-transform: uppercase;
  color: #4C4C4C;
  padding-bottom: 10px;
}
header p.date-published {
  color: #7F7F7F;
}
/**BACKGROUND-COLOR*/
.red-background {
  background-color: #9E2F39 !important;
}
.btn {
  padding-top: 4px;
  padding-bottom: 5px;
  border-radius: 3px;
}
.btn-lg {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 20px;
  padding-left: 45px;
  padding-right: 45px;
}
.btn-wv-default {
  color: #fff;
  background-color: #003358;
  border-color: #003358;
}
.btn-wv-default-black {
  color: #fff;
  background-color: #003358;
  border-color: #003358;
  background-color: #262626;
  border-color: #262626;
}
.btn-wv-default-black i {
  padding-left: 5px;
}
.btn-wv-red-enquire {
  color: #fff;
  background-color: #9E2F39;
  border-color: #9E2F39;
  padding: 12px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #fff;
  text-decoration: none;
  opacity: .7;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #3d4542;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
  color: #3d4542;
  text-transform: uppercase;
}
.navbar-toggle .icon-bar {
  width: 32px;
  height: 5px;
  border-radius: 3px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: unset;
}
form .form-control {
  border-radius: 0;
}
form .form-control::-webkit-input-placeholder {
  color: #7F7F7F;
}
form .form-control:-moz-placeholder {
  color: #7F7F7F;
}
form .form-control::-moz-placeholder {
  color: #7F7F7F;
}
form .form-control:-ms-input-placeholder {
  color: #7F7F7F;
}
.vertical-line {
  border-left: 1px solid #CCCCCC;
  margin-left: 30px;
  height: 360px;
}
/**UI-ACCORDION*/
uib-accordion .panel-group .panel {
  border: unset;
  box-shadow: unset;
}
uib-accordion .panel-group .panel .panel-title:hover,
uib-accordion .panel-group .panel .panel-title:visited,
uib-accordion .panel-group .panel .panel-title:active,
uib-accordion .panel-group .panel .panel-title:focus {
  opacity: 0.7;
}
uib-accordion .panel-group .panel .panel-title a:hover,
uib-accordion .panel-group .panel .panel-title a:visited,
uib-accordion .panel-group .panel .panel-title a:active,
uib-accordion .panel-group .panel .panel-title a:focus {
  text-decoration: none;
  outline: none;
}
uib-accordion .panel-group .panel .panel-title a span h4 {
  margin: 0;
  float: left;
}
uib-accordion .panel-group .panel .panel-title a span i {
  padding-left: 15px;
  color: #CCCCCC;
}
uib-accordion .panel-group .panel .panel-collapse .panel-body {
  border-top: unset;
  padding-left: 0;
}
uib-accordion .panel-group .panel .panel-heading {
  padding: 0;
}
uib-accordion .panel-group .panel-body {
  border-top: unset;
}
/**SPINNER*/
.spinner {
  width: 40px;
  height: 40px;
  background-color: #003358;
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
#fof {
  display: block;
  width: 100%;
  line-height: 1.6em;
  text-align: center;
}
#fof h1 {
  font-size: 80px;
  text-transform: uppercase;
}
#fof img {
  margin-bottom: 25px;
}
#fof p {
  display: block;
  margin: 0 0 25px 0;
  padding: 0;
  font-size: 16px;
}
#fof #respond input {
  width: 200px;
  padding: 5px;
  border: 1px solid #CCCCCC;
}
#fof #respond #submit {
  width: auto;
}
.p-float-right {
  width: 400px;
  height: 400px;
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
}
.list-style-circle {
  list-style-type: circle !important;
}
body {
  font-family: museo-sans, sans-serif;
  padding-top: 100px;
  font-weight: 300;
}
body div {
  font-weight: 300;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
nav .navbar-header {
  height: 100px;
}
nav .navbar-header .navbar-toggle {
  border-color: #fff;
  margin-top: 30px;
}
nav .navbar-header .navbar-toggle .icon-bar {
  background-color: #063968;
  font-size: 100px;
  width: 26px;
}
nav .navbar-header a.navbar-brand img {
  width: 270px;
}
nav.navbar-default {
  background-color: #fff;
  border-color: #fff;
}
nav .nav li {
  padding-bottom: 10px;
}
nav .nav li a {
  position: relative;
  display: inline;
  margin: 10px 15px;
  /*font-size: 16px;*/
  padding: unset;
  padding-bottom: 5px;
}
nav .nav li a.active {
  padding-top: 24px;
  text-decoration: none;
  border-bottom: 3px solid #063968;
  line-height: 0;
}
nav .nav li.nav-close {
  display: none;
}
nav .nav li.nav-sub {
  display: none;
  height: 100%;
  background-color: #262626;
}
nav .nav li.nav-sub .nav-sub-text {
  float: left;
}
nav .nav li.nav-sub .nav-sub-text a {
  color: #fff;
  text-decoration: none;
}
nav .nav li.nav-sub .nav-sub-icon {
  float: right;
  font-size: 20px;
}
nav .nav li.nav-sub .nav-sub-child {
  padding-left: 25px;
}
nav .nav li.nav-sub .nav-sub-child ul {
  padding: 0;
}
nav .nav li.nav-sub .nav-sub-child li {
  padding-bottom: 3px;
}
nav .nav li.nav-sub .nav-sub-child li a {
  color: #fff;
  text-decoration: none;
}
nav .nav.nav-right {
  float: right;
}
nav .phone-number {
  font-weight: 700;
}
nav .phone-number a {
  font-size: 20px;
  color: #003358;
  text-decoration: none;
}
nav .products-menu {
  display: none;
  background-color: #EAEAEA;
}
nav .products-menu .product-header a {
  color: #003358;
  text-decoration: none;
}
nav .products-menu .product-header a h2:hover {
  opacity: .7;
}
nav .products-menu .product-list {
  float: left;
}
nav .products-menu .product-list ul {
  padding: 0;
  list-style: none;
}
nav .products-menu .product-list ul li {
  font-size: 20px;
}
nav .products-menu .product-list ul li a {
  color: #000;
  text-decoration: none;
}
nav .products-menu .product-image {
  width: 140px;
  font-weight: 300;
}
nav .products-menu .product-image img {
  height: 140px;
  border-radius: 70px;
}
.footer {
  background-color: #EDEDED;
  position: relative;
}
.footer .back-to-top .btn {
  padding: 0 15px;
  position: absolute;
  left: 90px;
  top: -42px;
}
.footer .back-to-top .back-top-top-button i.fa-angle-up {
  font-size: 40px;
}
.footer .footer-logo {
  position: absolute;
  left: 70px;
}
.footer .footer-logo img {
  width: 100px;
  opacity: .2;
}
.footer .footer-disclaimer {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #7F7F7F;
}
.footer .footer-disclaimer a {
  color: #808080;
  text-decoration: underline;
}
.box-image-content {
  width: 100%;
  min-height: 500px;
  position: relative;
}
.box-image-content.commercial-refrigeration-container .rent-or-buy-container {
  position: absolute;
  left: 30px;
}
.box-image-content.commercial-refrigeration-container .rent-or-buy-container .btn-wv-default {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #9E2F39;
  border-color: #9E2F39;
}
.box-image-content .box-content {
  width: 460px;
  min-height: 175px;
  background-color: #fff;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -230px;
  text-align: center;
}
.box-image-content .box-content .box-content-text {
  font-size: 35px;
  padding-bottom: 15px;
  line-height: 1.2em;
}
.box-image-content .box-content .box-content-text a {
  color: #003359;
  text-decoration: none;
}
.box-image-content .box-content .box-content-text .box-text {
  width: 300px;
  margin: 0 auto;
}
.box-image-content.box-image-content-md {
  min-height: unset;
  margin-bottom: 30px;
}
.box-image-content.box-image-content-md img {
  width: 360px;
  height: 360px;
}
.box-image-content.box-image-content-md .box-content {
  width: 300px;
  min-height: unset;
  bottom: 5%;
  margin-left: -150px;
  padding-bottom: 10px;
}
.box-image-content.box-image-content-md .box-content .box-content-text {
  padding-bottom: unset;
}
.bread-crumbs {
  padding-top: 15px;
  font-size: 16px;
  color: #7F7F7F;
}
.bread-crumbs a {
  color: #7F7F7F;
}
.wv-list {
  padding: 0 20px;
}
.wv-list li {
  list-style: disc;
  text-align: -webkit-match-parent;
  padding-bottom: 10px;
  line-height: 25px;
  font-size: 16px;
  font-weight: 300;
}
.we-stand-by {
  background: #003358 url('data:image/png;base64,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') /*/images/bg-line2.png*/ repeat;
  background-position: center center;
  background-size: 15px 99px;
  color: #fff;
  text-align: center;
  padding: 30px 0;
}
.we-stand-by .we-stand-by-container {
  margin: 0 auto;
}
.we-stand-by .we-stand-by-container .we-stand-by-text {
  padding-top: 10px;
  float: right;
}
.we-stand-by .we-stand-by-container .with-check-box-container {
  width: 250px;
  height: 80px;
}
.we-stand-by .we-stand-by-container .experienced-team {
  background: url('../images/weStandBy-ExperiencedTeam.svg') no-repeat center center;
}
.we-stand-by .we-stand-by-container .quality-support {
  width: 286px;
  background: url('../images/weStandBy-QualityServiceSupport.svg') no-repeat center center;
}
.we-stand-by .we-stand-by-container .superior-product {
  background: url('../images/weStandBy-SuperiorProducts.svg') no-repeat center center;
}
.contact-us {
  padding-top: 50px;
  background-color: #9E2F39;
}
.contact-us .contact-form {
  text-align: center;
}
.contact-us .contact-form .contact-form-head h3 {
  color: #fff;
}
.contact-us .contact-form .contact-form-body {
  padding-top: 30px;
  padding-bottom: 50px;
}
.contact-us .contact-form .contact-form-body input[type=number]::-webkit-inner-spin-button,
.contact-us .contact-form .contact-form-body input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.contact-us .contact-form .contact-form-body input[type=number] {
  -moz-appearance: textfield;
}
.contact-us .contact-form .contact-form-body .form-control {
  display: block;
  margin: 0 auto;
  width: 330px;
  margin-bottom: 10px;
}
.contact-us .contact-form .contact-form-body input.btn {
  width: 330px;
}
.contact-us .contact-form .contact-form-body .alert {
  width: 400px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.contact-us .contact-form .contact-form-body .alert .validation-summary-errors ul {
  text-align: left;
  padding-left: 10px;
}
.contact-us .contact-form.contact-success .contact-form-head h2 {
  color: #333333 !important;
}
.contact-us .contact-form.contact-success .sub-header {
  font-size: 23px;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 25px;
}
.contact-us .contact-form.contact-success .another-enquiry {
  font-size: 28px;
  margin-top: 100px;
  line-height: 1.2;
}
.contact-us .contact-form.contact-success .another-enquiry .make-another {
  margin-top: 10px;
}
.contact-us .contact-form.contact-success .another-enquiry .make-another a {
  display: inline-block;
  background: #0d3256;
  color: white;
  padding: 10px 12px;
  font-size: 18px;
  border-radius: 2px;
  text-decoration: none;
}
.contact-us .contact-form.contact-success .another-enquiry .make-another a:hover {
  background: #0d3256;
}
.contact-us .vc-recaptcha {
  margin: 0 auto;
  width: 300px;
  padding-bottom: 10px;
}
.contact-us .spinner {
  margin-top: 30px;
  margin-bottom: 0;
}
#home .main-page-content {
  padding: 30px 0;
  background-color: #EDEDED;
}
#home .main-page-content .more-info {
  font-size: 18px;
}
#home .tagline {
  background: #003358 url('data:image/png;base64,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') /*/images/bg-line2.png*/ repeat;
  background-position: center center;
  background-size: 15px 99px;
  color: #fff;
  text-align: center;
  padding: 30px 0;
}
#home .tagline span {
  font-size: 28px;
  line-height: 1.2em;
}
#home .locations {
  padding-top: 30px;
  padding-bottom: 30px;
}
#home .locations .locations-tagline {
  text-align: center;
  padding: 25px 20px;
}
#home .locations .location-item .location-img {
  margin: 0 auto;
  width: 200px;
}
#home .locations .location-item .location-img img {
  border-radius: 100px;
  height: 200px;
}
#home .locations .location-item .location-name {
  padding-top: 20px;
  text-align: center;
}
#home .locations .location-item .location-name h4 a {
  color: #333333;
}
#home .locations .location-item .location-name h4 a :hover {
  text-decoration: none;
}
#home .testimonials {
  background-color: #fff;
  padding-top: 90px;
  padding-bottom: 90px;
}
#home .testimonials .testimonial-left-part p {
  font-size: 20px;
  line-height: 1.4em;
}
#home .testimonials .testimonial-left-part .testimonial-description {
  padding-top: 30px;
}
#home .testimonials .testimonial-left-part .testimonial-author {
  padding-top: 10px;
}
#home .testimonials .testimonial-left-part .testimonial-author .testimonial-author-logo {
  padding-right: 20px;
}
#home .testimonials .testimonial-left-part .testimonial-author .testimonial-author-logo img {
  width: 60px;
  border-radius: 0px;
}
#home .testimonials .testimonial-left-part .testimonial-author .testimonial-author-name {
  padding-top: 5px;
}
#home .testimonials .testimonial-left-part .testimonial-author .testimonial-author-name p {
  font-size: 18px;
}
#home .testimonials .testimonial-left-part .testimonial-author .testimonial-author-name p br {
  display: none;
}
#home .testimonials .subscribe-right-part .subscribe-mail {
  padding-top: 70px;
}
#home .testimonials .subscribe-right-part .subscribe-mail input {
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #F4F4F4;
}
#home .testimonials .subscribe-right-part .subscribe-mail .spinner {
  margin-top: 40px;
  margin-left: 80px;
}
#home .customer-logos {
  padding-top: 30px;
  padding-bottom: 90px;
}
#home .customer-logos .container .customer-logos-header {
  text-align: center;
}
#home .customer-logos .container .customer-logos-images {
  padding-top: 50px;
  /*.col-md-2{
                    padding-left:unset;
                    padding-right:unset;
                }*/
}
#home .customer-logos .container .customer-logos-images img {
  margin: 0 auto;
}
#inside p {
  font-size: 16px;
}
#inside h3 {
  font-size: 22px;
}
#inside.without-contact-form .back-to-top {
  display: none;
}
#inside .banner {
  height: 200px;
  z-index: 0;
  position: relative;
  background-color: #003358;
  color: #fff;
}
#inside .banner .banner-container {
  padding-top: 60px;
}
#inside .banner .banner-container .banner-text {
  float: left;
}
#inside .banner .banner-divider {
  z-index: -9;
  border-top: 201px solid #003358;
  border-right: 67px solid transparent;
  position: absolute;
  right: 393px;
  top: 0;
}
#inside .banner .banner-image {
  z-index: -100;
  position: absolute;
  right: 0;
  top: 0;
  /*-webkit-filter: blur(1px);
            -moz-filter: blur(1px);
            -o-filter: blur(1px);
            -ms-filter: blur(1px);
            filter: blur(1px);*/
}
#inside .banner .banner-image img {
  height: 200px;
  width: 460px;
}
#inside .left-side hr {
  border-top: 1px solid #000;
}
#inside .content {
  padding-top: 80px;
  padding-bottom: 80px;
}
#inside .content .contact-us {
  background-color: #fff;
  padding-top: 0;
}
#inside .content .contact-us .contact-form {
  text-align: unset;
}
#inside .content .contact-us .contact-form .contact-form-head h2 {
  color: #4C4C4C;
}
#inside .content .contact-us .contact-form .contact-form-body input.btn {
  width: unset;
}
#inside .content .contact-us .contact-form .contact-form-body .form-control {
  background-color: #F4F4F4;
  box-shadow: none;
  border-color: #fff;
  width: 100%;
}
#inside .content .contact-us .contact-form .contact-form-body .vc-recaptcha {
  margin-left: 0;
  padding-bottom: 15px;
}
#inside .content .right-side {
  padding-left: 30px;
  font-size: 16px;
}
#inside .content .right-side .product-group-description p.product-intro {
  font-size: 22px;
}
#inside .content .right-side strong {
  font-size: 22px;
}
#inside .content .right-side .blog-categories uib-accordion .panel-group .panel .panel-heading {
  background-color: #fff;
}
#inside .search-form {
  /*border-bottom: 1px solid #000;*/
  font-size: 20px;
  margin-bottom: 30px;
  /*border-color: #fff;*/
  -webkit-box-shadow: unset;
  box-shadow: unset;
  /*background-color: #F4F4F4;*/
}
#inside .search-form input {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  padding: 0 0 0 2px;
  border: 0;
  border-bottom: 1px solid #000;
  outline: 0;
  font-size: 20px;
}
#inside .search-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #CCCCCC;
  letter-spacing: 2px;
  font-size: 20px;
}
#inside .search-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #CCCCCC;
  letter-spacing: 2px;
  font-size: 20px;
}
#inside .search-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #CCCCCC;
  letter-spacing: 2px;
  font-size: 20px;
}
#inside .search-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #CCCCCC;
  letter-spacing: 2px;
  font-size: 20px;
}
#inside .search-form input:hover,
#inside .search-form input:focus,
#inside .search-form input:active {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
#inside .search-form .search-icon {
  font-size: 27px;
  float: right;
  margin-right: 6px;
  margin-top: -34px;
  position: relative;
  z-index: 10000;
  color: #003358;
}
#inside .testimonial {
  padding-bottom: 30px;
}
#inside .testimonial .testimonial-description p {
  color: #7F7F7F;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
}
#inside .testimonial .testimonial-author .testimonial-author-logo {
  float: left;
}
#inside .testimonial .testimonial-author .testimonial-author-logo img {
  width: 60px;
  border-radius: 50px;
}
#inside .testimonial .testimonial-author .testimonial-author-name {
  padding-left: 80px;
}
#inside .testimonial .testimonial-author .testimonial-author-name p {
  font-size: 16px;
  color: #7F7F7F;
  font-style: italic;
  font-weight: 500;
}
#inside .product-groups-nav .product-groups-list {
  padding-top: 5px;
}
#inside .product-groups-nav .product-groups-list ul li {
  margin: .5em 0;
}
#inside .product-groups-nav .product-groups-list ul li a {
  font-size: 20px;
  color: #003358;
  text-decoration: none;
}
#inside .product-groups-nav .product-groups-list ul li a.active {
  border-bottom: 1px solid #003358;
}
#inside .product-category-container .product-category {
  padding-top: 50px;
}
#inside .product-category-container .product-category .product-category-header {
  height: 75px;
  position: relative;
  background-color: #003358;
}
#inside .product-category-container .product-category .product-category-header .product-category-name {
  color: #fff;
  float: left;
  padding-left: 30px;
}
#inside .product-category-container .product-category .product-category-header .enquire-now-container {
  padding-top: 13px;
  position: absolute;
  right: 15px;
}
#inside .product-category-container .product-category .products-container {
  padding-top: 25px;
}
#inside .product-category-container .product-category .products-container .product-item-container {
  background-color: #f6f6f6;
  margin: 15px 15px;
  padding: 15px 0 15px 10px;
  overflow: auto;
}
#inside .product-category-container .product-category .products-container .product-item-container .product-name {
  font-weight: 600;
  color: #003358;
  padding-top: 20px;
}
#inside .product-category-container .product-category .products-container .product-item-container .product-alternate-name {
  padding-bottom: 20px;
}
#inside .product-category-container .product-category .products-container .product-item-container .product-alternate-name h3 {
  margin: 0;
}
#inside .product-category-container .product-category .products-container .product-item-container .product-features-and-benefits {
  padding-top: 30px;
}
#inside .product-category-container .product-category .products-container .product-item-container .product-features-and-benefits ul {
  padding-left: 18px;
}
#inside .product-category-container .product-category .products-container .product-item-container .product-features-and-benefits ul li {
  list-style: disc;
  text-align: -webkit-match-parent;
  padding-bottom: 10px;
  line-height: 25px;
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 5px;
  line-height: 1.3em;
}
#inside .product-category-container .product-category .products-container .product-item-container .product-specifications ul {
  padding-left: 18px;
}
#inside .product-category-container .product-category .products-container .product-item-container .product-specifications ul li {
  list-style: disc;
  text-align: -webkit-match-parent;
  padding-bottom: 10px;
  line-height: 25px;
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 5px;
  line-height: 1.3em;
}
#inside .product-category-container .product-category .products-container .product-item-container uib-accordion .panel-group .panel {
  background-color: #fff !important;
}
#inside .product-category-container .product-category .products-container .product-item-container uib-accordion .panel-group .panel .panel-heading {
  background-color: #f6f6f6;
}
#inside .product-category-container .product-category .products-container .product-item-container uib-accordion .panel-group .panel .panel-body {
  background-color: #f6f6f6;
}
#inside #postPageBody {
  padding-top: 20px;
}
#inside .postList .post hr {
  margin: 40px 0;
}
#inside .postList .post .post-details {
  padding-right: 15px;
  padding-top: 15px;
}
#inside .postList .post .post-details h3 {
  margin-top: 0;
}
#inside .postList .post .post-details a {
  text-decoration: none;
  color: #4C4C4C;
}
#inside .postList .post .post-details a .btn {
  margin-top: 10px;
}
#inside .postList .post .post-thumbnail {
  min-height: 200px;
}
#inside .postList .post .post-thumbnail img {
  width: 220px;
  margin: 0 auto;
}
#inside nav.pagination {
  font-size: 18px;
}
#inside nav.pagination span {
  opacity: .7;
}
#inside nav.pagination .pageFirst {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 1px 12px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  border-radius: 3px;
  background-color: #262626;
  border-color: #262626;
  padding-right: 10px;
  color: #fff;
  font-size: 14px;
  margin-right: 40px;
  text-transform: uppercase;
}
#inside nav.pagination .pageFirst:before {
  font-family: FontAwesome;
  content: '\f104';
  padding-right: 10px;
}
#inside nav.pagination .pagePrev {
  display: none;
  margin: 0 10px;
}
#inside nav.pagination .pageItem {
  margin: 0 10px;
}
#inside nav.pagination .pageItem.pageCurrent {
  text-decoration: underline;
}
#inside nav.pagination .pageNext {
  display: none;
  margin: 0 10px;
}
#inside nav.pagination .pageLast {
  margin-left: 40px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 1px 12px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  border-radius: 3px;
  background-color: #262626;
  border-color: #262626;
  padding-right: 10px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
#inside nav.pagination .pageLast:after {
  padding-left: 10px;
  font-family: FontAwesome;
  content: '\f105';
}
#inside nav.pagination a {
  text-decoration: none;
  color: #4C4C4C;
}
#inside nav.pagination a .btn {
  margin-top: 10px;
}
#inside .blog-categories h3 {
  margin: 0;
  float: left;
}
#inside .blog-categories i {
  float: right;
}
#inside .blog-categories li {
  padding-bottom: 5px;
}
#inside .blog-categories li a {
  text-transform: uppercase;
  color: #003358;
}
#inside .blog-categories li a:hover {
  text-decoration: none;
}
#inside .angucomplete-row {
  font-size: 18px;
}
.product-image {
  position: relative;
}
.product-image .rent-or-buy-container {
  position: absolute;
  right: 10px;
}
.product-image .rent-or-buy-container .btn-wv-default {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  font-size: 15px;
  background-color: #9E2F39;
  border-color: #9E2F39;
}
.product-image .rent-or-buy-container .btn-wv-default:hover,
.product-image .rent-or-buy-container a:hover,
.product-image .rent-or-buy-container {
  opacity: 1;
  cursor: default;
}
.gallery {
  width: 100%;
}
.gallery-cell {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px;
}
/*# sourceMappingURL=Style.Default.css.map */