/* Custom Footer */
body {
    overflow: hidden !important;
}

.container {
    overflow: hidden !important;
}

.footer-container {
    position: absolute !important;
    padding-bottom: 0px;
    bottom: 30px !important;
}

.content {
    overflow: hidden !important;
}


.home-slide-container {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.home-slide-container:before {
    content: "";
    position: absolute;
    display: block;
    width: 200px;
    height: 196px;
    bottom: 0px;
    left: -200px;
    background: url('../../img/front/loading/corner-image.png') no-repeat;
    /* background-position: 50% !important; */
    background-position: -558px 0px;
    background-size: 558px 196px !important;
    /* background-size: contain !important; */
    z-index: 1;
    
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    
    -webkit-animation: imrktopbefore 2.8s linear infinite;
    -moz-animation: imrktopbefore 2.8s linear infinite;
    -ms-animation: imrktopbefore 2.8s linear infinite;
    animation: imrktopbefore 2.8s linear infinite;
}

@keyframes imrktopbefore {
    0% { 
        left: -200px;
        background-position: -558px 0px;
    }
    10% { 
        left: -200px;
        background-position: -558px 0px;
    }
    90% { 
        left: 558px;
        background-position: 200px 0px;
    }
	100% { 
        left: 558px;
        background-position: 200px 0px;
    }
}

.home-slide-container:after {
    content: "";
    position: absolute;
    display: block;
    width: 200px;
    height: 196px;
    top: 0px;
    right: -200px;
    background: url('../../img/front/loading/corner-image.png') no-repeat;
    /* background-position: 50% !important; */
    /* background-size: contain !important; */
    background-position: -558px 0px;
    background-size: 558px 196px !important;
    
    -webkit-animation: imrktopafter 2.8s linear infinite;
    -moz-animation: imrktopafter 2.8s linear infinite;
    -ms-animation: imrktopafter 2.8s linear infinite;
    animation: imrktopafter 2.8s linear infinite;
}

@keyframes imrktopafter {
    0% { 
        right: -200px;
        background-position: -558px 0px;
    }
    10% { 
        right: -200px;
        background-position: -558px 0px;
    }
    90% { 
        right: 558px;
        background-position: 200px 0px;
    }
	100% { 
        right: 558px;
        background-position: 200px 0px;
    }
}
    
.home-slide-item {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-size: cover !important;
    background-position: 50% !important;
    padding-top: 110px;
    
    opacity: 0;
    left: 100%;
}

.home-slide-item.active {
    left: 0px;
    opacity: 1;

    -webkit-animation: slideOn 1s;
    -moz-animation: slideOn 1s;
    -ms-animation: slideOn 1s;
    animation: slideOn 1s;
}

.home-slide-item.not-active {
    -webkit-animation: 1s slideOff 1s;
    -moz-animation: 1s slideOff 1s;
    -ms-animation: 1s slideOff 1s;
    animation: 1s slideOff 1s;
}

@keyframes slideOff {
    0% { 
        left: 0px;
        opacity: 1;
    }
    99% { 
        left: -100%;
        opacity: 0;
    }
    100% { 
        left: 100%;
        opacity: 0;
    }
}

@keyframes slideOn {
    0% { 
        left: 100%;
        opacity: 0;
    }
    100% { 
        left: 0px;
        opacity: 1;
    }
}

.home-slide-item.slide1 {
    background: url('../../img/front/home/home-background1.jpg') no-repeat;
}

.home-slide-item.slide2 {
    background: url('../../img/front/home/home-background2.jpg') no-repeat;
}

.home-slide-item.slide3 {
    background: url('../../img/front/home/home-background3.jpg') no-repeat;
}

.home-slide-item.slide4 {
    background: url('../../img/front/home/home-background4.jpg') no-repeat;
}

.home-slide-item:before {
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 100%;
    background: url('../../img/front/home/home-gradient.png') no-repeat;
    background-size: 100% 100% !important;
    background-position: left top !important;
    top: 0px;
    left: 0px;
    
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.home-slide-item:after {
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 100%;
    background: url('../../img/front/home/home-gradient.png') no-repeat;
    background-size: 100% 100% !important;
    background-position: top right !important;
    top: 0px;
    right: 0px;
}

.home-slide-image {
    position: relative;
    display: block;
    margin: 0px auto 30px;
}

.home-slide-desc {
    position: relative;
    display: block;
    font-size: 17px;
    font-family: roboto;
    font-weight: normal;
    letter-spacing: 1.4px;
    text-align: center;
    color: #fff;
    /* padding: 0px 5px; */
}

.home-slide-desc-mark {
    position: relative;
    display: table;
    height: 20px;
    text-align: center;
    /* line-height: 18px; */
    padding: 0px 5px;
    margin: auto;
    margin-bottom: 10px;
}

.home-slide-desc-mark:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.home-slide-desc-mark.last {
    margin-bottom: 30px;
}

.home-slide-desc-mark span {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    height: 20px;
    top: -8px;
    left: 0px;
}

.home-slide-item.slide1 .home-slide-desc-mark:before {
    background: #0092dd;
}

.home-slide-item.slide2 .home-slide-desc-mark:before {
    background: #da231d;
}

.home-slide-item.slide3 .home-slide-desc-mark:before {
    background: #5bb95b;
}

.home-slide-item.slide4 .home-slide-desc-mark:before {
    background: #da231d;
}

.home-slide-button {
    position: relative;
    display: table;
    margin: auto;
    height: 50px;
    color: #fff;
    padding: 0px 35px;
    border: 1px solid #fff;
    font-family: gotham;
    font-size: 14px;
    text-align: center;
    line-height: 48px;
    max-width: 360px;
    min-width: 200px;
    letter-spacing: 1px;
    overflow: hidden;
    background: transparent;
    z-index: 2;
    
    -webkit-transition: padding 0.4s, background 0.4s;
    -moz-transition: padding 0.4s, background 0.4s;
    -ms-transition: padding 0.4s, background 0.4s;
    transition: padding 0.4s, background 0.4s;
}

.home-slide-button.about {
    width: 212px;
}

.home-slide-button.prahu {
    width: 350px;
}

.home-slide-button.imrk-button {
    width: 360px;
}

.home-slide-button:hover {
    background: rgba(0, 0, 0, 0.2);
    padding: 0px 20px 0px 43px;

    -webkit-transition: padding 0.4s, background 0.4s;
    -moz-transition: padding 0.4s, background 0.4s;
    -ms-transition: padding 0.4s, background 0.4s;
    transition: padding 0.4s, background 0.4s;
}

.home-slide-button.imrk-button:hover {
    background: rgba(0, 0, 0, 0.2);
    padding: 0px 0px 0px 23px;

    -webkit-transition: padding 0.4s, background 0.4s;
    -moz-transition: padding 0.4s, background 0.4s;
    -ms-transition: padding 0.4s, background 0.4s;
    transition: padding 0.4s, background 0.4s;
}

.home-slide-button:before {
    content: "";
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    right: -67px;
    top: -16px;
    border-top: 40px solid #fff;
    border-bottom: 40px solid #fff;
    border-right: 40px solid #fff;
    border-left: 40px solid transparent;

    /* -webkit-transform: rotate(45deg); */
    /* -moz-transform: rotate(45deg); */
    /* -ms-transform: rotate(45deg); */
    /* transform: rotate(45deg); */
    
    -webkit-transition: right 0.4s;
    -moz-transition: right 0.4s;
    -ms-transition: right 0.4s;
    transition: right 0.4s;
}

.home-slide-button:hover:before {
    right: -40px;

    -webkit-transition: right 0.4s;
    -moz-transition: right 0.4s;
    -ms-transition: right 0.4s;
    transition: right 0.4s;
}

.home-slide-no-pad {
    padding: 0px;
    width: 360px;
}

.home-slide-arrow {
    position: relative;
    display: inline-block;
    width: 15px;
    top: calc(50% - 11px);
    margin-left: 10px;

    left: 0px;
    opacity: 1;

    -webkit-transition: left 0.4s, opacity 0.4s, margin-left 0.4s;
    -moz-transition: left 0.4s, opacity 0.4s, margin-left 0.4s;
    -ms-transition: left 0.4s, opacity 0.4s, margin-left 0.4s;
    transition: left 0.4s, opacity 0.4s, margin-left 0.4s;
}

.home-slide-button:hover .home-slide-arrow {
    left: 20px;
    opacity: 0;

    -webkit-transition: left 0.4s, opacity 0.4s;
    -moz-transition: left 0.4s, opacity 0.4s;
    -ms-transition: left 0.4s, opacity 0.4s;
    transition: left 0.4s, opacity 0.4s;
}

.home-slide-button.imrk-button:hover .home-slide-arrow {
    margin-left: 0px;

    -webkit-transition: margin-left 0.4s;
    -moz-transition: margin-left 0.4s;
    -ms-transition: margin-left 0.4s;
    transition: margin-left 0.4s;
}

.slide-anim {
    left: 100%;
    opacity: 0;
}

.slide-anim.active {
    left: 0px;
    opacity: 1;

    -webkit-animation: animOn 1s;
    -moz-animation: animOn 1s;
    -ms-animation: animOn 1s;
    animation: animOn 1s;
}

.slide-anim.not-active {
    -webkit-animation: animOff 1s;
    -moz-animation: animOff 1s;
    -ms-animation: animOff 1s;
    animation: animOff 1s;
}

@keyframes animOff {
    0% { 
        left: 0px;
        opacity: 1;
    }
    99% { 
        left: -100%;
        opacity: 0;
    }
    100% { 
        left: 100%;
        opacity: 0;
    }
}

@keyframes animOn {
    0% { 
        left: 100%;
        opacity: 0;
    }
    100% { 
        left: 0px;
        opacity: 1;
    }
}

.mobile {
    display: none;
}


/* Desktops and laptops */
@media screen and (min-width : 1224px) {

}

/* Tablet */
@media screen and (max-width: 1024px) {
	
}

/* Mobile */
@media screen and (max-width: 768px) {
    .home-slide-desc {
        font-size: 15px;
    }

	.simplifying {
        width: 550px;
    }

    .empowering {
        width: 550px;
    }

    .prahuhub {
        width: 550px;
    }

    .imrk {
        width: 290px;
    }

    .home-slide-desc-mark {
        height: 15px;
    }
    
    .home-slide-desc-mark span {
        height: 15px;
        top: -5px;
    }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
	
}

@media screen and (max-width: 768px) and (orientation: portrait) {
	
}

@media screen and (max-width : 500px) {
    .home-slide-content {
        position: relative;
        display: block;
        padding: 0px 25px;
        width: 100%;
    }

	.home-slide-image {
        /* max-width: 90%; */
    }

    .home-slide-desc {
        font-size: 14px;
    }

    .mobile {
        display: table;
    }

    .desktop {
        display: none;
    }

    .home-slide-container .imrk {
        width: 230px;
    }

    .home-slide-button.imrk-button {
        font-size: 10px;
        width: 100%;
        padding: 0px;
    }

    .home-slide-button.prahu {
        font-size: 13px;
        width: 100%;
        padding: 0px;
    }

    .home-slide-item.slide4 {
        padding-top: 30px;
    }

    .home-slide-button.prahu:hover {
        padding: 0px 0px 0px 23px;
    }

    .home-slide-button.imrk-button:hover {
        padding: 0px 0px 0px 23px !important;
    }
}