.nodesktop
{
	display:none;
}
.logorow {
  padding: 39px;
  background-color: white;
  text-align: center;
  background-image: url("/images/pattern/kapadogs_pattern.png");
  background-blend-mode: multiply;
}
.videorow {
  padding: 10px;
  background-color: white;
  text-align: center;
  background-image: url("/images/pattern/kapadogs_pattern.png");
  background-blend-mode: multiply;
}
.footerrow {
  background-color: #b37120;
  color: white !important;
  padding: 15px;
  margin-top: 50px
}
.videohome {
  max-width: 40%;
  width: 640px;
  height: 360px;
}
.videohomebig {  
  width: 100%;  
}
.imagebox {
  border-top-left-radius: 30px !important;
  border-radius: 5px;
  background-size: contain;
  border: 1px solid darkgreen;
  padding: 0px !important;
}
.imageboxsmall {
  border-radius: 5px;
  background-size: contain;
  /* border: 1px solid darkgreen; */
  padding: 0px !important;
  max-height: 100px;
  max-width: 150px;
  margin: 10px;
}
.imagebox img {
  width: 100% !important;
  border-top-left-radius: 30px !important;
  border-radius: 5px;
}
.imageboxsmall img {
  width: 100% !important;
  border: 0.5px solid #0046002e;
  border-radius: 5px;
  max-height: 150px;
  max-width: 150px;
}
.dividerimg {
  margin-left: -12px;
  max-width: 100%;
}
section .sectiontitle {
  font-size: 2.5em;
  font-weight: 500;
  color: #b37120;
  border-top: 1px solid #b37120;
  border-left: 10px solid #b37120;
  margin-left: -14px;
  padding: 10px;
}
section h3 {
  font-size: 2.5em;
  font-weight: 500;
  color: #b37120;
}

#carousel, #carousel2
{
	margin-top: 0px;
	display: flex;
	flex-wrap: nowrap;
	overflow-x: scroll !important;	
	overflow-y: hidden !important; 
}

.frecciasx
{	 
    position: absolute;
    width: 50px;
    background-color: rgba(0,0,0,0.91);
    height: 500px;
    text-align: center;
    line-height: 500px;
    color: white;
    display: table-cell;
	z-index: 1000;
    cursor: pointer;
}

.frecciadx
{	 
    position: absolute;
	right: 0px;
    width: 50px;
    background-color: rgba(0,0,0,0.91);
    height: 500px;
    text-align: center;
    line-height: 500px;
    color: white;
    display: table-cell;
  	z-index: 1000;
	cursor: pointer;
}

.carousel-element
{
	min-width: 250px;
	max-width: 250px;
    height: 500px;    
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-right: 10px solid transparent;
	flex: 0 0 auto;
	margin-right: 10px;
}
.carousel-element-video
{
	min-width: 250px;
	
    height: 500px;    
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-right: 10px solid transparent;
	flex: 0 0 auto;
	margin-right: 10px;
}
.carouselcontainer
{
	margin-bottom: 10px !important;
	padding: 0px !important;
	position: relative !important;
}