
* {
    font-family: 'Open Sans', sans-serif;
    transition: all 0.2s ease;
    color: #ffffff;
}

body, html {
    background: url('../img/tablet/bg_blue.jpg') fixed center no-repeat;
    height: 100%;
    width: 100%;
    padding: 0;
}

header {
    margin: 20px 0 40px 0;
}

.slogan {
    font-size: 20px;
    color: #ffffff;
}

.coverage {
    height: 800px;
    overflow: hidden;
    padding: 0;
    position: relative;
}

#main-content {
    background: rgba(0,0,0,0.4);
    min-height: 455px;
}

.home-nav {
    color: #ffffff;
    text-align: center;
}


.who-we-are {
    padding: 40px 0;
    color: #f1f1f1;
}

.text-big {
    font-family: 'Work Sans', sans-serif;
    font-size: 2.2em;
    font-weight: 200;
    text-align: center;
    margin-bottom: 50px;
}

.text-medium {
    font-family: 'Work Sans', sans-serif;
    font-size: 1.5em;
    font-weight: 200;
    margin-bottom: 50px;
}

.who-we-are .we-provide p a {
    color: #ffffff;
    font-weight: 200;
}

.who-we-are .features > .row div {
    margin-bottom: 30px;
}

.who-we-are .features h5 {
    font-size: 1.3em;
    font-weight: 200;
    text-transform: uppercase;
}

.who-we-are .features h5 i {
    float: left;
    margin: -5px 6px 0 0 ;
    font-size: 1.5em;
}

.who-we-are .features p {
    font-size: 0.9em;
    font-weight: 200;
    display: none;
}

.assessment-solution .product-item i {
    margin-right: 10px;
    font-size: 30px;
    float: left;
}

.assessment-solution .product-item span {
    display: none;
    margin-right: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    float: left;
    font-size: 1.1em;
    margin-top: -2px;
}

.stages {
    margin: 20px 0 20px 0;
}

.stages .stage {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.stages .stage .icon {
    margin: 0 auto 10px auto;
    width: 70px;
    height: 70px;
    background: #384f69;
    text-align: center;
    color: #ffffff;
    border-radius: 15px;
    border: 5px solid rgba(255,255,255,0.4);
    box-shadow: 0 0 8px rgba(0,0,0,0.5) inset;
    padding: 13px;
    font-size: 25px;
}

.stages .stage:hover .icon {
    box-shadow: none;
}

.stages .stage:nth-child(1) .icon { background: #ffe1a3; }
.stages .stage:nth-child(2) .icon { background: #ffb495; }
.stages .stage:nth-child(3) .icon { background: #d662a8; }
.stages .stage:nth-child(4) .icon { background: #6a2d8a; }
.stages .stage:nth-child(5) .icon { background: #412a78; }
.stages .stage:nth-child(6) .icon { background: #0e0d5a; }

.stages .stage:hover .icon { background: deepskyblue; }
/*.stages .stage:hover:nth-child(2) .icon { background: orangered; }
.stages .stage:hover:nth-child(3) .icon { background: yellowgreen; }
.stages .stage:hover:nth-child(4) .icon { background: dodgerblue; }
.stages .stage:hover:nth-child(5) .icon { background: indigo; }
.stages .stage:hover:nth-child(6) .icon { background: blueviolet; }*/

.stages .stage .label {
    color: #cccccc;
    text-transform: uppercase;
    font-size: 15px;
    padding: 0;
    font-weight: 500;
}

.stages .line {
    width: 100%;
    background: #cccccc;
    height: 3px;
    margin-top: 35px;
}

footer {
    width: 100%;
    position: absolute;
    bottom: 0px;
    padding-bottom: 10px;
}

footer .title {
    font-size: 14px;
    text-transform: uppercase;
    background: #ffd500;
    color: #000000;
    padding: 3px 0;
    margin-bottom: 20px;
}

.nav-icon .item {
    text-align: center;
    height: 130px;
    margin-bottom: 20px;
}

.nav-icon .item i {
    margin: 0 auto 10px auto;
    width: 70px;
    height: 70px;
    background: #384f69;
    text-align: center;
    color: #ffffff;
    border-radius: 35px;
    border: 5px solid rgba(255,255,255,0.4);
    box-shadow: 0 0 8px rgba(0,0,0,0.5) inset;
    padding: 17px;
    font-size: 25px;
}

.nav-icon .item:nth-child(1) i  { background: #588ade;}
.nav-icon .item:nth-child(2) i { background: #5e58de;}
.nav-icon .item:nth-child(3) i { background: #a758de;}
.nav-icon .item:nth-child(4) i { background: #de58c0;}
.nav-icon .item:nth-child(5) i { background: #de587e;}
.nav-icon .item:nth-child(6) i { background: #de8758;}
.nav-icon .item:nth-child(7) i { background: #debd58;}
.nav-icon .item:nth-child(8) i { background: #87de58;}
.nav-icon .item:nth-child(9) i { background: #58de81;}
.nav-icon .item:nth-child(10) i { background: #3b8dd3;}
.nav-icon .item:nth-child(11) i { background: #2b61ea;}
.nav-icon .item:nth-child(12) i { background: #772bea;}

.nav-icon .item > div {
    display: block;
}

.nav-icon .item a {
    color: #ffffff;
    font-size: 12px;
}

.home-nav > div > a {
    font-size: 20px;
    padding: 10px;
}

h1 {
    text-align: center;
}

.products .materials {
}

.products h4 {
    padding-left: 35px;
    text-align: center;
}

.products a {
    white-space: normal;
    width: 400px;
    margin-bottom: 10px;
    padding: 10px 0;
}

header .container {
    position: relative;
}


.modal#videoplayer {
    z-index: 99999999;
    background-color: rgba(0,0,0,0.7);
}

.modal#videoplayer .modal-body, .modal#videoplayer .modal-header {
    background-color: #444444;
}

.modal#videoplayer .modal-header {
    border-bottom: none;
    padding: 10px 15px 0 15px;
}

.modal#videoplayer .modal-header .close {
    color: #ffffff;
    opacity: 1;
}

.modal#videoplayer .modal-header h4 {
    padding: 0;
}

.play-video {
    /*-height:*/
}

.diff li i {
    color: greenyellow;
    margin-right: 10px;
}

.diff li {
    font-size: 18px;
    padding: 10px 0;
}

p.expand {
    line-height: 28px;
}

select option {
    color: #111111;
}

.has-success .control-label, .has-success .help-block-error {
    color: greenyellow;
}

.has-error .control-label, .has-error .help-block-error {
    color: red;
}

.has-error .form-control {
    border-color: red;
}

.solution {
    margin-top: 20px;
}

.solution li {
    font-size: 20px;
    margin-left: 155px;
}

a:active {
    outline: 0;
    outline: none !important;
}

a:focus {
    outline: 0;
    -moz-outline-style: none !important;
}

.trial-cover {
    background: #5b5b5b;
    height: 20px;
    width: 100%;
    position: fixed;
    bottom: 0;
    display: none;
}

.modal-body video {
    z-index: 999999999;
}