﻿.fa-code {
    border: 2px solid #29a9df;
    margin-right: 5px;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50em;
    -moz-border-radius: 50em;
    border-radius: 50em;
    /* line-height: 48px; */
    text-align: center;
    padding-top: 3px;
}

.bvcode-blue{
    color: #29a9df !important;
    float: right;
}

.slider-1 {
    min-height: 50vh;
    background-size: cover;
    background-position: center center;
    /*background-image: url('assets/images/slider-fullwidth-slide-1.jpg');*/
    background-image: url('assets/images/slider1.jpg');
    opacity: 1;    
    z-index: 20;
}

.slider-2 {
    min-height: 50vh;
    background-size: cover;
    background-position: center center;
    /*background-image: url('assets/images/slider-fullwidth-slide-1.jpg');*/
    background-image: url('assets/images/slider2.jpg');
    opacity: 1;    
    z-index: 20;
}

.slider-3 {
    min-height: 50vh;
    background-size: cover;
    background-position: center center;
    /*background-image: url('assets/images/slider-fullwidth-slide-1.jpg');*/
    background-image: url('assets/images/slider3.jpg');
    opacity: 1;    
    z-index: 20;
}

.slider-4 {
    min-height: 50vh;
    background-size: cover;
    background-position: center center;
    /*background-image: url('assets/images/slider-fullwidth-slide-1.jpg');*/
    background-image: url('assets/images/slider4.jpg');
    opacity: 1;    
    z-index: 20;
}

.slider-5 {
    min-height: 50vh;
    background-size: cover;
    background-position: center center;
    /*background-image: url('assets/images/slider-fullwidth-slide-1.jpg');*/
    background-image: url('assets/images/slider5.jpg');
    opacity: 1;    
    z-index: 20;
}

.copyright p{
    margin: 0px;
}

#divLoader, #divPopUp {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(8, 26, 39, 0.75);
    z-index: 999999;
}

.circle {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    box-sizing: border-box;
    border: solid 10px rgba(255, 255, 255, 0.2);
    border-top-color: #FFF;
    animation: spin 1s infinite linear;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
}

.wave {
    margin-top: 15px;
    float: left;
    width: 18px;
    height: 40px;
    box-sizing: border-box;
    border: 2px solid #FFF;
    margin-left: -2px;
    animation: slide 0.6s infinite linear;
}

    .wave:nth-child(2n+1) {
        animation-delay: 0.3s;
    }

.circleloader {
    border-radius: 16px;
    width: 80px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.4);
}

.bounce {
    position: absolute;
    border-radius: 16px;
    margin: 4px;
    width: 20px;
    height: 12px;
    background-color: #FFF;
    animation: push 1s infinite linear;
}

.switchbox {
    position: relative;
    width: 80px;
    height: 80px;
}

.switchbox {
    animation: spin 2s infinite linear;
}

.switch {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-color: #FFF;
    border-radius: 20px;
    animation: cross 2s infinite linear;
}

#switch2 {
    animation-delay: -1s;
}

.bouncybox {
    height: 100px;
    width: 40px;
    margin-left: 20px;
}

.bouncy {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #ecf0f1;
    animation: bouncy 2s infinite ease-in-out;
}

.hide{
    display: none;
}

.semScrool{
    overflow: hidden;
}

@keyframes bouncy {
    40% {
        height: 40px;
    }

    50% {
        transform: translate(0, 65px);
        height: 34px;
        border-radius: 20px;
    }

    65% {
        height: 40px;
    }
}

@keyframes push {
    50% {
        margin-left: 56px;
    }
}

@keyframes slide {
    50% {
        margin-top: 25px;
    }
}

@keyframes pulse {
    50% {
        border-width: 30px;
    }
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes cross {
    50% {
        margin-left: 60px;
    }
}
