.site-splash.fullscreen {
    height: 100%;
}

.site-splash {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #111;
}

.site-splash .splash-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.splash-slider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.splash-slider .cycle-next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.splash-slider .cycle-prev, .splash-slider .cycle-next {
    width: 40px;
    height: 80px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 111;
    top: 50%;
    margin-top: -40px;
    text-align: center;
    opacity: 0;
    background-color: #fff;
    -webkit-transition: all .4s cubic-bezier(0.25,.46,.45,.94);
    transition: all .4s cubic-bezier(0.25,.46,.45,.94);
}

.splash-slider .cycle-next:before {
    content: '\f105';
}

.splash-slider .cycle-prev:before, .splash-slider .cycle-next:before {
    font-family: FontAwesome;
    width: 100%;
    height: 100%;
    line-height: 80px;
    font-size: 28px;
    color: #555;
    -webkit-transition: color .4s cubic-bezier(0.25,.46,.45,.94);
    transition: color .4s cubic-bezier(0.25,.46,.45,.94);
}

.splash-slider .cycle-prev {
    left: 0;
    border-radius: 0 3px 3px 0;
}


.splash-slider .cycle-prev, .splash-slider .cycle-next {
    width: 40px;
    height: 80px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 111;
    top: 50%;
    margin-top: -40px;
    text-align: center;
    opacity: 0;
    background-color: #fff;
    -webkit-transition: all .4s cubic-bezier(0.25,.46,.45,.94);
    transition: all .4s cubic-bezier(0.25,.46,.45,.94);
}

.splash-slider .cycle-prev:before {
    content: '\f104';
}

.splash-slider .cycle-prev:before, .splash-slider .cycle-next:before {
    font-family: FontAwesome;
    width: 100%;
    height: 100%;
    line-height: 80px;
    font-size: 28px;
    color: #555;
    -webkit-transition: color .4s cubic-bezier(0.25,.46,.45,.94);
    transition: color .4s cubic-bezier(0.25,.46,.45,.94);
}

.splash-content:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.splash-content .container {
    z-index: 2;
    position: relative;
    max-width: 100%;
}

.splash-content .container {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}
.desktop.csstransitions .splash-slider .splash-text {
    -webkit-transform: scale(2,2);
    -ms-transform: scale(2,2);
    transform: scale(2,2);
}

.desktop.csstransitions .splash-slider .splash-media, .desktop.csstransitions .splash-slider .splash-text {
    opacity: 0;
    -webkit-transition: -webkit-transform 2.5s cubic-bezier(0.19,1,.22,1),opacity 1s cubic-bezier(0.19,1,.22,1);
    transition: -webkit-transform 2.5s cubic-bezier(0.19,1,.22,1),transform 2.5s cubic-bezier(0.19,1,.22,1),opacity 1s cubic-bezier(0.19,1,.22,1);
}
.splash-text {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.splash-text .splash-intro {
    color: #fff;
    font-weight: 600;
    line-height: 1.8;
    margin: 0 0 .5em;
}


.splash-text .splash-intro a, .splash-text .splash-intro span {
    display: inline-block;
    background: #ec005f;
    padding: 20px;
    padding: 5px 10px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: background-color .4s cubic-bezier(0.25,.46,.45,.94);
    transition: background-color .4s cubic-bezier(0.25,.46,.45,.94);
}
@media (min-width: 1200px)
.splash-text .splash-headline {
    font-size: 96px;
}
@media (min-width: 992px)
.splash-text .splash-headline {
    font-size: 72px;
}
@media (min-width: 768px)
.splash-text .splash-headline {
    font-size: 48px;
}
.splash-text .splash-headline {
    font-size: 40px;
    color: #fff;
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
}

.text-primary {
    color: #ec005f!important;
}
	
@media (min-width: 1200px)
.splash-text .splash-description p {
    font-size: 26px;
}

@media (min-width: 992px)
.splash-text .splash-description p {
    font-size: 22px;
}
@media (min-width: 768px)
.splash-text .splash-description p {
    font-size: 18px;
}
.splash-text .splash-description p {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}

.splash-content .container {
    z-index: 2;
    position: relative;
    max-width: 100%;
}



.splash-content .container {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

@media (min-width: 1200px)
.container {
    width: 1170px;
}
@media (min-width: 992px)
.container {
    width: 970px;
}
.splash-content {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 4;
    text-align: center;
    font-size: 0;
}