/* === CSS RESET === */
.scrollpath-container *{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*font: inherit;*/
    vertical-align: baseline;
}
.ui-loader {
    display: none;
}
/* HTML5 display-role reset for older browsers */
.scrollpath-container nav {
    display: block;
}

.scrollpath-container h4 {
    font-weight: bold;
}

body .scrollpath-container{
    line-height: 1;
}
.scrollpath-container nav ol, 
.scrollpath-container nav ul {
    list-style: none;
}
.scrollpath-container blockquote, 
.scrollpath-container q {
    quotes: none;
}
.scrollpath-container blockquote:before, 
.scrollpath-container blockquote:after, 
.scrollpath-container q:before, 
.scrollpath-container q:after {
    content: '';
    content: none;
}
.scrollpath-container table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* === End of CSS RESET === */
body {
    background-color: #F5821F;
    overflow: hidden;
    padding-top: 0px;
}

body .scrollpath-container {
    /*background: url(../img/39493014_all_ip_background.jpg);*/
    background-size: cover;
    color: white;
    font-size: 20px;
    font-family: "Open sans",Tahoma,Verdana,sans-serif;
    text-shadow: 2px 2px 0 #101010;

}
.scrollpath-container h1 {
    font-size: 75px;
    font-weight: bold;
    line-height: 1.5em;
    text-shadow: 3px 3px 0 #101010;
}

.scrollpath-container a, 
.scrollpath-container a:visited {
    color: white;
    text-decoration: underline;
    -webkit-transition: color 0.2s;
            transition: color 0.2s;
}

.scrollpath-container a:hover {
    color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

.scrollpath-container a:active {
    color: lightblue;
}

.scrollpath-container .big {
    display: block;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.125em;
    margin-bottom: 10px;
    text-shadow: 2px 2px 0 #101010;
}

.scrollpath-container .big ul{
    font-size: 24px;
}
.scrollpath-container .big ul li{
    margin-top: 8px;
}

.scrollpath-container .wrapper div {
    position: absolute;
}
.scrollpath-container .wrapper div img {
    border: 1px solid #b1400b;
    border-radius: 50px;
}
.scrollpath-container .wrapper > div span{
    -webkit-transition: all 0.75s ease;
            transition: all 0.75s ease;
}

.scrollpath-container .wrapper > div span ul li{
    margin-left: 100;
    opacity: 0;
    filter: alpha(opacity=0);
}

.scrollpath-container .wrapper > div img {
    -webkit-transition: all 3s ease .25s;
            transition: all 3s ease .25s;
    opacity: 0;
    filter: alpha(opacity=0);
}

.scrollpath-container .wrapper > div.active img {
    opacity: 1;
    filter: alpha(opacity=100);
}

.scrollpath-container .wrapper > div span ul li:nth-child(1){
    -webkit-transition: all 0.75s ease 0.5s;
            transition: all 0.75s ease 0.5s;
}

.scrollpath-container .wrapper > div span ul li:nth-child(2){
    -webkit-transition: all 0.75s ease 1s;
            transition: all 0.75s ease 1s;
}

.scrollpath-container .wrapper > div span ul li:nth-child(3){
    -webkit-transition: all 0.75s ease 1.5s;
            transition: all 0.75s ease 1.5s;
}

.scrollpath-container .wrapper > div span ul li:nth-child(4){
    -webkit-transition: all 0.75s ease 2s;
            transition: all 0.75s ease 2s;
}  

.scrollpath-container .wrapper > div span ul li:nth-child(5){
    -webkit-transition: all 0.75s ease 2.5s;
            transition: all 0.75s ease 2.5s;
}

.scrollpath-container .wrapper > div span ul li:nth-child(6){
    -webkit-transition: all 0.75s ease 3s;
            transition: all 0.75s ease 3s;
}    

.scrollpath-container .wrapper > div.active span{
    opacity: 1;
    filter: alpha(opacity=100);
}

.scrollpath-container .wrapper > div.active span ul li{
    opacity: 1;
    filter: alpha(opacity=100);
    margin-left: 0;
}

.scrollpath-container nav {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    //width: 100%;
    z-index: 9999999;
    //bottom: 0;
    background: rgba(10,10,10, 0.5);
    font-family: "Open sans",Tahoma,Verdana,sans-serif;
    font-weight: normal;
    font-size: 20px;
}

.scrollpath-container .settings{
    position: absolute;
    bottom: 0;
    height: 40px;
    z-index: 9999999;
    background: rgba(10,10,10, 0.5);
    font-family: "Open sans",Tahoma,Verdana,sans-serif;
    font-weight: normal;
    font-size: 20px;
}

.scrollpath-container .settings {
    right: 0;
    padding: 10px 20px;
    border-radius: 10px 0 0 0;
}

.scrollpath-container .settings a {
    border: none;
}

.scrollpath-container nav {
    left: 0;
    border-radius: 0 10px 0 0;
}

.scrollpath-container nav li {
    float: left;
}

.scrollpath-container nav a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: none;
    text-align: center;
    -webkit-transition: 0.25s;
            transition: 0.25s;
    text-decoration: none;
}

.scrollpath-container nav li:last-child a {
    border-radius: 0 10px 0 0;
}

.scrollpath-container nav a:hover {
    background: rgba(15,15,15, 0.5);
}

.scrollpath-container .sp-canvas {
    display: none;
}

.scrollpath-container .arrow {
    position: relative;
    display: inline-block;
}

.scrollpath-container .demo { 
    width: 800px;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    top: -470px;
}

.scrollpath-container .demo img{ 
    opacity: 1 !important; 
    filter: alpha(opacity=100);
    border: 20px solid white !important;
    background-color: white !important;
    border-radius: 0 !important;
    width: 300px;
    height: auto;
}

.scrollpath-container .demo .arrow {
    font-size: 20px;
    -webkit-animation: point-down 0.5s alternate infinite;
            animation: point-down 0.5s alternate infinite;
}

.scrollpath-container .description_1 {
    top: 500px;
    left: -260px;
    width: 600px;
}

.scrollpath-container .description_1 img {
    position: absolute;
    left: 800px;
    top: 0;
}

.scrollpath-container .description_2 {
    top: 980px;
    left: 800px;
    width: 600px;
}

.scrollpath-container .description_3 {
    top: 1900px;
    left: 1200px;
    width: 600px;
}

.scrollpath-container .description_3 img{
    position: absolute;
    top: -200px;
    left: 850px;
}

.scrollpath-container .description_4 {
    top: 2700px;
    left: 1200px;
    width: 600px;
}

.scrollpath-container .description_4 img{
    top: -120px;
    position: absolute;
    left: 850px;
}

.scrollpath-container .description_5 {
    top: 3200px;
    left: 800px;
    width: 600px;
}

.scrollpath-container .description_5 img{
    top: 300px;
    position: absolute;
    left: 300px;
}

.scrollpath-container .description_6 {
    top: 4050px;
    left: -330px;
    width: 600px;
}

.scrollpath-container .last {
    top: 4200px;
    left: -750px;
    width: 1150px;
    text-align: justify;
}

.scrollpath-container .last .big{
    font-size: 28px;
}

.scrollpath-container .highlight {
    -webkit-animation: highlight 0.2s alternate 6 ;
            animation: highlight 0.2s alternate 6 ;
}

@-webkit-keyframes point-down {
    from {
        top: 0;
    }
    to {
        top: 5px;
    }
}

@keyframes point-down {
    from {
        top: 0;
    }
    to {
        top: 5px;
    }
}

@-webkit-keyframes highlight {
    to {
        background: lightblue;
    }
}

@keyframes highlight {
    to {
        background: lightblue;
    }
}
.scrollpath-container .show-path {
    display: block !important;
    cursor: pointer;
}

.scrollpath-container .m-l-l {
    margin-left: 48px;
}

.modal {
    z-index: 10000;
}

.list-custom-images {
    margin-left: 16px;
}

.list-custom-images i{
    margin-right: 8px;
}
.bg-container {
    padding: 1px 1em;
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) { 
    .scrollpath-container .demo {
        width: 800px;
        font-size: 30px;
        text-align: center;
        font-weight: bold;
        top: -370px;
    }
    .scrollpath-container .demo img {
        width: 200px;
    }
    .scrollpath-container h1 {
        font-size: 55px;
    }
    .scrollpath-container h4 {
        font-size: 85%;
    }
    
    .scrollpath-container .description_1 {
        top: 500px;
        left: 40px;
        width: 320px;
    }
    .scrollpath-container .description_1 img {
        position: absolute;
        left: 390px;
        top: 50px;
        width: 350px;
    }
    .scrollpath-container .description_2 {
        top: 1050px;
        left: 800px;
        width: 600px;
    }
    .scrollpath-container .description_3 {
        top: 1950px;
        left: 1610px;
        width: 280px;
    }
    .scrollpath-container .description_3 img {
        position: absolute;
        top: -200px;
        left: 320px;
        width: 250px;
    }
    .scrollpath-container .description_4 {
        top: 2550px;
        left: 1580px;
        width: 300px;
    }
    .scrollpath-container .description_4 img {
        top: 150px;
        position: absolute;
        left: 350px;
        width: 270px;
    }
    .scrollpath-container .description_5 {
        top: 3200px;
        left: 1100px;
        width: 600px;
    }
    .scrollpath-container .description_5 img {
        top: 250px;
        position: absolute;
        left: -20px;
    }
    .scrollpath-container .description_6 {
        top: 4010px;
        left: -330px;
        width: 600px;
    }
    .scrollpath-container .last {
        top: 4100px;
        left: -490px;
        width: 570px;
        text-align: justify;
    }
    .scrollpath-container .last .big {
        font-size: 24px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) { 
    .scrollpath-container .demo {
        width: 800px;
        font-size: 30px;
        text-align: center;
        font-weight: bold;
        top: -370px;
    }
    .scrollpath-container .demo img {
        width: 200px;
    }
    .scrollpath-container h1 {
        font-size: 55px;
    }
    .scrollpath-container h4 {
        font-size: 85%;
    }
    
    .scrollpath-container .description_1 {
        top: 500px;
        left: 40px;
        width: 320px;
    }
    .scrollpath-container .description_1 img {
        position: absolute;
        left: 390px;
        top: 50px;
        width: 350px;
    }
    .scrollpath-container .description_2 {
        top: 1050px;
        left: 800px;
        width: 600px;
    }
    .scrollpath-container .description_3 {
        top: 1950px;
        left: 1610px;
        width: 280px;
    }
    .scrollpath-container .description_3 img {
        position: absolute;
        top: -200px;
        left: 320px;
        width: 250px;
    }
    .scrollpath-container .description_4 {
        top: 2550px;
        left: 1580px;
        width: 300px;
    }
    .scrollpath-container .description_4 img {
        top: 150px;
        position: absolute;
        left: 350px;
        width: 270px;
    }
    .scrollpath-container .description_5 {
        top: 3200px;
        left: 1100px;
        width: 600px;
    }
    .scrollpath-container .description_5 img {
        top: 250px;
        position: absolute;
        left: -20px;
    }
    .scrollpath-container .description_6 {
        top: 4010px;
        left: -330px;
        width: 600px;
    }
    .scrollpath-container .last {
        top: 4100px;
        left: -490px;
        width: 570px;
        text-align: justify;
    }
    .scrollpath-container .last .big {
        font-size: 24px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1400px) { 
    .scrollpath-container .demo {
        width: 800px;
        font-size: 30px;
        text-align: center;
        font-weight: bold;
        top: -370px;
    }
    .scrollpath-container .demo img {
        width: 200px;
    }
    .scrollpath-container h1 {
        font-size: 55px;
    }
    .scrollpath-container h4 {
        font-size: 85%;
    }
    
    .scrollpath-container .description_1 {
        top: 500px;
        left: -200px;
        width: 500px;
    }
    .scrollpath-container .description_1 img {
        position: absolute;
        left: 690px;
        top: 50px;
        width: 350px;
    }
    .scrollpath-container .description_2 {
        top: 1080px;
        left: 830px;
        width: 600px;
    }
    .scrollpath-container .description_3 {
        top: 1950px;
        left: 1390px;
        width: 480px;
    }
    .scrollpath-container .description_3 img {
        position: absolute;
        top: -200px;
        left: 600px;
        width: 250px;
    }
    .scrollpath-container .description_4 {
        top: 2550px;
        left: 1390px;
        width: 480px;
    }
    .scrollpath-container .description_4 img {
        top: 180px;
        position: absolute;
        left: 600px;
        width: 270px;
    }
    .scrollpath-container .description_5 {
        top: 3250px;
        left: 1000px;
        width: 600px;
    }
    .scrollpath-container .description_5 img {
        top: 250px;
        position: absolute;
        left: 220px;
        width: 350px;
    }
    .scrollpath-container .description_6 {
        top: 4010px;
        left: -330px;
        width: 600px;
    }
    .scrollpath-container .last {
        top: 4120px;
        left: -690px;
        width: 970px;
        text-align: justify;
    }
    .scrollpath-container .last .big {
        font-size: 24px;
    }
}
html {
    position: relative;
    min-height: 100%;
}
.bg-container .list-unstyled:last-child {
    margin: 1em 0;
}