/* ==========================================================================
   AAW's custom styles
   ========================================================================== */
html {
    height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    height: 100%;
    position: relative;
    box-sizing: content-box;
}

a:hover {
    text-decoration: none;
}

ul {
    padding: 0;
    margin-left: 15px;
}

.brand-description {
    color: #fff;
    line-height: 50px;;
    margin: 0 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 14px;
    display: none;
}

.big-logo {
    max-width: 200px;
    margin-top: 30px;
}

#navbar ul li a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 10px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

#navbar ul li a i {
    width: 25px;
    height: 25px;
    line-height: 19px;
    margin-right: 10px;
    margin-top: -3px;
}

#navbar ul li a i img {
    max-width: 100%;
}

#navbar ul li a:hover,
#navbar ul li a.active {
    background: none;
    border-bottom: 3px solid #fff;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
}

.socials a {
    color: #fff;
    font-size: 24px;
    line-height: 50px;
    margin: 0 8px;
}

.navbar-toggle:focus {
    outline: 3px solid #017890;
}

.navbar-toggle {
    float: left;
}

.navbar-toggle .icon-bar {
    background: #fff;
}

.jumbotron {
    box-sizing: content-box;
    height: calc(100% - 130px);
    padding: 0;
    background-image: url("../img/homepage_bg.png");
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
    background-color: #77B1B1;
    display: flex;
    /*align-content: center;*/
    /*justify-content: center;*/
    align-items: center;
    position: relative;
    margin-bottom: 80px;
    margin-top: 50px;
}

.jumbotron .separator {
    bottom: -80px;
}
.jumbotron .content {
    padding: 1em;
    background-color: rgba(1,139,144,0.6);
    max-width: 45%;
    min-width: 25em;
    margin-left: 2em;
    min-height: 25em;
}

.jumbotron .content h1,
.jumbotron .content h1 span,
.jumbotron .content h2 {
    color: #fff;
    text-shadow: 1px 1px 2px #666;
}

.jumbotron .content h1 {
    font-size: 54px;
}

.jumbotron .content h2 {
    font-size: 30px;
    text-transform: capitalize;
}

.separator {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: content-box;
    /*padding: 0 15px;*/
    min-height: 80px;
    background: #018b90;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.separator h2,
.separator h3 {
    color: #ffffff;
    font-size: 44px;
    text-transform: capitalize;
    font-weight: 500;
    margin-top: auto;
    margin-bottom: auto;
}

.large-section {
    padding: 150px 0;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    min-height: 500px;
    position: relative;
    margin-bottom: 80px;
}

.large-section .separator {
    bottom: -80px;
}

.aaw-title {
    color: #0d6668;
    font-size: 36px;
    font-weight: 700;
}

.aaw-box {
    text-align: center;
}
.game-icon {
    margin-left: -15px;
    margin-top: -15px;
}

.aaw-box .img-icon {
    /*padding-bottom: 15px;*/
}

.dark-subtitle {
    color: #333333;
    font-size: 22px;
    font-weight: 500;
}

.short-description {
    font-size: 18px;
    color: #333333;
    font-weight: 400;
    display: block;
    text-align: left;
}

.aaw-button {
    font-size: 22px;
    font-weight: 400;
    color: #333333;
    display: inline-block;
    padding: 10px 15px;
    border: 2px solid #dd722d;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.aaw-button:hover {
    color: #dd722d;
    border-color: rgba(51, 51, 51, 0.5);
}

.aaw-box small {
    font-size: 16px;
    font-weight: 400;
    color: rgba(51, 51, 51, 0.5);
}

.aaw-box.rounded .short-description {
    min-height: 150px;
}
.we-offer .aaw-box .short-description {
    text-align: center;
    margin-top: 25px;
}
.border-image {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    line-height: 180px;
    border: 3px solid #dd722d;
    border-radius: 50%;
    background: transparent;
}

.filled {
    display: inline-block;
    width: 180px;
    height: 180px;
    line-height: 180px;
    background: #dd722d;
    border-radius: 50%;
}

.aaw-linklist li {
    color: #0d6668;
    margin: 5px 0;
}

.aaw-linklist li a {
    color: #0d6668;
    font-size: 16px;
    font-weight: 500;
}

.aaw-linklist li a:hover {
    color: #333333;
}

.aaw-footer {
    background-color: #018b90;
    padding: 40px 0;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    float: left;
    margin-right: 30px;
}

.footer-links li a {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 30px;
    -webkit-transform: all 0.3s ease;
    -moz-transform: all 0.3s ease;
    -ms-transform: all 0.3s ease;
    -o-transform: all 0.3s ease;
    transform: all 0.3s ease;
}
.footer-links li a:hover {
    opacity: 0.8;
}

.footer-socials a {
    font-size: 30px;
    color: #fff;
    margin-right: 30px;
}

.contact-links a {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    margin-right: 50px;
}


.padding-bott-100 {
    padding-bottom: 100px;
}

@media screen and  (min-width: 768px) {
    .vertical-align {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        flex-direction: row;
        flex-basis: 100%
    }
    /*.navbar-header {*/
    /*float: none;*/
    /*}*/
    /*.inside-menu .navbar-header {*/
    /*float: left;*/
    /*}*/
    #navbar {
        position: absolute;
        top: 75px;
        right: 30px;
        transition: all 0.3s;
    }

    .aaw-navbar {
        background-color: #018b90;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    }

    .no-js #navbar,
    .inside-menu #navbar {
        top: 0;
        right: 50px; /* !!!!! set this to 100px when enabling social icons !!!!*/
    }

    .no-js #navbar ul li a,
    .inside-menu #navbar ul li a {
        color: #ffffff;
        font-weight: 400;
        text-shadow: none;
    }

    .no-js #navbar ul li a:focus,
    .inside-menu #navbar ul li a:focus {
        color: #000;
    }

    .no-js #navbar ul li a:hover,
    .no-js #navbar ul li a.active,
    .inside-menu #navbar ul li a:hover,
    .inside-menu #navbar ul li a.active {
        box-shadow: none;
    }
    .brand-description {
        display: block;
    }
    .we-offer .aaw-box .short-description {
        font-size: 22px;
    }
}
@media screen and (max-width: 1150px) {
    #navbar ul li a {
        font-size: 14px;
    }
    .brand-description {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .aaw-box:not(:last-of-type) {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 767px) {
    .navbar-header {
        text-align: center;
    }

    .navbar-toggle {
        position: fixed;
        left: 2em;
        top: 0;
        background: #018b90;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border: 2px solid #fff;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.20);
    }

    .navbar-toggle .icon-bar {
        height: 3px;
        width: 22px;
        border-radius: 1px;
        margin-left: auto;
        margin-right: auto;
    }
    .navbar-toggle .menu-text {
        font-size: 12px;
        font-weight: 400;
        color: #fff;
    }
    #navbar {
        bottom: 0;
        right: 0;
        position: fixed;
        left: 0;
        background: white;
        max-height: 340px;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    }
    .navbar-brand {
        float: none;
        display: inline-block;
    }

    #navbar.in ul li a, #navbar.collapsing ul li a {
        border-bottom: 1px solid #0d6668;
        margin-left: 20px;
        padding: 9px 20px 9px 0;
        color: #0d6668;
        text-shadow: none;
        text-transform: capitalize;
        font-size: 15px;
        line-height: 20px;
        font-weight: bold;
        box-shadow: none;
    }
    #navbar ul li:last-of-type a:not(.active) {
        border-bottom: none;
    }
    #navbar ul li a:hover,
    #navbar ul li a.active {
        border-bottom: 2px solid #dd722d;
        box-shadow: none;
    }

    #navbar ul li:first-child {
        overflow: auto;
    }

    #navbar ul li .close-navbar {
        float: right;
        margin-right: 1em;
        background: none;
        border: 0;
        padding: 0;
        font-size: 30px;
        font-weight: 400;
    }

    .navbar-nav {
        margin: 0 -15px 0 0;
    }
    .aaw-navbar .navbar-header {
        background-color: #018b90;
    }

    .aaw-navbar {
        background: #fff;
        border: none;
    }

    .large-section {
        padding: 50px 0;
        margin-bottom: 40px;
    }
    .jumbotron {
        height: calc(100% - 90px);
        margin-bottom: 40px;
    }

    .jumbotron .separator {
        bottom: -40px;
    }

    .separator {
        min-height: 40px;
    }
    .large-section .separator {
        bottom: -40px;
    }
    .separator h2,
    .separator h3 {
        font-size: 22px;
        font-weight: 400;
    }
    .jumbotron .content h1 {
        font-size: 36px;
    }
    .jumbotron .content h1 span {
        font-weight: 300;
        margin: 0;
        font-size: 30px;
    }
    .jumbotron .content h2 {
        font-size: 18px;
    }
    .aaw-box:not(:last-of-type) {
        margin-bottom: 30px;
    }
    .aaw-button {
        font-size: 14px;
    }
    .aaw-title {
        font-size: 22px;
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .aaw-box small {
        font-size: 14px;
        font-weight: 400;
        color: rgba(51, 51, 51, 0.5);
    }
    .we-offer .aaw-box:not(:last-of-type) {
        margin-bottom: 50px;
    }
    .we-do .aaw-title {
        font-size: 16px;
    }
    .we-do .aaw-box img {
        height: 70px;
    }
    .we-do span.visible-xs {
        display: inline !important;
    }

    .aaw-box.rounded .short-description {
        min-height: initial;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .large-section .short-description {
        font-size: 16px;
    }
    .we-offer .short-description {
        font-size: 18px;
        margin-top: 25px;
    }
    .aaw-box .border-image,
    .aaw-box .filled {
        position: relative;
        width: 100px;
        height: 100px;
    }
    .aaw-box .border-image img,
    .aaw-box .filled img {
        position: absolute;
        max-width: 100%;
        max-height: 100%;
        padding: 20px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .aaw-box .border-image img.game-icon {
        padding: 18px 24px 22px 16px;
    }

    ul {
        margin-left: 15px;
    }
    .footer-links {
        margin-bottom: 20px;
    }
    .footer-links li {
        float: none;
    }
    .contact-links a{
        float: none;
        display: block;
        margin-bottom: 20px;
    }
    .padding-bott-100 {
        padding-bottom: 0;
    }

    /* about page */
    .about .short-description {
        margin-bottom: 25px;
    }

}
@media screen and (max-height: 340px){
    #navbar.in ul li a, #navbar.collapsing ul li a {
        padding: 5px 20px 8px 0;
        font-size: 14px;
        line-height: 18px;
    }
    #navbar ul li .close-navbar {
        font-size: 30px;
    }
    img.big-logo {
        display: none;
    }
    .jumbotron .content h1 {
        font-size: 28px;
        line-height: 26px;

    }
}
/*

CONSULTANCY PAGE

*/
.consultancy .jumbotron {
    background-image: url("../img/consulting_bg.png");
}

/*

TRAINING PAGE

*/

.training .jumbotron {
    background-image: url("../img/training_bg.png");
}

.training-list {
    margin-left: 15px;
}
/*

GAME PAGE

*/
.game .jumbotron {
    background-image: url("../img/game_development_bg.png");
}


/*

About PAGE

*/
.about .jumbotron {
    background-image: url("../img/about_us_bg.png");
}
.special {
    background: #dd722d;
    margin: 0 auto;
    width: 138px;
    height: 138px;
    border-radius: 50%;
}

.special img {
    margin-top: 15px;
}

/*

CONTACT PAGE

*/
.contact .jumbotron {
    background-image: url("../img/contact_bg.png");
    height: 70%;
}

.contact .large-section {
    padding-top: 4em;
}

.aaw-button.full {
    min-width: 300px;
    line-height: 14px;
    background: #dd722d;
    color: #fff;
    font-weight: 300;
}
label.control-label {
    color: #0d6668;
    font-size: 16px;
}
.form-control {
    border-color: #0d6668;
}
input#file {
    margin-top: 6px;
}
textarea {
    resize: vertical;
    min-height: 150px;
}

/*

BLOG PAGE

*/
.blog .large-section {
    padding: 100px 0;
    margin-bottom: 0;
}
.blog .jumbotron {
    background-image: url("../img/blog_bg2.png");
}
.container.full-width {
    width: 100%;
}
.search-form label.control-label {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}
.search-form .form-control {
    height: 30px;
    border: none;
}
.search-form select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*for IE10*/
.search-form select.form-control::-ms-expand {
    display: none;
}

select:required:invalid {
    color: rgba(51, 51, 51, 0.5);
}
option[value=""][disabled] {
    display: none;
}

.search-form select option {
    color: rgba(51, 51, 51, 0.5);
}
.search-form select option:hover {
    color: #0d6668;
    box-shadow: 0 0 10px 100px #1882A8 inset
}

.search-form i.form-input-icon {
    position: absolute;
    top: 27px;
    width: 18px;
    height: 30px;
    right: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    line-height: 30px;
    text-align: center;
    pointer-events: none;
    display: block;
    z-index: 2;
    opacity: 0.5;
}
.search-form .left-icon i.form-input-icon {
    top: 0;
    left: 20px;
}
.search-form .left-icon .form-control {
    padding-left: 25px;
}
.search-form i.search-icon {
    background-image: url("../img/blog_icons/search.svg");
}
.search-form i.down-arrow-icon {
    background-image: url("../img/blog_icons/dropdown_arrow.svg");
    width: 15px;
    height: 8px;
    top: 38px;
}
i.aaw-arrow-left,
i.aaw-arrow-right {
    background-image: url("../img/blog_icons/double_arrow_blog_button.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: inline-block;
    height: 15px;
    width: 15px;
}

i.aaw-arrow-left {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 5px;
}
i.aaw-arrow-right {
    margin-left: 5px;
}
.aaw-blog-post {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 3px solid #0d6668;
}
.aaw-blog-post .aaw-title {
    font-size: 44px;
}

.aaw-blog-post .short-description {
    margin: 25px 0;
}

.aaw-blog-post .aaw-post-comments {
    font-size: 18px;
    color: #dd722d;
    float: right;
}
.aaw-blog-post .aaw-post-comments.comments-off {
    color: rgba(51, 51, 51, 0.5);
    pointer-events: none;
}
.aaw-blog-post small {
    color: rgba(51, 51, 51, 0.5);
    font-size: 22px;
}
.aaw-pagination {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    position: relative;
    overflow: hidden;
    margin-left: 0;
}

.aaw-pagination li {
    padding: 12px 40px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.aaw-pagination li > a {
    color: #018b90;
    font-weight: 400;
    font-size: 22px;
    text-decoration: none;
}
.aaw-pagination li:hover,
.aaw-pagination li.active,
.aaw-pagination li.newer:hover,
.aaw-pagination li.older:hover {
    background-color: #dd722d;
    border-color: #dd722d;
}
.aaw-pagination li:hover > a,
.aaw-pagination li.active > a,  
.aaw-pagination li.newer:hover > a,
.aaw-pagination li.older:hover > a {
    color: #fff;
}
.aaw-pagination li.older:hover .aaw-arrow-right,
.aaw-pagination li.newer:hover .aaw-arrow-left {
    background-image: url("../img/blog_icons/double_arrow_blog_button_white.svg");
}


.aaw-pagination li.newer,
.aaw-pagination li.older {
    border: 2px solid #018b90;
    padding: 10px 15px;
}

.aaw-pagination li.newer > a,
.aaw-pagination li.older > a {
    color: #333;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .blog .large-section {
        padding: 50px 0 20px;
        margin-bottom: 0;
    }
    .aaw-blog-post:last-of-type {
        margin-bottom: 20px;
    }

    .aaw-blog-post small {
        font-size: 16px;
    }

    .aaw-blog-post .aaw-title {
        font-size: 30px;
    }
    .aaw-blog-post .short-description {
        margin: 20px 0;
    }
    .aaw-blog-post .aaw-post-comments {
        line-height: 44px;
        font-size: 14px;
    }

    .aaw-pagination {
        padding-bottom: 40px;
    }
    .aaw-pagination li {
        height: 30px;
        padding: 0 20px;
    }
    .aaw-pagination li > a {
        line-height: 30px;
        font-size: 14px;
    }

    .aaw-pagination li.newer,
    .aaw-pagination li.older {
        padding: 0 10px;
        position: absolute;
        top: 40px;
    }

    .aaw-pagination li.newer {
        left: 0;
    }
    .aaw-pagination li.older {
        right: 0;
    }
    i.aaw-arrow-left,
    i.aaw-arrow-right {
        width: 10px;
        height: 10px;
    }
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}