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

/* Import base css*/
@import url("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(../images/bullet-l.png);
}

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

.xp-headtext {
font-size:8em;
    color:#FFF;
  font-family: "Source Sans 3", sans-serif;
}

.xp-headsubtext {
font-size:4em;
    color:#FFF;
  font-family: "Source Sans 3", sans-serif;
}
.xp-headcaption {
font-size:1.6em;
	  color:#fff;
  font-family: "Source Sans 3", sans-serif;
}
.xp-hero-round-button {
    padding: 15px 35px;
    letter-spacing: 0.1em;
    cursor: pointer;
    font-size: 1.4em;
	background: transparent;
    color: #FFF;
    text-decoration: none;
      font-family: "Source Sans 3", sans-serif;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -o-transition: all 0.4s;    
}

.xp-hero-round-button:hover {
    color: #FFF;
    text-decoration: none;
}

.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-circle-button {
    box-sizing: border-box;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: center;
    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;
}

@media only screen and (min-width: 200px) and (max-width: 720px) {
	.xp-headtext {
    color:#FFF;
	font-size:4.0em;
font-family:Source Sans Pro
}

.xp-headsubtext {
	font-size:2.8em;
  color:#fff;
font-family:Source Sans Pro 
}

.xp-headcaption {
font-size:1.4em;
	  color:#fff;
  font-family: "Source Sans 3", sans-serif;
margin-top:30px;
}
.xp-hero-round-button {
    padding: 15px 35px;
    letter-spacing: 0.1em;
    cursor: pointer;
    font-size: 1.0em;
    color: #FFF;
    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 {
    color: #000;
    text-decoration: none;
}
}