@charset "UTF-8";
/* CSS Document */

header {
    height: 172px;
    width: 100%;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    position: fixed;
    z-index: 10000;
    background-color: rgba(255, 255, 255, 0.9);
    transition: all .2s ease-in-out;
    background-image: url("../_img/header-bg1.jpg");
    background-repeat: repeat-x;
    background-position: center bottom;
    overflow: hidden;
}

header.smaller {
    height: 138px;
    width: 100%;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    position: fixed;
    z-index: 10000;
    background-color: rgba(255, 255, 255, 0.9);
    transition: all .2s ease-in-out;
}

header .top-header {
    height: 30px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 90%;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFF;
}

header .top-header a {
    color: #FFF;
    text-decoration: none;
}

header .phone-cta {
    display: none;
}

header.smaller .phone-cta {
    display: block;
    font-weight: 700;
    color: #000;
    float: left;
    line-height: 62px;
    width: 13%;
    margin-left: 2%;
    font-size: 16px;
}

header h1#logo {
    float: left;
    height: auto;
    width: 31%;
    margin-top: 10px;
    margin-bottom: 13px;
    transition: all .2s ease-in-out;
}

header h1#logo img {
    height: auto;
    width: 100%;
}

header.smaller h1#logo {
    height: auto;
    margin-top: 5px;
    float: left;
    width: 20%;
    transition: all .2s ease-in-out;
    margin-bottom: 8px;
}

header.smaller h1#logo img {
    height: auto;
    width: 100%;
}

#access {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

header #access a {
    color: #FFF;
    display: block;
    line-height: 45px;
    text-decoration: none;
    font-size: 16px;
    padding-top: 0;
    padding-right: 30px;
    padding-bottom: 0;
    padding-left: 30px;
    transition: all .2s ease-in-out;
    font-family: "Open Sans";
    font-weight: 700;
    text-transform: uppercase;
}

header #access li:hover > a,
header #access ul ul :hover > a {
    color: #babf95;
}

header #access ul li.current_page_item > a,
header #access ul li.current-menu-ancestor > a,
header #access ul li.current-menu-item > a,
header #access ul li.current-menu-parent > a {
    color: #babf95;
}

header #access ul ul a {
    background: #fff;
    line-height: 1em;
    padding: 10px;
    width: 160px;
    height: auto;
}

header #access ul ul {
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    display: none;
    position: absolute;
    top: 52px;
    left: 0;
    float: left;
    width: 180px;
    z-index: 99999;
}

header.smaller #access a {
    color: #FFF;
    display: block;
    line-height: 48px;
    text-decoration: none;
    font-size: 15px;

}

header.smaller #access ul ul a {
    background: #fff;
    line-height: 1em;
    padding: 10px;
    width: 160px;
    height: auto;
}

header.smaller #access ul ul {
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);

    position: absolute;
    top: 62px;
    left: 0;
    float: left;
    width: 180px;
    z-index: 99999;

}

header.smaller #access li:hover > a,
header.smaller #access ul ul :hover > a {

}

header.smaller #access ul li.current_page_item > a,
header.smaller #access ul li.current-menu-ancestor > a,
header.smaller #access ul li.current-menu-item > a,
header.smaller #access ul li.current-menu-parent > a {

}

header nav {
    display: inline-block;
    float: right;
}

header nav a {
    line-height: 150px;
    margin-left: 20px;
    color: #9fdbfc;
    font-weight: 700;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header nav a:hover {
    color: white;
}

header .cta {
    float: right;
    height: auto;
    width: 69%;
    padding-left: 0px;
    padding-top: 0px;
    overflow: hidden;
    text-align: right;
    margin-top: 5px;
    margin-bottom: 8px;
    transition: all .2s ease-in-out;
}

header .cta1 {
    color: #fff;
    float: left;
    font-size: 100%;
    line-height: 130%;
    display: block;
    width: 100%;
    font-weight: 700;
    transition: all .2s ease-in-out;
}

header .cta2 {
    color: #fff;
    float: left;
    font-size: 280%;
    line-height: 140%;
    display: block;
    width: 100%;
    font-weight: 700;
    transition: all .2s ease-in-out;
}

header .cta1 a {
    color: #0065b0;

    text-decoration: none;
    transition: all .2s ease-in-out;
}

header.smaller .cta {
    float: right;
    height: auto;
    width: 69%;
    padding-left: 0px;
    padding-top: 0px;
    overflow: hidden;
    text-align: right;
    margin-top: 0px;
    margin-bottom: 0px;
    transition: all .2s ease-in-out;
}

header.smaller .cta1 {
    color: #babf95;
    float: left;
    font-size: 180%;
    line-height: 180%;
    display: none;
    width: 100%;
    font-weight: 700;
    transition: all .2s ease-in-out;
}

header.smaller .cta2 {
    color: #fff;
    float: left;
    font-size: 280%;
    line-height: 140%;
    display: block;
    width: 100%;
    font-weight: 700;
    transition: all .2s ease-in-out;
    margin-top: 4px;
}

header .cta3 {
    float: left;
    display: block;
    width: 50%;
    text-align: left;
}

header .cta4 {
    float: left;
    display: block;
    width: 50%;
    text-align: right;
}

header .cta-buttons {
    float: left;
    height: 90px;
    width: 370px;
    padding-left: 0px;
    padding-top: 0px;
    overflow: hidden;
    margin-left: -185px;
    position: absolute;
    left: 50%;

}

header.smaller .cta-buttons {
    float: left;
    height: 68px;
    width: 370px;
    padding-left: 0px;
    padding-top: 0px;
    overflow: hidden;
    margin-left: -185px;
    position: absolute;
    left: 50%;

}

header .cta-button1 a {
    color: #0065b0;
    font-size: 14px;
    line-height: 14px;
    display: block;
    width: 240px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #FFF;
    padding: 8px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    text-decoration: none;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #CCC;
    border-bottom-color: #CCC;
    border-left-color: #CCC;
}

header.smaller .cta-button1 a {
    color: #0065b0;
    font-size: 12px;
    line-height: 12px;
    display: block;
    width: 280px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #FFF;
    padding: 8px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    text-decoration: none;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #CCC;
    border-bottom-color: #CCC;
    border-left-color: #CCC;
}

header .cta-button2 a {
    color: #0065b0;
    font-size: 14px;
    line-height: 14px;
    display: block;
    width: 240px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #FFF;
    padding: 8px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    text-decoration: none;
    margin-top: 25px;
    border-radius: 4px;
    border: 1px solid #CCC;
}

header.smaller .cta-button2 a {
    color: #0065b0;
    font-size: 12px;
    line-height: 12px;
    display: block;
    width: 280px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #FFF;
    padding: 8px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    text-decoration: none;
    margin-top: 15px;
    border-radius: 4px;
    border: 1px solid #CCC;
}

header .cta-button2 a:hover {
    color: #FFF;
    background-color: #0065b0;
}

header .cta-button1 a:hover {
    color: #FFF;
    background-color: #0065b0;
}

header.smaller nav a {
}

h1.main, p.demos {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}

.sp-container {
    position: relative;
    top: 0px;
    left: 0px;
    width: 90%;
    height: 100%;
    z-index: 0;
    background: -webkit-radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.7));
    background: -moz-radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.7));
    background: -ms-radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.7));
    background: radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.7));
    padding-right: 5%;
    padding-left: 5%;
}

.sp-content {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 1000;
}

.sp-container h2 {
    position: relative;
    top: 50%;
    line-height: 80px;
    height: 90px;
    margin-top: -70px;
    font-size: 70px;
    width: 100%;
    text-align: center;
    color: transparent;
    -webkit-animation: blurFadeInOut 3s ease-in backwards;
    -moz-animation: blurFadeInOut 3s ease-in backwards;
    -ms-animation: blurFadeInOut 3s ease-in backwards;
    animation: blurFadeInOut 3s ease-in backwards;
    font-weight: 800;
    text-transform: uppercase;
}

.sp-container h2.frame-1 {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    animation-delay: 0s;
}

.sp-container h2.frame-2 {
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -ms-animation-delay: 3s;
    animation-delay: 3s;
}

.sp-container h2.frame-3 {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}

.sp-container h2.frame-4 {
    font-size: 125px;
    -webkit-animation-delay: 9s;
    -moz-animation-delay: 9s;
    -ms-animation-delay: 9s;
    animation-delay: 9s;
}

.sp-container h2.frame-5 {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
    color: transparent;
    text-shadow: 0px 0px 1px #fff;
}

.sp-container h2.frame-5 span {
    -webkit-animation: blurFadeIn 3s ease-in 12s backwards;
    -moz-animation: blurFadeIn 1s ease-in 12s backwards;
    -ms-animation: blurFadeIn 3s ease-in 12s backwards;
    animation: blurFadeIn 3s ease-in 12s backwards;
    color: transparent;
    text-shadow: 0px 0px 1px #fff;
}

.sp-container h2.frame-5 span:nth-child(2) {
    -webkit-animation-delay: 13s;
    -moz-animation-delay: 13s;
    -ms-animation-delay: 13s;
    animation-delay: 13s;
}

.sp-container h2.frame-5 span:nth-child(3) {
    -webkit-animation-delay: 14s;
    -moz-animation-delay: 14s;
    -ms-animation-delay: 14s;
    animation-delay: 14s;
}

/**/
@-webkit-keyframes blurFadeInOut {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #fff;
        -webkit-transform: scale(1.3);
    }
    20%, 75% {
        opacity: 1;
        text-shadow: 0px 0px 1px #fff;
        -webkit-transform: scale(1);
    }
    100% {
        opacity: 0;
        text-shadow: 0px 0px 50px #fff;
        -webkit-transform: scale(0);
    }
}

@-webkit-keyframes blurFadeIn {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #fff;
        -webkit-transform: scale(1.3);
    }
    50% {
        opacity: 0.5;
        text-shadow: 0px 0px 10px #fff;
        -webkit-transform: scale(1.1);
    }
    100% {
        opacity: 1;
        text-shadow: 0px 0px 1px #fff;
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes fadeInBack {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
    }
    50% {
        opacity: 0.4;
        -webkit-transform: scale(2);
    }
    100% {
        opacity: 0.2;
        -webkit-transform: scale(5);
    }
}

@-webkit-keyframes fadeInRotate {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) rotate(360deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) rotate(0deg);
    }
}

/**/
@-moz-keyframes blurFadeInOut {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #fff;
        -moz-transform: scale(1.3);
    }
    20%, 75% {
        opacity: 1;
        text-shadow: 0px 0px 1px #fff;
        -moz-transform: scale(1);
    }
    100% {
        opacity: 0;
        text-shadow: 0px 0px 50px #fff;
        -moz-transform: scale(0);
    }
}

@-moz-keyframes blurFadeIn {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #fff;
        -moz-transform: scale(1.3);
    }
    100% {
        opacity: 1;
        text-shadow: 0px 0px 1px #fff;
        -moz-transform: scale(1);
    }
}

@-moz-keyframes fadeInBack {
    0% {
        opacity: 0;
        -moz-transform: scale(0);
    }
    50% {
        opacity: 0.4;
        -moz-transform: scale(2);
    }
    100% {
        opacity: 0.2;
        -moz-transform: scale(5);
    }
}

@-moz-keyframes fadeInRotate {
    0% {
        opacity: 0;
        -moz-transform: scale(0) rotate(360deg);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1) rotate(0deg);
    }
}

/**/
@keyframes blurFadeInOut {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #fff;
        transform: scale(1.3);
    }
    20%, 75% {
        opacity: 1;
        text-shadow: 0px 0px 1px #fff;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        text-shadow: 0px 0px 50px #fff;
        transform: scale(0);
    }
}

@keyframes blurFadeIn {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #fff;
        transform: scale(1.3);
    }
    50% {
        opacity: 0.5;
        text-shadow: 0px 0px 10px #fff;
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        text-shadow: 0px 0px 1px #fff;
        transform: scale(1);
    }
}

@keyframes fadeInBack {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    50% {
        opacity: 0.4;
        transform: scale(2);
    }
    100% {
        opacity: 0.2;
        transform: scale(5);
    }
}

@keyframes fadeInRotate {
    0% {
        opacity: 0;
        transform: scale(0) rotate(360deg);
    }
    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}