/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 19, 2017, 12:24:35 PM
    Author     : Jawhar
*/

.main-bg {
    position: fixed;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-backface-visibility: hidden;
}
.section {

}
.padding-bottom-5x {
    padding-bottom: 0px;
}
.p-top-100 {
    padding-top: 100px;
}
.p-top-150 {
    padding-top: 150px;
}
.touch .intro {
    position: relative;
}
.intro .column.c-left, .intro .column.c-right {
    width: 20%;
}
.intro .column.c-middle {
    vertical-align: middle;
    width: 60%;
}
.nav-toggle {
    margin-right: 0;

}
.menu-overlay {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.menu-overlay.height-100 {
    position: fixed;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0,0,0,0.7);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.intro {
    z-index: 0;
}
.fullpage {
    z-index: 1;
}
.intro .navi { 
    right: -17px;
    top: 51px;
    left: initial;
}
.intro .nav-toggle span {
    background-color: rgba(0, 143, 237, 0);
    text-align: center;
}
.intro .logo {
    margin-bottom: 0;
    margin-top: -90px;
    transition: all 0.5s;

}
.intro .logo img {
    margin: 0 auto 70px auto;
}
.intro.transformed .logo img {

    max-width: 130px;
}
.intro .logo-sticky {

    width: 145px;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transform:  translate(333%, 82%);
    transform: translate(333%, 82%);
}
.intro.transformed .logo-sticky {
    opacity: 1;    
    transition: all 0.5s;
    -webkit-transform: translate(-20%, 0%);
    transform: translate(-20%, 0%);
    position: fixed;
    top: 0px;

}


.intro.transformed .logo {
    -webkit-transform:translate(-64%, -308%);
    transform: translate(-44%, -144%);
    margin-top: 0;    
    padding-top: 20px;
    opacity: 0;    
    transition: all 0.5s;
}

.intro.transformed .space {
    -webkit-transform: translateY(-246%) scale(0.8);
    transform: translateY(-246%) scale(0.8);
    opacity: 0;
    transition: all 0.5s;
}

.intro.transformed .page-hero {
    -webkit-transform: translateY(-246%) scale(0.8);
    transform: translateY(-100%) scale(0.8);
    opacity: 0;
    transition: all 0.5s;
}

.intro.transformed .scroll-more {
    opacity: 0;
    transition: all 0.5s;
}

.content-wrap {
    background-color: rgba(255, 255, 255, 0);
}
.scroll-more {
    margin-bottom: 0;
}

.intro .space, .intro .page-hero {
    position: relative;
    width: 100%;     
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 20px 0 21px;
    margin: 60px auto 0px auto;
    overflow: hidden;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-backface-visibility: hidden;
    text-align: center;
}
.intro .space h1, .intro .page-hero h1 {
    margin: 0px;
    font-size: 100px;
    font-weight: bold;
    letter-spacing: 75px;
    margin-left: 70px;
    color: rgba(255, 255, 255, 0.35);
}
.intro .space h2, .intro .page-hero h2  {
    font-size: 40px;
    font-weight: 500;
}
.scroll-bottom {
    text-align: center;  
}
.scroll-more .icon {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    vertical-align: middle;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-right: 0px;
    padding: 8px 0 0 12px;
}
.scroll-more .icon:before {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 5px;
    top: 5px;
    content: "";
    background: none;
    border: none;
    border-radius: 30px;
}
.scroll-more .icon:after {
    width: 0; 
    height: 0; 
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;  
    border-top: 7px solid #fff;
    background: none;
    left: 13px;
}
.height {
    height: 100%;
    display: table;
    margin: 0 auto;
}
.height .middle{
    display: table-cell;
    vertical-align: middle;

}
.height .bottom {
    display: table-cell;
    vertical-align: bottom;    

}
.media {
    margin-top: 80px;
}
.media .item {
    box-shadow: 0px 15px 14px 7px rgba(0, 0, 0, 0.32);

}
.media .block-heading h2 {
    margin-bottom: 0;
}
.owl-carousel .owl-item {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1); 
}
.owl-carousel .owl-item:hover {
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);
    overflow: visible;
}
.video-block {
    padding: 0;
    margin-top: 80px;
}
.video-block  img {
    box-shadow: 0px 30px 28px 14px rgba(0, 0, 0, 0.32);
}
.post-tile {
    float: left;
    margin-top: 80px;

}
.about .post-tile {
    float: left;
    margin-top: 80px;
    background: rgba(0, 0, 0, 0);
    box-shadow: 0px 15px 14px 7px rgba(0, 0, 0, 0.32);
}
.about .post-tile:hover {
    box-shadow: 0px 30px 28px 14px rgba(0, 0, 0, 0.32);
}
.post-title {
    padding: 50px;
    width: 65%;
    float: left;
}
.post-title.right {
    float: right;
}
.post-img {
    width: 30%;
    float: left;
}
.post-img img {
    width: 400px;
    position: absolute;
    top: -45px;
}
.post-title h2, .post-title h3 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    letter-spacing: 4px;
}
.post-title p {
    color: #fff;
    font-size: 13px;
}
.post-title a {
    text-transform: none;
    color: #4789c3;
    font-weight: 500;
    font-size: 25px;
    font-family: 'Oswald', sans-serif;
}
.block-heading {
    margin-bottom: -26px;
}
.block-heading h2 {
    margin-bottom: 11px;
    line-height: 1.4;
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 20px;
    color: rgba(255, 255, 255, 0.8);
}
.video-block a {
    position: absolute;
    bottom: 15px;
    right: -407px;
    font-size: 40px;
    letter-spacing: 8px;
    display: inline-flex;
    color: rgba(255, 255, 255, 0.6);
    font-weight: bold;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    font-family: 'Oswald', sans-serif;
}
.video-block a > i {
    display: block;
    font-size: 54px;
    margin: -7px 10px 0px auto;
}
.mission-video h2 {
    margin-left: -250px;
    margin-top: 30px;
    font-size: 45px;
    color: rgba(255, 255, 255, 0.8);
}
.mission-video p {
    font-size: 15px;
    text-align: left;
    font-weight: 400;
}
.offcanvas-nav {
    position: fixed;
    z-index: 1000;
    width: 385px;
    min-height: 100%;
    top: 0;
    right: 0;
    left: initial;
    bottom: 0;
    -webkit-box-shadow: 3px 0px 7px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 3px 0px 7px 0px rgba(0,0,0,0.25);
    box-shadow: 3px 0px 7px 0px rgba(0,0,0,0.25);
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.785, 0.135, 0.150, 0.860), visibility 400ms;
    -moz-transition: transform 400ms cubic-bezier(0.785, 0.135, 0.150, 0.860), visibility 400ms;
    -o-transition: transform 400ms cubic-bezier(0.785, 0.135, 0.150, 0.860), visibility 400ms;
    transition: transform 400ms cubic-bezier(0.785, 0.135, 0.150, 0.860), visibility 400ms;
    -webkit-backface-visibility: hidden;
}

.portfolio-grid .grid-sizer, .portfolio-grid .grid-item {
    width: 18%;
}
.portfolio-grid .grid-item.w2 {
    width: 38.5%;
}
.portfolio-grid .grid-item {
    float: left;
    height: 180px;
}
.portfolio-grid .grid-item.h2 {
    height: 390px;
}
.portfolio-tile {
    box-shadow: 0px 30px 28px 14px rgba(0, 0, 0, 0.32);
}
.portfolio-tile .more {
    padding: 20px 30px;
    cursor: pointer;
}
.portfolio-tile .more h4, .portfolio-tile .more h2 {
    margin: 10px 0;
    color: #fff;
}
.scroller .item {
    position: relative;
    margin-right: 15px;    

}
.item:hover .overlay {
    opacity: 1;
}
.item .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;    
    background-color: rgba(0, 87, 138, 0.7);
    padding: 11% 11% 11% 11%;
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
    color: #fff;
    cursor: pointer;
}
.item .overlay .news-title {
    display: table;
    height: 100%;
    width: 100%;
}
.item .overlay .news-title h3 {
    display: table-cell;
    vertical-align: bottom;
    font-size: 20px;
}
.contact {
    text-align: center;
}
.contact h3 {   

    font-size: 18px;
    margin: 15px 0 5px;
    font-weight: 500;
}
.contact p {
    margin: 0;
}
.social {
    margin: 15px 0 15px;
}
.social a {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    margin-right: 5px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}
.social a:hover {
    background: rgba(0,0,125,0.3);
    border: 1px solid #030046;
    color: #fff;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}
.footer {
    background: none;
    margin-bottom: 0px;
}
.footer .body {
    width: 100%;
}
.footer .logo {
    margin-bottom: 0;
}
.footer .logo img {
    margin: 0px;
    width: 34%;
    float: left;
}
.footer p {
    text-align: left;
    color: #fff;
}




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


/* Space */
.space-particle {
    position: absolute;
    width: 400vw;
    height: 400vh;
    top: 50%;
    left: 50%;
    margin-top: -200vh;
    margin-left: -200vw;
    -webkit-animation: spin 240s linear infinite;
    animation: spin 240s linear infinite;
    background-size: 240px;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;

    /* Had to base64 SVG background for FF compatibility */
    background-image: url('../images/star.png') ;
    opacity: 1;
}


/* About */
.navbar {
    padding: 0;
}
.navbar .container {
    position: relative;
    background: none;
    height: 125px;
    padding: 0 0px;
    -webkit-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0);
    box-shadow: 0px 6px 10px 0px rgba(0,0,0,0);
}
.navbar .logo img {    
    width: 145px;
}
.navbar .nav-toggle {
    position: absolute;
    right: 0;
    margin-right: 0;
    top: 55px;
}
.about .post-tile, .about-program .post-tile, .alia .post-tile {

    box-shadow: none;
    box-shadow: 0px 30px 28px 14px rgba(0, 0, 0, 0.32);
    background: url('../images/about-bg.png');
    background-size: cover;
}
.about-program .post-tile:before {
    box-shadow: none;
}
.about-program .post-title {
    width: 100%;
}
.about-program .post-title h3 {
    margin-left: -250px;
    font-size: 50px;
    letter-spacing: 15px;
}
.about-program .globe img {
    position: absolute;
    top: 0px;
    width: 620px;
    max-width: 677px;
}
.light-color .block-heading span, .light-color.block-heading span, .light-color .block-heading p, .light-color.block-heading p {
    font-size: 15px;
    font-weight: 500;
    margin-top: 20px;
}
.mission, .vision {
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
}
.mission:hover, .vision:hover {
    opacity: 1;    
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.mission h2, .vision h2 {    
    margin-top: 40px;
    font-size: 45px;
    color: rgba(255, 255, 255, 1);
}
.mission-globe {
    z-index: 0;
}
.mission-globe img {
    position: absolute;
    top: -113px;
    right: -250px;
    width: 620px;
    max-width: 677px;
}

/* mars-mission */
.intro .mars-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

}
.intro .mars {
    display: table; 
    height: 650px;
}
.intro .mars .mars-img1 {
    z-index: -1;
    position: absolute;
    top: -35px;
    left: 0;
    width: 100%;
    max-width: 200%;
}
.intro.transformed .mars-img {
    -webkit-transform: translateY(-68%) scale(0.8);
    transform: translateY(-40%) scale(0.8);
    opacity: 0;
}
.intro .mars h2 {
    z-index: 2;
    display: table-cell;
    vertical-align: middle;
}
.about-mission .post-tile {
    box-shadow: none;
}
.about-mission .post-tile:before {
    box-shadow: none;
}

.about-mission .post-title {
    text-align: center;
    width: 100%;
}
.intro .space h2.page-title, .intro .page-hero h2.page-title {

    margin-bottom: 11px;
    line-height: 1.4;
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 20px;
}
.achievements .top-margin {
    margin-top: 80px;
}
.achievements .image {
    z-index: 1;
    margin-right: 35px;
    float: right;
    margin-left: 0px;
}
.achievements:nth-child(2n) .image {
    z-index: 1;
    margin-left: 60px;
    float: left;
    margin-right: 0;
}
.achievements .details {
    margin-right: -225px;
    z-index: 0;
    margin-left: 58px;
}
.achievements:nth-child(2n) .details {
    margin-left: -190px;
    z-index: 0; 
    margin-right:0px;
}
.achievements .details .post-tile {
    background: url(../images/about-bg.png);
    background-size: cover;
    margin-top: 40px;
    box-shadow: 0px 30px 28px 14px rgba(0, 0, 0, 0.32);
}
.achievements .details .post-title {
    float: left;
    width: 80%;
    padding: 50px 50px 30px;
}
.achievements:nth-child(2n) .details .post-title {
    float: right;
    width: 80%;
    padding: 50px 50px 30px;
}
.achievements .details .post-title h3 {
    font-size: 25px;
}
.elements {
    position: absolute;
}
.elements.comet3 {
    top: 200px;
    width: 520px;
    left: -133px;
}
.elements.comet4 {
    top: 150px;
    width: 280px;
    left: 0px;
}
.elements.globe3 {
    top: 1000px;
    width: 280px;
    left: -50px;
}
.elements.globe4 {
    top: 2500px;
    width: 500px;
    right: -150px;
}


.events .top-margin {
    margin-top: 80px;
}
.events .image {
    z-index: 1;
    margin-left: 60px;
    float: left;
    margin-right: 0;
}
.events .details {
    margin-left: -190px;
    z-index: 0; 
    margin-right:0px;
    color: #fff;
}
.events .details .post-tile {
    background: url(../images/about-bg.png);
    background-size: cover;
    margin-top: 40px;
    box-shadow: 0px 30px 28px 14px rgba(0, 0, 0, 0.32);
}
.events .details .post-title {
    float: right;
    width: 80%;
    padding: 50px 50px 30px;
}
.events .details .post-title h3 {
    font-size: 25px;
}

.science-news .post-tile {
    background: url(../images/about-bg.png);
    background-size: cover;
    margin-top: 0;
    box-shadow: 0px 30px 28px 14px rgba(0, 0, 0, 0.32);
}
.science-news .news-img {
    margin-top: 150px;
}
.science-news .post-title {
    width: 100%;
    padding: 35px 30px 10px;
    color: #fff;
}
.science-news .post-title h3{
    font-size: 30px;
    margin-left: -150px;
    margin-bottom: 20px;
}
.science-news .post-title h4 { 
    margin-bottom: 20px;
}
.science-news .top-margin {
    margin-top: 80px;
}
.ask-question .ask-title {
    margin-bottom: 11px;    
    font-size: 40px;
    font-weight: bold;    
    color: #fff;
    text-align: right;
}
.ask-question .btn {
    float: right;
}
.btn.write-story {
    font-size: 18px;
    line-height: 0px;
    padding: 30px 28px;
    text-transform: uppercase;
}
.story .post-tile {
    border-radius: 3px;
}
.story .post-title {
    width: 100%;
    text-align: center;
    float: none;
}
.story .post-tile .post-title  {
    padding: 35px 40px 0;
    text-align: left;
    min-height: 112px;

}
.story .post-tile h3 {
    font-size: 18px;
    color: #333;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 500;
}
.story .post-tile p {
    font-size: 13px;
    color: #333;
}
.story .post-meta {
    padding: 12px 40px;
}

.story .post-tile {
    float: left;
    margin-top: 0px;
}
.blog .search-box .post-tile .post-title {
    padding-top: 0;
}
.blog .search-box .post-tile {
    background: none;
    box-shadow:none;
}
.blog .search-box .post-tile .search-field i {
    color: #fff;    
}
.blog .search-box .search-field button[type=submit] {
    top: 10px;
}
.blog .search-box .post-tile:before {
    box-shadow:none;
}
.write-story .modal-dialog {
    width: 100%;
    max-width: 78%;
    padding: 40px 0 30px 0;
    margin: 60px auto 50px auto;
}
.write-story h3 {
    color: #333;
    margin-bottom: 20px;
    padding: 0 10px;
}
.write-story .form-control {
    width: 50%;
    padding: 0 10px;
    float: left;
}
.write-story .form-control.story-title, .write-story .form-control.story-content {
    width: 100%;
}
.write-story .form-control label { 
    color: #333;
    left: 10px;
}
.write-story .form-control input, .write-story .form-control textarea {
    border-bottom: 1px solid #ddd;
    color: #333;    
}
.write-story .form-control textarea {
    height: 180px;
}
.write-story .modal-form {
    width: 100%;
    max-width: 100%; 
    padding: 0 44px;
    margin: auto;
}
.write-story .modal-buttons {
    margin: 35px 0px 0 0px;
}

/* Menu */




.menu {
    position: absolute;
    top: 40px;
    right: 0px;
    z-index: 10;
    width: 50px;
    height: 50px;
    overflow: hidden;
}

.menu .trigger {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    cursor: pointer;
    pointer-events: auto;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;    
    /* z-depth: lvl 3 */
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.23);
}

.menu .links {
    position: relative;
    z-index: 1;
    list-style: none;
    color: black;
    margin: 45px 0 20px 0;
    padding: 0;    
}

.menu .link {
    font-size: 16px;
    margin: 0;
    padding: 0;
    -webkit-transition: -webkit-transform 0.1s ease-in-out;
    -moz-transition: -moz-transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.menu .link a {
    display: block;
    color: currentcolor;
    padding: 0 50px;
    line-height: 50px;
    text-decoration: none;
    text-align: right;
    color: #fff;
    transition: 0.4s;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
}

.menu .link:hover a {
    letter-spacing: 3px;
    font-size: 18px;
    color: #fff;
}
.menu .link:after {

    content: "";
    position: absolute;
    bottom: -3px;
    right: 21px;
    -webkit-transform: translateY(-280%);
    transform: translateY(-280%);
    height: 8px;
    width: 8px;
    max-height: 750px;
    background-color: #fff;
    opacity: 1;
    border-radius: 20px;
    z-index: 10;
    transition: 0.4s;
}
.menu .link:hover:after {
    height: 15px;
    width: 15px;
    transform: translateY(-130%);
    right: 17px;
}
.menu .link:before {

    content: "";
    position: absolute;
    top: 0;
    right: 24px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-46%);
    width: 2px;
    height: 85%;
    max-height: 750px;
    background-color: rgba(255, 255, 255, 0.12);
    opacity: 1;
    z-index: 10;



}

#menuTrigger:checked + .menu {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    transition-delay: 0.1s;
    width: 800px;
    height: 800px;
    /* z-depth: lvl 5 */

}
#menuTrigger:checked ~ .menu .links{
    height: 1000px;
}
#menuTrigger:checked ~ .menu .link{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    transition-delay: 0.1s;
}


#menuTrigger:checked ~ .menu .link:first-child {

    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
#menuTrigger:checked ~ .menu .link:nth-child(2) {

    -webkit-transition-delay: 0.13s;
    -moz-transition-delay: 0.13s;
    transition-delay: 0.13s;
}
#menuTrigger:checked ~ .menu .link:nth-child(3) {

    -webkit-transition-delay: 0.16s;
    -moz-transition-delay: 0.16s;
    transition-delay: 0.16s;
}
#menuTrigger:checked ~ .menu .link:nth-child(4) {

    -webkit-transition-delay: 0.19s;
    -moz-transition-delay: 0.19s;
    transition-delay: 0.19s;
}
#menuTrigger:checked ~ .menu .link:nth-child(5) {

    -webkit-transition-delay: 0.22s;
    -moz-transition-delay: 0.22s;
    transition-delay: 0.22s;
}
#menuTrigger:checked ~ .menu .link:nth-child(6) {

    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
#menuTrigger:checked ~ .menu .link:nth-child(7) {

    -webkit-transition-delay: 0.28s;
    -moz-transition-delay: 0.28s;
    transition-delay: 0.28s;
}
#menuTrigger:checked ~ .menu .link:nth-child(8) {

    -webkit-transition-delay: 0.31s;
    -moz-transition-delay: 0.31s;
    transition-delay: 0.31s;
}
#menuTrigger:checked ~ .menu .link:nth-child(9) {

    -webkit-transition-delay: 0.34s;
    -moz-transition-delay: 0.34s;
    transition-delay: 0.34s;
}
#menuTrigger:checked ~ .menu .link:nth-child(10) {

    -webkit-transition-delay: 0.37s;
    -moz-transition-delay: 0.37s;
    transition-delay: 0.37s;
}

/* lines animation */


#menuTrigger:checked + .menu .trigger {
    height: 1000px;
    width: 1000px;
    top: -475px;
    right: -475px;  
    box-shadow: none;
}

#menuTrigger:checked + .menu .trigger .line:nth-child(1) {
    transform: translate3d(50%, -50%, 0) rotate(45deg);
}

#menuTrigger:checked + .menu .trigger .line:nth-child(2) {
    opacity: 0;
}

#menuTrigger:checked + .menu .trigger .line:nth-child(3) {
    transform: translate3d(50%, -50%, 0) rotate(-45deg);
}

.menu .trigger .line {
    position: absolute;
    top: 50%;
    right: 50%;
    background: #fff;
    height: 2px;
    width: 18px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(50%, -50%, 0);
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    transition: transform 0.4s ease;
}

.menu .trigger .line:nth-child(1) {
    -webkit-transform: translateY(-5px) translate3d(-50%, -50%, 0);
    -moz-transform: translateY(-5px) translate3d(-50%, -50%, 0);
    transform: translateY(-5px) translate3d(50%, -50%, 0);
}

.menu .trigger .line:nth-child(3) {
    -webkit-transform: translateY(5px) translate3d(-50%, -50%, 0);
    -moz-transform: translateY(5px) translate3d(-50%, -50%, 0);
    transform: translateY(5px) translate3d(50%, -50%, 0);
}

#menuTrigger {
    position: fixed;
    top: 0;
    right:  -20px;
}

/*Smartphone low resolution*/

@media only screen and (max-width: 480px) {

    .menu .trigger {
        top: 10px;        
    }
    .menu .link {
        text-align: center;
    }
    #menuTrigger:checked + .menu .trigger {
        height: 1068px;
        width: 1000px;
        top: -515px;

    }
}

.owl-carousel .owl-stage-outer {
    padding-bottom: 50px;
    padding-top: 10px;
}
.owl-theme .owl-dots  {
    text-align: right;
}
.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 7px 17px;
    background: #009bd7;
}
.owl-theme .owl-dots .owl-dot span {
    background: #117ab3;
    margin: 14px 12px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: 11px;
    width: 11px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: none;
    border: 2px solid #117ab3;
    height: 15px;
    width: 15px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.owl-theme .owl-dots .owl-dot {
    vertical-align: middle;
}

.form-control input, .form-control textarea {
    color: #fff;
    border-bottom: 1px solid #ffffff;
}
.form-control input {
    height: 40px;
}
.form-control textarea {
    height: 60px;
}
.form-control label {
    color: #fff;
}
.contact-form {
    margin-top: 80px;
}
.alia .post-img img {
    width: 400px;
    position: absolute;
    bottom: 0;
    top: initial;
}
.alia .post-tile {       
    box-shadow: 0px 15px 14px 7px rgba(0, 0, 0, 0.32);
}
.alia .post-tile:hover {
    box-shadow: 0px 30px 28px 14px rgba(0, 0, 0, 0.32);
}
.full-story .inner h2, .full-story .inner p {
    color: #333;
}
.full-story .single-post {
    background:none; 
}
.full-story .single-post .inner {
    background:#fff; 
}
.full-story .single-post .inner.post-comments {
    background:#fff; 
    padding-bottom: 50px
}
.full-story .leave-comment {
    background: none !important;
}
.single-news .single-post .inner {
    background: url(../images/about-bg.png);
    background-size: cover;
    padding: 30px 40px 30px 40px;
}
.page-hero.achieve p {
    padding: 0 150px;
}
.post-meta {
    z-index: 0;
}

.powered-by {
    opacity: .5;
    width: 30%;   
    float: right;
    margin-bottom: 10px;
}

.speaker {
    height: 35px;
    width: 35px;
    position: absolute;
    top: 50px;
    right: 65px;
    overflow: hidden;
    display: inline-block;
}
.speaker span {
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    margin: 11px 0 0 2px;
}
.speaker span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    border-width: 10px 14px 10px 15px;
    left: -13px;
    top: 5px;
}
.speaker span:before {
    transform: rotate(45deg);
    border-radius: 0 50px 0 0;
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    border-style: double;
    border-color: #fff;
    border-width: 7px 7px 0 0;
    left: 18px;
    top: 9px;
    transition: all 0.2s ease-out;
}
.speaker:hover span:before {
    transform: scale(0.8) translate(-3px, 0) rotate(42deg);
}
.speaker.mute span:before {
    transform: scale(0.5) translate(-15px, 0) rotate(36deg);
    opacity: 0;
}
.post-title .readmore {
    color: #fff;
    font-family: 'Oxygen', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
}
.footer-bottom{
    display: table-row-group;
}
.footer-bottom.footer-display{
    display: block;
}
.portfolio-tile .tile-thumb .overlay .inner .nre-btns {
    margin: 0 0 0 0;
    top:25%;
}
.inner-page-details ul {
    padding-left: 15px;
    list-style-type: disc;
}
.inner-page-details ul li {
    margin-bottom: 15px;
}
.inner-page-details h1, .inner-page-details h2, .inner-page-details h3, .inner-page-details h4, .inner-page-details h5, .inner-page-details h6 {
    color:#333;
}
.inner-page-details h6 {
    font-weight: 500;
}
.inner-page-details span {
    font-family: 'Oxygen', sans-serif !important;
} 
.inner-page-details div {
    color:#333;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Oxygen', sans-serif;
}
.inner-page-details a {
    text-transform: none;
}
.inner-page-details i {
    font-style: italic;
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.register {
    width: auto;
    position: absolute;
    top: 49px;
    right: 115px;
    font-family: 'Oswald', sans-serif;
    overflow: hidden;
    display: inline-block;
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;    
    color: #fff;
}
.register-category {
    float: left;
    padding: 7px 0;
    position: relative;
    cursor: pointer;
    margin-bottom: 15px;
}
.register-category input[type="checkbox"] {
    float: left;
    visibility: hidden;
    width: 20px;
    height: 20px;
}
.register-category label {
    float: left;
    padding: 0;
    padding-right: 25px;
    padding-left: 10px;
    display: inline;
    cursor: pointer;
    color: #fff;
}
.register-category input[type="checkbox"]:checked + label:before {
    background: #2b8fed;
    border: 2px solid #2b8fed;
    transition: all 0.3s ease;
}

.register-category input[type="checkbox"] + label:before {
    position: absolute;
    content: '';
    height: 20px;
    width: 20px;
    border: 2px solid #fff;
    background: none;
    left: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}
.register-category input[type="checkbox"]:checked + label::after {
    width: 5px;
    height: 13px;
    border: 2px solid #fff;
    border-left: none;
    border-top: none;
    content: ' ';
    position: absolute;
    left: 8px;
    top: 9px;
    transform: rotatez(45deg);
    cursor: pointer;
    z-index: 20;
}