﻿.ys-hover-text-deep-orange:hover {
    color: #ff5722 !important
}
.ys-archivo-black {
    font-family: 'Archivo Black';
    font-size: 22px;
}
.ys-facebook-1 {
    color: #3B5998;
}
.ys-facebook-2{
    background-color:#3B5998;
    color:white;
    padding:3px;
}
.ys-twitter-1{
    color: #55ACEE;
}
.ys-twitter-2{
    background-color:#55ACEE;
    color:white;
    padding:3px;
}
.ys-google-1 {
    color: #dd4b39;
}
.ys-google-2 {
    background: #dd4b39;
    color: white;
    padding:3px;
}
.ys-linkedin-1 {
    color: #007bb5;
}
.ys-linkedin-2 {
    background: #007bb5;
    color: white;
    padding: 3px;
}
.ys-youtube-1 {
    color: #bb0000;
}
.ys-youtube-2 {
    background: #bb0000;
    color: white;
    padding: 3px;
}
.ys-instagram-1 {
    color: #125688;
}
.ys-instagram-2 {
    background: #125688;
    color: white;
    padding: 3px;
}
.ys-pinterest-1 {
    color: #cb2027;
}
.ys-pinterest-2 {
    background: #cb2027;
    color: white;
    padding: 3px;
}
.ys-snapchat-ghost-1 {
    color: #fffc00;
}
.ys-snapchat-ghost-2 {
    background: #fffc00;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    padding: 3px;
}
.ys-skype-1 {
    color: #00aff0;
}
.ys-skype-2 {
    background: #00aff0;
    color: white;
    padding: 3px;
}
.ys-android-1 {
    color: #a4c639;
}
.ys-android-2 {
    background: #a4c639;
    color: white;
    padding: 3px;
}
.ys-dribbble-1 {
    color: #ea4c89;
}
.ys-dribbble-2 {
    background: #ea4c89;
    color: white;
    padding: 3px;
}
.ys-vimeo-1 {
    color: #45bbff;
}
.ys-vimeo-2 {
    background: #45bbff;
    color: white;
    padding: 3px;
}
.ys-tumblr-1 {
    color: #2c4762;
}
.ys-tumblr-2 {
    background: #2c4762;
    color: white;
    padding: 3px;
}
.ys-vine-1 {
    color: #00b489;
}
.ys-vine-2 {
    background: #00b489;
    color: white;
    padding: 3px;
}
.ys-foursquare-1 {
    color: #45bbff;
}
.ys-foursquare-2 {
    background: #45bbff;
    color: white;
    padding: 3px;
}
.ys-stumbleupon-1 {
    color: #eb4924;
}
.ys-stumbleupon-2 {
    background: #eb4924;
    color: white;
    padding: 3px;
}
.ys-flickr-1 {
    color: #f40083;
}
.ys-flickr-2 {
    background: #f40083;
    color: white;
    padding: 3px;
}
.ys-yahoo-1 {
    color: #430297;
}
.ys-yahoo-2 {
    background: #430297;
    color: white;
    padding: 3px;
}
.ys-soundcloud-1 {
    color: #ff5500;
}
.ys-soundcloud-2 {
    background: #ff5500;
    color: white;
    padding: 3px;
}
.ys-reddit-1 {
    color: #ff5700;
}
.ys-reddit-2 {
    background: #ff5700;
    color: white;
    padding: 3px;
}
.ys-rss-1 {
    color: #ff6600;
}
.ys-rss-2 {
    background: #ff6600;
    color: white;
    padding: 3px;
}
.ys-whatsapp-1 {
    color: #25D366;
}
.ys-whatsapp-2 {
    background: #25D366;
    color: white;
    padding: 3px;
}
.ys-fill {
    object-fit: fill;
}
.ys-contain {
    object-fit: contain;
}
.ys-cover {
    object-fit: cover;
}
.ys-scale-down {
    object-fit: scale-down;
}
.ys-none {
    object-fit: none;
}
.ys-myfont {
    font-family: "Comic Sans MS", cursive, sans-serif;
}
.ys-oswald {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
}
.ys-lato {
    font-family: 'Lato', sans-serif;
}
.ys-allerta {
    font-family: "Allerta Stencil", Sans-serif;
}
.ys-tangerine {
    font-family: 'Tangerine', serif;
}
.ys-mySlides {
    display: none;
}
.ys-shaking:hover {
    animation: shake 0.5s;
    animation-iteration-count: infinite;
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}
ys-flip:hover {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.ys-flip-box {
  background-color: transparent;
  width: 300px;
  height: 200px;
  border: 1px solid #f1f1f1;
  perspective: 1000px;
}

.ys-flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.ys-flip-box:hover .ys-flip-box-inner {
  transform: rotateY(180deg);
}

.ys-flip-box-front, .ys-flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.ys-flip-box-front {
  background-color: #bbb;
  color: black;
}

.ys-flip-box-back {
  background-color: #555;
  color: white;
  transform: rotateY(180deg);
}
.ys-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.ys-avatar {
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.ys-full {
  height: 100%;
  width:100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ys-half {
  height: 50%;
  width:100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ys-file-upload {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border: 1px solid #007dc1;
    background-color: #007dc1;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: background-color 0.3s ease;
}

    .ys-file-upload:hover {
        background-color: #005fa3;
    }

    .ys-file-upload input[type="file"] {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        height: 100%;
        width: 100%;
        cursor: pointer;
    }

    .ys-file-upload .icon {
        font-size: 16px;
    }

#file-name {
    margin-left: 10px;
    font-style: italic;
    color: #333;
}
.ys-zoom {
    transition: transform .2s; /* Animation */
    margin: 0 auto;
}
    .ys-zoom:hover {
        transform: scale(0.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }
.ys-vertical-top {
    margin: 0;
    position: absolute;
    top: 0%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ys-vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ys-vertical-bottom {
    margin: 0;
    position: absolute;
    bottom:0%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ys-vertical-right{
    margin: 0;
    position: absolute;
    right:0%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ys-vertical-left{
    margin: 0;
    position: absolute;
    left:0%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ys-vertical-middle{
    margin: 0;
    position: absolute;
    left:50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ys-square {
  height: 50px;
  width: 50px;
  background-color: #555;
}
.ys-circle {
  height: 50px;
  width: 50px;
  background-color: #555;
  border-radius: 50%;
}
.ys-oval {
  height: 50px;
  width: 100px;
  background-color: #555;
  border-radius: 50%;
}
.ys-rectangle {
  height: 50px;
  width: 100px;
  background-color: #555;
}
.ys-parallelogram {
	width: 100px;
	height: 50px;
	transform: skew(20deg);
	background: #555;
}
.ys-trapezoid {
	border-bottom: 50px solid #555;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	height: 0;
	width: 125px;
}
.ys-triangle-up {
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 50px solid #555;
}
.ys-triangle-down {
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 50px solid #555;
}
.ys-triangle-left {
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-right: 50px solid #555;
	border-bottom: 25px solid transparent;
}
.ys-triangle-right {
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-left: 50px solid #555;
	border-bottom: 25px solid transparent;
}
.ys-full-height {
  height: 100%;
  background: yellow;
}
ys-zoom-img {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
}
ys-zoom-img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 750ms;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-duration: 750ms;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-duration: 750ms;
    -o-transition-duration: 750ms;
    overflow: hidden;
}
/* The switch - the box around the slider */
.ys-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .ys-switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.ys-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .ys-slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .ys-slider {
    background-color: #2196F3;
}

input:focus + .ys-slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .ys-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.ys-slider.ys-round {
    border-radius: 34px;
}

    .ys-slider.ys-round:before {
        border-radius: 50%;
    }
    .ys-link
    {
        text-decoration:none;
    }

.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 13px;
        width: 13px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 17px;
}

    .slider.round:before {
        border-radius: 50%;
    }