/*  Sam - Color Settings  */

.logoImg{
  max-height: 45px;
}

@media (max-width: 768px) {
  .logoImg {
    max-height: 35px;
  }
}


.form-control{
  -webkit-border-radius: 3px !important;
     -moz-border-radius: 3px !important;
          border-radius: 3px !important;
}
.form-control:focus {
  border-color: #000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
}

.checkoutFormW{
  max-width:50% !important;
  margin: auto !important;
}
@media only screen and (max-width: 1024px) {
.checkoutFormW {
  max-width:100% !important;
  margin: auto !important;
}
}


.sliderButton{
  font-size: 17px;
}
.buttonPickup {
  background-color: #D69200 !important;
  border: 1px solid #000;
  opacity: 0.9;
}
.buttonDelivery {
  background-color: #713332 !important;
  border: 1px solid #000;
  opacity: 0.9;
}
.whitecolor{
  color: #fff!important;
}
.plusButton {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}

.alertBoxinfo {
  background-color: #f5f5f5 !important;
  border-color: #d4d4d4 !important;
  color: #2a2a2a !important;
}


.navColor{
  background-color: #713332 !important
}
.navLinksColor{
  color: #333333 !important
}
.cartColor{
  color: #81B03F !important
}
.logo img {
    max-height: 50px;
    position: absolute;
    top: 0;
    left: 10px;
}

/*  Sam Mobile Better Look Forms and Blocks - STARTS   */
body{
  background-color: #F3F4F6 !important
}
.tableWhite{
  background-color: #fff !important
}
.whiteAlertBox{
  background-color: #fff !important;
  border-radius: 0 !important;
  border: 1px solid #dddddd !important;

}


.GreenAlertBox{
  background-color: #def5ec !important;
  border-radius: 0 !important;
  border: 1px solid #dddddd !important;

}

.sharpAlertBox{
  border-radius: 0 !important;
}

input{
  border-radius: 0 !important;
}
.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% !important;
    min-width: 100% !important;
    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;
}


/*  Sam Mobile Better Look Forms and Blocks - ENDS   */





.samTip{
  padding-top: 3px;
  display: block  !important;
}
.tipButton{
  float: right;
}
.padding-bottom-5{
  padding-bottom: 5px !important;
}
.padding-top-10{
  padding-top: 10px !important;
}
.padding-top-5{
  padding-top: 5px !important;
}
.margin-top-10{
  margin-top: 10px !important;
}
.padding-top-3{
  padding-top: 3px;
}
#myModal, .modal-content,.modal-dialog{
  min-height: 800px !important;
}
input[readonly]{
background-color:transparent !important;
}
.pac-container {
    z-index: 10000 !important;
}
.pac-item {
  font-size:16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 10px 0 10px 0;
}
.pac-item-query {
  font-size:16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 10px 0 10px 0;
}
.goldStar{
  color: #ffc700 !important;
}
.location-input{
    float: left;
    width: 100% !important;
    margin-top: .6rem;
    height: 46px;
    font-size: 18px;
    line-height: 1.3333333;
    line-height: 1.3333333;
    border-radius: 6px !important;
    padding: 10px 25px 10px 10px;

}
.buttonPaddingLeft{
  padding-left: 0px !important;
}
.buttonPaddingRight{
  padding-right: 0px !important;
}
.location-input2{
    float: left;
    width: 100% !important;
    margin-top: .1rem;
    height: 15px;
    font-size: 18px;
    line-height: 1.3333333;
}


::-moz-placeholder {
    color: #465caa;
}

::-ms-placeholder {
    color:#465caa;

}

::placeholder {
    color:#465caa;
}

.button{
    float: right;
}

.result-table{
    font-size: 1.6rem;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;

    /* Animation */
    animation-name: moveIn;
    animation-duration: 1s;
    animation-timing-function: ease-out;
}

.container-map{
    width: 100%;
    height: 20rem;
    margin: 1rem auto;
}

/* Animations */
@keyframes moveIn {
    0% {
      opacity: 0;
      transform: translateY(-.5rem); }

    100% {
      opacity: 1;
      transform: translateY(0); } }












.samslider {
  box-shadow: 0px 4px 10px #9d9d9d;
  padding: 0;
  margin: 0;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  max-width: 700px;
  border-radius: 4px;
}


.sliderButton{
  font-size: 17px;
}


.samslider ul {
  width: 1000%;
  height: auto;
  position: relative;
  list-style: none;
  left: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  -moz-animation:slide-animation 15s infinite;
  -webkit-animation:slide-animation 15s infinite;
}

.samslider ul:hover {
  -moz-animation-play-state:paused;
  -webkit-animation-play-state:paused;
}

.samslider li {
  width: 10%;
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
}


@-webkit-keyframes slide-animation {
  1% {left: 0%; opacity: 1;}
  18% {left: 0%; opacity: 1}
  19% {opacity: 0.2;}
  20% {left: -100%; opacity: 1;}
  58% {left: -100%; opacity: 1;}
  59% {opacity: 0.2;}
  60% {left: -200%; opacity: 1;}
  98% {left: -200%; opacity: 1;}
  99% {opacity: 0.5;}
  100% {left: 0%;}
}

@-moz-keyframes slide-animation {
  1% {left: 0%; opacity: 1;}
  18% {left: 0%; opacity: 1}
  19% {opacity: 0.2;}
  20% {left: -100%; opacity: 1;}
  58% {left: -100%; opacity: 1;}
  59% {opacity: 0.2;}
  60% {left: -200%; opacity: 1;}
  98% {left: -200%; opacity: 1;}
  99% {opacity: 0.5;}
  100% {left: 0%;}
}
.dish-modifier-error {
        color: red;
        font-weight: 700;
    }

/*Modal*/
.modal-dialog {
    max-width: 500px;
    margin: 0px auto 0 auto;
}

.modal-content {
    background-color: #fff;
    border-radius: 2px;
    padding: 30px;
}
.modalDistance {
    padding: 35px 10px 10px 10px !important;
}

.modal-content .form-control {
    height: 40px;
}

.modal-content textarea.form-control {
    height: auto;
}

.modal-content .btn {
    height: 40px;
}

.modal-content hr {
    border-top-color: #ddd;
}

.modal-content h1 {
    margin: 10px 0 20px 0;
    text-align: center;
}

.modal-signin .forgot-pass {
    margin-top: 10px;
}

#modal-dish-modifier .product-modifier-heading {
    font-size: 16px;
    font-weight: 300;
    color: #b3181c;
    margin-bottom: 5px;
}

#modal-dish-modifier .product-size-heading {
    font-size: 16px;
    font-weight: 300;
    color:  #11408e;
    margin-bottom: 3px;
}

#modal-dish-modifier .product-modifier-subheading {
    display: block;
    font-weight: 300;
    font-size: 12px;
    color: #8e969d;
}

#modal-dish-modifier.modal-content {
    background-color: white;
}

#modal-dish-modifier .choice-wrapper {
    border-bottom: 1px solid #ededed;
}

#modal-dish-modifier label {
    padding-bottom: 5px;
}

#modal-dish-modifier #product_size {
    text-align: center;
}
.dishModifierText{
  font-size: 15px!important;
}
.big-checkbox {
  width: 30px;
  height: 30px;

}

.card-body {
  background-color: #e6e6e6;
}
.orderBtn{
      opacity: 0.9;
      border-radius: 0;
      font-weight: 400;
}
.navbar-sam {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}

a.shoppingCartMobile {
  color: #ffffff;
  text-decoration: none;
  right: 20px;
}

.samContainer{
  padding-right: 0!important;
  padding-left: 0!important;
  max-width: 100%!important;
}

.marginLeftZero{
  margin-left: 0!important;
  margin-top: 10px;
}

.cardMargin{
  margin-bottom:15px!important;
}
.carousel-item {
  height: 92vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.sambutton {
  float: right;
  background-color: transparent;
  background-image: none;
  border: 0px;

}

.samButtonMobile {
  background-color: transparent;
  background-image: none;
  color: #fff !important;
  border: 0px;
  width: 6rem;
}
.fa-2x{
  font-size: 30px!important;
}
@media (min-width: 768px) {
  .sambutton {
    display: none;
  }
}




.cardContainerIndex {
  position: relative;
  max-width: 400px;
  max-height: 130px;
  margin: 0 auto;
  border-radius: 7px;
  border: 0px solid #000;
  -webkit-box-shadow: 1px 1px 2px 1px #ccc;
  -moz-box-shadow:    1px 1px 2px 1px #ccc;
  box-shadow:         1px 1px 2px 1px #ccc;
}

input[type=checkbox],input[type='radio']
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2)!important; /* IE */
  -moz-transform: scale(2)!important; /* FF */
  -webkit-transform: scale(2)!important; /* Safari and Chrome */
  -o-transform: scale(2)!important; /* Opera */
}


.pageLoader{
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999999999999999999999999999999999;
  background: #f5f5f5;
}
.pageLoaderDone{
  display: none !important;
}

.sk-circle {
  width: 50px;
  height: 50px;
  position: fixed;
      top: 50%;
      left: 50%;
      margin-top: -60px;
      margin-left: -25px;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #5c1173;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}


.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}


.bg-grey {
background: #292929;
}
.logo-footer {
margin-bottom: 40px;
}
footer {
color: grey;
}
footer p {
font-size: 12px;
font-family: 'Roboto', sans-serif;
}
footer h6 {
font-family: 'Playfair Display', serif;
margin-bottom: 40px;
position: relative;
}
footer h6:after {
position: absolute;
content: "";
background: grey;
width: 12%;
height: 1px;
left: 0;
bottom: -20px;
}
.btn-footer {
color: grey;

text-decoration: none;
border: 1px solid;
border-radius: 43px;
font-size: 13px;
padding: 7px 30px;
line-height: 47px;
}
.btn-footer:hover {

text-decoration: none;

}
.form-footer input[type="text"] {
border: none;
border-radius: 16px 0 0 16px;
outline: none;
padding-left: 10px;

}
::placeholder {
font-size: 15px;
padding-left: 5px;
}
.form-footer input[type="button"] {
border: none;
background:#232323;
margin-left: -5px;
color: #fff;
outline: none;
border-radius: 0 16px 16px 0;
padding: 2px 12px;
}
.social .fa {
color: grey;
font-size: 22px;
padding: 10px 15px;
background: #3c3c3c;
}
footer ul li {
list-style: none;
display: block;
}
footer ul {
padding-left: 0;
}
footer ul li a{
text-decoration: none;
color: grey;
text-decoration:none;
}

.logo-part {
border-right: 1px solid grey;
height: 100%;
}



.pageLoader{
    width:100%;
    height:100%;
    min-width:100%;
    min-height:100%;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:999999999999999999999999999999999999;
    background:#f5f5f5
}
.pageLoaderDone{
    display:none!important
}
.sk-circle{
    width:50px;
    height:50px;
    position:fixed;
    top:50%;
    left:50%;
    margin-top:-60px;
    margin-left:-25px
}
.sk-circle .sk-child{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0
}
.sk-circle .sk-child:before{
    content:'';
    display:block;
    margin:0 auto;
    width:15%;
    height:15%;
    background-color:#C2282E;
    border-radius:100%;
    -webkit-animation:sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation:sk-circleBounceDelay 1.2s infinite ease-in-out both
}
.sk-circle .sk-circle2{
    -webkit-transform:rotate(30deg);
    -ms-transform:rotate(30deg);
    transform:rotate(30deg)
}
.sk-circle .sk-circle3{
    -webkit-transform:rotate(60deg);
    -ms-transform:rotate(60deg);
    transform:rotate(60deg)
}
.sk-circle .sk-circle4{
    -webkit-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg)
}
.sk-circle .sk-circle5{
    -webkit-transform:rotate(120deg);
    -ms-transform:rotate(120deg);
    transform:rotate(120deg)
}
.sk-circle .sk-circle6{
    -webkit-transform:rotate(150deg);
    -ms-transform:rotate(150deg);
    transform:rotate(150deg)
}
.sk-circle .sk-circle7{
    -webkit-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg)
}
.sk-circle .sk-circle8{
    -webkit-transform:rotate(210deg);
    -ms-transform:rotate(210deg);
    transform:rotate(210deg)
}
.sk-circle .sk-circle9{
    -webkit-transform:rotate(240deg);
    -ms-transform:rotate(240deg);
    transform:rotate(240deg)
}
.sk-circle .sk-circle10{
    -webkit-transform:rotate(270deg);
    -ms-transform:rotate(270deg);
    transform:rotate(270deg)
}
.sk-circle .sk-circle11{
    -webkit-transform:rotate(300deg);
    -ms-transform:rotate(300deg);
    transform:rotate(300deg)
}
.sk-circle .sk-circle12{
    -webkit-transform:rotate(330deg);
    -ms-transform:rotate(330deg);
    transform:rotate(330deg)
}
.sk-circle .sk-circle2:before{
    -webkit-animation-delay:-1.1s;
    animation-delay:-1.1s
}
.sk-circle .sk-circle3:before{
    -webkit-animation-delay:-1s;
    animation-delay:-1s
}
.sk-circle .sk-circle4:before{
    -webkit-animation-delay:-.9s;
    animation-delay:-.9s
}
.sk-circle .sk-circle5:before{
    -webkit-animation-delay:-.8s;
    animation-delay:-.8s
}
.sk-circle .sk-circle6:before{
    -webkit-animation-delay:-.7s;
    animation-delay:-.7s
}
.sk-circle .sk-circle7:before{
    -webkit-animation-delay:-.6s;
    animation-delay:-.6s
}
.sk-circle .sk-circle8:before{
    -webkit-animation-delay:-.5s;
    animation-delay:-.5s
}
.sk-circle .sk-circle9:before{
    -webkit-animation-delay:-.4s;
    animation-delay:-.4s
}
.sk-circle .sk-circle10:before{
    -webkit-animation-delay:-.3s;
    animation-delay:-.3s
}
.sk-circle .sk-circle11:before{
    -webkit-animation-delay:-.2s;
    animation-delay:-.2s
}
.sk-circle .sk-circle12:before{
    -webkit-animation-delay:-.1s;
    animation-delay:-.1s
}
@-webkit-keyframes sk-circleBounceDelay{
    0%,80%,100%{
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    40%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes sk-circleBounceDelay{
    0%,80%,100%{
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    40%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}


.aligned-row {
    display: flex;
    flex-flow: row wrap;

    &::before {
        display: block;
    }
}


#searchinput {
    width: 200px;
}
#searchclear {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 20px;
    cursor: pointer;
    color: #ccc;
}