/* 
    Document   : slider.css
    Author     : jackh
    Description:
        Standard template.
*/

/* Import base css*/
@import url("../../scripts/slider_base.css");

/*----------------------------------*/
/*Slider related css*/
/*----------------------------------*/

.xpro-slider-item {
    background-size:cover;
    background-position:50% 50%;
    background-color: #000000;
}

.xpro-slider-nav-selected {
    background-color: transparent !important;
}

.xpro-thumb-item {
    background-image: url(../../scripts/images/bullet-l.png);
}

/*----------------------------------*/
/* Content related */
/*----------------------------------*/

.xp-headtext {
    color:#ffffff;
    text-shadow: 0px 10px 10px #333333;
}

.xp-headsubtext {
    color:#d8d8d8;
}

.xp-hero-round-button, .xp-hero-circle-button {
    border-radius: 30px;
    padding: 15px 35px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
    
    border: #ffffff 1px solid;
    color: #ffffff;
    text-decoration: none;
    
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -o-transition: all 0.4s;    
}

.xp-hero-round-button:hover, .xp-hero-circle-button:hover {
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
}

.xp-hero-circle-button {
    box-sizing: border-box;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    padding: 0px;
    padding-top: 8px;
    padding-left: 2px;
}

.xp-hero-round-white {
    background-color: #ffffff;
    color: #000000;
}

.xp-hero-round-white:hover {
    background-color: #000000;
    color: #ffffff;
}

.xp-hero-flight-blue {
    background-color: rgba(76, 127, 139, 0.7) !important;
}

.xp-hero-flight-blue:hover {
    background-color: #5094b0 !important;
    color: #ffffff;
}

.xp-sosmed-buttons {
    width: 100%;
    bottom: 0;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -o-transition: all 0.6s;     
}


.xp-sosmed-buttons a {
    margin: 3px 5px;
    color: inherit;
}