﻿@charset "UTF-8";
body {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  min-width: 320px;
  max-width: 1920px;
  margin: auto;
}

.blacktext{
    color: black;
}


.row {
  margin: 0;
}

body.freedog-page .title {
  font-family: "king-of-the-irish";
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  line-height: inherit;
}

strong {
  font-weight: 700;
}

.small {
  font-size: 16px;
}

/* .title {
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  font-weight: 300 !important;
} */

.title {
  font-family: "Reis", sans-serif;
  line-height: 1;
  font-weight: 300 !important;
}

a:not(.decore), a:not(.decore):hover {
  text-decoration: none;
  color: inherit;
}

.btn {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  border: 0;
  white-space: initial;
  max-width: 100%;
}

.btn-primary {
  background-color: #d43e1a;
  color: #fff;
  font-size: 16px;
  padding: 11px 20px;
  -webkit-transition: background-color 0.15s linear ;
  -moz-transition: background-color 0.15s linear ;
  -o-transition: background-color 0.15s linear ;
  transition: background-color 0.15s linear ;
}
.btn-primary.active, .btn-primary:active, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:hover, .btn-primary.focus, .btn-primary:focus {
  background-color: #a01c20;
  outline: none;
}

.btn-lg {
  padding: 18px 55px;
}

.btn-center-wrapper {
  text-align: center;
}

.btn-center {
  display: inline-block;
}

.btn-grey {
  background: #e0e0e0;
  color: #999;
}

[class*="col-"].no-gutter {
  padding: 0;
}

.phone-number {
  font-family: "Reis", sans-serif;
  font-weight: 700;
  font-size: 24px;
}

.section-title {
  font-family: "Reis", sans-serif;
  font-size: 24px;
}

.border-bottom {
  border-bottom: 1px solid #ddd;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.clear {
  clear: both;
}

.errorF, .jcf-checkbox.errorF {
  border: 2px solid #f00 !important;
  border-color: #f00 !important;
}

input[type=submit] {
  outline: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  padding: 0;
}

.jcf-focus {
  border-color: inherit !important;
}
.jcf-focus * {
  border-color: black !important;
}

.jcf-select {
  font-family: Arial, sans-serif;
  color: #999;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  border-color: #ccc;
  width: 100%;
  height: 47px;
  margin-top: 5px;
  margin-bottom: 0;
  -webkit-box-shadow: inset 0 8px 5px -6px rgba(150, 150, 150, 0.1);
  -moz-box-shadow: inset 0 8px 5px -6px rgba(150, 150, 150, 0.1);
  box-shadow: inset 0 8px 5px -6px rgba(150, 150, 150, 0.1);
}
.jcf-select .jcf-select-text {
  height: 100%;
  text-align: left;
  line-height: 47px;
  font-size: 16px;
  margin: 0 35px 0 15px;
}
.jcf-select .jcf-select-opener {
  background: transparent;
  border-left: 1px solid #ccc;
  width: 35px;
}
.jcf-select .jcf-select-opener:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #d43e1a;
  -webkit-transition: all 0.15s linear ;
  -moz-transition: all 0.15s linear ;
  -o-transition: all 0.15s linear ;
  transition: all 0.15s linear ;
}

.jcf-checkbox {
  border-color: #ccc;
}

.jcf-checkbox {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  border-width: 1px;
}
.jcf-checkbox span {
  height: 5px;
  width: 8px;
  top: 7px;
  left: 7px;
  border-color: black;
  border-width: 0 0 2px 2px;
}

.jcf-checkbox.jcf-focus > * {
  border-color: black;
}

.slick-dots {
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
}
.slick-dots li.slick-active button {
  border-color: #f00;
}
.slick-dots button {
  outline: none;
  background: transparent;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  line-height: 0;
  font-size: 0;
  height: 12px;
  width: 12px;
  padding: 0;
  border: 2px solid #999;
}
.listing{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	   -moz-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	   -moz-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

.listing-item {
  background: #f8f8f8;
  text-align: center;
  border-bottom: 5px solid #999;
  padding: 40px 15px;
  margin-bottom: 20px;
}
.listing .listing-item {
  background: #f8f8f8;
  text-align: center;
  border-bottom: 5px solid #999;
  padding: 40px 15px;
  margin-bottom: 20px;
  display: inline-block;
  width: -webkit-calc(33.33% - 30px);
  width: -moz-calc(33.33% - 30px);
  width: calc(33.33% - 30px);
  margin-right: 45px;
}
@media (min-width:992px){
	.listing .listing-item:nth-child(3n){
		margin-right: 0;
	}
}
@media (max-width:992px){
	.listing .listing-item{
		width: -webkit-calc(50% - 30px);
		width: -moz-calc(50% - 30px);
		width: calc(50% - 30px);
		margin-right: 0;
	}
}

@media (max-width:767px){
	.listing .listing-item{
		width: 100%;
	}
}

.listing-item .img-container {
  position: relative;
  margin-bottom: 20px;
}
.listing-item .item-img {
  max-width: 200px;
  max-height: 260px;
}
.listing-item .overlaid-img {
  position: absolute;
  bottom: -19px;
  right: 11%;
  max-width: 130px;
  max-height: 150px;
}
.listing-item .item-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
.listing-item .item-description {
  font-size: 14px;
  color: #666;
  min-height: 40px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.checkbox-container {
  position: relative;
  margin-top: 5px;
  margin-bottom: 15px;
}
.checkbox-container .jcf-checkbox {
  position: absolute;
  top: 5px;
}
.checkbox-container .label {
  white-space: normal;
  margin-left: 25px;
  display: inline-block;
  text-align: left;
  font-size: 12px;
  color: #666;
}

#header {
  position: relative;
  height: 130px;
  background-image: url("/Content/images/header-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  padding: 0 30px;
  background-color: #fff;
  z-index: 1;
}
#header:after {
  content: "";
  display: block;
  background: url("/Content/images/header-bg-after.png");
  height: 27px;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  position: absolute;
  bottom: -26px;
  left: -3px;
  right: 0;
}
#header .icon-hamburger {
  font-size: 50px;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px;
}
#header .small-menu-container li {
  color: #666;
  display: inline-block;
  font-size: 14px;
  padding: 7px 15px;
}
#header .small-menu-container li:first-child {
  padding-left: 0;
}
#header .small-menu-container li:last-child {
  padding-right: 0;
}

#header .small-menu-container .pull-right li:first-child:after {
  content: "";
  /*
    width: 0;
  display: inline-block;
  height: 15px;
  border-left: 1px solid #999;
  vertical-align: middle;
    */
}
#header .small-menu-container .ecommerce-link span {
  display: inline-block;
  vertical-align: middle;
}
#header .small-menu-container .ecommerce-link .icon {
  font-size: 27px;
  padding-bottom: 3px;
}
#header .small-menu-container .ecommerce-link .cart-counter {
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  font-weight: 700;
  font-size: 10px;
  padding-left: 2px;
  line-height: 15px;
  background: #d43e1a;
  color: #fff;
  text-align: center;
  width: 15px;
  height: 15px;
}
#header .menu-container {
  margin-top: 17px;
}
#header .menu-container li {
  display: inline-block;
}
#header .menu-container .dropdown.open > .dropdown-toggle.btn-default, #header .menu-container .dropdown.open > .dropdown-toggle.btn-default.focus, #header .menu-container .dropdown.open > .dropdown-toggle.btn-default:focus, #header .menu-container .dropdown.open > .dropdown-toggle.btn-default:hover {
  background-color: transparent;
  outline: none;
}
#header .menu-container .dropdown .btn-default {
  text-align: left;
}
#header .menu-container .dropdown .btn-default.active, #header .menu-container .dropdown .btn-default:active, #header .menu-container .dropdown .btn-default.active.focus, #header .menu-container .dropdown .btn-default.active:focus, #header .menu-container .dropdown .btn-default.active:hover, #header .menu-container .dropdown .btn-default:active.focus, #header .menu-container .dropdown .btn-default:active:focus, #header .menu-container .dropdown .btn-default:active:hover, #header .menu-container .dropdown .btn-default:hover, #header .menu-container .dropdown .btn-default.focus, #header .menu-container .dropdown .btn-default:focus {
  background-color: transparent;
  outline: none;
}
#header .menu-container .title {
  display: inline-block;
  font-family: "Reis", sans-serif;
  color: black;
  font-size: 40px;
  vertical-align: middle;
  line-height: 34px;
}
#header .menu-container .caret {
  margin-left: 10px;
  border-width: 5px;
  border-top-color: #d43e1a;
  vertical-align: middle;
}
#header .menu-container .subtitle {
  display: block;
  font-weight: 100;
  font-size: 14px;
  color: #999;
}
#header .menu-container .pull-left, #header .menu-container .pull-right {
  width: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
#header .logo-container {
  position: absolute;
  top: 20px;
  left: 50%;
  /*
  -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
       transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  */
  text-align: center;
  z-index: 1;
  margin-left:-123px;
  width: 255px;
}
#header .logo-container:before, #header .logo-container:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -45px;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}
#header .logo-container:before {
  width: 96px;
  height: 116px;
  background-image: url("/Content/images/header-trees.png");
  left: -116px;
  top: 1px;
}
#header .logo-container:after {
  width: 73px;
  height: 102px;
  background-image: url("/Content/images/header-dog.png");
  right: -93px;
}

@media (max-width: 767px){
  #header .logo-container.mostraLogoAlcat:after {
    width: 73px;
    height: 102px;
    background-image: url("/Content/images/header-trees.png");
    right: -93px;
    bottom: -23px;
  }
}


#header li.flags-container {
  padding: 0;
}
#header .jcf-select {
  color: #666666;
  border: none;
  text-decoration: underline;
  vertical-align: inherit;
  min-width: 0;
  vertical-align: middle;
  margin: 0;
  background: transparent;
}
#header .jcf-select .jcf-select-text {
  line-height: 28px;
}
#header .jcf-select .jcf-select-opener {
  border: none;
}
#header .jcf-select .jcf-select-opener:after {
  line-height: 0;
  vertical-align: middle;
}
#header .jcf-select .jcf-select-text img, #header .jcf-select .jcf-option img {
  margin-right: 10px;
  vertical-align: baseline;
}

#header .dropdown-menu {
  padding: 0;
  width: 250px;
}
#header .dropdown-menu li {
  display: block;
  padding-bottom: 9px;
  padding-top: 8px;
}
#header .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
#header .small-menu-container .pull-left a:not(.decore):hover {
  text-decoration: underline;
}
#header .small-menu-container .pull-right li {
  padding: 0;
  vertical-align: middle;
  height: 17px;
}
#header .small-menu-container .pull-right li a {
  margin-right: 10px;
}
#header .jcf-select {
  height: 28px;
}
#header .jcf-select .jcf-select-text {
  line-height: 29px;
  width: 15px;
}
#header .jcf-select .jcf-select-opener {
  line-height: 47px;
}

.jcf-select-lang.jcf-select-drop .jcf-list .jcf-option {
  text-align: center;
}
@media (max-width: 480px){
  .form-row .btn-default{
    padding: 10px 0px !important;
  }
  .btn-group label:nth-of-type(1n){
    width: 33.333%;
  }
  .btn-group{
    width: 100%;
  }
}
@media screen and (max-width: 1700px) {
  #header .menu-container .title {
    font-size: 36px;
  }
}
@media screen and (max-width: 1600px) {
  #header .menu-container .pull-left, #header .menu-container .pull-right {
    width: 33%;
  }
}
@media screen and (max-width: 1440px) {
  #header .logo-container {
    width: 200px;
	margin-left: -100px;
    top: 32px;
  }
  #header .logo-container:before {
    left: -95px;
    width: 80px;
  }
  #header .logo-container:after {
    right: -78px;
    width: 67px;
  }
  #header .logo-container .logo-title {
    font-size: 50px;
  }
  #header .menu-container .pull-left, #header .menu-container .pull-right {
    width: 35%;
  }
}
@media screen and (max-width: 1365px) {
  #header {
    padding: 0 15px;
  }
  #header .menu-container .dropdown .btn-default {
    padding-left: 2px;
    padding-right: 2px;
  }
  #header .menu-container .title {
    font-size: 26px;
  }
  #header .menu-container .subtitle {
    font-size: 10px;
  }
  #header .menu-container .pull-left, #header .menu-container .pull-right {
    width: 32%;
  }
  #header .logo-container:before {
    left: -74px;
    width: 68px;
  }
  #header .logo-container:after {
    right: -60px;
    width: 57px;
  }
  #header .logo-container .logo-title {
    font-size: 50px;
  }
  #header .logo-container .logo-subtitle {
    font-size: 10px;
  }
}

@media(max-width:1025px)
{
	#header .logo-container {
		width: 200px;
		margin-left: -100px;
		top: 22px;
	}
}

@media screen and (max-width: 1024px) {
  #header {
    height: 100px;
  }
  #header .menu-container {
    margin-top: 0;
  }
  #header .menu-container .title {
    font-size: 30px;
  }
  #header .menu-container .pull-right {
    margin-top: 25px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #header .logo-container:before, #header .logo-container:after {
    bottom: -30px;
  }
}
@media screen and (max-width: 767px) {
  #header .icon-hamburger {
    font-size: 40px;
    left: 20px;
  }
  #header .logo-container {
    width: 150px;
	margin-left:-75px;
  }
  #header .logo-container:before {
    content: none;
  }
  #header .logo-container:after {
    right: -70px;
  }
}
.breadcrumb-row {
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  background: #f1f1f1;
  text-align: center;
}
.breadcrumb-row a {
  text-decoration: underline;
  color: #999;
}
.breadcrumb-row a:hover {
  color: #666;
  text-decoration: underline;
}
.breadcrumb-row a.active {
  text-decoration: none;
  font-weight: 700;
  color: #666;
}
.breadcrumb-row li {
  display: inline-block;
}
.breadcrumb-row li:not(:last-child):after {
  content: "/";
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .breadcrumb-row {
    display: none;
  }
}
body.green-footer #footer {
  margin-top: 240px;
  z-index: 0;
}
body.green-footer #footer:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: -230px;
  height: 258px;
  background: url("/Content/images/footer.jpg");
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
}

#footer {
  padding: 65px 0;
  font-size: 15px;
  color: #666;
  position: relative;
}
#footer .container {
  position: relative;
}
#footer .container:after {
  content: "";
  position: absolute;
  display: block;
  right: -100px;
  top: 0;
  width: 111px;
  height: 105px;
  background: url("/Content/images/sole.jpg");
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
}
@media screen and (max-width: 1399px) {
  #footer .container:after {
    content: none;
  }
}
#footer strong {
  font-size: 16px;
  color: #000;
}
#footer .links-row {
  line-height: 2;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ccc;
  background: url("/Content/images/footer-img.jpg");
  background-position: 30% bottom;
  background-repeat: no-repeat;
}
#footer .left-col, #footer .right-col {
  display: inline-block;
}
#footer .left-col {
  width: 43%;
  vertical-align: bottom;
}
#footer .right-col {
  max-width: 300px;
  width: 49%;
  position: relative;
  vertical-align: text-bottom;
  border-right: 1px solid #ccc;
  padding-right: 40px;
  margin-right: 40px;
}
#footer .right-col .form-control {
  height: 40px;
  width: 100%;
}
#footer .right-col .btn {
  position: absolute;
  right: 43px;
  top: 0;
  background: #333;
  color: #fff;
  top: 3px;
  height: 34px;
}

/*#footer .newsletter .btn {
  position: absolute;
  right: 43px;
  top: 0;
  background: #333;
  color: #fff;
  top: 3px;
  height: 34px;
}
*/
#footer .inputnewsletter .btn {
	position: absolute;
	right: 0px;
	top: 0;
	background: #333;
	color: #fff;
	top: 0px;
	height: 34px;
}

#footer .inputnewsletter{
	width:100%;
	position:relative;
}

@media (min-width:767px)
{
	#footer .inputnewsletter{
		width:60%;
	}


}


#footer .payments-img {
  margin-top: 15px;
  display: block;
}
#footer .social-container {
  font-size: 30px;
}
#footer .social-container li {
  display: inline-block;
}
#footer .social-container li:nth-child(2) {
  margin: 0 10px;
}
#footer .social-container li .icon-facebook {
  color: #445094;
}
#footer .social-container li .icon-googleplus {
  color: #a71d1f;
}
#footer .social-container li .icon-instagram {
  color: #3f3f3e;
}

@media screen and (max-width: 1024px) {
  #footer .links-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #footer .links-row [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
  }
}
@media screen and (max-width: 767px) {
  #footer .row.links-row {
    display: block;
  }
  #footer .row.links-row div:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }
  #footer .row.links-row div:last-child {
    margin-bottom: 40px;
  }
  #footer .row.links-row div strong {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  #footer .row.links-row div strong:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    border: 3px solid black;
    border-top: 0;
    border-left: 0;
    width: 10px;
    height: 10px;
    top: 8px;
    vertical-align: middle;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out ;
    -moz-transition: all 0.15s ease-in-out ;
    -o-transition: all 0.15s ease-in-out ;
    transition: all 0.15s ease-in-out ;
  }
  #footer .row.links-row div ul {
    max-height: 0px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out ;
    -moz-transition: all 0.3s ease-in-out ;
    -o-transition: all 0.3s ease-in-out ;
    transition: all 0.3s ease-in-out ;
  }
  #footer .row.links-row div.active strong:after {
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
         -o-transform: rotate(-135deg);
            transform: rotate(-135deg);
    margin-bottom: 0;
  }
  #footer .row.links-row div.active ul {
    max-height: 300px;
    overflow: visible;
    visibility: visible;
    opacity: 1;
  }
  #footer .last-sections {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top:25px;
  }
  #footer .last-sections img {
    margin: auto;
  }
  #footer .last-sections:last-child {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  #footer form.right-col {
    padding-right: 0;
  }
  #footer form.right-col .btn {
    right: 3px;
  }
}
.freedog-banner-row {
  background: url("/Content/images/freedog-banner-bg.jpg");
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  padding-top: 70px;
  padding-bottom: 85px;
  background-position: center;
}
.freedog-banner-row .title {
  font-size: 60px;
  color: #fff;
}
.freedog-banner-row .description {
  font-size: 24px;
  padding-left: 20px;
  color: #999;
  margin-top: 10px;
  margin-bottom: 20px;
}
.freedog-banner-row .btn {
  font-size: 14px;
}
.freedog-banner-row .img-container {
  text-align: right;
}

.aldog-banner-row {
  background: #333432;
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;
}
.aldog-banner-row img {
  max-width: 100%;
}
.aldog-banner-row .title {
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 15px;
  color: white;
}
.aldog-banner-row .description {
  color: rgb(151,151,151);
  padding-bottom: 30px;
}

.form-row {
  background: #cbe1e1;
  position: relative;
  padding: 50px 0;
}
.form-row:before, .form-row:after {
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  height: 27px;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  display: block;
}
.form-row:before {
  background-image: url("/Content/images/form-bg1.png");
  top: -27px;
}
.form-row:after {
  background-image: url("/Content/images/form-bg2.png");
  bottom: -27px;
}
.form-row .title {
  font-size: 48px;
  margin-bottom: 30px;
  text-align: center;
}
.form-row .description {
  font-size: 22px;
  color: #666;
  margin-bottom: 40px;
  text-align: center;
}
.form-row .checkbox-container .label {
  font-size: 12px;
  color: #666;
}
.form-row .label {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  padding-left: 0;
  padding-right: 0;
}
.form-row .btn-group {
  -webkit-box-shadow:  0px 6px 9px -5px rgba(100, 100, 100, 0.3);
  -moz-box-shadow:  0px 6px 9px -5px rgba(100, 100, 100, 0.3);
  box-shadow:  0px 6px 9px -5px rgba(100, 100, 100, 0.3);
}
.form-row .btn-default {
  padding: 10px 20px;
  font-size: 16px;
  border: 1px solid #ccc;
  outline: none;
}
.form-row .btn-default.active, .form-row .btn-default:active, .form-row .btn-default.active.focus, .form-row .btn-default.active:focus, .form-row .btn-default.active:hover, .form-row .btn-default:active.focus, .form-row .btn-default:active:focus, .form-row .btn-default:active:hover, .form-row .btn-default:hover, .form-row .btn-default.focus, .form-row .btn-default:focus {
  background-color: #000;
  outline: none;
  color: #fff;
}
.form-row .form-item {
  margin-bottom: 10px;
}
.form-row .btn-group-container {
  margin-bottom: 20px;
}
.form-row .btn-group-container .label {
  margin-right: 10px;
}
.form-row .form-control {
  height: 45px;
  max-width: 310px;
}
.form-row textarea.form-control {
  height: 300px;
  resize: none;
}
.form-row .btn.btn-primary {
  max-width: 250px;
  width: 100%;
}
.form-row .img-container {
  width: 100%;
  height: 272px;
  position: relative;
  background: url("/Content/images/form-img.png");
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
}
.form-row .img-container .text {
  bottom: 150px;
  font-size: 20px;
  position: absolute;
  left: 185px;
  width: 200px;
  color:black;
}

.form-row .phone .interno{
  display: block;
  font-size: 15px;
  line-height: 1px;
  margin-left: 40px;
}

.form-row .img-container .phone {
    bottom: 62px;
    font-size: 29px;
    font-weight: 700;
    position: absolute;
    left: 135px;
}

.why-row {
  margin-top: 80px;
  margin-bottom: 200px;
  position: relative;
  z-index: 0;
	min-height: 565px;
}
.why-row:before {
  content: "";
  background: url("/Content/images/dog1.png");
  left: -90px;
  display: block;
  position: absolute;
  width: 316px;
  height: 522px;
}
.why-row:after {
  content: "";
  background: url("/Content/images/why-bg.jpg");
  display: block;
  height: 500px;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  background-position: 50%;
  bottom: -100px;
  z-index: -1;
}
.why-row .title {
  font-size: 60px;
  margin-bottom: 30px;
}
.why-row .description {
  font-size: 23px;
  color: #666;
}
.why-row strong {
  color: #000;
}
.why-row li [class*="col-"] {
  padding: 0;
  margin-bottom: 45px;
}
.why-row li p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}
.why-row .heading {
  font-size: 23px;
  font-weight: 700;
}

.why-row.why-freedog {
  background: #333;
  color: white;
  padding-top: 90px;
  margin-bottom: 90px;
}
.why-row.why-freedog:before {
  content: none;
}
.why-row.why-freedog:after {
  content: none;
}
.why-row.why-freedog .description {
  color: #999;
}
.why-row.why-freedog li p {
  color: #999;
}

@media screen and (min-width: 1920px) {
  .why-row:before {
    left: 0;
  }
}
@media screen and (max-width: 1599px) {
  .why-row:before {
    display: none;
  }
}
@media screen and (max-width: 1365px) {
  .why-row .title {
    font-size: 50px;
  }
  .why-row .description {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .why-row {
    margin-top: 60px;
  }
  .why-row.why-freedog {
    margin-bottom: 50px;
  }
  .why-row:after {
    background-position: 65%;
    bottom: -145px;
  }
  .why-row .no-gutter {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 50px;
  }
  .why-row img {
    display: block;
    margin: auto;
  }
}
@media screen and (max-width: 991px) {
  .why-row:after {
    background-position: 90%;
    bottom: -165px;
    height: 240px;
  }
  .why-row img {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .why-row:after {
    background-position: 40%;
    bottom: -155px;
    height: 190px;
  }
  .why-row .title {
    font-size: 40px;
  }
  .why-row .description {
    font-size: 18px;
  }
  .why-row .heading {
    margin-bottom: 10px;
  }
  .why-row li > div:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
  .why-row li > div:last-child {
    width: 100%;
    margin-bottom: 30px;
  }
  .why-row img {
    margin: auto;
  }
}
.discover-row {
  margin-bottom: 100px;
}
.discover-row .section-title.title {
  background: url("/Content/images/discover-title.png");
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  padding: 20px 50px;
  font-size: 48px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  margin-bottom: 45px;
}
.discover-row .img-container {
  height: 175px;
  margin-bottom: 20px;
}
.discover-row img {
  max-width: 100%;
  max-height: 175px;
}
.discover-row .title {
  font-size: 32px;
  margin-bottom: 20px;
}
.discover-row .description {
  margin-bottom: 30px;
  font-size: 14px;
  color: #666;
}
.discover-row .discover-item {
  text-align: center;
}
.discover-row .btn {
  font-size: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.discover-row .discover-item .title {
  margin-top: 20px;
}

.discover-row.discover-freedog .discover-item {
  background: #f6f6f6;
  padding: 40px 20px;
}

@media screen and (max-width: 1024px) {
  .discover-row {
    margin-bottom: 20px;
  }
  .discover-row .discover-item {
    margin-bottom: 50px;
  }
  .discover-row .no-gutter {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .discover-row img {
    margin: auto;
    display: block;
    margin-bottom: 20px;
  }
  .discover-row .discover-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
  .discover-row .discover-item > div:first-child {
    width: 30%;
  }
  .discover-row .discover-item > div:last-child {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .discover-row .section-title.title {
    font-size: 30px;
  }
  .discover-row .discover-item {
    display: block;
    text-align: center;
  }
  .discover-row .discover-item > div:first-child {
    width: 100%;
  }
  .discover-row .discover-item > div:last-child {
    margin-left: 0;
  }

  .discover-row.discover-freedog .discover-item {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.reviews-row {
  padding-top: 100px;
  padding-bottom: 100px;
}
.reviews-row .title {
  font-size: 46px;
  text-align: center;
  background: url("/Content/images/reviews-title.png");
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center;
  margin-bottom: 70px;
  background-repeat: no-repeat;
  line-height: 75px;
}
.reviews-row .icon-star {
  color: #fdb812;
  font-size: 20px;
  display: inline-block;
  margin-right: -4px;
}
.reviews-row .reviews-summary {
  font-size: 24px;
}
.reviews-row .votes-container {
  padding-top: 30px;
}
.reviews-row .vote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 0;
}
.reviews-row .stars-container {
  width: 120px;
  margin-right: 10px;
}
.reviews-row .vote-bar {
  -webkit-box-flex: 9;
  -webkit-flex: 9;
     -moz-box-flex: 9;
      -ms-flex: 9;
          flex: 9;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  background: #eee;
  height: 16px;
  position: relative;
  margin: 0 10px;
  overflow: hidden;
}
.reviews-row .vote-bar .bar {
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #000;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
.reviews-row .vote-count {
  min-width: 35px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  text-align: right;
}
.reviews-row .btn {
  margin-top: 20px;
  font-size: 18px;
  padding: 12px 35px;
}
.reviews-row .jcf-scrollable {
  height: 250px;
  float: none;
  background: #fafafa;
}
.reviews-row .review {
  padding: 25px 35px;
}
.reviews-row .review .name {
  font-size: 24px;
  font-weight: 700;
}
.reviews-row .review .review-title {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
  font-weight: 700;
}
.reviews-row .review .description {
  font-size: 14px;
  color: #666;
}
.reviews-row .jcf-scrollbar-vertical {
  background: #fafafa;
}
.reviews-row .jcf-scrollbar-vertical .jcf-scrollbar-handle {
  width: 7px;
}
.reviews-row .jcf-scrollable-wrapper {
  overflow: hidden;
}
.reviews-row .jcf-scrollable-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -50px;
  height: 50px;
  -webkit-box-shadow: 0 0 40px 5px rgba(100, 100, 100, 0.3);
     -moz-box-shadow: 0 0 40px 5px rgba(100, 100, 100, 0.3);
          box-shadow: 0 0 40px 5px rgba(100, 100, 100, 0.3);
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
}
.reviews-row .review-btn {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 300px;
  line-height: 35px;
  font-size: 20px;
}

@media screen and (max-width: 1199px) {
  .reviews-row .reviews-summary {
    font-size: 20px;
  }
  .reviews-row .votes-container {
    padding-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .reviews-row .votes-container {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .reviews-row {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .reviews-row .title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .reviews-row .reviews-summary {
    font-size: 18px;
  }
}
.heading-slick-container {
  color: #fff;
}
.heading-slick-container .slick-list {
  height: 650px;
}
.heading-slick-container .slick-slide {
  height: 600px;
  position: relative;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  outline: none;
}
.heading-slick-container .slick-slide .container {
  position: relative;
}
.heading-slick-container .slide-img {
  position: absolute;
  bottom: -50px;
  height: 550px;
  left: -60px;
}
.heading-slick-container .container {
  height: 100%;
}
.heading-slick-container .text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}
.heading-slick-container .title {
  font-size: 72px;
  margin-bottom: 20px;
  width:100%;
}
.heading-slick-container .yellow {
  color: #e6ed3f;
}
.heading-slick-container .description {
  font-size: 24px;
  font-weight: 100;
  margin-bottom: 20px;
  width:100%;
}
.heading-slick-container .btn {
  margin-bottom: 50px;
}
.heading-slick-container .slick-dots {
  display: block;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.heading-slick-container .slick-dots button {
  border: 0;
  background: #999;
  width: 10px;
  height: 10px;
}
.heading-slick-container .slick-dots .slick-active button {
  border: 2px solid #999;
  background: transparent;
  width: 14px;
  height: 14px;
}

.visit-row {
  margin-top: 100px;
  margin-bottom: 100px;
}
.visit-row .map {
  background: url("/Content/images/map.jpg");
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  width: 100%;
  padding-top: 86%;
  position: relative;
  color: #fff;
}
.visit-row .map .btn-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.visit-row .map .title {
  background: url("/Content/images/visit-btn.png");
  padding: 57px 29px;
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
}
.visit-row .title {
  font-size: 36px;
}
.visit-row .visit-container {
  text-align: center;
}
.visit-row .visit-container .title {
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}
.visit-row img {
  max-width: 100%;
}

.blog-latest-row {
  background: url("/Content/images/blog-latest-bg.jpg");
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  padding-top: 55px;
  padding-bottom: 80px;
}
.blog-latest-row .section-title.title {
  background: url("/Content/images/blog-latest-title.png");
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  padding: 20px 50px;
  font-size: 48px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  margin-bottom: 30px;
}
.blog-latest-row .flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
     -moz-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.blog-latest-row .post {
  width: 32%;
  padding: 20px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog-latest-row img {
  width: 100%;
  margin-bottom: 20px;
}
.blog-latest-row .time-container {
  font-size: 14px;
  color: #999;
  margin-bottom: 15px;
}
.blog-latest-row .time-container .icon {
  margin-right: 5px;
}
.blog-latest-row .post-title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.27;
}
.blog-latest-row p {
  font-size: 16px;
  color: #666;
}

.listing-row {
  padding-top: 55px;
  padding-bottom: 55px;
}
.listing-row .title, .listing-row .description {
  text-align: center;
}
.listing-row .title {
  font-size: 60px;
  margin-bottom: 40px;
}
.listing-row .description {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 35px;
  margin-top: 35px;
}

.listing-row .linksottolineato{
  text-align: center;
  margin-bottom: 20px;
}

.listing-row .filter-container {
  background: url("/content/images/bgwater.png");
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  line-height: 1;
  padding-top: 15px;
  padding-bottom: 17px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  margin-bottom: 60px;
}
.listing-row .filter-container strong {
  font-size: 16px;
  vertical-align: middle;
}
.listing-row .filter-container ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.listing-row .filter-container li {
  /*flex-basis: 21%;*/
  text-align: left;
  margin: 7px 7px;
  display: inline-block;
}
.listing-row .filter-container li:first-child {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
}
.listing-row .filter-container label {
  font-size: 14px;
  font-weight: 100;
  vertical-align: middle;
  margin-bottom: 0;
}
.listing-row .filter-container .jcf-checkbox {
  margin-right: 5px;
  margin-bottom: 0;
}
.listing-row .filter-container .angle {
  width: 8px;
  height: 8px;
  border: 2px solid #333;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 10px;
  margin-bottom: 2px;
  display: none;
  -webkit-transition: 0.15s all ease-in-out ;
  -moz-transition: 0.15s all ease-in-out ;
  -o-transition: 0.15s all ease-in-out ;
  transition: 0.15s all ease-in-out ;
}

.listing-freedog .filter-container .angle {
  border-color: white;
}

@media screen and (max-width: 1199px) {
  .listing-row .filter-container li {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
  }
}
@media screen and (max-width: 991px) {
  .listing-row .filter-container li {
    -webkit-flex-basis: 33%;
        -ms-flex-preferred-size: 33%;
            flex-basis: 33%;
  }
}
@media screen and (max-width: 767px) {
  .listing-row .filter-container .angle {
    display: inline-block;
  }
  .listing-row .filter-container ul {
    -webkit-transition: 0.15s all ease-in-out ;
    -moz-transition: 0.15s all ease-in-out ;
    -o-transition: 0.15s all ease-in-out ;
    transition: 0.15s all ease-in-out ;
    max-height: 15px;
    overflow: hidden;
  }
  .listing-row .filter-container ul.active {
    max-height: 400px;
  }
  .listing-row .filter-container ul.active .angle {
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
         -o-transform: rotate(-135deg);
            transform: rotate(-135deg);
    margin-bottom: -3px;
  }
}
.listing-row.listing-freedog .filter-container, .listing-freedog .filter-container {
  background: #333;
  color: white;
}
.listing-row.listing-freedog .listing-item .img-container, .listing-freedog .listing-item .img-container {
  z-index: 0;
  padding-left: 35px;
  text-align: left;
}
.listing-row.listing-freedog .listing-item .overlaid-img, .listing-freedog .listing-item .overlaid-img {
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
     -moz-transform: translate(50%, 50%);
      -ms-transform: translate(50%, 50%);
       -o-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  max-width: 90%;
  max-height: 90%;
  z-index: -1;
}

.detail-row {
  -moz-background-size: auto 500px;
    -o-background-size: auto 500px;
       background-size: auto 500px;
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 50px;
}
.detail-row a.btn-primary {
  color: white;
}
.detail-row .title-container {
  height: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.detail-row .title-container .title {
  font-size: 120px;
  color: black;
  margin-bottom: 10px;
}
.detail-row .colored-bar {
  width: 200px;
  border-bottom: 5px solid #ccc;
}
.detail-row .padding {
  padding-right: 35px;
}
.detail-row .text {
  color: #666;
}
.detail-row .paragraph-title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
  margin-top: 30px;
}
.detail-row .img-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 600px;
  margin-bottom: 50px;
}
.detail-row .img-container .item-img {
  width: 100%;
  height:auto;
}
.detail-row .img-container .overlaid-img {
  position: absolute;
  bottom: -19px;
  right: 0;
  max-width: 50%;
  max-height: 50%;
}
.detail-row .btn-grey {
  font-size: 16px;
  padding: 9px 15px;
}
.detail-row .btn-grey .icon {
  font-size: 40px;
  vertical-align: middle;
  margin-right: 5px;
  color: black;
}
.detail-row .size-container {
  color: black;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 30px;
}
.detail-row .size-container .icon {
  font-size: 18px;
  vertical-align: text-bottom;
  margin-right: 5px;
  color: red;
}
.detail-row .label {
  color: #666;
  text-transform: uppercase;
  font-size: 12px;
  width: 40%;
  display: inline-block;
  text-align: left;
  padding-left: 0;
}
.detail-row .size-container .label {
  width: auto;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .detail-row .size-container .label {
    display: block;
  }
}
.detail-row .btn {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
}
.detail-row .grey-box {
  background: #f6f6f6;
  padding: 15px 0;
  font-size: 14px;
  color: #666;
  margin-top: 50px;
  margin-bottom: 50px;
}
.detail-row .box-title {
  font-size: 36px;
  margin: 10px 0 20px 0;
  color: black;
  font-weight: 700;
  padding-left: 20px;
  padding-right: 20px;
}
.detail-row .box-description {
  padding-left: 20px;
  padding-right: 20px;
}
.detail-row .box-description:after {
  margin-top: 15px;
  content: "";
  background: url("/Content/images/grey-box.jpg");
  -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
       background-size: 100% auto;
  display: block;
  height: 16px;
  margin-bottom: 10px;
}
.detail-row .grid-container {
  text-align: center;
  font-size: 12px;
  line-height: 14px;
}
.detail-row .grid-container .icon {
  font-size: 80px;
}
.detail-row .grid-container .item-title {
  color: black;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 5px;
}
.detail-row .grid-container > div {
  margin-bottom: 30px;
}

.why-title {
  font-size: 36px;
  margin-bottom: 20px;
  margin-top:20px;
}

.why-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  flex-wrap:wrap;
}
.why-list .img {
  margin-right: 15px;
}

.related-row {
  background: #f0f0f0;
  padding-top: 30px;
  padding-bottom: 50px;
}
.related-row .title {
  font-size: 60px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .related-row .title {
    font-size: 40px;
  }
}
.related-row .listing-item .item-img {
  max-height: 190px;
}

.detail-row.freedog-detail .img-container .item-img {
  max-width: 100%;
  width: auto;
  max-height: 500px;
  margin-left: auto;
  margin-right: auto;
}

.istituzionale-row {
  -moz-background-size: auto 350px;
    -o-background-size: auto 350px;
       background-size: auto 350px;
  background-position: top center;
  background-repeat: no-repeat;
  color: #666;
}
@media(max-width:1440px) and (min-width: 767px)
{
  .istituzionale-row{
    background-position: 66% 0px;
  }
}

.istituzionale-row .title-container {
  height: 350px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.istituzionale-row .title {
  font-size: 90px;
  color: black;
  margin-bottom: 40px;
}
.istituzionale-row .font-18 {
  font-size: 18px;
  margin-bottom: 30px;
  display: inline-block;
}
.istituzionale-row strong {
  color: black;
}
.istituzionale-row .row {
  margin-top: 50px;
  margin-bottom: 50px;
}
.istituzionale-row .row.title-row {
  margin-top: 0;
  margin-bottom: 0;
}
.istituzionale-row img {
  max-width: 100%;
}
.istituzionale-row .double-block {
  margin-top: 100px;
  margin-bottom: 100px;
}
.istituzionale-row ul {
  list-style: disc;
  padding-left: 30px;
}
.istituzionale-row li {
  margin-top: 15px;
}
.istituzionale-row .quote {
  font-family: "Reis", sans-serif;
  font-size: 34px;
  color: black;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 50px;
  position: relative;
}
.istituzionale-row .quote:before, .istituzionale-row .quote:after {
  content: '"';
  font-size: 120px;
  font-family: "Reis", sans-serif;
  position: absolute;
  line-height: 140px;
}
.istituzionale-row .quote:before {
  top: 0;
  left: -20px;
}
.istituzionale-row .quote:after {
  bottom: -90px;
  right: -20px;
}
.istituzionale-row .icons-row {
  margin-top: 100px;
  padding-top: 70px;
  border-top: 1px solid #ccc;
  line-height: 1.4;
  text-align: center;
}
.istituzionale-row .icons-row > a {
  display: block;
  padding-left: 40px;
  padding-right: 40px;
  /*margin-bottom: 20px;*/
}
.istituzionale-row .icons-row > a span {
  display: block;
}
.istituzionale-row .icons-row .img-container {
  height: 80px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.istituzionale-row .icons-row img {
  max-height: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.clienti-row {
  -moz-background-size: auto 500px;
    -o-background-size: auto 500px;
       background-size: auto 500px;
  background-position: top center;
  background-repeat: no-repeat;
  color: #666;
}
.clienti-row:not(.allevatori-row):after {
  content: "";
  background: url("/Content/images/privati-bg.jpg");
  width: 100%;
  height: 140px;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  display: block;
  background-position: center;
}
.clienti-row .title-container {
  height: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.clienti-row .title-row.row {
  margin-top: 0;
  margin-bottom: 50px;
}
.clienti-row .title {
  font-size: 90px;
  color: black;
  margin-bottom: 40px;
}
.clienti-row strong {
  color: black;
}
.clienti-row .row {
  margin-top: 50px;
  margin-bottom: 50px;
}
.clienti-row .img-container {
  position: relative;
  margin-bottom: 20px;
}
.clienti-row .item-img {
  max-width: 200px;
}
.clienti-row .overlaid-img {
  position: absolute;
  bottom: -19px;
  right: 11%;
  max-width: 130px;
  max-height: 150px;
}
.clienti-row ul {
  list-style: disc;
  padding-left: 30px;
}
.clienti-row img {
  max-height: 375px;
  margin: auto;
  display: block;
}
.clienti-row .double-block-row > div:first-child {
  margin-top: 50px;
}
.clienti-row.allevatori-row .item-img {
  max-width: 100%;
}

.discover-row.discover-freedog .section-title.title {
  background: none;
  color: black;
}

.blog-row {
  -moz-background-size: auto 250px;
    -o-background-size: auto 250px;
       background-size: auto 250px;
  background-position: top center;
  background-repeat: no-repeat;
  color: #666;
  position: relative;
}
.blog-row:before {
  content: "";
  width: 100%;
  height: 140px;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  display: block;
  background-position: center;
  position: absolute;
}
.blog-row:after {
  content: "";
  background: url("/Content/images/dog-blog.png");
  width: 177px;
  height: 315px;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  display: block;
  background-position: center;
  position: fixed;
  top: 280px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1599px) {
  .blog-row:after {
    display: none;
  }
}
.blog-row .title-container {
  height: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog-row .title-container .title {
  font-size: 90px;
  color: white;
}
.blog-row .title-row.row {
  margin-top: 0;
  margin-bottom: 50px;
}
.blog-row strong {
  color: black;
}
.blog-row img {
  max-width: 100%;
}
.blog-row .blog-body-row {
  padding-top: 20px;
}
.blog-row .article {
  margin-bottom: 50px;
}
.blog-row .time-container {
  color: #999;
  font-size: 14px;
  margin-bottom: 5px;
}
.blog-row .article-title {
  font-size: 20px;
  font-weight: 700;
  color: black;
  line-height: 1.4;
  margin-bottom: 5px;
}
.blog-row .article-description {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}
.blog-row .continue {
  color: #d43e1a;
  text-decoration: underline;
  font-weight: 700;
}
.blog-row .latest-posts .article {
  padding-bottom: 40px;
  margin-bottom: 0;
}
.blog-row .latest-posts .article:not(:first-child) {
  padding-top: 40px;
  border-top: 1px solid #ccc;
}
.blog-row .latest-posts .article .article-title {
  font-size: 32px;
}
.blog-row .latest-posts .article .time-container {
  font-size: 18px;
}
.blog-row .latest-posts .article .article-description {
  font-size: 16px;
}
.blog-row .latest-posts .article .post-text {
  padding-left: 50px;
}
.blog-row .latest-posts .btn {
  font-size: 24px;
  color: white;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-top: 50px;
}
.blog-row .sidebar .title {
  font-size: 36px;
  color: #d43e1a;
  margin-top: 70px;
  margin-bottom: 20px;
}
.blog-row .sidebar li {
  font-size: 18px;
  margin-bottom: 3px;
}
.blog-row .sidebar .searchbar-container {
  position: relative;
}
.blog-row .sidebar .searchbar-container:after {
  content: "";
  position: absolute;
  display: block;
  font-size: 18px;
  top: 2px;
  right: 10px;
  font-family: "icomoon";
}
.blog-row .sidebar .searchbar-container:before {
  content: "";
  background-image: url("/Content/images/farfalla.png");
  width: 48px;
  height: 51px;
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  top: -34px;
  right: -34px;
  position: absolute;
}

.blog-detail-row .post-title {
  color: black;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.4;
}

.blog-detail-row .sottotitolo {
  color: black;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4;
}


.blog-detail-row .time-tags-container {
  font-size: 14px;
  color: #999;
  margin-bottom: 20px;
}
.blog-detail-row .time-tags-container .icon {
  display: inline-block;
  margin-right: 5px;
}
.blog-detail-row .time-tags-container a {
  text-decoration: underline;
}
.blog-detail-row .time-container {
  margin-right: 50px;
}
.blog-detail-row .post-image {
  margin-bottom: 30px;
}
.blog-detail-row img {
  max-width: 100%;
}
.blog-detail-row .text {
  color: #666;
  font-size: 18px;
}
.blog-detail-row .text ul {
  list-style-type: disc;
  padding-left: 20px;
}
.blog-detail-row .font-28 {
  font-size: 28px;
  font-weight: 700;
  color: black;
  line-height: 1.4;
  margin-bottom: 10px;
}
.blog-detail-row .quote {
  font-family: "Reis", sans-serif;
  font-size: 28px;
  color: #d43e1a;
  padding: 0 50px;
  position: relative;
}
.blog-detail-row .quote:before {
  position: absolute;
  content: '"';
  display: block;
  font-size: 120px;
  top: 10px;
  left: 0;
  line-height: 1;
}
.blog-detail-row .blog-slick-container {
  margin: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  max-width: 530px;
  width: 100%;
}
.blog-detail-row .blog-slick-container .slick-dots button {
  border-color: white;
  background: #999;
  width: 14px;
  height: 14px;
}
.blog-detail-row .blog-slick-container .slick-dots li.slick-active button {
  border-color: #999;
  background: transparent;
}
.blog-detail-row .comments-container .title {
  font-size: 60px;
  margin-bottom: 30px;
  color: black;
}
.blog-detail-row .comments-container .comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}
.blog-detail-row .comments-container .img-container {
  width: 60px;
  margin-right: 20px;
  margin-top: 5px;
}
.blog-detail-row .comments-container .comment-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  line-height: 1.4;
}
.blog-detail-row .new-comment-container {
  margin-top: 50px;
  padding: 25px 30px 30px 40px;
  background: #d8e9e9;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.blog-detail-row .new-comment-container .title {
  font-size: 36px;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
.blog-detail-row .new-comment-container .form-item:not(.checkbox-container) .label {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: black;
  margin-left: 5px;
  display: inline-block;
}
.blog-detail-row .new-comment-container .form-item {
  margin-bottom: 10px;
}
.blog-detail-row .new-comment-container .form-control {
  height: 40px;
}
.blog-detail-row .new-comment-container .input-group-addon {
  background: white;
}
.blog-detail-row .new-comment-container .input-group-addon .icon {
  color: black;
}
.blog-detail-row .new-comment-container textarea.form-control {
  height: 120px;
  resize: none;
}
.blog-detail-row .new-comment-container textarea.form-control + .input-group-addon {
  vertical-align: top;
  padding-top: 12px;
}
.blog-detail-row .new-comment-container .checkbox-container {
  margin-bottom: 20px;
}
.blog-detail-row .new-comment-container .btn {
  font-size: 18px;
  padding-top: 13px;
  padding-bottom: 13px;
  max-width: 250px;
  width: 100%;
}

.store-locator-row #search-container {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.store-locator-row #rivenditori_form {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  height: auto;
  max-height: 730px;
  -webkit-box-shadow:  0 0 10px 0 rgba(100, 100, 100, 0.3);
  -moz-box-shadow:  0 0 10px 0 rgba(100, 100, 100, 0.3);
  box-shadow:  0 0 10px 0 rgba(100, 100, 100, 0.3);
}
.store-locator-row #rivenditori_form .search-header {
  font-size: 24px;
  font-weight: 700;
  padding: 15px 30px;
}
.store-locator-row #rivenditori_form form {
  background: #f6f6f6;
  padding: 20px 30px;
}
.store-locator-row #rivenditori_form .province-container {
  padding-left: 5px;
}
.store-locator-row #rivenditori_form .region-container {
  padding-right: 5px;
}
.store-locator-row #rivenditori_form .jcf-select {
  height: 40px;
  margin-top: 0;
  min-width: 0;
}
.store-locator-row #rivenditori_form .jcf-select .jcf-select-text {
  line-height: 38px;
  font-size: 14px;
}
.store-locator-row #rivenditori_form .jcf-select .jcf-select-opener {
  line-height: 60px;
  height: 38px;
  display: inline-block;
}
.store-locator-row #rivenditori_form .label {
  color: black;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-left: 5px;
  font-size: 14px;
  line-height: 10px;
}
.store-locator-row #rivenditori_form .form-item {
  margin-bottom: 15px;
}
.store-locator-row #rivenditori_form .jcf-scrollable, .store-locator-row #rivenditori_form .search-results {
  height: 400px;
}
.store-locator-row #rivenditori_form .search-results {
  background: #cbe1e1;
}
.store-locator-row #rivenditori_form .result {
  padding: 60px 25px 50px 25px;
  position: relative;
}
.store-locator-row #rivenditori_form .result:not(:last-child) {
  border-bottom: 1px solid #b1bebe;
}
.store-locator-row #rivenditori_form .result:after {
  content: "";
  display: block;
  clear: both;
}
.store-locator-row #rivenditori_form .result-label {
  background: #999;
  padding: 2px 10px;
  color: white;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 25px;
}
.store-locator-row #rivenditori_form .result-label.negozio {
  background: #86b987;
}
.store-locator-row #rivenditori_form .result-label.distributore {
  background: #d26f28;
}
.store-locator-row #rivenditori_form .result-title {
  font-size: 16px;
  color: black;
  font-weight: 700;
}
.store-locator-row #rivenditori_form .result-description {
  font-size: 14px;
  color: #666;
}
.store-locator-row #rivenditori_form .btn-results {
  background: #333;
  font-size: 11px;
  padding: 8px 5px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  bottom: 25px;
  right: 30px;
  width: 120px;
  display: block;
}
.store-locator-row #rivenditori_form #search-container {
  margin-bottom: 0;
}
.store-locator-row #rivenditori_form .jcf-scrollbar-vertical {
  background: #ddebeb;
}
.store-locator-row .title {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 90px;
}
.store-locator-row .text {
  color: #666;
}
.store-locator-row strong {
  color: black;
}

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #ccc;
  -webkit-border-bottom-left-radius: 4px;
     -moz-border-radius-bottomleft: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
     -moz-border-radius-bottomright: 4px;
          border-bottom-right-radius: 4px;
}
.jcf-select-drop .jcf-list .jcf-option {
  height: 30px;
  line-height: 20px;
}

.jcf-scrollbar-vertical .jcf-scrollbar-slider {
  padding-bottom: 6px;
}
.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  width: 9px;
  margin-left: 3px;
  margin-top: 3px;
}
.jcf-scrollbar-vertical .jcf-scrollbar-dec, .jcf-scrollbar-vertical .jcf-scrollbar-inc {
  height: 0;
}

.gm-style-mtc {
  display: none;
}

@media screen and (max-width: 767px) {
  .store-locator-row .title {
    font-size: 66px;
    margin-top: 90px;
  }
  .store-locator-row #rivenditori_form .province-container {
    padding-left: 0;
  }
  .store-locator-row #rivenditori_form .region-container {
    padding-right: 0;
  }

  .store-locator-row #rivenditori_form .search-header {
    padding-top: 25px;
  }
}
.contacts-row #map {
  height: 400px;
}
.contacts-row .form-row {
  background: white;
}
.contacts-row .form-row:after, .contacts-row .form-row:before {
  content: none;
}
.contacts-row .form-row .text {
  margin-left: 100px;
}
.contacts-row .form-row .title, .contacts-row .form-row .description {
  text-align: left;
}
.contacts-row .form-row .img-container {
  margin-top: 20px;
}
.contacts-row .form-row .img-container .text {
  margin-left: 0;
  bottom: 183px;
  font-size: 17px;
  left: 162px;
  width: 180px;
}
.contacts-row .phone span.icon.icon-telefono{
  font-size: 27px;
}
.contacts-row .form-row .img-container .phone {
  bottom: 95px;
  left: 122px;
  font-size: 28px;
}

.lavora-con-noi-row {
  -moz-background-size: auto 350px;
    -o-background-size: auto 350px;
       background-size: auto 350px;
  background-position: top center;
  background-repeat: no-repeat;
  color: #666;
}
.lavora-con-noi-row .title-container {
  height: 350px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lavora-con-noi-row .title-row.row {
  margin-top: 0;
  margin-bottom: 50px;
}
.lavora-con-noi-row .title {
  font-size: 90px;
  color: white;
  margin-bottom: 40px;
}
.lavora-con-noi-row strong {
  color: black;
}
.lavora-con-noi-row .row {
  margin-top: 50px;
  margin-bottom: 50px;
}
.lavora-con-noi-row .text {
  font-size: 18px;
}
.lavora-con-noi-row form {
  margin-top: 40px;
}
.lavora-con-noi-row .form-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px;
}
.lavora-con-noi-row .form-control {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 43px;
}
.lavora-con-noi-row .label {
  width: 200px;
  color: black;
  text-align: left;
  font-size: 16px;
  line-height: 35px;
  margin-bottom: 0;
}
.lavora-con-noi-row .checkbox-container {
  margin-left: 200px;
}
.lavora-con-noi-row .checkbox-container .label {
  width: auto;
  font-weight: 100;
  font-size: 12px;
  line-height: 16px;
  color: #666;
  margin-top: 3px;
}
.lavora-con-noi-row .btn {
  margin-left: 200px;
  width: 350px;
  margin-top: 20px;
}
.lavora-con-noi-row textarea.form-control {
  height: 165px;
  resize: none;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .btn {
    font-size: 15px;
  }

  .btn-lg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .breadcrumb-row {
    line-height: 66px;
  }
}
@media screen and (max-width: 1199px) {
  .form-row .img-container {
    margin-top: 20px;
    margin: auto;
    width: 460px;
    margin-top: 30px;
  }
  .form-row .img-container .text {
    bottom: 161px;
    font-size: 20px;
    left: 192px;
    width: 200px;
  }
	.form-row .img-container .phone {
		bottom: 54px;
		font-size: 29px;
		left: 142px;
	}
  .form-row .form-control {
    max-width: none;
  }

  #footer .links-row {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #footer .links-row > div {
    margin-bottom: 20px;
  }
  #footer .left-col {
    width: 100%;
  }
  #footer .right-col {
    width: 100%;
    margin-right: 0;
    padding-right: 38px;
    border: 0;
    max-width: none;
    margin-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .freedog-banner-row {
    padding-top: 50px;
    padding-bottom: 65px;
  }

  #footer .right-col .form-control {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #header .menu-container .pull-right {
    display: none;
  }
  #header .logo-container {
    top: 38px;
  }

  .freedog-banner-row .title {
    font-size: 40px;
    margin-top: 20px;
  }
  .freedog-banner-row .description {
    font-size: 20px;
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .form-row .textarea-col {
    padding: 0;
  }

  #footer .links-row {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 520px) {

  .contacts-row .form-row .img-container .text{
    bottom: 110px !important;
  }
  .contacts-row .form-row .img-container .phone{
    bottom: 32px !important;
  }

  .form-row .img-container {
    width: 290px;
    height: 200px;
  }
  .form-row .img-container .phone {
    bottom: 43px;
    font-size: 19px;
    left: 83px;
	}
  .form-row .img-container .phone .icon.icon-telefono
  {
    font-size: 26px;
  }
  .form-row .img-container .text {
    bottom: 112px;
    font-size: 13px;
    left: 121px;
    width: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .hidden-1024-down {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .hidden-1025-up {
    display: none !important;
  }
}
@media screen and (max-width: 1440px) {
  .heading-slick-container .slick-list {
    height: 550px;
  }
  .heading-slick-container .slick-slide {
    height: 500px;
  }
  .heading-slick-container .slide-img {
    height: 450px;
    left: 0;
  }
  .heading-slick-container .title {
    font-size: 64px;
  }
  .heading-slick-container .description {
    font-size: 22px;
  }
}
@media screen and (max-width: 1365px) {
  .heading-slick-container .slide-img {
    height: 370px;
  }

  .visit-row .map .title {
    font-size: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .blog-latest-row .flex-container {
    display: block;
  }
  .blog-latest-row .post {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20px;
  }
  .blog-latest-row img {
    max-width: 300px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .heading-slick-container .slick-list {
    height: 670px;
  }
  .heading-slick-container .slick-slide {
    height: 620px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	background-position: center center;
  }
  .heading-slick-container .slick-slide .container {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .heading-slick-container .slide-img {
    position: static;
    margin: auto;
    display: block;
    height: 250px;
    margin-top: 30px;
	width: auto;
  }
  .heading-slick-container .text-container {
    display: block;
    margin-top: 40px;
    height: auto;
  }
  .heading-slick-container .title {
    font-size: 50px;
  }
  .heading-slick-container .btn {
    margin-bottom: 0;
  }

  .visit-row .map {
    margin: auto;
    margin-bottom: 60px;
    width: 75%;
    padding-top: 64.5%;
  }
}
@media screen and (max-width: 767px) {
  .heading-slick-container .title {
    font-size: 40px;
  }
  .heading-slick-container .description {
    font-size: 18px;
  }

  .visit-row .map {
    width: 100%;
    padding-top: 86%;
  }
  .visit-row .map .title {
    font-size: 30px;
    line-height: 0.6;
  }

  .blog-latest-row .post {
    display: block;
    max-width: 400px;
    margin: auto;
    margin-bottom: 20px;
  }
  .blog-latest-row img {
    width: 100%;
    max-width: none;
    margin-bottom: 5px;
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .listing-row .filter-container ul li:first-child {
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .listing-row .filter-container ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .listing-row .filter-container ul li {
    -webkit-flex-basis: 33%;
        -ms-flex-preferred-size: 33%;
            flex-basis: 33%;
    text-align: left;
    margin-bottom: 10px;
  }
  .listing-row .filter-container ul li:first-child {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    text-align: center;
  }
  .listing-row .filter-container ul li:last-child {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .listing-row .title {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .listing-row .description {
    font-size: 14px;
  }
  .listing-row .listing-item .item-img {
    max-width: 130px;
  }
  .listing-row .listing-item .overlaid-img {
    max-width: 100px;
  }
  .listing-row .listing-item .img-container {
    margin-bottom: 30px;
  }
  .listing-row .listing-item .item-title {
    font-size: 20px;
  }
  .listing-row .listing-item .item-description {
    min-height: 0;
  }
  .listing-row .filter-container ul li {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .detail-row {
    -moz-background-size: auto 350px;
      -o-background-size: auto 350px;
         background-size: auto 350px;
  }
  .detail-row .title-container {
    height: 350px;
  }
}
@media screen and (max-width: 991px) {
    .detail-row .img-container {
        height: auto;
        max-width: 300px;
        margin: 0 auto;
        margin-top: 50px;
    }
    ul.why-list {
        display: flex;
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 767px) {
  .detail-row {
    -moz-background-size: auto 250px;
      -o-background-size: auto 250px;
         background-size: auto 250px;
  }
  .detail-row .title-container {
    height: 250px;
  }
  .detail-row .title-container .title {
    font-size: 60px;
  }
  .detail-row .img-container .item-img {
    max-width: 100%;
    max-height: 270px;
    margin: auto;
    width: auto;
  }
  .detail-row .box-title {
    font-size: 32px;
  }
  .detail-row .padding {
    padding-right: 15px;
  }

  .why-list li {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .istituzionale-row {
    -moz-background-size: auto 250px;
      -o-background-size: auto 250px;
         background-size: auto 250px;
	 background-position-x: 71%; /*66%*/
  }
  .istituzionale-row .title-container {
    height: 250px;
  }
  .istituzionale-row .title {
    font-size: 70px;
    margin-bottom: 20px;
  }
  .istituzionale-row [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  .istituzionale-row .quote {
    font-size: 26px;
    margin-bottom: 0;
  }
  .istituzionale-row .double-block {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .istituzionale-row .double-block > div:first-child {
    margin-bottom: 20px;
  }
  .istituzionale-row img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .istituzionale-row .list-col {
    margin-top: 40px;
  }
  .istituzionale-row .icons-row {
    margin-top: 50px;
    padding-top: 50px;
  }
  .istituzionale-row .icons-row .img-container {
    height: auto;
  }
  .istituzionale-row .icons-row > a {
    margin-bottom: 50px;
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .clienti-row .title {
    font-size: 70px;
  }
}
@media screen and (max-width: 767px) {
  .clienti-row {
    -moz-background-size: auto 300px;
      -o-background-size: auto 300px;
         background-size: auto 300px;
  }
  .clienti-row .title-container {
    height: 300px;
  }
  .clienti-row .title {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .clienti-row .row {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .clienti-row .double-block-row > div:first-child {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .contacts-row .form-row .img-container {
    width: 382px;
  }
  .contacts-row .form-row .upper-form-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .contacts-row .form-row .text {
    margin-left: 0;
  }
  .contacts-row .form-row .img-container {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .contacts-row .form-row .label {
    line-height: 22px;
  }
  .contacts-row .form-row .title {
    font-size: 40px;
  }
  .contacts-row .form-row .description {
    font-size: 18px;
  }
  .contacts-row .form-row .upper-form-container {
    display: block;
  }
  .contacts-row .form-row .text {
    text-align: center;
  }
  .contacts-row .form-row .img-container {
    width: 308px;
    margin: auto;
    margin-top: 20px;
  }
  .contacts-row .form-row .img-container .phone {
    bottom: 134px;
    left: 95px;
    font-size: 23px;
  }

  .contacts-row .phone span.icon.icon-telefono{
    font-size: 23px;
  }

  .contacts-row .form-row .img-container .text {
    margin-left: 0;
    bottom: 189px;
    left: 132px;
    width: 150px;
    text-align: left;
    font-size: 13px;
  }
}
@media screen and (min-width: 992px) {
  .blog-row .sidebar .dropdown-toggle {
    padding: 0;
    pointer-events: none;
  }
  .blog-row .sidebar .title {
    display: block;
  }
  .blog-row .sidebar .caret {
    display: none;
  }
  .blog-row .sidebar .dropdown-menu {
    position: static;
    display: block;
    border: none;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    float: none;
  }
  .blog-row .sidebar .dropdown-menu > li > a {
    padding-left: 0;
    padding-right: 0;
  }
  .blog-row .sidebar .dropdown-menu > li > a:focus, .blog-row .sidebar .dropdown-menu > li > a:hover {
    background: transparent;
  }
}
@media screen and (max-width: 991px) {
  .blog-row .sidebar .searchbar-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .blog-row .sidebar .searchbar-container:before {
    content: none;
  }
  .blog-row .sidebar .btn .caret, .blog-row .sidebar .title {
    vertical-align: middle;
  }
  .blog-row .sidebar .caret {
    margin-left: 10px;
  }
  .blog-row .sidebar .dropdown {
    padding-right: 20px;
  }
  .blog-row .sidebar .btn {
    background: transparent;
  }
  .blog-row .latest-posts {
    margin-top: 40px;
  }
  .blog-row .sidebar-container {
    position: absolute;
    top: 250px;
    left: 0;
    right: 0;
    height: 60px;
  }
  .blog-row .flex-container-sm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    border-bottom: 1px solid #ccc;
    background: #f1f1f1;
  }
  .blog-row .sidebar .searchbar-container {
    padding: 10px 15px;
    background: #999;
    height: 64px;
    padding-top: 14px;
  }
  .blog-row .sidebar .searchbar-container:after {
    top: 15px;
    right: 25px;
  }
  .blog-row .sidebar .dropdown {
    padding: 7px 7px;
  }
  .blog-row .blog-body-row {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .blog-row {
    -moz-background-size: auto 150px;
      -o-background-size: auto 150px;
         background-size: auto 150px;
  }
  .blog-row .title-container {
    height: 150px;
  }
  .blog-row .title-container .title {
    font-size: 44px;
  }
  .blog-row .sidebar-container {
    top: 150px;
  }
  .blog-row .sidebar .searchbar-container {
    height: 58px;
    padding-top: 12px;
  }
  .blog-row .sidebar .title {
    font-size: 26px;
  }
  .blog-row .latest-posts .article .time-container {
    font-size: 14px;
  }
  .blog-row .latest-posts .article .article-title {
    font-size: 24px;
  }
  .blog-row .latest-posts .article .article-description {
    font-size: 16px;
  }
  .blog-row .latest-posts .article .post-text {
    padding-left: 0;
    padding-top: 20px;
  }
  .blog-row .latest-posts .btn {
    font-size: 20px;
  }

  .blog-detail-row .pull-right {
    float: none !important;
  }
  .blog-detail-row .post-title {
    font-size: 30px;
    line-height: 1.4;
  }

  .blog-detail-row .sottotitolo {
    font-size: 20px;
    line-height: 1.4;
  }

  .blog-detail-row .time-container, .blog-detail-row .tags-container {
    display: block;
  }
  .blog-detail-row .font-28 {
    font-size: 22px;
    line-height: 1.5;
  }
  .blog-detail-row .text {
    font-size: 16px;
  }
  .blog-detail-row .quote {
    font-size: 22px;
    padding: 0 30px;
  }
  .blog-detail-row .quote:before {
    font-size: 80px;
  }
  .blog-detail-row .comments-container .title {
    font-size: 50px;
  }
  .blog-detail-row .new-comment-container {
    padding: 25px 10px 30px 10px;
  }
  .blog-detail-row .new-comment-container .title {
    font-size: 40px;
  }
  .blog-detail-row .new-comment-container .btn {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .lavora-con-noi-row {
    -moz-background-size: auto 250px;
      -o-background-size: auto 250px;
         background-size: auto 250px;
  }
  .lavora-con-noi-row .title {
    font-size: 70px;
  }
  .lavora-con-noi-row .title-container {
    height: 250px;
  }
  .lavora-con-noi-row .btn {
    margin-left: auto;
    width: 100%;
    max-width: 400px;
    margin-right: auto;
  }
  .lavora-con-noi-row .form-item {
    display: block;
  }
  .lavora-con-noi-row .form-control {
    max-width: none;
  }
  .lavora-con-noi-row .checkbox-container {
    margin-left: 0;
  }
}

/*FIX*/

.blog-detail-row blockquote {
    font-family: "Reis", sans-serif;
    font-size: 28px;
    color: #d43e1a;
    padding: 0 50px;
    position: relative;
    border-left: none;
}

.blog-detail-row blockquote:before {
    position: absolute;
    content: '"';
    display: block;
    font-size: 120px;
    top: 10px;
    left: 0;
    line-height: 1;
}

.citazione {
    font-size: 34px;
    color: black;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 50px;
    position: relative;
}

.citazione.quote-privati, .citazione.quote-privati:before, .citazione.quote-privati:after{
  font-family: "Reis", sans-serif;
}
.citazione.quote-allevatori, .citazione.quote-allevatori:before, .citazione.quote-allevatori:after{
  font-family: "king-of-the-irish";
}

.citazione:before {
    top: 0;
    /*left: -20px;*/
    margin-left:-35px;
}
.citazione:after {
    bottom: -90px;
    /*right: -20px;*/
}
.citazione p{
    display: inline;
}
.citazione:before, .citazione:after {
    content: '"';
    font-size: 120px;
    position: absolute;
    line-height: 140px;
}

@media screen and (max-width: 767px){
  .citazione {
      font-size: 26px;
      margin-bottom: 0;
  }
}

a.fake-checkbox:before{
	display: inline-block;
    font-family:icomoon;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e936";
	margin-top:-1.9px;
    margin-right: 0.571em;
    font-size: 1em;
    line-height: 19px;
    vertical-align: middle;
    color: black;
}
.freedog-page a.fake-checkbox:before{
	color:white;
}

.freedog-page a.fake-checkbox,
.freedog-page a.fake-checkbox:hover:before,
.freedog-page a.fake-checkbox:active:before,
.freedog-page a.fake-checkbox:focus:before,
.freedog-page a.fake-checkbox.active:before
{
	content: "\e937";
    color: white;
}
a.fake-checkbox:hover:before,
a.fake-checkbox:active:before,
a.fake-checkbox:focus:before,
a.fake-checkbox.active:before
{
    content: "\e937";
    color: black;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

ul.dropdown-menu {
    margin: 0px;
}

.detaildescription{
	margin-top:30px;
}

.retrogallery .slick-dots{
    display: block;
    top: 0px;
    position: absolute;
    margin-top: -40px;
    width: 100%;
}

@media(max-width:767px){
	.retrogallery.slick-initialized.slick-slider.slick-dotted {
		max-width: 250px;
		margin: 0 auto;
	}
}

.recensione {
    background-color: #d43e1a;
    max-width: 300px;
    margin: 0 auto;
    margin-top: -3px;
}

.recensione label, .recensione .checkbox-container label{
	color:white;
}

.reviews-row input[type=submit] {
    margin-top: 20px;
    font-size: 18px;
    padding: 12px 40px;
    width: 100%;
    margin: 10px 0px;
    background-color: yellow;
	color:black;
}
.reviews-row input[type=submit]:hover {
    background-color: rgb(200, 220, 0);
}

a.icon-grey.icon.icon-star {
    color: white;
}
.icon.icon-star:hover{
	color:#fdb812;
}

.reviews-row .jcf-scrollable-wrapper,.reviews-row .jcf-scrollable{
  height:325px !important;
}
.review-btn-container{
  margin-top:20px;
}

.review-btn-container label#stars {
    margin-top: 10px;
}
.review-btn-container .rating-block .icon-star {
    color: #fdb812;
    font-size: 25px;
    display: inline-block;
    margin-right: 27px;
}

.loaderReviews {
  margin: 0 auto;
  /* left: 50%; */
  display: block;
  width: 100%;
  max-width: 300px;
}

a.btn.btn-primary {
    color: white;
}

picture.testatahome {
    position: absolute;
	top:0px;
}

.billing-address span.jcf-select.jcf-unselectable.jcf-select-selectProfilo{
	width:100%;
}

.linksottolineato
{
	text-decoration:underline !important;
}
.copyright-text{
	text-align:center;
	margin-top:30px;
}
.contacts-row .description{
	font-size: 18px;
}

.detaildescription h2{
	font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    margin-top: 30px;
}

.phone span.icon.icon-telefono {
    font-size: 32px;
}

.freedog-font{
	font-family: "king-of-the-irish" !important;
}



span.testofooternewsletter {
    font-size: 14px;
    line-height: 20.5px;
    display: inline-block;
    margin-top: 17px;
    font-weight: lighter;
    color: darkgray;
}

#footer input[type='email'] {
    font-style: italic;
}

.detail-row .btn-dark-grey{
    font-size: 16px;
    padding: 15px 15px;
	background-color:rgb(154,154,154);
	color:white !important;
}

.detail-row .btn-dark-grey2, .blog-detail-row .btn-dark-grey2{
	font-size: 16px;
    padding: 15px 15px;
	background-color:rgb(154,154,154);
	color:white !important;
}
.blog-detail-row .btn-dark-grey2{
	max-width:300px;
}
.detail-row .btn-dark-grey .icon{
    font-size: 40px;
    vertical-align: middle;
    margin-right: 5px;
    color: white;
}

.row.contacts-row .upper-form-container .text p strong {
    font-size: 19px;
}

h2.sottotitoloh2 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    margin-top: 30px;
}

.comments-container .label {
    font-weight: 500;
    font-size: 13px;
}

.detail-row .text.detaildescription ul{
	list-style: disc;
    margin: 0 0 10px;
    padding: 0 18px 0px;
}

.detail-row .text.detaildescription ol{
    padding: 0 18px 0px;
}

.btn-group.errorF {
    border: 2px solid red;
}

@media(max-width:992px)
{
	.blog-row .sidebar .searchbar-container{
		background-color: #2F2F2F !important;
	}
}

p.gm-style-pbt {
    left: 2%;
	font-size:20px;
    text-align: left;
}

.logo-container img {
    width: 100%;
}

.clienti-row h1 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    margin-top: 30px;
}

.clienti-row h2 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    margin-top: 30px;
}

.clienti-row h2.citazione{
    font-size: 34px;
    font-weight: inherit;
}

.istituzionale-row h2{
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
  margin-top: 30px;
}

.detail-row .btn-dark-grey.btn-block, .detail-row .btn-moreinfo, .btn.btn-dark-grey2.btn-lg.btn-block.brochures {
    text-align: left;
    position: relative;
}

.btn-moreinfo .fa-info-circle{
    position: absolute;
    left: 21px;
    top: 10px;
}
.detail-row .btn-dark-grey .icon.icon-negozio {
    position: absolute;
    left:15px;
    top:8px;
}

.btn-block.brochures .fa.fa-file-text{
    position:absolute;
    left:24px;
    top:12px;
}

.btn-moreinfo .btn-text, .btn-block.brochures .btn-text, .detail-row .btn-dark-grey .btn-text {
    margin-left: 55px;
    display: block;
}

@media(max-width:1200px)
{
	.detail-row .btn-dark-grey {
		font-size: 13px;
		padding: 20px 10px;
	}

	.detail-row .btn-moreinfo{
		font-size: 13px;
	}

    .btn.btn-dark-grey2.btn-lg.btn-block.brochures{
        font-size:13px;
        padding:17px 13px;
    }

}

#footer .labelnewsletter{
	font-size:13px;
	font-weight:500;
	display:inline;
}
#footer .privacyblock{
	margin-top:10px;
	margin-bottom:15px;
}

.aldog-font {
    font-family: "Reis", sans-serif !important;
}

@media(max-width:480px) {
    .detail-row {
        background-position-x: 67%;
    }

    .size-container.varianti-container span.label {
        display: block;
    }
}

.cat-home-container{
	display:flex;
	flex-wrap:wrap;
}
.cat-example-home{
		margin:0 auto;
}
.btn.btn-dark-grey2.btn-lg.brochures .fa.fa-file-text {
    font-size: 26px;
    vertical-align: middle;
    margin-right: 5px;
    color: #fff;
}

.btn-moreinfo .fa.fa-info-circle{
    color:white;
    font-size:32px;
}

.title.whitetitle{
    color:white;
}

.blog-body-row .blog-post h2 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    margin-top: 30px;
}

@media (max-width:767px)
{
    .text-container.mb-margin260{

     margin-top:260px;
    }
}


@media(min-width:1440px)
{
  .margin-bottom-50{
    margin-bottom:50px !important;
  }
}


#ModalBrochure .form-control{
  margin-bottom:10px;
}

#ModalBrochure .btn.btn-primary{
  margin-bottom:10px;
}

#ModalBrochure .checkbox-container label{
  margin-left:25px;
  font-size: 13px;
  font-weight: 400;
}

#ModalBrochure .sottotitolomodal{
    font-size: 13px;
}

#ModalBrochure .scarica-btn{
    display:flex;
    flex-direction: column;
    align-items: flex-end;
}

#ModalBrochure .row{
  margin-right: -15px;
  margin-left: -15px;
}

.istituzionale-row .descrizione a{
    text-decoration: underline;
    color: black;
}

@media(min-width: 1199px)
{
  .jcf-select-form-control{
    max-width: 310px
  }
}

.colore-nero{
  color: black !important;
}
.colore-bianco{
  color: white !important;
}
.title-container{
	position: relative;
}
.title-container span.cart-counter {
    position: absolute;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 10px;
    padding-left: 2px;
    line-height: 15px;
    background: #d43e1a;
    color: #fff;
    text-align: center;
    width: 15px;
    height: 15px;
	right: -20px;
    top: -10px;
}

.subtext{
	font-size: 13px;
    color: #666;
    line-height: 1.5;
    margin-left: 8px;
    margin-top: 10px;
}

.textFind{
	
	    font-size: 23px;
    font-weight: 700;
    color: #333;
}

.jcf-select .jcf-select-opener:after {
  line-height: 66px;
}

.little-alert {
	font-size: 13px;
    color: rgb(0, 0, 0);
    line-height: 17px;
    display: block;
    width: 100%;
    padding: 7px 30px;
    margin-bottom: 10px;
    font-style: italic;
    background: rgba(202, 202, 202, 0.45);
}
.padding-15{
	padding-left: 15px;
	padding-right: 15px;
}
.padding-30{
	padding-left: 30px;
	padding-right: 30px;
}


.discover-row{
  display: flex;
  flex-wrap: wrap;
  width: 1430px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  justify-content: space-between;
}

.discover-row .container{
  width: 50%;
  padding: 0;
  max-width: 510px;
}

/* .dog-container .col-md-6, .cat-container .col-md-6{
  padding: 0;
} */

.discover-row .title:not(h1) a{
  transition: all .1s;
  border: 1px solid transparent;
  line-height: 32px;
}

.discover-row .container .title:not(h1){
 font-size: 24px;
 font-weight: 700 !important;
}

.cat-container .title a:hover{
  color: #FD654D;
  border-bottom: 2px solid #FD654D;
}

.dog-container .title a:hover{
  color: #50D9D2;
  border-bottom: 2px solid #50D9D2;
}

.discover-row .cat-container .section-title.title{
  background: url("/Content/images/discover-title2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.discover-row .description{
  font-size: 12px;
  color: #999;
  line-height: initial;
}

.discover-row .section-title.title{
  margin-bottom: 60px;
}

.prato-categorie{
  background: url("/Content/images/divisorioprato.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 240px;
  width: 100%;
}

.grey-separator{
  width: 1px;
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(180,180,180,1) 30%, rgba(180,180,180,1) 70%, rgba(237,237,237,1) 100%);
}

.form-row .img-container .text{
  bottom: 170px;
}

@media (max-width:1100px){
  .discover-row{
    flex-direction: column;
  }
  .grey-separator{
    width: auto;
    height: 1px;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(180,180,180,1) 30%, rgba(180,180,180,1) 70%, rgba(237,237,237,1) 100%);
    margin-bottom: 40px;
  }
  .dog-container{
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1440px){
  #header .logo-container:before {
      top: -10px;
  }
}

@media screen and (max-width: 1024px){
  #header .logo-container:before {
      top: -27px;
  }
}

.size-container.varianti-container{
  background-color: #fbf1e0;
  border-radius: 10px;
  padding: 26px 30px;
}

.size-container.varianti-container .flex-container{
  justify-content: space-between;
  align-items: flex-start;
}

.detail-row .size-container .label{
  width: 100%;
}

.varianti-text{
  max-width: 135px;
}


.detail-row .label{
  color: #737373;
  text-transform: initial;
  font-size: 12px;
  font-weight: 400;
}

.varianti-text .type{
  font-family: "Reis",sans-serif;
  font-size: 22px;
}

.size-container.varianti-container .title{
  margin-bottom: 20px;
}

.varianti-text{
  line-height: 1.3;
}

.varianti-text > div{
  margin-bottom: 6px;
}

.btn .icon.icon-cariola{
  color: #fff;
  font-size: 40px;
  position: absolute;
  left: 15px;
  top: 2px;
}

.btn{
  position: relative;
}

.detail-row .size-container{
  color: #333;
}

.right-detail-ecommerce{
  position: fixed;
  height: 100vh;
  width: 550px;
  background: url("/content/images/bg-ecommerce.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  z-index: 9999;
  top: 0;
  right: 0;
  overflow: auto;
}

.obscure-screen{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.4;
  z-index: 999;
}

.right-detail-ecommerce .title{
  font-size: 48px;
  color: #000;
  line-height: 48px;
  position: absolute;
  top: 40px;
  left: 90px;
}

.right-detail-ecommerce .title::after{

}

.right-detail-ecommerce .close-x{
  font-size: 36px;
  font-family: "Reis",sans-serif;
  position: absolute;
  top: 28px;
  right: 20px;
  color: #000;
  font-weight: 700;
  line-height: 36px;
  cursor: pointer;
}

.right-detail-ecommerce .top{
  height: 130px;
  margin-bottom:45px;
}

.flex-line.flex-container {
  border-radius: 5px;
  overflow: hidden;
}

.custom-selector {
  width: 100%;
  text-align: center;
  background-color: #fff;
  border-right: 1px solid #cccccc;
  cursor: pointer;
}

.custom-selector span{
  color: #000;
  padding: 5px 0;
  display: inline-block;
}

.custom-selector i{
  display: none;
  margin-right: 5px;
}

.custom-selector.active {
  width: 100%;
  text-align: center;
  background-color: #333333;
}

.custom-selector.active span{
  color: #fff;
}

.custom-selector.active i{
  color: #d43e1a;
  display: inline-block;
}

.product{
  max-width: 385px;
  margin: 0 auto;
}

.custom-selector:last-child{
  border:none;
}

.selector-single .name{
  font-size: 16px;
  color: #000;
}

.selector-single{
  margin-bottom: 20px;
  position: relative;
}

.product-images{
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: 35px;
}

.right-detail-ecommerce .current-price{
  font-size: 30px;
  font-weight: 700;
  color: #000;
  line-height: 42px;
}

.right-detail-ecommerce .current-price span{
  font-size: 30px;
  font-weight: 300;
  color: #000;
}

.right-detail-ecommerce .crossed-price{
  color: #737373;
  position: relative;
  display: inline-block;
  background: linear-gradient(to left top, transparent 47.75%, #737373 49.5%, #737373 50.5%, transparent 52.25%);
  line-height: 16px;
}

/* .right-detail-ecommerce .price-part{
  display: flex;
  flex-direction: column;
} */

.numeric-up-down{
  border-radius: 5px;
  width: 87px;
  background-color: #333333;
  overflow: hidden;
  display: flex;
}

.numeric-up-down .updown{
  padding: 5px 12.5px;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  justify-content: space-between;
}

.price-container.flex-container{
  justify-content: space-between;
  max-width: 250px;
  margin-left: 0;
  margin-bottom: 24px;
}

.numeric-up-down input{
  height: 52px;
  width: 52px;
  border: none;
  font-size: 20px;
  color: #000;
  padding-left: 20px;
}

.numeric-up-down .updown > div{
  line-height: 18px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

.numeric-up-down .updown .up::after{
  width: 24px;
  height: 1px;
  background-color: #8c8c8c;
  position: absolute;
  content: '';
  left: 5px;
  top: 26px;
}

.numeric-up-down .updown .up{
  cursor: pointer;
}

.numeric-up-down .updown .down{
  cursor: pointer;
}

.shop-container .btn{
  background-color: transparent;
  text-align: center;
  width: 265px;
  border-radius: 5px;
  padding: 12.5px 12px;
  z-index: 9;
}

.shop-container .text{
  color: #fff;
  font-size: 18px;
  padding-left: 34px;
}

.shop-container .icon.icon-cariola{
  left: 24px;
  top: 2px; 
}

.shop-container .btn.active .fa.fa-check{
  transform: scale(1);
}

.shop-container .fa.fa-check{
  left: 38px;
  top: 14px;
  position: absolute;
  font-size: 20px;
  color: #fff;
  transform: scale(0);
  transition: all .4s;
}

.shop-container .btn {
  overflow: hidden;
}

.shop-container .btn::after {
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}

.shop-container .btn.active:after {
  height: 100%;
  width: 135%;
}

.shop-container .btn,
.shop-container .btn::after {
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
	transition: all 0.3s;
}

.shop-container .btn {
  display: block;
  position: relative;
}

.shop-container .btn::before,
.shop-container .btn::after {
  background: #78b526;
  content: '';
  position: absolute;
  z-index: -1;
}

.shop-container .btn.active {
  color: #fff;
}

.shop-container .btn .icon{
 transition: all .6s;
}

.shop-container .icon.icon-cariola::after {
  content: "+";
  background-color: #d43e1a;
  color: #fff;
  padding: 5px;
  font-weight: 700;
  font-size: 16px;
  right: -1px;
  border-radius: 50%;
  top: 2px;
  position: absolute;
  opacity: 1;
  transition: all .4s;
}

.shop-container .btn.active .icon.icon-cariola{
  opacity: 0;
}

.shop-container .btn.active .icon{
  animation: cartAnim .6s linear;
  left: -40px;
}

.effect-btn{
  background-color: #d43e1a;
  display: inline-block;
  border-radius: 6px;
}

@keyframes cartAnim {
  0%   {}
  25%  {
        transform: skew(0)
      }
  50%  {
        transform: skew(0) rotate(-10deg);
        }
  75%  {
    transform: skew(-15deg) rotate(-10deg);
  }
  100% {
    transform: skew(-35deg) rotate(-15deg);
  }
}

.end-voices .voice-text{
  color: #737373;
  text-decoration: underline;
  font-size: 14px;
  margin-right: 17px;
}

.end-voices i{
  color: #737373;
  font-size: 12px;
  margin-right: 6px;
}


.shop-container .end-voices{
  display: none;
}
.shop-container .end-voices.show{
  display: block;
}


body .right-detail-ecommerce{
  transform: translateX(100%);
  transition: all .4s;
}

body.open-buypart{
  overflow: hidden;
}

body.open-buypart .right-detail-ecommerce{
  transform: translateX(0%);
}

body .obscure-screen{
  opacity: 0;
  transition: all .4s;
  pointer-events: none;
}

body.open-buypart .obscure-screen{
  opacity: 0.4;
  pointer-events: all;
}


/* html, body{
  position:relative;
  overflow: hidden;
} */



.select-container.flex-container{
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}

.select-container.flex-container .single-select{
  width: 180px;
  position: relative;
}

.select-container.flex-container .single-select i{
  font-size: 20px;
    position: absolute;
    right: 0;
    top: -31px;
    color: #a1afaf;
    padding-top: 30px;
}

.select-container.flex-container .jcf-select .jcf-select-text{
  line-height: 38px;
}

.select-container.flex-container .jcf-select{
  height: 38px;
}

.select-container.flex-container .jcf-select-opener{
  background-color: #333333;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px
}

.select-container.flex-container .jcf-select .jcf-select-opener:after{
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  color: #d43e1a;
  border: none;
  left: 50%;
  top: 50%;
  position: absolute;
  left: 7px;
  top: 8px;
  font-size: 20px;
  transition: transform 0.4s;
  width: 20px;
  height: 20px;
}


.selector-container i.fa.fa-info-circle {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: -26px;
  color: #a1afaf;
  padding-top: 30px;
}

.popupcontent{
  position: absolute;
  right: -66px;
  top: 14px;
  transform: translateY(-100%);
  padding: 18px;
  background-color: #f2f2f2;
  border-radius: 5px;
  width: 190px;
  border: 1px solid #c5dada;
  box-shadow: 0px 10px 50px -16px #7b7b7b82;
  opacity: 0;
  transition: all .4s;
  pointer-events: none;
  font-family: Arial, sans-serif;
  z-index: 9;
  text-align: left;
}

.popuptitle{
  font-size: 14px;
  color: #404040;
  margin-bottom: 4px;
  font-weight: 700;
}

.popuptext{
  font-size: 12px;
  color: #737373;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 12px;
}

span.popupcontent::before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #f2f2f2;
  position: absolute;
  bottom: -11px;
  right: 65px;
  transform: rotate(45deg);        
  border-bottom: 1px solid #c5dada;
  border-right: 1px solid #c5dada;
  box-shadow: 3px 4px 7px -3px #ababab61;
}

i:hover .popupcontent{
  opacity: 1;
  pointer-events: all;
}

.flex-container.select-container .single-select label{
  text-align: left;
  font-size: 15px;
  margin-bottom: 6px;
  display: block
}

.listing-row .filter-container{
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width:1024px){
  .right-detail-ecommerce .shop-container{
    margin-bottom: 100px;
  }
  .right-detail-ecommerce{
    overflow-y: scroll;
  }

}

@media (max-width:550px){
  .right-detail-ecommerce{
    width: 100%;
  }
  .price-container.flex-container{
    margin-left: auto;
    margin-right: auto;
  }
  .right-detail-ecommerce .shop-container{
    margin-left: auto;
    margin-right: auto;
    max-width: 270px;
  }
}

@media (max-width:576px){
  .selector-container{
    padding: 0 10px; 
  }
  .right-detail-ecommerce .shop-container{
    margin-bottom: 60px;
  }
  .right-detail-ecommerce{
    background: #E2EEEE;
  }
  .right-detail-ecommerce .top{
    margin-bottom: 0;
  }
  span.popupcontent::before{
    content: none;
  }

  .popupcontent{
    right: 0;
    width: 320px;
    box-shadow: 0px 10px 50px -16px #7b7b7b;
    transform: translate(0)
  }

  span.popupcontent::before{
    right: 15px;
  }


}

.size-container.varianti-container .title span {
  font-size: 24px;
}

@media screen and (max-width: 991px){
  .detail-row .title-container {
      width: 50%;
  }
  .detail-row .title-container .title{
    font-size: 70px;
  }
}

@media screen and (max-width: 576){
  .detail-row .title-container {
      width: 100%;
  }
  .detail-row .title-container .title{
    font-size: 50px;
  }
}

.listing-row .filter-container{
  margin-bottom: 100px;
}

.jcf-list-box .jcf-selected, .jcf-select-drop .jcf-hover{
  background-color: #333333;
  color: #fff;
  position: relative;
  cursor: pointer;
}

.jcf-list-box .jcf-selected, .jcf-select-drop .jcf-hover::after{
  content: '\f00c';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  color: #d43e1a;
  border: none;
  left: 50%;
  top: 50%;
  position: absolute;
  left: 6px;
  top: 6px;
  font-size: 16px;
  
}

.jcf-select-drop .jcf-list .jcf-option{
  font-size: 14px;
  text-align: center;
  border-top: 1px solid #c5dada;
}

.jcf-select-drop .jcf-select-drop-content{
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  border: 1px solid #c5dada;
  border-top: none;
}

.jcf-select-drop .jcf-option-blocked{
  color: #bfbfbf;
  font-size: 14px;
  font-weight: 300;
  text-decoration: line-through;
}

.jcf-select-drop .jcf-option-blocked.jcf-hover{
  background-color: #fff;
  cursor: initial;
}

.jcf-select-drop .jcf-option-blocked.jcf-hover::after{
  content: none;
}

.jcf-select.jcf-drop-active .jcf-select-opener:after{
  /* left: 24px !important;
  top: 28px !important; */
  font-size: 20px;
  transform: rotate(180deg);
}

 @media (max-width: 1199px){
  .select-container.flex-container{
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .select-container.flex-container .single-select{
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .listing-row .filter-container{
    padding-bottom: 20px;
  }
  .listing-row .filter-container{
    background-size: cover; 
  }

}
@media (max-width: 576px){
  .select-container.flex-container .single-select{
    width: 100%;
  }
  .select-container.flex-container .single-select{
    margin-right: 0;
    margin-bottom: 20px;
  }
} 

#header .dropdown-menu li{
  position: relative;
}

.menu-terzo-livello{
  transition: all .4s;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 1000;
  min-width: 160px;
  font-size: 14px;
  text-align: left;
  list-style: none;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

/* .menu-terzo-livello span{
  padding: 15px 25px;
} */

.menu-terzo-livello span a{
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  transition: all .4s;
}

.menu-terzo-livello span a:hover{
  background-color: #f5f5f5;
}

.menu-terzo-livello span:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.menu-terzo-livello span {
  position: relative;
}
.menu-terzo-livello span {
  display: block;
  padding-bottom: 9px;
  padding-top: 8px;
}

.submenu{
  position: relative;
}

.submenu::after{
  content: '';
  position: absolute;
  right: 5px;
  margin-left: 10px;
  border-width: 5px;
  border-top-color: #d43e1a;
  vertical-align: middle;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-left: 4px dashed;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  top: 17px;
  right: 10px;
}

.submenu:hover .menu-terzo-livello{
  opacity: 1;
  pointer-events: all;
}

#page-header .underline-hover:hover .icon.icon-cariola.bigicon{
  text-decoration: none;
}

.linee-disponibili-label {
  margin-bottom: 7px;
  color: #000;
}

.menu-container .dropdown-menu>li>a{
  white-space: initial;
}

.partire-da {
  font-size: 12px;
  color: #000;
}

.partire-da span{
  font-weight: 700;
}

span.underline{
  position: absolute;
  width: 86px;
  height: 5px;
  bottom: -10px;
  left: 0;
  background-color: #f4da40;
}

.punti-vendita-navbar{
	display: block;
    padding: 5px 0px;
}

@media (min-width: 767px){
    .filters-opener{
        display: none;
    }
}
.filters-opener {
    font-weight: bold;
    font-size: 20px;
    position: relative;
	text-align: center;
}
.filters-opener span::before {
    content: "";
    display: inline-block;
    position: absolute;
    right: -15px;
    border: 2px solid black;
    border-top: 0;
    border-left: 0;
    width: 8px;
    height: 8px;
    top: 5px;
    vertical-align: middle;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.filter-container.opened .filters-opener span::before {
    -webkit-transform: rotate(225deg);
       -moz-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
         -o-transform: rotate(225deg);
            transform: rotate(225deg);
	top: 8px;
}


@media (max-width: 767px){
	.listing-row .filter-container{
		padding-bottom: 50px;
		margin-bottom: 50px;
	}
	.select-container.flex-container{
		margin-top: 20px;
	}
}

.listing-row .filter-container.opened {
    padding: 50px 20px;
}
.filters-opener span {
    position: relative;
    display: inline-block;
}

.listing-row .filter-container {
    padding: 20px 20px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.heading-slick-container .slick-list{
  width: 100%;
}

.table-block {
  overflow: hidden;
}

.table-block table {
  background-color: rgb(255, 255, 255, 0.502);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.03);
  margin-bottom: 0;
}

.table-block td, .table-block th {
  border: none !important;
  padding: 15px !important;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  vertical-align: bottom !important;
  font-size: 14px;
}

body .table-block tr:nth-child(even) {
  background-color: rgb(255, 255, 255, 0.502) !important;
  box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.03);
}

body .table-block tr {
  background: transparent !important;
}

.table-block td {
  white-space: nowrap;
}

.table-block th:first-child {
  min-width: 150px;
}

.table-block th {
  color: #666666;
  font-weight: 700;
  font-size: 16px;
}
.next-btn {
  position: absolute;
  top: 50px;
  bottom: 30px;
  z-index: 1;
  right: 20px;
  background-color: rgba(255, 255, 255, 0.502);
  box-shadow: 0px 2px 9.8px 0.2px rgba(0, 0, 0, 0.1);
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .4s;
}

.next-btn svg {
  fill: #d43e1a;
  width: 28px;
  height: 28px;
  transition: all .4s;
}

.next-btn:hover svg {
  transform: scale(1.2);
}

.next-btn:hover {
  box-shadow: -4px 2px 11px 0.2px rgba(0, 0, 0, 0.1);
}

.next-btn.back-btn svg {
  transform: rotateY(180deg);
}

.next-btn.back-btn:hover svg {
  transform: scale(1.2) rotateY(180deg);
}
.table-relative{
  position: relative;
  background-image: url(/Content/images/tableHeader.png);
  padding: 50px 20px 30px;
  border-bottom: 5px solid #ce0058;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  background-color: #d1e4e4;
}
.next-btn.back-btn {
  opacity: 0;
  pointer-events: none;
}

.table-relative:hover .next-btn.back-btn {
  opacity: 1;
  pointer-events: all;
}
.detaildescription h2 {
  font-size: 36px;
  color: #333333;
  line-height: 1.4;
  font-family: "Reis", sans-serif;
}
@media (max-width: 767px){
  .next-btn {
    display: none !important;
  }

  .table-block {
      overflow: auto;
  }
}
.freedog-page .detaildescription h2 {
  font-family: "king-of-the-irish";
}

.basetitle{
  font-size: inherit !important;
    font-weight: inherit  !important;
    margin: 0;
    line-height: inherit;
}

.btn.js-addToCart.active.noButton:after {
  font-size: 10px;
}

.shop-container .noButton span.text {
  color: black;
  font-weight: bold;
  font-size: 12px;
  padding: 0px;
}

.btn.js-addToCart.active.noButton {
  width: 170px;
  cursor: initial;
  box-shadow: none !important;
}

.btn.js-addToCart.active.noButton:before,
.btn.js-addToCart.active.noButton:after {
  background-color: transparent !important;
}

.noButton span.fa.fa-check {
  left: 0px;
  color: #78b526;
}

.end-voices.show{
  justify-content: space-between;
  display: flex !important;
  flex-wrap: wrap;
}

.end-voices.show a {
  background-color: #78b526;
  padding: 8px;
  text-align: center;
  width: 185px;
  display: block;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.end-voices.show a .voice-text {
  text-decoration: none;
  color: white;
  margin: 0px;
  font-weight: bold;
}

.end-voices.show i.fa.fa-shopping-cart {
  font-size: 23px;
  color: white;
  margin-bottom: 1px;
}

.end-voices.show a:hover {
  background-color: #5c7e19;
  transition: all .2s;
}

.effect-btn.active-effect {
  background-color: transparent;
}

@media(max-width: 550px){
  .end-voices.show{
    justify-content: space-around;
  }
  .end-voices.show a{
    margin: 5px 0px;
    width: 265px;
    padding: 12.5px 12px;
    font-size: 15px;
  }
  .shop-container {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}

.alertForUsers {
	position: fixed;
    background-color: #d43e1a;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-size: 15px;
	bottom: 0;
	font-weight: bold;
    max-width: 100%;
    right: 0;
    left: 0;
    z-index: 99999;
}

