.cycle-slideshow{
    position: relative;
    width: 100%;
    /*overflow: hidden;*/
}

/* overlay */
.cycle-info-overlay { 
    position: absolute; bottom: 95px; width:100%; z-index: 810;
    background: rgba(0, 0, 0, 0.5); color: white; padding: 20px 0px;
}
.cycle-info-overlay  .center {max-width: 1140px; margin: 0 auto;}
.cycle-info-overlay a .cycle-title h2{color:#fff;font-size: 25px;}
.cycle-info-overlay a{text-decoration: none;}
.cycle-info-overlay a:hover{text-decoration: underline;color:#fff;}
.cycle-controls {
    /*display: table;
    position: relative;
    bottom: 0px;
    left: 368px;
    z-index: 99;
    padding: 20px;
    border-collapse: separate;
    border-spacing: 2px;*/

}
.cycle-controls div {
    /*display: table-cell;*/
}
/* prev / next links */
.cycle-prev, .cycle-next {
   position: absolute;
   top: 0;
   width: 20%;
   opacity: 0;
   filter: alpha(opacity=0);
   z-index: 100;
   height: 100%;
   min-height: 100vh;
   cursor: pointer;
   text-align: center;
   transition: 0.3s;
   margin-top: 65px;
}
.cycle-prev {left: 0;}
.cycle-next {right: 0;}
.cycle-prev:hover{
    background-color:#fff0;
    background-image:-moz-linear-gradient(left,#00000075,#0000);
    background-image:-webkit-linear-gradient(left,#00000075,#0000);
    background-image:-o-linear-gradient(left,#00000075,#0000);
    background-image:-ms-linear-gradient(left,#00000075,#0000);
    background-image:linear-gradient(left,#00000075,#0000);}
.cycle-next:hover{
    background-color:#fff0;
    background-image:-moz-linear-gradient(left,#0000,#00000075);
    background-image:-webkit-linear-gradient(left,#0000,#00000075);
    background-image:-o-linear-gradient(left,#0000,#00000075);
    background-image:-ms-linear-gradient(left,#0000,#00000075);
    background-image:linear-gradient(left,#0000,#00000075);
}
.cycle-prev:hover i{padding-right:30%;}
.cycle-next:hover i{padding-left:30%;}
.cycle-prev i, .cycle-next i{
    /*padding: 10px;
    background: #fff;*/
    position: relative;
    top: 35%;
    color: #fff;
    font-size: 175px;
    padding-right:0;
    transition: 0.3s;
}
.cycle-prev:hover, .cycle-next:hover { opacity: .9; filter: alpha(opacity=100) }
.cycle-pager {
    z-index: 99;
    position: relative;
    bottom: -9px;
    padding-left: 10px;
    display:none;
}

.cycle-pager span {
    font-family: arial;
    font-size: 40px;
    display: inline-block;
    color: #ddd;
    cursor: pointer;
}
.cycle-pager span.cycle-pager-active { color: #D69746;}
.cycle-pager > * { cursor: pointer;}
.cycle-wrap, .cycle-wrap img{width:100%;}
.cycle-wrap img{
    position: fixed;
    z-index: -99;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
}

/*.Logo-badge {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    margin-left: auto;
    /*width: 1300px;
    display: table;
    border-spacing: 20px 0px;
    table-layout: fixed;
    text-align: center;
    transition: 0.3s;
    position: absolute;
    bottom: 40%;
    z-index: 98;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.hero-title {
    margin:30px auto;
    margin-top:0;
}

.hero-content {
    max-width:1200px;
    margin:0 auto;
}

.hero-img-cont {
    /*width: 125px;
    top: -95px;
    margin-bottom: -50px !important;
    display: block;
    background: transparent;
    margin: 0 auto;
    position: relative;
    border-radius: 10em;
    height:125px;
}

.hero-img-cont img {
    width: 150px;
    /*width: 125px;
    height: 125px;
}

.hero-content h2 {
    font-weight:400;
    font-size:24px;
}

.hero-title h1 {
    font-size:4em;
    font-weight:bold;
    color:white;
    text-shadow: 0 4px 8px #161672b5;
    line-height: 1;
}

.Logo-badge  {
    /*position: absolute;
    top: 150px;
    max-width: fit-content;
    padding: 5em;
    background: radial-gradient(#6051dee8 6.35%,#2932bee6 74.53%);
    background: transparent;
}

.gradOverlay {
    display:block;
    position:absolute;
    width:100vw;
    height:100vh;
    background:rgba(0,0,0,0.5);
    opacity:0.75;
    z-index:9;
}

.flex {
    display:flex;
    align-items:center;
    top:25px;
    position:relative;
    justify-content:center;
    flex-wrap: wrap;
}

.flex a {
    display: inline-block;
    padding: 20px;
    background: #161672;
    border-radius: 10em;
    text-decoration: none;
    text-transform: uppercase;
    flex: auto;
    margin: 0 40px;
    font-size: 16px;
    color: white;
    text-align: center;
    border:3px solid transparent;
    font-weight: 500;
    letter-spacing: .09em;
    background:#6d5fe3;
     -webkit-transition: 0.15s all ease-in-out; 
    -moz-transition: 0.15s all ease-in-out; 
      -o-transition: 0.15s all ease-in-out; 
         transition: 0.15s all ease-in-out;
             backdrop-filter: blur(5px);
    box-shadow: 0 5px 20px #6d5fe385;
}


.flex a:hover {
    background:rgba(255,255,255,0.25);
    color:white;
    border:3px solid white;
    transform:scale(1.025);
}

/* BEGIN ANIM. 

         .animated { 
            background-repeat: no-repeat;
            background-position: left top; 
            -webkit-animation-duration: 2s;
            animation-iteration-count: 2;
            animation-duration: 2s; 
            -webkit-animation-fill-mode: both; 
            animation-fill-mode: both; 
         }
         
         @-webkit-keyframes bounce { 
            0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
            40% {-webkit-transform: translateY(-30px);} 
            60% {-webkit-transform: translateY(-15px);} 
         } 
         
         @keyframes bounce { 
            0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
            40% {transform: translateY(-30px);} 
            60% {transform: translateY(-15px);} 
         }
         
         .bounce { 
            -webkit-animation-name: bounce; 
            animation-name: bounce; 
         }

/* END ANIM. */

/* INPUT SEARCH STYLING 

#stndrUrl {
position: absolute;
    right: 10px;
    top: 0;
    height: 30px;
    background: transparent;
    color: #a7a7a7;
    font-size:28px;
    padding: 15px;
}

#stndrUrl:hover i {
    color:black;
}

.input-container {
    position:relative;
        max-width: fit-content;
    margin: 0 auto;
}

.SN-search {
    width: auto;
    display: block;
    padding: 0.5em;
    min-width: 1000px;
    border: none;
    border-radius: 10em;
    font-size: 30px;
    margin: 25px auto;
    outline: none;
}


@media screen and (max-width: 1900px) {
    .Logo-badge{
        bottom: 47%;
    }
    .hero-img-cont{
        height: 100px;
        top:-46px;
    }
    .hero-title{
        margin: 10px auto;
    }
    .hero-title h1{
        font-size: 3em;
    }
    .hero-content h2 {
        font-size: 20px;
    }
    .SN-search{
        margin: 6px auto;
    }
}

@media screen and (max-width: 1200px) {
    .SN-search {
        min-width: 900px;
    }
}

@media screen and (max-width: 990px) {
    .SN-search {
        min-width: 800px;
    }
*/}

@media screen and (max-width: 900px) {
    
   /* .Logo-badge {
        position: relative;
        padding: 18em 0px 8em;
        /*background-color: #101067;
    }*/
    
    .cycle-wrap img {
        filter: blur(5px);
    }
    
   /* .SN-search {
        min-width: 700px;
    }
    
    .flex a {
        margin: 10px;
    }*/
    
}

/*@media screen and (max-width: 780px) {
    .hero-title h1 {
            font-size: 40px;
    }
    
    .SN-search {
        min-width: 600px;
    }
    
}

@media screen and (max-width: 680px) {
    
    .SN-search {
        min-width: 500px;
    }
    
}

@media screen and (max-width: 600px) {
    
    .SN-search {
        width: 500px;
        min-width: 80%;
    }
    
}

@media screen and (max-width: 580px) {
    
    .SN-search {
        width: 400px;
        min-width: 80%;
    }
    
}

@media screen and (max-width: 480px) {
    
    .SN-search {
        width: 300px;
        min-width: 80%;
    }
    
}

@media screen and (max-width: 400px) {
    
    .SN-search {
        width: 200px;
        min-width: 80%;
    }
    
}*/

/* Landscape */

@media only screen and (min-height:991px) and (max-height: 1024px) {
    
    #One {
    }
    
}
@media only screen and (min-height: 901px) and (max-height: 990px) {
    
    #One {
    }
    
}

@media only screen and (min-height: 851px) and (max-height: 900px) {
    
    #One {
    }
    
}


@media only screen and (min-height: 701px) and (max-height: 850px) {
    
    #One {
    }
    
}

@media only screen and (min-height: 600px) and (max-height: 700px) {
    
    #One {
    }
    
}