@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(1.0, 1.0); opacity: 1.0;}
    50% {-webkit-transform: scale(1.1, 1.1); opacity: 1.0;}
    100% {-webkit-transform: scale(1.0, 1.0); opacity: 1.0;}
}

body {
    font-family: 'Raleway', sans-serif;
    font-size: 1.1rem;
    line-height: 1.5;
    color: #444;
}

h1,h2{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

h2{
    font-size: 1.3rem;
    /*color:#111;*/
}

.graphic-callout h2 {
    font-size: 2rem;
    /* color: #111; */
}

.center {
  padding: 40px 15px;
  text-align: center;
}

.navbar.bg-inverse {
    background-color: #5c4386;
    border-color: #543e78;
    margin-top: 72px
}

ul.navbar-nav {
    float: right;
}

ul.navbar-nav {
    float: right;
}

.navbar-nav .nav-link {
    color: #efefef;
    text-transform: uppercase;
    border-right: 1px solid #4c396b;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    background-color: #5f4689;
}


.menu-icon {
    margin-top: 5px;
    padding: 20px 20px;
    border-radius: 3px;
    color:#444;
}

.menu-icon:hover{
    background-color: #4f3a72;
    cursor: pointer;
}

a.logo{
    display: block;
    margin:10px 0;
}

a.logo img{
	width:100%;
}

.container.header{
    position: relative;
}
.container.header .mtn{
    position:absolute;
    width: 252px;
    height: 98px;
    bottom:-32px;
    left:-235px;
}


.header-divider{
    height:4px;
    background:#666666;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

nav{
    text-align: right;
}

nav ul li{
    text-decoration:none;
    list-style: none;
    padding:10px 20px;
    margin-top: 28px;
    display: inline-block;
}

nav ul li a{
    text-decoration:none;
    color: #444;
}
nav ul li a:hover{
    text-decoration:none;
    color: #444;
    border-bottom:3px solid #f06427;
}

nav ul li a:active{
    border-bottom:3px solid #f06427;
}


.grey{
    height:550px;
    background-color: #ccc;
    background-image: url("../img/banner-art.jpg");
    /*background-position: center;*/
    background-size: auto 100% ;
    background-repeat: no-repeat;
    background-position: calc(50% - -100px) 50%;
}


.grey-bg{
        background-color: #212121;
        color:#efefef;
        padding: 20px 0;
}

.banner-text{
        color:#fff;
        margin-top: 100px;
        padding: 20px;
       background-color: rgba(0, 0, 0, 0.7);
}

.banner-text .lead{
    color:#eee;
}

.grey-bg h2 {
    font-size: 18px;
    margin: -3px 0 0 0;
    color: #f06427;
    line-height: 1.7rem;
}
.grey-bg h2.one-line {
    margin: 10px 0 0 0;
}

.grey-bg p{
    color:#ededed;
    font-size: 16px;
}

.grey-bg .capability{
    margin: 15px 0;
}

.grey-bg .capability:hover{
    margin: 15px 0;
    -webkit-animation: pulsate 1s;
    -webkit-animation-iteration-count: 1;
}

.capability:hover > .col-xs-2 {
    transform: translate(0,-42px);
    -webkit-transform: translate(0,-42px);
    -moz-transform: translate(0,-42px);
    -o-transform: translate(0,-42px);
    -ms-transform: translate(0,-42px);
}



.grey-bg .capability .row{
margin-bottom: 10px;
}

.grey-bg i {
    border-radius: 50%;
    font-size: 16px;
    width: 50px;
    height: 50px;
    padding-top: 14px;
    text-align: center;
    border: solid 3px #f06427;
}





/*Paralax*/
.parallax-window {
    /*min-height: 400px;*/
    background: transparent;
    color:#efefef;
    padding: 30px
}

.responsive{
    margin-top:100px;
}




/*Orange Callout*/
.orange-callout{
    background:url("/img/orange-bg.jpg" ) repeat-x;
    height:615px;
    overflow: hidden;
}

.orange-callout .container{
    position: relative;
}

.light {
    background: no-repeat url(../img/orange-light4.png) center center;
    width: 1408px;
    height: 1408px;
    position: absolute;
    top: -375px;
    left: 280px;
}
.orange-callout img{
    width: 80%;
    margin-top: 60px;
    /* margin-left: 67px; */
    float: right;
    border: 3px solid #474747;
}

.graphic-callout{
margin: 40px 0;
position: relative;
}
.graphic-callout .text{
margin-top: 10px;
}
.graphic-callout img{
    width: 100%;
}

/*CrossyRoad*/

.lSSlideOuter {
margin-top: 30px;
}

.CR-bg{
        /*background: no-repeat url(../img/cr-chicken.jpg) 25% top;*/
        background-color: #61ceec;
        color:#444;
        padding: 40px 0;
        min-height: 600px;
        overflow: hidden;
        position: relative;
}

/*CrossyRoad*/

.SW-bg{
        background: no-repeat url(../img/starwars-bg.jpg);
        background-size: 100%;
        background-color: #61ceec;
        color:#efefef;
        padding: 40px 0;
        min-height: 600px;
        overflow: hidden;
        position: relative;
}

.CR-bg .row:before {
    content: "";
    display: inline-block;
    width: 802px;
    height: 600px;
    background-image: url("../img/cr-chicken.jpg");
    background-repeat: no-repeat;
    position: absolute;
    left: -235px;
    top: -80px;
}





/***** Video Modal *****/
 
.modal-backdrop.in {
    filter: alpha(opacity=7);
    opacity: 0.7;
}

.modal-dialog{
    width: 60%;
}
 
.modal-content {
    background: none;
    border: 0;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}
 
.modal-body {
    padding: 0 25px 25px 25px;
}
 
.modal-header {
    padding: 25px 25px 15px 25px;
    text-align: right;
}
 
.modal-header, .modal-footer {
    border: 0;
}
 
.modal-header .close {
    float: none;
    margin: 0;
    font-size: 36px;
    color: #fff;
    font-weight: 300;
    text-shadow: none;
    opacity: 1;
}




/*Team Styles*/
.team{padding:30px 0; background-color: #fefefe; color: #333;}
.team img.portrait{width:100%; border-radius: 50%;}

.team .member{
    margin: 0 0 20px 0;
}

/*Contact Styles*/

.contact{
    background-color: #f4f4f4;
    padding-bottom: 45px
}


/*Footer Styles*/
.footer{padding:30px 0; background-color: #212121; color: #efefef;}
.footer img{width:100%;}
.footer .copywright{
    color:#666;
    text-align: center;
}
.footer .copywright a{
    color:#5c4386;
}
footer .logo{
    text-align: center;
}
/*Buttons*/

/*red 3d*/

.animate
{
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}

.action-button
{
    position: relative;
    padding: 10px 40px;
    margin: 0px 10px 10px 0px;
    float: left;
    border-radius: 10px;
    font-size: 1.25rem;
    color: #FFF;
    text-decoration: none;  
}

.blue
{
    background-color: #3498DB;
    border-bottom: 5px solid #2980B9;
    text-shadow: 0px -2px #2980B9;
}

.red {
    background-color: #ff2525;
    border-bottom: 5px solid #cf1c1c;
    text-shadow: 0px -2px #cf1c1c;
}



.button--strong {
    background-color: #f08122;
    border-color: #f08122;
    color: #fff;
}

.button--arrow, .button--arrow-down, .button--arrow-up {
    padding-right: 2.57813rem;
    position: relative;
}

.button, .button--full, .button--large, .button--mychart, .button--search, .button--secondary, .button--small, .button--strong, .file-upload-label, .form-submit-border .btn, button {
    font-weight: 700;
    font-size: 13px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.125rem;
    padding: .65625rem 1.125rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #ff4a34;
    border: 1px solid #a82621;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-top: 0;
    position: relative;
    vertical-align: middle;
    padding: 10px 50px 10px 10px;
}

.button--arrow-down:after, .button--arrow-up:after, .button--arrow:after {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: rgba(0,0,0,.1);
    background-image: url(../imgs/icon-arrow--white-right.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: .9em;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1.875rem;
}

.button--strong.button--arrow:after {
    content: '\f101';
    font-family: FontAwesome;
    font-size: 1.125rem;
    padding-top: 9px;
}


/*Animations*/

@-webkit-keyframes rotate {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}

@-moz-keyframes rotate {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(360deg);}
}

@keyframes rotate {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

.rotating {
    -webkit-animation: rotate 80s linear infinite;
}



.action-button:active
{
    transform: translate(0px,5px);
  -webkit-transform: translate(0px,5px);
    border-bottom: 1px solid;
}

/*Process Timeline*/

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}



/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) { 

    h1 {
    font-size: 1.8rem;
    }

    .banner-text p.lead {
    font-size: 1rem;
    }

    .button, .button--full, .button--large, .button--mychart, .button--search, .button--secondary, .button--small, .button--strong, .file-upload-label, .form-submit-border .btn, button {
    font-size: 13px;
    font-size: 0.8rem;
}


    .grey {
        height: 250px;
        background-position: calc(50% - -44px) 50%;
    }

    .banner-text {
        color: #fff;
        /*margin-top: 250px;*/
        margin-top: 0px;
        padding: 20px;
        background-color: rgba(0, 0, 0, 0.7);
        height:250px;
    } 

    .grey-bg .capability {
        margin: 15px 0 30px 0;
    }

}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767px) { ... }

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991px) { ... }

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199px) { ... }