@mixin font-base {
	padding: 0;
	margin: 0;
	line-height: 1.3;
	font-weight: 600;
}

h4 {
	@include font-base;
}

p {
	@include font-base;
	color: grey;
	font-size: 1.0rem;
}


.container {
	width: 1560px;
	background-color: #fff;
	margin: 0 auto;
}

header,
section {
	position: fixed;
	text-align: center;
	width: 960px;
	background-color: #fff;
}

section {
	top: 50px;
}

.logo {
	width: 120px;
	padding: 10px;
}


main#Grid {
  width: 95% !important ;
  margin: 20px; 
}

article {
	display: flex;
	align-items: center;
	padding: 8px 12px;
	border: 2px solid white;
	border-radius: 8px;
	margin: 0 auto;
	&:hover {
		border: 2px solid #ff9999;
	}
}

.thumb {
	height: 70px;
	border-radius: 4px;
}

.details {
	padding: 8px 22px;
}


  
  .item {
	/*  flex: 25%;   */
	max-width: 300px;
	min-width: 100px;
  width: 150px;
	height: 120px;
	/* background: rgb(187, 218, 15); */
	/* border-width: 10px; */
	border-style: solid;
	border-color: #fff ;
	padding: 10px 20px 10px 20px  !important ;
	border-radius: 27px;
  /* box-shadow: 3px 4px;  */
  margin: 10px; 
  }
  
  
  main {
	flex-wrap: wrap;
	background: white ;
	text-align: center  !important ;
  min-height:500px;
  }

  .mainGrid {  display: flex; }
  
  
  .uk-panel {
	border-radius: 3% 3% 0% 0% !important ;
  }
  
  h4 {
	padding: 0px 10px 0px 10px ;
	font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif ;
	font-size: larger;
  }
  
  p {
	padding: 0px 10px 0px 10px ;
  }
  
  .YTi {
	width: 100% ;
	border-radius: 3% 3% 0% 0% !important ;
  }
  
  h4 {
	text-align: left ;
	padding: 5px;
	margin: 0px;
  }
  
  main#Grid.uk-flex {
	text-align: center  !important ;
	position: absolute;
	top: 10px;
	left: 100px;
  }
  
  #my-id {
	font-size: 200% ;
	position: fixed;
	top: 10px;
	left: 5px;
	padding: 10px;
  }

  
body {
    background-color: white;
  }
  
  .uk-panel {
    border-radius: 3% 3% 0% 0% !important ;
  }
  
  h4 {
    padding: 0px 10px 0px 10px ;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif ;
    font-size: larger;
  }
  
  .YTi {
    width: 100% ;
    border-radius: 3% 3% 0% 0% !important ;
  }
  
  h4 {
    text-align: left ;
    padding: 5px;
    margin: 0px;
  }
  h2 {
    margin: -10px 0px 0px 0px  ;
    padding: 0px ;
    /* font-weight: bold; */
    font-family:Verdana, Geneva, Tahoma, sans-serif ;
  }
  h3 {
    margin: 0px;
    padding-bottom: 1px;
  }
  
  main#Grid.uk-flex {
    text-align: center  !important ;
    position: absolute;
    top: 10px;
    left: 100px;
  }
  
  #my-id {
    font-size: 140% ;
    position: fixed;
    top: 10px;
    left: 5px;
    width: 300px !important ;
    padding: 10px;
  }
  
  font {
    letter-spacing: -7px;
  }
  
  #myBtn {
    display: none; 
    position: fixed;
    bottom: 20px;
    left: 30px; 
    z-index: 99; 
    border: none; 
    outline: none;
    background-color: #369; 
    color: white; 
    cursor: pointer; 
    padding: 15px; 
    border-radius: 10px; 
    font-size: 18px; 
  }
  
  #myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
  }
  


  /* class applies to select element itself, not a wrapper element */
.select-css {
  display: block;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 700;
  color: #444;
  line-height: 1.3;
  padding: .6em 1.4em .5em .8em;
  width: 100%;
  max-width: 100%; /* useful when width is set to anything other than 100% */
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
  border-radius: .5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  /* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient. 
    for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference
    
  */
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
    linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
  background-position: right .7em top 50%, 0 0;
  /* icon size, then gradient */
  background-size: .65em auto, 100%;
}
/* Hide arrow icon in IE browsers */
.select-css::-ms-expand {
  display: none;
}
/* Hover style */
.select-css:hover {
  border-color: #888;
}
/* Focus style */
.select-css:focus {
  border-color: #aaa;
  /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222; 
  outline: none;
}

/* Set options to normal weight */
.select-css option {
  font-weight:normal;
}

/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir="rtl"] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css {
  background-position: left .7em top 50%, 0 0;
  padding: .6em .8em .5em 1.4em;
}

/* Disabled styles */
.select-css:disabled, .select-css[aria-disabled=true] {
  color: graytext;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
    linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
}

.select-css:disabled:hover, .select-css[aria-disabled=true] {
  border-color: #aaa;
}


.sb-example-3 .search__title {
  font-size: 22px;
  font-weight: 900;
  text-align: center;
  color: #ff8b88;
}

.sb-example-3 .search__input {
  width: 100%;
  padding: 12px 24px;

  background-color: transparent;
  transition: transform 250ms ease-in-out;
  font-size: 14px;
  line-height: 18px;

  color: #575756;
  background-color: transparent;

background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: 95% center;
  border-radius: 50px;
  border: 1px solid #575756;
  transition: all 250ms ease-in-out;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.sb-example-3 .search__input::placeholder {
      color: rgba(87, 87, 86, 0.8);
      text-transform: uppercase;
      letter-spacing: 1.5px;
  }

.sb-example-3 .search__input:hover,
  .search__input:focus {
      padding: 12px 0;
      outline: 0;
      border: 1px solid transparent;
      border-bottom: 1px solid #575756;
      border-radius: 0;
      background-position: 100% center;
  }
