/**
 * @copyright 2015 MarkCon
 * @link http://www.markcon.hu
 */
 
@CHARSET "UTF-8";

/* Portal megjelenítési beállításai */

/*  ----------  LAYOUT  ----------  */

    #layout {
        top: auto;
        width: 100%;
    }

    #layout.Fixed {
        position: fixed;
    }

/*  ----------  HEADER  ----------  */

    #header {
        width: 100%;
        z-index: 100;
        top: 0;
    }

    #header.Fixed {
        position: fixed;
    }

    #header .Container,
    #header .Row,
    #header .Column {
        height: 100%;
    }

    #header .TitleBar {
        height: 88px;
        background-color: rgba(254,254,254,0.95);
        box-shadow: 0 1px 4px rgba(0,0,0,0.25);
        position: relative;
    }

    #header .Logo {
        margin: 0;
        /*width: 234px;*/
        width: auto;
        max-width: 234px;
        height: 100%;
        min-height: 50px;
        white-space: nowrap;
        text-indent: -9999px;
        position: relative;
    }

    #header .Logo a {
        display: block;
        width: 100%;
        height: 100%;
        background-image: url("../Global/image/logo/videotanar.png");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: contain;
    }

    /*
    #header .Logo:after{
        content: '';
        position: absolute;
        top:0;
        right:-140px;
        height: 90px;
        width: 160px;
        background-image: url("../Global/image/betateszt-stamp.png");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: contain;
        z-index: 1;
    }
    */

@media (max-width: 992px) {
    #header .Logo:after{
        top: 12px;
        right: -96px;
        height: 62px;
        width: 110px;
    }
}

@media (max-width: 768px) {
    #header .Logo:after{
        top: -26px;
        right: 170px;
        height: 50px;
        width: 90px;
    }
}

    /* Navigation */
    #header .Navigation {
        /*height: 74px;*/
        height: auto;
        background: rgb(28,228,174);
        background: -moz-linear-gradient(left, rgba(28,228,174,1) 0%, rgba(66,179,229,1) 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(28,228,174,1)), color-stop(100%,rgba(66,179,229,1)));
        background: -webkit-linear-gradient(left, rgba(28,228,174,1) 0%,rgba(66,179,229,1) 100%);
        background: -o-linear-gradient(left, rgba(28,228,174,1) 0%,rgba(66,179,229,1) 100%);
        background: -ms-linear-gradient(left, rgba(28,228,174,1) 0%,rgba(66,179,229,1) 100%);
        background: linear-gradient(to right, rgba(28,228,174,1) 0%,rgba(66,179,229,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ce4ae', endColorstr='#42b3e5',GradientType=1 );
    }

    #header .Navigation .Column {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #header .Navigation .Menu .MenuToggle{
        display: none;
        width: 36px;
        height: 36px;
        background: url('../Global/image/menu-toggle.png') no-repeat center;
        background-size: contain;
        text-indent: -9999px;
        position: relative;
        left:50%;
        margin: 5px 0 5px -18px;
    }

    #header .Navigation .Menu .MenuToggle:after{
        content: '';
        position: absolute;
        left: 50%;
        top:100%;
        border: 10px solid transparent;
        border-top: 10px solid #30cbcd;
        margin-top: 5px;
        margin-left: -10px;
        z-index: -1;
    }

    #header .Navigation .Menu ul {
        display: table;
        width: 100%;
    }

    #header .Navigation .Menu li {
        display: table-cell;
        width: 20%;
        padding: 0 5px;
    }

    #header .Navigation .Menu li a {
        display: block;
        margin: 0;
        min-width: 0;
    }

    #header .Navigation .Menu li a:hover {
        background-color: rgba(255,255,255,0.25);
    }

    #header .Navigation .Menu li.Current a {
        background-color: rgba(255,255,255,0.25);
        border: 1px solid #fff;
    }

    #header .Navigation .Search form {
        position: relative;
    }

    #header .Navigation .Search input[type="text"] {
        padding-right: 49px;
    }

    #header .Navigation .Search input[type="submit"] {
        position: absolute;
        top: 0;
        right: 0;
        width: 34px;
        height: 34px;
        margin: 5px;
    }

    /* Player */
    #header .TitleBarPanel {
        float: right;
        height: 100%;
    }

    #header .Player {
        float: left;
    }

    #header .CompetitionButton {
        display: inline-block;
        float: left;
        line-height: 68px;
        margin: 10px 30px 0 0;
        padding-left: 72px;
        font-family: 'PT Sans Narrow','Arial','Verdana';
        text-transform: uppercase;
        font-size: 34px;
        color: #fb783e;
        background-image: url("image/button-competition.png");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: contain;
    }

    #header .Player .Profile {
        padding-top: 10px;
        line-height: 68px;
        position: relative;
        display: inline-block;
    }

    #header .Player .Profile .ProfilePicture {
        display: block;
        float: left;
        width: 62px;
        height: 68px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
        background-image: url("image/profile-picture.png");
    }

    #header .Player .Profile .ProfilePicture:after {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 100% 100%;
        background-image: url("image/profile-picture-mask.png");
    }

    #header .Player .Profile .Settings {
        display: block;
        float: left;
        margin-left: 15px;
        padding-left: 15px;
        color: #21deb5;
        font-size: 18px;
        position: relative;

        padding-right: 38px;
        background: url("../Global/image/icon/button-arrow-descending.png") no-repeat center right;
        background-size: 24px;
    }
    #header .Player .Profile .Settings.Opened{
        background: url("../Global/image/icon/button-arrow-ascending.png") no-repeat center right;
        background-size: 24px;
    }


    #header .Player .Profile .Settings:before {
        content: " ";
        position: absolute;
        left: 0;
        top: 50%;
        width: 2px;
        height: 16px;
        background-color: #3a9ecb;
        margin-top: -8px;
    }

    #header .TitleBarPanel .Buttons {
        padding-top: 22px;
    }

    /*Fejlécben lenyíló felhasználói menü*/
    #header .Player .Links{
        position: relative;
        display: block;
        bottom: 0;
        z-index: 1;
        width: 100%;
        text-align: center;
        background: #FDFDFD;

        -webkit-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.2);
        -moz-box-shadow:    0px 8px 10px 0px rgba(50, 50, 50, 0.2);
        box-shadow:         0px 8px 10px 0px rgba(50, 50, 50, 0.2);
    }

    #header .Player .Links li{
        width: 100%;
        display: block;
        position: relative;
    }

    #header .Player .Links a{
        display: block;
        padding: 15px;
        margin: 0 auto;
        color: #21deb5;
        font-size: 18px;
        border-bottom: 1px dotted rgba(28, 228, 174, 0.7);
    }

    #header .Player .Links li:last-of-type a{border:none;}

    #header .Player .Links a:hover{
        color: #fff;

        background: rgb(28,228,174);
        background: -moz-linear-gradient(left, rgba(28,228,174,1) 0%, rgba(66,179,229,1) 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(28,228,174,1)), color-stop(100%,rgba(66,179,229,1)));
        background: -webkit-linear-gradient(left, rgba(28,228,174,1) 0%,rgba(66,179,229,1) 100%);
        background: -o-linear-gradient(left, rgba(28,228,174,1) 0%,rgba(66,179,229,1) 100%);
        background: -ms-linear-gradient(left, rgba(28,228,174,1) 0%,rgba(66,179,229,1) 100%);
        background: linear-gradient(to right, rgba(28,228,174,1) 0%,rgba(66,179,229,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ce4ae', endColorstr='#42b3e5',GradientType=1 );
    }

    /* Responsive */
    @media (max-width: 1200px) {
        #header .Navigation .Menu li a {
            font-size: 20px;
        }
    }

    @media (max-width: 768px) {
        #header {
            height: auto;
            padding: 0;
            position: relative;
        }

        #header .Logo {
            height: 50px;
            margin: 15px auto;
        }

        #header .TitleBarPanel {
            float: none;
            text-align: center;
        }

        #header .Player {
            float: none;
        }

        #header .TitleBarPanel .CompetitionButton {
            float: none !important;
            margin: 0 auto;
        }

        #header .Player .Links{
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

        #header .Player .Profile{
            display: inline-block;
        }

        #header .TitleBarPanel .Buttons {
            padding-top: 0;
        }

        #header .TitleBarPanel .Button {
            width: 48%;
            margin: 0 1%;
            display: block;
            float: left;
            min-width: 0;
        }

        #header .TitleBar{height: auto; min-height: 88px; padding: 15px 0;}

        #header .TitleBar .Column{padding: 0;}

        #header .Navigation .Menu .MenuToggle{display: block;}

        #header .Navigation .Column{padding: 0 15px;}

        #header .Navigation .Menu ul{display: none;}
        #header .Navigation .Menu ul.Visible{display: block;}

        #header .Navigation .Menu li{
            display: block;
            width: 100%;
            /*max-width: 200px;*/
            padding: 5px;
            margin: 0 auto;
        }

        #header .Navigation .Menu li:last-of-type{padding-bottom: 15px;}

        #header .Search{display: none;}
        #header .Search.Visible{
            display: block;
            padding: 0 15px 15px;
        }
    }

/*  ----------  FOOTER  ----------  */

    #footer {
        height: 324px;
        padding-top: 80px;
    }

    #footer .Logo {
        width: 130px;
        height: 105px;
        background-image: url("../Global/image/logo/videotanar-vertical-gray.png");
        background-repeat: no-repeat;
        margin-bottom: 36px;
    }

    #footer .EmailLink {
        color: #3a9ecb;
        font-size: 14px;
        font-weight: bold;
        background-image: url("image/icon/mail.png");
        background-repeat: no-repeat;
        background-position: left center;
        line-height: 16px;
        padding-left: 20px;
        white-space: nowrap;
    }

    #footer .EmailLink a {
        font-weight: normal;
        font-style: italic;
        color: #3a9ecb;
    }

    #footer .Copyright {
        font-size: 14px;
        color: #7e7e7e;
        line-height: 1.4em;
        text-align: right;
        margin-bottom: 1em;
    }

    #footer .Copyright .Markcon{
        display: inline-block;
        width: 133px;
        height: 29px;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-indent: -9999px;
        background-repeat: no-repeat;
        background-position: left top;
        background-image: url("../Global/image/logo/markcon.png");
        background-size: contain;
        margin-top: 0.5em;
    }

    #footer .FollowUs {
        height: 54px;
        border: 1px solid rgba(58,158,203,0.6);
        border-radius: 3px;
        padding: 8px 16px;
    }

    #footer .FollowUs .Label {
        display: block;
        float: left;
        line-height: 36px;
        color: #3a9ecb;
        text-transform: uppercase;
        font-family: 'PT Sans Narrow', 'Arial', 'Verdana';
        font-size: 22px;
    }

    #footer .FollowUs .SocialIcons {
        float: right;
    }

    #footer .FollowUs .SocialIcons li {
        float: left;
        margin-left: 8px;
        padding-left: 10px;
        position: relative;
    }

    #footer .FollowUs .SocialIcons li:after {
        content: " ";
        position: absolute;
        left: 0;
        top: 8px;
        width: 2px;
        height: 20px;
        background-color: #3a9ecb;
    }

    #footer .FollowUs .SocialIcons li:first-child {
        margin-left: 0;
        padding-left: 0;
    }

    #footer .FollowUs .SocialIcons li:first-child:after {
        display: none;
    }

    #footer .FollowUs .SocialIcons li a {
        display: block;
        width: 36px;
        height: 36px;
        text-indent: -9999px;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: center;
    }

    #footer .FollowUs .SocialIcons li.Facebook a {
        background-image: url("image/icon/facebook.png");
    }

    #footer .FollowUs .SocialIcons li.YouTube a {
        background-image: url("image/icon/youtube.png");
    }
    #footer .FollowUs .SocialIcons li.Instagram a {
        background-image: url("image/icon/instagram.png");
        background-size: contain;
    }

    /* Menu */
    #footer .Menu > li {
        float: left;
        width: 33%;
        padding-right: 15px;
    }

    #footer .Menu > li h4 {
        color: #1ce4ae;
        text-transform: uppercase;
        font-size: 24px;
        font-family: 'PT Sans Narrow', 'Arial', 'Verdana';
        margin: 0 0 1em 0;
        line-height: 1.2em;
    }

    #footer .Menu > li > ul li {
        margin: 10px 0;
    }

    #footer .Menu > li > ul li a {
        display: block;
        color: #3a9ecb;
        font-size: 16px;
        line-height: 1.2em;
    }

    /* Responsive */
    @media (max-width: 1199px) {
        #footer {
            height: auto;
            padding-bottom: 80px;
        }

        #footer .Copyright {
            margin-top: 1em;
        }

        #footer .Copyright  p {
            text-align: left;
            float: left;
        }
    }

    @media (max-width: 768px) {
        #footer {
            padding-top: 15px;
            padding-bottom: 15px;
        }


        #footer .Column {
            text-align: center;
            padding-top: 15px;
            padding-bottom: 15px;
        }

        #footer .Logo {
            margin: 0 auto 15px auto;
        }
        #footer .EmailLink {
            text-align: center;
            display: inline-block;
        }

        #footer .Menu > li {
            width: 100%;
            float: none;
            padding: 0 0 15px 0;
        }

        #footer .Copyright {
            text-align: center;
            margin-top: 0;
        }

        #footer .Copyright  p {
            float: none;
            text-align: center;
        }
    }
    
/*  ----------  TAB  ----------  */

    #content .TabsContainer {
        background-color: #fff;
        border-top: 1px solid #d3d7da;
        border-bottom: 1px solid #d3d7da;
        min-height: 442px;
        margin-top: 96px;
    }

    #content .Tabs {
    }

    #content .Tabs .Container .Row .Column {
        min-height: 0;
    }

    #content .Tabs .Navigation {
        width: 100%;
        height: 58px;
        margin-top: -58px;
    }

    #content .Tabs .Navigation li {
        height: 100%;
        background-color: #f8f8f8;
        border: 1px solid #d3d7da;
        position: relative;
        float: left;
        margin-left: -1px;
    }

    #content .Tabs .Navigation li:first-child {
        margin-left: 0;
    }

    #content .Tabs .Navigation li.Active {
        border-bottom: 0 none;
        background-color: #fff;
    }

    #content .Tabs .Navigation li.Green.Active {
        background-color: #1ce4ae;
    }

    #content .Tabs .Navigation li .Label {
        height: 100%;
        display: block;
        padding: 0 30px;
        line-height: 58px;
        cursor: pointer;
        color: #969696;
        text-transform: uppercase;
        font-size: 34px;
        font-family: 'PT Sans Narrow', 'Arial', 'Verdana';
        white-space: nowrap;
    }

    #content .Tabs .Navigation li.Active .Label {
        font-weight: bold;
        color: #3db9de;
    }

    #content .Tabs .Navigation li.Green.Active .Label {
        color: #fff;
    }

    #content .Tabs .Navigation li .Icon {
        width: 35px;
        height: 35px;
        display: block;
        float: left;
        margin: 11px 15px 0 0;
        background-repeat: no-repeat;
        background-position: center;
    }

    #content .Tabs .Tab {
        display: none;
        padding: 30px 0;
    }

    #content .Tabs .Tab.Active {
        display: block;
    }

    #content .Tabs .Tab .MissionsCarousel {
        padding: 0;
    }

    /* Responsive */
    @media (max-width: 1199px) {
        #content .Tabs .Navigation li .Label {
            padding: 0 25px;
        }
    }

    @media (max-width: 991px) {
        #content .Tabs .Navigation li .Label {
            padding: 0 15px;
            font-size: 28px;
        }
    }

    @media (max-width: 767px) {
        #content .TabsContainer {
            min-height: 0;
            margin-top: 30px;
        }

        #content .Tabs .Navigation {
            height: auto;
            margin: 0 -15px;
            width: auto;
        }

        #content .Tabs .Navigation li {
            float: none;
            border-top: 0 none;
        }

        #content .Tabs .Navigation li .Label {
            padding: 0 15px;
            overflow: hidden;
            text-overflow: ellipsis;
            text-align: center;
            font-size: 26px;
        }

        #content .Tabs .Navigation li.Active {
            border-bottom: 1px solid #d3d7da;
        }

        #content .Tabs .Navigation li .Icon {
            display: none;
        }
    }

/*  ----------  STAFF  ----------  */

    #content .StaffCarousel {
        width: 100%;
        min-height: 478px;
        background-image: url("../Global/image/pattern-blue.png");
        background-repeat: repeat;
        padding: 70px 0;
        /*margin-top: -3px;*/
        position: relative;
    }

    #content .StaffCarousel h2 {
        color: #fff;
        margin-bottom: 0.8em;
    }

    #content .Staff {
        /*margin: 0 -15px;*/
    }

    #content .Staff .Person {
        margin: 0 15px;
        text-align: center;
        color: #fff;
    }

    #content .Staff .Person .Picture {
        padding: 0 10px;
        margin-bottom: 10px;
    }

    #content .Staff .Person .Picture img {
        display: block;
        width: 100%;
        height: auto;
    }

    #content .Staff .Person .Name {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.1em;
    }

    #content .Staff .Person .Job {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.1em;
    }

    /* Responsive */
    @media (max-width: 768px) {
        #content .Staff .Person {
            width: 150px;
            margin: 0 70px;
        }

        #content .StaffCarousel .CarouselColumn {
            width: 320px;
            margin: 0 auto;
            float: none;
        }
    }

    @media (max-width: 991px) {
        #content .StaffCarousel {
            min-height: 0;
            padding: 50px 0;
        }
    }

    @media (min-width: 768px) {
        #content .Staff .Person {
            width: 150px;
        }
    }
    @media (min-width: 992px) {
        #content .Staff .Person {
            width: 158px;
        }
    }
    @media (min-width: 1200px) {
        #content .Staff .Person {
            width: 160px;
        }
    }

/*  ----------  RECOMMENDATORY  ----------  */

    #content .Recommendatory {
        padding: 50px 0;
    }

    #content .Recommendatory h2 {
        margin-bottom: 0.8em;
    }

    #content .Recommendatory .MissionsCarousel {
        padding: 0;
    }

/*  ----------  MISSION  ----------  */

    /* Carousel */
    #content .MissionsCarousel {
        padding: 80px 0;
        position: relative;
    }

    #content .MissionsCarousel .Container {
        /*width: 100%;*/
    }

    #content .MissionsCarousel .Column {
        width: auto;
        float: none;
    }

    #content .MissionsCarousel .JcarouselControl.Next:after {
        background-image: url("../Global/image/carousel-control-arrow-next-blue.png");
    }

    #content .MissionsCarousel .JcarouselControl.Prev:after {
        background-image: url("../Global/image/carousel-control-arrow-prev-blue.png");
    }

    #content .Missions .Mission {
        width: 265px;
        height: 382px;
        background-image: url("../Global/image/pattern-green.png");
        background-repeat: repeat;
        float: left;
        margin: 0 10px;
        position: relative;
        /*cursor: pointer;*/
    }

    #content .Missions .Mission > a {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
    }

    #content .Missions .Mission.Exam,
    #content .Missions .Mission.Test {
        background-image: url("../Global/image/pattern-blue.png");
    }

    #content .Missions .Mission {

    }

    #content .Missions .Mission.Exam,
    #content .Missions .Mission.Test,
    #content .Missions .Mission.Marathon,
    #content .Missions .Mission.Competition.Information {
        padding-bottom: 32px;
        box-sizing: content-box;
    }

    #content .Mission .Content {
        padding: 20px;
        text-align: center;
        position: relative;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #content .Mission .Owner,
    #content .Mission .UserBestScore {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 32px;
        line-height: 30px;
        border-top: 2px solid #fff;
        background-color: #21deb5;
        font-size: 18px;
        color: #fff;
        text-align: center;
        padding: 0 0px;
    }

    #content .Mission.Test .UserBestScore,
    #content .Mission.Marathon .UserBestScore {
        background-color: #fb783e;
    }

    #content .Mission .Owner span,
    #content .Mission .UserBestScore span {
        font-weight: bold;
    }

    #content .Mission .Label {
        margin-top: -45px;
        color: #0ec0bf;
        text-transform: uppercase;
        text-align: center;
        font-size: 24px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-family: 'PT Sans Narrow', 'Arial', 'Verdana';
        line-height: 30px;
        margin-bottom: 15px;
    }

    #content .Mission .Picture {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 80%;
        border-bottom: 4px solid #fff;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    #content .Mission .IconContainer {
        position: absolute;
        bottom: 0;
        left: 50%;
        -moz-transform: translate(-50%,50%);
        -webkit-transform: translate(-50%,50%);
        -ms-transform: translate(-50%,50%);
        transform: translate(-50%,50%);
    }

    #content .Mission .Text {
        color: #fff;
        text-align: center;
        padding: 30px 20px 20px 20px;
    }

    #content .Mission .Subject {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 26px;
        font-family: 'PT Sans Narrow', 'Arial', 'Verdana';
        margin-bottom: 10px;
    }

    #content .Mission .Title {
        font-size: 18px;
    }

    #content .Missions .Mission.HasLabel {
        margin-top: 45px;
    }

    #content .Mission .Interval {
        font-size: 14px;
        margin-top: 10px;
    }

    #content .Mission .Interval span {
        white-space: nowrap;
    }

    /* Completed */
    #content .Missions .Mission.Completed > a:after {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(33,222,181,0.7);
        z-index: 0;
    }

    #content .Missions .Mission.Completed .Picture {
        background-image: none !important;
    }

    #content .Missions .Mission.Completed .Picture:after {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-image: url("image/mission-completed.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 42% auto;
    }

    /* Information */
    #content .Missions .Mission.Information {
        background-image: none;
        cursor: auto;

        box-shadow: inset 0px 0px 0px 1px #3db9de;
    }

    #content .Missions .Mission.Information .Title {
        color: #3db9de;
        font-size: 26px;
        font-family: 'PT Sans Narrow', 'Arial', 'Verdana';
        margin-bottom: 0.5em;
        font-weight: bold;
    }

    #content .Missions .Mission.Information .Description {
        color: #3db9de;
        font-size: 18px;
        margin-bottom: 1em;
        line-height: 1.2em;
    }

    #content .Competition-Marathon .Missions .Mission.Information .Title,
    #content .Competition-Marathon .Missions .Mission.Information .Description {
        color: #21deb5;
    }
    #content .Missions .Mission.Information .Description p {
        margin: 0.5em 0;
    }

    #content .Missions .Mission.Information .Description a {
        text-transform: uppercase;
        font-weight: bold;
        color: #fb783e;
    }

    #content .Missions .Mission.Information .IconContainer {
        position: relative;
        bottom: auto;
        left: auto;
        width: 50px;
        height: 56px;
        -moz-transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
        margin: 0 auto;
    }

    /* Create */
    #content .Missions .Mission.Create .Title,
    #content .Missions .Mission.Empty .Title {
        color: #fff;
        font-weight: bold;
        font-family: 'PT Sans Narrow', 'Arial', 'Verdana';
        text-transform: uppercase;
        font-size: 36px;
        line-height: 1.2em;
    }

    #content .Missions .Mission.Create .IconContainer,
    #content .Missions .Mission.Empty .IconContainer {
        position: relative;
        bottom: auto;
        left: auto;
        width: 120px;
        height: 132px;
        -moz-transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
        margin: 0 auto 0.5em auto;
    }

    /* Responsive */
    @media (max-width: 768px) {
        #content  .Missions .Mission {
            width: 265px;
            height: 382px;
        }

        #content .MissionsCarousel .Column {
            width: 315px;
            margin: 0 auto;
        }
    }

    @media (min-width: 768px) {
        #content  .Missions .Mission {
            width: 220px;
            height: 310px;
        }

        #content .Mission .Text {
            padding: 20px 10px 10px 10px;
        }
    }

    @media (min-width: 992px) {
        #content  .Missions .Mission {
            width: 215px;
            height: 310px;
        }
    }

    @media (min-width: 1200px) {
        #content  .Missions .Mission {
            width: 265px;
            height: 382px;
        }

        #content .Mission .Text {
            padding: 30px 20px 20px 20px;
        }
    }

    @media (max-width: 1200px) and (min-width: 768px) {
        #content  .Missions .Mission .Content {
            padding: 10px;
        }

        #content  .Missions .Mission.Information .Title {
            font-size: 24px;
        }

        #content  .Missions .Mission.Information .Description {
            font-size: 16px;
        }
    }

/*  ----------  STUDY MATERIALS  ----------  */

    /* Search */
    .StudyMaterials .Search {
        margin-bottom: 30px;
    }

    .StudyMaterials .Search .Form .InputWrapper {
        margin: 5px 0;
    }

    .StudyMaterials .Search .Form .InputWrapper label {
        display: block;
        color: #1CE4AE;
        padding-left: 10px;
        text-transform: uppercase;
        font-size: 26px;
        font-family: 'PT Sans Narrow';
        line-height: 30px;
    }

    .StudyMaterials .Search .Form .InputWrapper label[for="preferences"]{
        visibility: hidden;
    }

    .StudyMaterials .Search .Form .InputWrapper span {
        color: #1CE4AE;
        font-size: 18px;
        display: block;
        line-height: 44px;
        float: left;
    }

    .StudyMaterials .Search .Form .InputWrapper .Checkbox {
        display: block;
        float: left;
        margin: 9px 5px 9px 0;
    }

    .StudyMaterials .Search .Form .InputWrapper .Button {
        text-align: left;
        width: 100%;
        min-width: 130px;
        margin: 30px 0 0 0;
    }

    /* Result table */
    .StudyMaterials .ResultTable .RowContainer {
        position: relative;
        z-index: 0;
        overflow: visible;
        display: block;
    }

    .StudyMaterials .ResultTable .Row {
        width: 100%;
        display: table;
    }

    .StudyMaterials .ResultTable .Row .Column {
        line-height: 1.1em;
        display: table-cell;
        vertical-align: middle;
        float: none;
        font-family: 'PT Sans Narrow', 'Arial', 'Verdana';
        padding: 10px;
        white-space: nowrap;
        height: 94px;
    }

    .StudyMaterials .ResultTable .Row.ExamDetails .Column {
        height: auto;
        font-family: 'PT Sans', 'Arial', 'Verdana';
        text-align: left;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        color: #aeaeae;
        text-transform: none;
        padding-top: 0;
        padding-bottom: 20px;
    }

    .StudyMaterials .ResultTable .Row.ExamDetails .Column .Data {
        display: inline-block;
        padding-right: 12px;
        margin-right: 12px;
        border-right: 1px solid #aeaeae;
    }

    .StudyMaterials .ResultTable .Row.ExamDetails .Column .Data:last-child {
        padding-right: 0;
        margin-right: 0;
        border-right: 0 none;
    }

    .StudyMaterials .ResultTable .Row.ExamDetails .Column .Data.Completed .Value {
        padding-right: 28px;
        background-image: url("image/icon/tick.png");
        background-repeat: no-repeat;
        background-position: right  center;
    }


    .StudyMaterials .ResultTable .RowContainer:before {
        content: ' ';
        position: absolute;
        top: 0;
        left: -50%;
        right: -50%;
        height: 100%;
        z-index: -1;
        display: block;
    }

    .StudyMaterials .ResultTable .Header,
    .StudyMaterials .ResultTable .Header:before {
        background-color: #1ce4ae;
    }

    .StudyMaterials .ResultTable .Header .Row.Mobile{
        display: none;
    }

    .StudyMaterials .ResultTable .Body:nth-of-type(odd):before {
        background-color: #fff;
    }

    .StudyMaterials .ResultTable .Body:nth-of-type(even):before {
        background-color: #f6f6f6;
    }

    .StudyMaterials .ResultTable .Body {
        /*cursor: pointer;*/
    }

    .StudyMaterials .ResultTable .Body:hover:before {
        background-color: rgba(28,228,174,0.25) !important;
    }

    .StudyMaterials .ResultTable .Header .Column {
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        font-size: 20px;
    }

    .StudyMaterials .ResultTable .Header .Column .Label {
        line-height: 55px;
        display: block;
    }

    .StudyMaterials .ResultTable .Header .Column .BorderedBox {
        border: 1px solid rgba(255,255,255,0.5);
        border-radius: 3px;
        padding: 5px;
        position: relative;
        white-space: nowrap;
    }

    .StudyMaterials .ResultTable .Header .Column .SortBy {
        position: absolute;
        top: 0;
        right: 0;
        margin: 5px;
    }

    .StudyMaterials .ResultTable .Header .Column .SortBy a {
        display: block;
        height: 26px;
        width: 26px;
        background-color: rgba(255,255,255,0.25);
        margin: 1px 0;
        background-repeat: no-repeat;
        background-position: center;
    }

    .StudyMaterials .ResultTable .Header .Column .SortBy a.Current {
        background-color: rgba(255,255,255,0.5);
    }

    .StudyMaterials .ResultTable .Header .Column .SortBy .Ascending {
        background-image: url("image/icon/arrow-up-white.png");
    }
    .StudyMaterials .ResultTable .Header .Column .SortBy .Descending {
        background-image: url("image/icon/arrow-down-white.png");
    }

    .StudyMaterials .ResultTable .Body .Column {
        font-size: 18px;
        color: #42b3e5;
        font-weight: bold;
        text-transform: uppercase;
    }

    .StudyMaterials .ResultTable .Body .Title {
        text-transform: none;
        font-weight: normal;
        font-size: 22px;
        white-space: normal;
    }

    .StudyMaterials .ResultTable .Body .Title a {
        color: #42b3e5;
    }

    .StudyMaterials .ResultTable .Body .AverageResult,
    .StudyMaterials .ResultTable .Body .Year,
    .StudyMaterials .ResultTable .Body .Popularity,
    .StudyMaterials .ResultTable .Body .Difficulty, 
    .StudyMaterials .ResultTable .Body .Score {
        text-align: center;
        font-size: 24px;
    }

    .StudyMaterials .ResultTable .Body .Column > .Label {
        display: none;
    }

    .StudyMaterials .ResultTable .Body .Column .Label,
    .StudyMaterials .ResultTable .Body .Column .Value {
        vertical-align: middle;
    }

    .StudyMaterials .ResultTable .Body .Column .Value.HasBorder {
        padding: 10px 15px;
        border-radius: 3px;
        border: 1px solid #40b2e4;
    }

    .StudyMaterials .ResultTable .Body .Column .IconContainer {
        display: inline-block;
        width: 40px;
        height: 45px;
        position: relative;
        vertical-align: middle;
        margin-right: 5px;
    }

    /* Pager */
    .StudyMaterials .ResultTable .Pager,
    .StudyMaterials .ResultTable .Pager:before {
        background-color: #1ce4ae;
    }

    .StudyMaterials .ResultTable .Pager {
        color: #fff;
    }

    .StudyMaterials .ResultTable .Pager .ItemsPerPage select {
        width: 112px;
        margin-right: 10px;
        display: inline-block;
    }

    .StudyMaterials .ResultTable .Pager .ItemsPerPage label {
        color: #fff;
        text-transform: none;
        display: inline-block;
        font-size: 24px;
        line-height: 44px;
    }

    .StudyMaterials .ResultTable .Pager .PaginatorContainer {
        text-align: right;
    }

    .StudyMaterials .ResultTable .Pager .Paginator {
        display: inline-block;
    }

    .StudyMaterials .ResultTable .Pager .Paginator a {
        display: block;
        float: left;
        height: 34px;
        line-height: 34px;
        color: #fff;
        font-size: 24px;
        text-transform: lowercase;
        position: relative;
    }

    .StudyMaterials .ResultTable .Pager .Paginator .Pages {
        float: left;
        margin: 0 10px;
    }

    .StudyMaterials .ResultTable .Pager .Paginator .Pages a {
        min-width: 24px;
        text-align: center;
        margin: 0 5px;
        color: #9cfbe1;
    }

    .StudyMaterials .ResultTable .Pager .Paginator .Pages a:hover {
        color: #fff;
    }

    .StudyMaterials .ResultTable .Pager .Paginator .Pages a.Active {
        font-weight: bold;
        font-size: 32px;
        color: #fff;
    }

    .StudyMaterials .ResultTable .Pager .Paginator .Prev:after,
    .StudyMaterials .ResultTable .Pager .Paginator .Next:after {
        content: " ";
        position: absolute;
        top: 0;
        width: 34px;
        height: 34px;
        background-color: rgba(255,255,255,0.25);
        background-repeat: no-repeat;
        background-position: center;
    }

    .StudyMaterials .ResultTable .Pager .Paginator .Prev:hover:after,
    .StudyMaterials .ResultTable .Pager .Paginator .Next:hover:after {
        background-color: rgba(255,255,255,0.5);
    }

    .StudyMaterials .ResultTable .Pager .Paginator .Prev:after {
        right: 0;
        background-image: url("image/icon/arrow-left-white.png");
    }

    .StudyMaterials .ResultTable .Pager .Paginator .Next:after {
        left: 0;
        background-image: url("image/icon/arrow-right-white.png");
    }

    .StudyMaterials .ResultTable .Pager .Paginator .Prev {
        padding-right: 44px;
    }

    .StudyMaterials .ResultTable .Pager .Paginator .Next {
        padding-left: 44px;
    }

    /* Responsive */

    @media (max-width: 1199px) {
        .StudyMaterials .ResultTable .Header .Column {
            text-align: center;
            font-size: 18px;
        }

        .StudyMaterials .ResultTable .Header .Column .BorderedBox {
            padding: 32px 5px;
        }
        .StudyMaterials .ResultTable .Header .Column .SortBy {
            left: 0;
        }

        .StudyMaterials .ResultTable .Header .Column .SortBy a {
            height: 26px;
            width: 100%;
        }

        .StudyMaterials .ResultTable .Header .Column .Label {
            line-height: 32px;
        }

        .StudyMaterials .ResultTable .Header .Column .SortBy .Ascending {
            margin-bottom: 32px;
        }
    }

    @media (max-width: 991px) {
        .StudyMaterials .ResultTable .Body .Title {
            font-size: 20px;
        }

        .StudyMaterials .ResultTable .Body .Column .IconContainer {
            width: 30px;
            height: 35px;
            margin-right: 2px;
        }

        .StudyMaterials .ResultTable .Body .Subject {
            font-size: 16px;
        }

        .StudyMaterials .ResultTable .Body .AverageResult,
        .StudyMaterials .ResultTable .Body .Year,
        .StudyMaterials .ResultTable .Body .Popularity,
        .StudyMaterials .ResultTable .Body .Difficulty,
        .StudyMaterials .ResultTable .Body .Score {
            font-size: 22px;
        }
    }

    @media (max-width: 767px) {
        .StudyMaterials .Search .Form .InputWrapper label[for="preferences"] {
            display: none;
        }

        .StudyMaterials .Search .Form .InputWrapper .Button {
            margin: 0;
        }

        .StudyMaterials .ResultTable .Row {
            width: auto;
            display: block;
            padding: 15px 0;
            border-bottom: 1px solid #d3d7da;
        }

        .StudyMaterials .ResultTable .Row .Column {
            display: block;
            height: auto;
        }

        .StudyMaterials .ResultTable .Header .Row:not(.Mobile) {
            display: none;
        }

        .StudyMaterials .ResultTable .Header .Row.Mobile {
            display: block;
        }

        .StudyMaterials .ResultTable .Header .Row .Column {
            text-transform: none;
            padding: 15px;
        }

        .StudyMaterials .ResultTable .Body .Year {
            display: none;
        }

        .StudyMaterials .ResultTable .Body .Popularity,
        .StudyMaterials .ResultTable .Body .Difficulty,
        .StudyMaterials .ResultTable .Body .AverageResult {
            width: 50%;
            float: left;
            font-size: 16px;
        }

        .StudyMaterials .ResultTable .Body .Subject {
            font-size: 16px;
        }

        .StudyMaterials .ResultTable .Row .Column {
            padding: 5px 15px;
        }

        .StudyMaterials .ResultTable .Body .Column .Label {
            display: inline-block;
            color: #1ce4ae;
            margin-right: 10px;
        }

        .StudyMaterials .ResultTable .Pager .Column {
            text-align: center;
        }

        .StudyMaterials .ResultTable .Pager .Paginator .Prev,
        .StudyMaterials .ResultTable .Pager .Paginator .Next {
            text-indent: -9999px;
        }

        .StudyMaterials .ResultTable .Row.ExamDetails .Column {
            padding-bottom: 0;
        }

        .StudyMaterials .ResultTable .Row.ExamDetails .Column .Data {
            display: block;
            padding-right: 0;
            margin-right: 0;
            border-right: 0 none;
        }

        .StudyMaterials .ResultTable .Row.ExamDetails .Column .Label {
            color: #aeaeae;
        }
    }

/*  ----------  CHART  ----------  */

    .Chart {
        position: relative;
        width: 100%;
    }

    .Chart.Vertical {
        height: 148px;
        margin-bottom: 26px;
        padding: 0 20px;
    }

    .Chart .Grid {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    .Chart .Grid .Line {
        position: absolute;
        background-color: #efefef;
    }

    .Chart.Vertical .Grid .Line {
        width: 100%;
        height: 1px;
        left: 0;
    }

    .Chart.Horizontal .Grid .Line {
        width: 1px;
        height: 100%;
        top: 0;
    }

    .Chart.Vertical .Grid .Line-0 { bottom: 0; }
    .Chart.Vertical .Grid .Line-50 { top: 50%; }
    .Chart.Vertical .Grid .Line-100 { top: 0; }

    .Chart.Horizontal .Grid .Line-0 { left: 0; }
    .Chart.Horizontal .Grid .Line-50 { left: 50%; }
    .Chart.Horizontal .Grid .Line-100 { right: 0; }

    .Chart.Vertical .Data {
        width: 14%;
        height: 100%;
        position: relative;
        float: left;
    }

    .Chart.Horizontal .Data {
        /*width: 100%;*/
        position: relative;
        margin-bottom: 10px;
    }

    .Chart .Data .Label {
        width: 100%;
        height: 100%;
        position: absolute;
        text-align: center;
        font-weight: bold;
        font-size: 14px;
        line-height: 26px;
    }

    .Chart.Horizontal .Data .Label {
        line-height: 20px;
        width: auto;
        position: static;
        height: auto;
        height: 20px;
    }

    .Chart.Vertical .Data .Label .Name {
        position: absolute;
        width: 100%;
        bottom: -26px;
        color: #a5a5a5;
    }

    .Chart.Horizontal .Data .Label .Name {
        color: #a5a5a5;
        margin: 0 8px;
        float: left;
    }

    .Chart.Vertical .Data .Label .Value {
        position: absolute;
        width: 100%;
        top: -32px;
        color: #3db9de;
        display: none;
    }

    .Chart.Horizontal .Data .Label .Value {
        color: #1ce4ae;
        margin: 0 10px;
        float: right;
        display: none;
    }

    .Chart.Vertical .Data .Bar {
        position: relative;
        width: 50%;
        height: 100%;
        margin: 0 25%;
    }

    .Chart.Horizontal .Data .Bar {
        position: relative;
        width: 100%;
        height: 14px;
        background-color: #ebebeb;
    }

    .Chart.Vertical .Data .Bar .Value {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        background-color: #aacc4e;
    }

    .Chart.Horizontal .Data .Bar .Value {
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #aacc4e;
    }

/*  ----------  STATISTICS  ----------  */

    .Statistics {
        width: 100%;
        min-height: 514px;
        background-image: url("../Global/image/pattern-green.png");
        background-repeat: repeat;
        position: relative;
        padding: 30px 0 90px 0;
    }

    .Statistics h2 {
        margin-bottom: 1em;
    }

    .Statistics .ChartContainer {
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 3px;
        padding: 15px 40px;
        min-height: 268px;
        margin: 15px 0;
    }

    .Statistics .ChartContainer .Header {
        margin-bottom: 1em;
    }

    .Statistics .ChartContainer .Header .Title {
        color: #3db9de;
        text-transform: uppercase;
        font-size: 32px;
        font-family: 'PT Sans Narrow', 'Arial', 'Verdana';
        float: left;
        line-height: 1em;
    }

    .Statistics .ChartContainer .Header .Details {
        display: block;
        float: right;
        line-height: 32px;
        font-size: 18px;
        text-transform: uppercase;
        color: #1ce4ae;
    }

    /*Google HACK*/
    .g-h-f-Qm{
        display: none !important;
    }

    @media (max-width: 991px) {
        .Statistics .ChartContainer {
            padding: 15px;
        }
    }
