header {
    background-color: #dadada;
    position: fixed;
    width: 100%;
    color: #fff;
    -webkit-transition: all 0.4s cubic-bezier(0.61, 0.33, 0.25, 0.51);
    transition: all 0.4s cubic-bezier(0.61, 0.33, 0.25, 0.51)
}

.sticky {
    background-color: #c2c1c1;
    background: #c2c2c2;
    background: -webkit-linear-gradient(270deg, #c2c2c2 35%, #cecccc 63%);
    background: -webkit-linear-gradient(90deg, #c2c2c2 35%, #cecccc 63%);
    background: linear-gradient(0deg, #c2c2c2 35%, #cecccc 63%);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5), 0 0 2px 0 rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid #959494;
    z-index: 200
}

.logo img {
    width: 205px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.sticky img {
    width: 150px;
}

.logo {
    float: left;
    display: block;
    padding: 20px
}

nav {
    box-shadow: none;
    background-color: transparent
}

nav ul {
    float: right;
    position: relative;
    top: 28px;
    right: 20px
}

nav ul li {
    float: left
}

nav ul li a {
    padding: 10px;
    font-size: 25px;
    text-decoration: none;
    color: #fff;
    display: block;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.sticky nav ul li a {
    font-size: 20px;
    line-height: 35px
}

nav .button-collapse {
    float: right;
    top: 20px;
    right: 30px
}

nav .button-collapse i {
    text-shadow: 0px 0px 1px #666666
}

#sidenav-overlay {
    z-index: -1
}

header nav {
    line-height: 40px
}

nav ul li {
    padding: 0 8px
}

nav ul li a {
    padding: 0 2px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 300
}

ul.hide-on-med-and-down {
    text-shadow: 0px 0px 5px #666666
}

.side-nav a {
    font-size: 1.5rem;
    letter-spacing: 0
}

nav ul li:hover, nav ul li.active {
    border-bottom: 0;
    background-color: transparent
}

nav ul li a:hover, nav ul li a.active {
    border-bottom: 3px solid #e12a1a
}

@media only screen and (min-width: 993px) {
    .container {
        width: 100%
    }
}

.container {
    padding: 0;
    width: 100%
}

@media only screen and (min-width: 993px) {
    .container {
        width: 100%
    }
}

.slider {
    top: 105px;
    height: 444px;
    margin-bottom: 105px
}

.slider .slides {
    background-color: #dadada
}

.slider .slides {
    height: 444px
}

.slider .indicators .indicator-item {
    background-color: #666666;
    border: 3px solid #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

.slider .indicators .indicator-item.active {
    background-color: #ffffff
}

.slider .indicators {
    bottom: 30px;
    z-index: 100
}

.slider .slides li img {
    background-repeat: no-repeat;
    background-size: inherit
}

.slider .slides li .caption {
    top: 5%
}

.slider h3 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 4rem;
    margin: 1rem 0;
    letter-spacing: -1px;
    text-shadow: 0px 0px 2px #666666;
    text-transform: uppercase
}

.slide1 {
    position: relative;
    bottom: -8%;
    display: block;
    margin: 0 auto;
    width: 979px
}

.slide2 {
    position: relative;
    bottom: -12%;
    display: block;
    margin: 0 auto;
    width: 900px
}

.left-align {
    text-align: center
}

.right-align {
    text-align: center
}

.red-title {
    color: #E12A1A
}

.yellow {
    background-color: #ebd74e
}

.green-pastel {
    background-color: #e4e4ca
}

.intro {
    display: block;
    margin: 0 auto
}

.intro {
    background: url("../images/intro-new.png") no-repeat 15% bottom
}

.intro2 {
    background: url("../images/uwp.png") no-repeat 1% bottom;
    /*background-color: darkblue;*/
    /*color: white;*/
}

h2 {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 3rem;
    letter-spacing: -2px
}

.bold-grey {
    font-weight: 400;
    letter-spacing: -2px
}

.bold-red {
    font-weight: 600;
    letter-spacing: -2px;
    color: #e1382d
}

p {
    font-size: 1.5rem;
    font-weight: 100;
    line-height: 30px
}

.intro2 p {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 30px
}

.col .wrapper {
    padding: 5rem 3rem
}

.img-center {
    display: block;
    margin: 10% auto
}

.row {
    margin-bottom: 0
}

.mobile-align-right {
    float: right
}

.mobile-align-left {
    float: left
}

.ver-spacer {
    height: 5px;
    clear: left
}

.ver-spacer-mid {
    height: 50px;
    clear: left
}

.wrapper img {
    margin: 20px
}

.ie-message {
    display: none
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.8)
}

.overlay > .ie {
    top: 10px;
    background-color: #ffffff;
    border: 1px solid #dadada;
    padding: 30px 0;
    width: 100%;
    text-align: center
}

footer {
    background-color: #424242;
    color: #7b7b7b;
    font-weight: 100;
    padding: 45px 0
}

footer a {
    color: #7b7b7b;
    text-decoration: none;
    display: block
}

footer a:hover {
    color: #7b7b7b;
    text-decoration: none;
    display: block
}

footer ul {
    margin: 0
}

footer ul li {
    float: left;
    margin: 0
}

ul.social li {
    margin-right: 8px;
    float: right
}

strong {
    color: #666;
}

@media only screen and (max-width: 1024px) {
    .intro {
        background: url("../images/intro-new.png") no-repeat 0 bottom
    }

    .intro2 {
        background: url("../images/uwp.png") no-repeat 0 bottom;
    }

}

@media only screen and (max-width: 992px) {
    .intro {
        background: url("../images/intro-new.png") no-repeat center bottom
    }
    .intro2 {
        background: url("../images/uwp.png") no-repeat center bottom;
    }

    .intro2 .content {
        margin-bottom: 450px
    }

    .intro .content {
        margin-bottom: 450px
    }

    .slide1-mobile {
        position: relative;
        bottom: 0;
        left: 0;
        display: block;
        margin: 0 auto;
        width: 193px;
        height: 464px !important
    }

    .slide2-mobile {
        position: relative;
        bottom: -23%;
        display: block;
        margin: 0 auto;
        width: 314px;
        height: 664px !important
    }

    .side-nav li:hover, .side-nav li.active {
        background-color: transparent
    }

    .sticky nav ul li a {
        line-height: 64px
    }

    .slider {
        z-index: -1000
    }
}

@media only screen and (max-width: 768px) {
    .mobile-align-right, .mobile-align-left {
        float: none
    }

    .wrapper img {
        margin: 12% auto;
        display: block
    }

    h2 {
        font-size: 2.5rem;
        line-height: 3rem
    }

    .slider h3 {
        font-size: 2.5rem;
        line-height: 2.5rem
    }

    .col .wrapper {
        padding: 3rem
    }

    .ver-spacer-mid {
        height: 0;
        clear: left
    }
}
