
.langlist-item {
    box-sizing: border-box;
    overflow: visible;
    margin: 10px 5px 15px 0px;
    min-width: 280px;
    width: 31%;
    font-size: 17px;
}

.langlist-wrapper {
    text-align:left;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
    line-height: 1;
    break-inside: avoid;
}

body {
    font-family: Trebuchet MS, Helvetica, sans-serif;
    color: #404142;
    font-size: 16px;
    letter-spacing: 0.8px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    a:hover, a:focus, a:active, a:visited {
        text-decoration: none;
    }

/* Buttons override */
.btn {
    text-transform: uppercase;
    font-weight: 600;
}

.btn-lg {
    padding: 15px 40px;
    font-size: 16px;
    line-height: none;
    border-radius: 4px;
}

.btn-red {
    background-color: #bd3938;
    color: #fff;
}

.btn-yellow {
    background-color: #fcd93b;
    color: #2a2a2a;
    opacity: 0.8;
}

    .btn-yellow:hover {
        opacity: 1;
    }

    .btn-yellow.disabled:hover,
    .btn-yellow[disabled]:hover {
        opacity: 0.65;
    }

.content-ct {
    text-align: center;
}

/* ------------------
	Navigation 
------------------ */
.side-menu {
    position: fixed;
    right: 30px;
    top: 50%;
    transform: translateY(-73px);
    z-index: 99;
}

    .side-menu ul li {
        text-align: right;
        margin: 10px 0;
    }

        .side-menu ul li a span {
            display: inline-block;
        }

.footer-credit ul li a span {
    float: right;

}

.footer-link {
        color:#fcd93b;

}

.footer-link:hover {
        color:white;

}


.side-menu ul li a span.menu-title {
    color: #fff;
    position: relative;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 12px;
    background-color: #dd5138;
    padding: 3px 10px;
    font-weight: 600;
    border-radius: 3px;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    opacity: 0;
}

.side-menu ul li a:hover span.menu-title {
    opacity: 1;
}

.side-menu ul li a span.dot {
    position: relative;
    background-color: #dd5138;
    border-radius: 2em;
    height: 10px;
    width: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.side-menu ul li a:hover span.dot {
    transform: scale(1.8);
}


.hero-header {
    background: #0c2151;
    min-height: 450px;
    padding: 5em;
    color: #fff;
}

    .hero-header h1 {
        margin: 0.5em 0 0 0;
    }

    .hero-header h4 {
        font-weight: normal;
        opacity: 0.6;
        letter-spacing: 1px;
        margin: 2em 0;
    }


    .hero-header .btn {
        margin-top: 1em;
    }

    .hero-header .phones {
        max-width: 100%;
    }

.me-row {
    padding: 30px 0;
}

.row-title {
    font-weight: 400;
}

.feature {
    padding: 20px;
    margin-top: 30px;
    min-height: 420px;
}

    .feature span {
        font-size: 5em;
        color: #016cc7;
    }

.quiz .feature {
    width: 31.333333%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-right: 20px;
    border: 3px solid #f6f6f6;
    border-radius: 5px;
    background-color: #f4f4f4;
}

    .quiz .feature:hover {
        box-shadow: 2px 2px 4px #ccc;
        transform: translateY(-6px);
        background-color: #fcfcfc;
    }

.quiz-img {
    max-width: 40%;
    border: 4px solid #ffffff;
    border-radius: 50%;
}

ul.quiz-social li {
    list-style: none;
    display: inline-block;
    margin: 10px 5px;
}

    ul.quiz-social li a {
        font-size: 0.2em;
        padding: 0 10px;
    }

        ul.quiz-social li a:hover {
            text-decoration: none;
        }

a span.ti-facebook {
    color: #3b5998;
}

a span.ti-twitter-alt {
    color: #4099ff;
}

.video {
    background-color: #e4c544;
    overflow:hidden;
    width:100%;
}

.gg {
    min-height: 600px;
    color: #fff;
    background-image: url("../img/gg-header.jpg");
    background-repeat: no-repeat;
}

.apps {
    background-color: #e4c544;
}

.apps .price {
    font-size: 4em;
    color: #dd5138;
    font-weight: 100;
}

.apps .price sup {
    font-size: 0.4em;
}


.nav-tabs {
    margin-top: 20px;
}

.schedule .media {
    margin-top: 4em;
}

.schedule .media-object {
    max-width: 100px;
}

.schedule .media-heading {
    font-weight: 600;
    border-bottom: 2px solid #efefef;
    padding-bottom: 10px;
}

.schedule .media-body h5 {
    text-transform: uppercase;
    font-weight: 600;
}


.footer {
    background-color: #2a2a2a;
    margin-top: 30px;
    color: #fff;
}

.topheader {
    background-color: #2a2a2a;
    color: #fff;
    padding: 10px;
}

.footer p {
    margin-bottom: 0;
}

.feature a:hover {
    text-decoration: underline;
}

.footer-credit {
    padding: 40px;
}

ul.footer-menu {
    text-align: right;
}

    ul.footer-menu li {
        display: inline-block;
    }

        ul.footer-menu li a {
            color: #dddddd;
            padding-right: 10px;
        }

            ul.footer-menu li a:hover {
                color: #dd5138;
            }


ul.header-menu {
    text-align: right;
    float: right;
}

    ul.header-menu li {
        display: inline-block;
    }

        ul.header-menu li a {
            font-size: 13px;
            color: #eeeeee;
            padding-right: 10px;
        }

            ul.header-menu li a:hover {
                color: #dd5138;
            }


.contact {
    background-color: #3a3a3a;
    color: #fff;
    padding: 1em;
}

    .contact h3 {
        margin-bottom: 30px;
    }

.form-control {
    padding: 20px 15px;
    border: 3px solid #eee;
    background-color: #f9f9f9;
    box-shadow: none;
}

.help-block {
    font-size: 12px;
}

.form-control-feedback {
    top: 15px;
    right: 15px;
}

.animated {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}


blockquote {
    position: relative;
    margin: 0.5em;
    padding: 0.5em 2em 0.5em 3em;
    border-left: none;
    font-size: 16px;
}
    /* Thanks: http://callmenick.com/post/styling-blockquotes-with-css-pseudo-classes */
    blockquote:before {
        font-family: Georgia, serif;
        position: absolute;
        font-size: 6em;
        line-height: 1;
        top: 0;
        left: 0;
        content: "\201C";
    }

    blockquote:after {
        font-family: Georgia, serif;
        position: absolute;
        /* display: block; don't use this, it raised the quote too high from the bottom - defeated line-height? */
        float: right;
        font-size: 6em;
        line-height: 1;
        right: 0;
        bottom: -0.5em;
        content: "\201D";
    }

    blockquote footer {
        padding: 0 2em 0 0;
        text-align: right;
    }

    blockquote cite:before {
        content: "\2013";
    }

.searchbox {
    width: 200px;
    color: black;
    padding-left: 10px;
    float: right;
}

input.gsc-search-button, input.gsc-search-button {
    font-family: inherit;
    font-size: 13px !important;
}

.smedia {
    height: 28px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
    float: right;
}

/* ========================================
    Custom Media Queries
======================================== */

/* Mobile */

@media (max-width: 767px) {
    .hero-header {
        padding: 1em 1em 1em 1em;
        text-align: center;
        max-height: 550px;
    }

    .quiz .feature {
        width: 100%;
    }

    .footer-credit {
        text-align: center;
        padding: 40px 20px;
    }

    ul.footer-menu {
        text-align: center;
        margin-top: 30px;
    }

    .smedia {
        visibility: hidden;
        width: 0px;
    }

    h1 {
        font-size: 30px;
        line-height: 1.3;
    }

    h2 {
        font-size: 25px;
        line-height: 1.3;
    }
}


/* iPad Portrait */

@media (min-width: 768px) and (max-width: 991px) {
    .hero-header {
        padding: 1em 1em 1em 1em;
        text-align: center;
    }

    .quiz .feature {
        width: 49%;
        margin-right: 7px;
    }

    ul.footer-menu {
        margin-top: 0;
    }
}


/* iPad Landscape */

@media (min-width: 992px) and (max-width: 1199px) {
    .quiz .feature {
        width: 49%;
        margin-right: 9px;
    }
}

@media (min-width:1400px) {
    .apps {
        background-image: url(/img/Phone.png);
        background-repeat: no-repeat;
    }

    .testimonials {
        background-image: url(/img/love-seterra.png);
        background-position: right;
        background-repeat: no-repeat;
    }
}

@media (min-width: 768px) {
    .gg {
        background-size: cover;
        background-position: center;
    }    
}

