/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
/*
body {
  padding-top: 56px;
}
*/

.searchfield {
display:none;
}


.carbut {
background: rgb(184, 27, 148);
border-width: 0px;
border-color: #b81b94;
border-radius: 5px;
font: normal normal normal 15px/1.2em "open sans",sans-serif;
text-decoration: ;
color: #FEFDFD;
margin-top: 20px;
box-sizing: border-box;
    position: relative;
    cursor: pointer;
    display: block;
    width: 100%;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 15px 20px;
    border-style: solid;
    overflow: hidden;
    transition: all 0.3s ease 0s;
}	
	
	
.skuprod {
font: normal normal normal 14px/1.2em "open sans",sans-serif;	
text-decoration: ;
color: #383838;
text-align: left;	
margin-top: 6px;
opacity: .75;	
}	


.product-title{
font: normal normal normal 26px/1.2em "open sans",sans-serif;
color: #575757;
text-align: left;	
}

	
	
.ammount {
text-align: left;
color: #125599;
font-size: 1.5em;
font-weight: bold;

}	



.thecat {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    /*background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;*/
}

.ytiframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.ytiframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}



.style-jbhz4lvtlink {
    display: block;
    border-radius: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 1);
    border: 8px solid rgba(255, 255, 255, 1);
    overflow: hidden;
}


.carousel-item {
  /*max-height: 400px; 

  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}

.portfolio-item {
  margin-bottom: 30px;
}

.py-5-bg-dark {
/*background-color: rgb(52, 58, 64);*/
background-image: url("../images/footer.jpg");
bottom: auto;
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px;
}

.h-550px {
    min-height: 600px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px 0px;
}

.h-320px {
    /*min-height: 320px;*/
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px 0px;
	height: 600px;
    padding-left: 8px;
    padding-right: 8px;
border-radius: 15px;	
}

.h-cat {
    /*min-height: 320px;*/
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px 0px;
    padding: 8px;
border-radius: 15px;	
}

.font_7x {
	font-family:spinnaker,sans-serif;
	font-size: 13px;
}

.font_6x {
    font-style: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 20px;
    line-height: 1.2em;
    font-family: "open sans", sans-serif;
	
}

.font_8x {
    color: #383838;
	font-size: 13px;
	margin-bottom: 10px;
}

.color_14 {
    color: #8C8B8B;
}


.h1cats {
	
font-size:38px;
text-align:center;
color:rgb(0, 0, 0);
font-family:spinnaker,sans-serif;
font-weight: bold;
	
}

.h4catdesc {
font-size:32px;
font-family:spinnaker,sans-serif;
}

.etabs { margin: 0; padding: 0; }
.tab { display: inline-block; zoom:1; *display:inline; background: #eee; border: solid 1px #999; border-bottom: none; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; }
.tab a { font-size: 14px; line-height: 2em; display: block; padding: 0 10px; outline: none; }
.tab a:hover { text-decoration: underline; }
.tab.active { background: #fff; padding-top: 6px; position: relative; top: 1px; border-color: #666; }
.tab a.active { font-weight: bold; }
.tab-container .panel-container { background: #fff; border: solid #666 1px; padding: 10px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; }



.buttony {
	
display: block;
/*padding: 10px;	*/
	
	
	
	
	position: relative;
  background: #FFFFFF;
 /* margin-bottom: 20px; */

	display: inline-flex;
	justify-content: center;
	align-items: center;

 	box-shadow:  0px 0px 0 0px rgba(0,0,0,0);
	border-radius: 30px;
	border: 2px solid #007bff;


	
	width: 1.7em;
	font-size: 1.8rem;
	color: #007bff;

	cursor: pointer;

	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;



}

.buttony .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #8c8c8c;
  color: #fff;
  text-align: center;
  border-radius: 15px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 0.8rem;
}

.buttony .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #8c8c8c transparent transparent transparent;
}




/*
.buttony:hover {
		transform: scale(1.2);
    	box-shadow:  15px 15px rgba(0,0,0,0.15);
}
*/

.buttony:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}


@media all and (min-width: 421px) {
 .dsk {
 display: block;
 }
 .mbl {
 display: none;
 }
}
@media all and (max-width: 420px) {
 .dsk {
 display: none;
 }
 .mbl {
 display: block;
 }
}






