body{
    overflow-x: hidden;
}

/*custom.css*/
.chef-pg .col-lg-3.p-0 {padding: 10px !important;}
.chef .name , .chef1 .name {
    position: absolute;
    bottom: -30px;
    left: 0;
    font-weight: bold;
    color: #fff;
    z-index: 1;
    width: 100%;
    text-align: center;
    line-height: 28px;
    background: rgba(0,0,0,0.7);
}
.chef-pg .col-lg-3.p-0:hover .name, .chef-pg .col-lg-3.p-0:hover .name {
    bottom: 0;
    transition: 0.3s all ease-out;
}
.chef-pg .col-lg-3.p-0:hover img {
    transform: scale(1.05);
}
.chef-pg .col-lg-3.p-0:hover .chef {
    box-shadow: 2px 10px 20px #989898;
    transition: 0.3s all linear;
}
/*custom.css end*/

.dividar{
	position: absolute;
    left: 0;
    z-index: 3;
    height: 50px;
    width: 100%;
    background-image: url(../images/divider-2.png);
    background-size: 100% 100%;
    bottom: 0;
}
.overlay-s{
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background: rgba(0,0,0,.5);
    top: 0;
}
.overlay-a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background: rgba(255,255,255,.9);
    top: 0;
}
.bord {
	position: absolute;
    left: 0;
    z-index: 3;
    height: 50px;
    width: 100%;
    background-image: url(../images/divider-2.png);
    background-size: 100% 100%;
    top: 0;
    transform: rotate(180deg);
}
.bord-2 {
    position: absolute;
    left: 0;
    z-index: 3;
    height: 50px;
    width: 100%;
    background-image: url(../images/divider-3.png);
    background-size: 100% 100%;
    top: -50px;
}
.nav-bord{
	position: absolute;
    left: 0;
    z-index: 3;
    height: 50px;
    width: 100%;
    background-image: url(../images/divider-2.png);
    background-size: 100% 100%;
    bottom: 50;
    transform: rotate(180deg);
}
.about-vid{
		height: 350px;
		width: 100%;
		border: 2px solid red;
		border-radius: 10px;
		overflow: hidden;
}
.card-title{
	    text-align: center;
    font-size: 20px;
}
.bg{
    background-image: url(../images/logo-3.png);
    background-size: 90px 90px;
    background-repeat: no-repeat;
    position: absolute;
    height: 100px;
    width: 100px;
    right: 140px;
    top: 110px;
    opacity: .3;
}
.nav-link:hover{
        color:red;
}
.about-gallary{
    position: relative;
}
.about-gallary img{
        position: absolute;
    right: 0;
    height: 300px;
    width: 350px;
    top: 0px;
	object-fit: cover;
}
.about-gallary img:hover{
        border:2px solid red;
        transform: scale(1.1,1.1);
        z-index: 1;
}
.about-gallary img:nth-child(1){
    right: 50px;
}
.about-gallary img:nth-child(2){
    top: 50px;
}
.about-gallary img:nth-child(3){
    top: -50px;
}
.about-gallary img:nth-child(4){
    transform: scale(1.1);
}
.chef, .chef1{
    width: 100%;
    height: 250px;
    position: relative;
    transition: .5s linear;
/*    border: 3px solid #000;*/
    overflow: hidden;
}
/*.chef1{
    width: 100%;
    height: 250px;
    position: relative;
    transition: .5s linear;
    border: 3px solid #eee;
    overflow: hidden;
}
.chef1 img{
    height: 100%;
    width: 100%;
}
.chef1 .name{
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-weight: bold;
    color: #000;
        z-index: 1;
}
.chef1 .chef-pos{
    position: absolute;
    top: 5px;
    right: 5px;
    font-weight: bold;
    color: #fff;
    z-index: 1;
}

.chef1 .hvr-half{
    width: 100%;
    position: absolute;
    border-bottom: 250px solid rgba(255,255,255,.7);
    border-right: 315px solid transparent;
    bottom: 0;
    transition: .2s linear;
    left: 0;
  }
  .chef1:hover .hvr-half{
    width: 100%;
      position: absolute;
    border-bottom: 250px solid transparent;
    border-right: 315px solid rgba(255,255,255,.7);
    bottom: 0;
    transition: .2s linear;
    left: 0;
  }
    .chef1:hover .chef-pos{
        color: #000;
    }*/
.chef img, .chef1 img{
    height: 100%;
    width: 100%;
	    object-fit: cover;
    object-position: center;
}
.chef .name, .chef1 .name{
    position: absolute;
/*    bottom: 5px;
    left: 5px;
*/    font-weight: bold;
    color: #fff;
        z-index: 1;
}
.chef .chef-pos, .chef1 .chef-pos {
    position: absolute;
    /* top: 5px; */
    /* right: 5px; */
    font-weight: bold;
    color: #fff;
    z-index: 1;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: rgba(0,0,0,0.7);
    line-height: 30px;
    transition: 0.3s all linear;
}
.chef-pg .col-lg-3.p-0:hover .chef-pos, .chef-pg .col-lg-3.p-0:hover .chef1-pos {display: none;}
.chef .hvr-half, .chef1 .hvr-half{
    width: 100%;
    position: absolute;
    /*border-bottom: 250px solid rgba(0,0,0,.7);*/
    border-right: 315px solid transparent;
    bottom: 0;
    transition: .2s linear;
    left: 0;
  }
  .chef:hover .hvr-half, .chef1:hover .hvr-half{
    width: 100%;
      position: absolute;
    border-bottom: 250px solid transparent;
    border-right: 315px solid rgba(0,0,0,.7);
    bottom: 0;
    transition: .2s linear;
    left: 0;
  }
    .chef:hover .chef-pos, .chef1:hover .chef-pos{
        color: #fff;
    }
    .head-head{
    width: 200px;
    margin: auto;
    }
    .head-head span{
        display: block;
        border: 2px solid;
        font-size: 18px;
    }
    .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    border-radius: 3px;
	    object-fit: cover;
}
/* default styles so shuffle doesn't have to set them (it will if they're missing) */
.my-shuffle {
  position: relative;
  overflow: hidden;
}

/* Make vertical gutters the same as the horizontal ones */
.image-item {
  margin-bottom: 30px;
}

/* Ensure images take up the same space when they load */
/* https://vestride.github.io/Shuffle/images */
.aspect {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.aspect__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect--16x9 {
  padding-bottom: 56.25%;
}

.aspect--9x80 {
  padding-bottom: calc(112.5% + 30px);
}

.aspect--32x9 {
  padding-bottom: calc(28.125% - 8px);
}

.image-item img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}
.sponsors .col-6{
    margin-bottom: 10px;
}

/*#buttons button{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
    cursor: pointer;
    margin-right: 5px;
}
#buttons button:hover{

    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}*/
div#buttons {
    background: #05040a;
    border-radius: 3px;
}
#buttons button{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem 0;
    font-size: 16px;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: transparent;
    background-image: none;
    
    cursor: pointer;
    width: 13.28%;
    margin: 0 0.5%;
}
#buttons button:hover{
    color: #000;
    background-color: #fff;
    box-shadow:0px 0px 10px #d4d4d4
}


.list{
    list-style: none;
    margin: 0;
	margin-top: 50px;
}
.list > li {
    box-shadow: 0px 0px 10px #d4d4d4;
}
.list li{
    text-align: center;
    list-style: none;
    display: inline-block;
    font-weight: 400;
    text-align: center;
   margin: 5px;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 5px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        color: #222;
    background-color: transparent;
    background-image: none;
    border-color: #d4d4d4;
}
.list label {
    border: 1px solid;
    width: 100%;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 7px 0;
    border-radius: 5px;
}
.list label i {
margin-right:6px;
}

.owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-controls .owl-page span {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #b84800 !important;
}
.owl-controls .owl-page.active span, .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}
img.spons-logo {
    width: 14.3%;
    display: inline-flex;
    padding: 15px;
    margin: 1%;
    box-shadow: 0px 0px 20px #d4d4d4;
	object-fit: contain;
}
img.spons-logo:hover {
    transition: 0.3s all linear;
    box-shadow: none;
    cursor:move;
}

.PresentingSponsor-title img.spons-logo{width: 25%;}
.GoldSponsor-title img.spons-logo {width: 20%;}
.SilverSponsor-title img.spons-logo {width: 17%;}
h3.pres-spo-ttl {
    position: relative;
       margin: 40px 0 20px;
}

h3.pres-spo-ttl::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 5px;
    background: #232527;
    left: 50%;
    margin-left: -20px;
    border-radius: 5px;
    bottom: -14px;
}

@media (max-width:1199px){
img.spons-logo { width: 13.3%;}
}
@media (max-width:991px){
.chef, .chef1{height:150px;}
#buttons button{padding:0.5rem 1.5rem;width:auto; margin:0}
img.spons-logo {width: 17%;    padding: 10px;}
.list{    display: inline-block !important;}
}
@media (max-width:767px){
img.spons-logo {width: 22%;}
.PresentingSponsor-title img.spons-logo {width: 40%;}
.GoldSponsor-title img.spons-logo { width: 30%;}
.SilverSponsor-title img.spons-logo {width: 27%;}
}
@media (max-width:425px){
.PresentingSponsor-title img.spons-logo {width: 50%;}
.GoldSponsor-title img.spons-logo {width: 33%;    max-height: 90px;}

}
@media (max-width:375px){
img.spons-logo {width: 30%;}	
#buttons button {padding: 0.5rem 1rem;}
}