﻿

@charset "utf-8";
/*
  RESET
  CUSTOM STYLE
  PRELOADER
  BUTTON
  HEADER
  TYPOGRAPHY
  SECTIONS
  CLOSE BUTTON
  SUBSCRIBE & CONTACT FORM
  ANIMATION
  RESPONSIVE
*/
@font-face {
    font-family: 'DinNextMedium';
    src: url('../../assets/fonts/medium/DinNextMedium.eot') format('embedded-opentype'), url('../../assets/fonts/medium/DinNextMedium.svg') format('svg'), url('../../assets/fonts/medium/DinNextMedium.ttf') format('truetype'), url('../../assets/fonts/medium/DinNextMedium.woff') format('woff');
}
@font-face {
    font-family: 'DinNextRegular';
    src: url('../../assets/fonts/regular/DinNextRegular.eot') format('embedded-opentype'), url('../../assets/fonts/regular/DinNextRegular.svg') format('svg'), url('../../assets/fonts/regular/DinNextRegular.ttf') format('truetype'), url('../../assets/fonts/regular/DinNextRegular.woff') format('woff');
}
@font-face {
    font-family: 'besofont';
    src: url('../fonts/besofont.ttf') format('truetype');
}
/*======================== RESET ========================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: besofont;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    background: transparent;
}

    a:focus {
        outline: thin dotted;
    }

    a:hover, a:active {
        outline: 0;
        text-decoration: none;
    }

svg:not(:root) {
    overflow: hidden;
}

img {
    border: 0;
}

button, input, select, textarea {
    font-family: besofont;
    font-size: 100%;
    margin: 0;
    max-width: 100%;
}

html {
    font-family: besofont;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}

img {
    max-width: 100%;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/*======================== CUSTOM STYLE ========================*/
body {
    font-family:besofont;
    font-weight: normal;
    font-size: 16px;
    word-spacing: normal;
    height: 100%;
    min-height: 100%;
    color: #333;
    background-size: 100% 100%;
    margin: 0;
    overflow: hidden;
    border: 20px solid #fff;
}

a img {
    border: 0;
}

a {
    color: #999999;
    text-decoration: none;
}

    a:active, a:focus, a:hover {
        outline: 0;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    a:hover {
        text-decoration: none;
    }

img {
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

form {
    margin: 0;
}

button, input, textarea {
    border-radius: 0;
    font-size: 14px;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button, input {
    line-height: normal;
}

    button, input[type="submit"] {
        -webkit-appearance: button;
        cursor: pointer;
    }

textarea {
    overflow: auto;
    vertical-align: top;
}

.clearfix {
    clear: both;
    float: none;
}

.bg-overlay {
    background: url(../images/overlay.png) repeat;
    height: 100%;
    right: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
   
}

.logo {
    text-align: center;
    margin: 0 auto 40px auto;
}
/* No JS */
.no-js #preload {
    display: none;
}
/* KENBURNS STYLES
-------------------------------------------------------*/
.kenburnsy {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .kenburnsy.fullscreen {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -2;
    }

    .kenburnsy img {
        display: none;
    }

    .kenburnsy .slide {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        transform-origin: center;
        transform: translateZ(0);
    }

/*======================== PRELOADER ========================*/
.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

#preload {
    background-color: #000;
    height: 100%;
    right: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998;
}

#preload-content {
    width: 100px;
    height: 100px;
    margin-right: -50px;
    margin-top: -50px;
    position: absolute;
    right: 50%;
    top: 50%;
    z-index: 999;
}

.preload-bounce {
    margin: 0 auto 15px;
    text-align: center;
}

.bounce1, .bounce2, .bounce3, .bounce4 {
    -webkit-animation-name: pbounce;
    -webkit-animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-name: pbounce;
    -moz-animation-duration: 1.4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-fill-mode: both;
    -o-animation-name: pbounce;
    -o-animation-duration: 1.4s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in-out;
    animation-name: pbounce;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    background: #0095CC;
    display: inline-block;
    height: 15px;
    margin: 0 3px;
    opacity: 0.6;
    width: 15px;
}

.bounce1 {
    -webkit-animation-delay: -0.48s;
    -moz-animation-delay: -0.32s;
    -o-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.bounce2 {
    -webkit-animation-delay: -0.32s;
    -moz-animation-delay: -0.16s;
    -o-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.bounce3 {
    -webkit-animation-delay: -0.16s;
    -moz-animation-delay: -0.16s;
    -o-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes pbounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0);
    }

    40% {
        -webkit-transform: scale(1.0);
    }
}

@-moz-keyframes pbounce {
    0%, 80%, 100% {
        -moz-transform: scale(0.0);
    }

    40% {
        -moz-transform: scale(1.0);
    }
}

@keyframes pbounce {
    0%, 80%, 100% {
        transform: scale(0.0);
    }

    40% {
        transform: scale(1.0);
    }
}

/*======================== BUTTON ========================*/
.btn {
    display: inline-block;
    padding: 7px 30px !important;
    text-transform: uppercase;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    text-decoration: none;
    background: #48C0F4;
    color: #fff;
    border: 1px solid #48C0F4;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -ms-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

    .btn:after {
        content: "";
        position: absolute;
        right: 25px;
        top: 14px;
        height: 10px;
        width: 10px;
        background: transparent;
        border-right: 2px solid #ffffff;
        border-top: 2px solid #ffffff;
        opacity: 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .btn:hover {
        background: transparent;
        padding-right: 50px !important;
    }

        .btn:hover:after {
            opacity: 1;
        }
#exampleModalCenter .btn-secondary:hover {
    color: #3fb3e5;
}

#exampleModalCenter .btn-secondary:hover:after {
    border-right: 2px solid #3fb3e5;
    border-top: 2px solid #3fb3e5;
}
/*======================== HEADER ========================*/
body > header {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    min-height: 600px;
    background: rgba(15,52,107,0.6);
    z-index: 1;
}

    body > header nav {
        height: 100%;
    }

.navigation {
    font-family: besofont;
    font-weight: 700;
    font-size: 1em;
    line-height: 1;
    text-transform: uppercase;
    /*letter-spacing: 0.05em;*/
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.navigation a {
    color: #FFF;
    font-weight: 700;
    padding: 0.25em 0;
    border-bottom: 2px solid transparent;
}

    .navigation a:hover {
        text-decoration: none;
        border-color: #FFF;
    }

.navigation .link {
    position: absolute;
    display: inline-block;
    width: 100%;
    text-align: center;
    transform-origin: center;
    -webkit-transform-origin: center;
}

    .navigation .link.side {
        width: auto;
        margin-right: 0;
    }

    .navigation .link.bottom {
        bottom: 4em;
    }

    .navigation .link.middle {
        top: 49%;
    }

    .navigation .link.left {
        right: 4em;
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .navigation .link.right {
        left: 4em;
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
/*======================== TYPOGRAPHY ========================*/
h1, h2, h3, h4 {
    color: #fff;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 0 30px;
    text-align: center;
    /*text-transform: uppercase;*/
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 24px;
}

b, strong {
    font-weight: 700;
}

i, em {
    font-style: italic;
}

p {
    margin: 0 0 28px;
}

ul, ol {
    margin: 0 0 28px;
    padding: 0 0 0 24px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: "";
        content: none;
    }

.content-message {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 10px 0px 0 0;
    color: #ffffff;
    text-align: center;
}

    .content-message i {
        color: #ffffff;
    }
/*======================== SECTIONS ========================*/
section {
    font: 1em/1.5em besofont;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(120,184,195,0.6);
    z-index: -99999;
    overflow: auto;
}

.container {
    overflow-y: auto;
}

#about .container, .boxbg.content, #contact .container {
    opacity: 0;
}

#about.active .container, #subscribe.active .content, #contact.active .container {
    opacity: 1;
}

.intro {
    color: #FFFFFF;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

    .intro h1 {
        position: relative;
        font-size: 70px;
        line-height: 1.1;
        letter-spacing: -2px;
        font-weight: 500;
        text-transform: uppercase;
        text-align: center;
        color: #ffffff;
        width: 100%;
    }

        .intro h1 span {
            font-weight: 700;
            color: #48C0F4;
            letter-spacing: -1px;
        }

    .intro p {
        font-size: 18px;
        /*letter-spacing: 0.4em;*/
        margin: 0;
        text-transform: uppercase;
      font-family: 'DinNextMedium';
    }

        .intro p span {
            border-color: #FFFFFF;
            border-left: 0 none;
            border-style: solid;
            border-width: 1px 0px 0px;
            display: inline-block;
            margin: 6px 10px;
            width: 100px;
        }

    .intro i {
        color: #43B792;
    }

section h1 {
    font-size: 50px;
    line-height: 1.1;
    font-weight: 500;
    margin: 80px 0px 40px 0px;
    text-transform: uppercase;
    /*letter-spacing: -1px;*/
    color: #FFF;
    white-space: nowrap;
    text-align: center;
}

    section h1 span {
        display: inline-block;
        font-weight: 700;
        border-bottom: 3px solid #48C0F4;
        padding-bottom: 0.15em;
    }

.boxbg h1 {
    padding-top: 120px;
    padding-bottom: 40px;
    margin: 20px 20px 0px 20px;
    background: rgba(15,52,107,0.8);
}

.newline {
    margin-top: 20px;
}

.social {
    padding: 40px;
}

    .social li {
        float: right;
        list-style: outside none none;
        margin: 5px;
        width: 18%;
        min-width: 100px;
    }

    .social a {
        background: rgba(15, 52, 107, 0.9) none repeat scroll 0 0;
        border-radius: 6px;
        color: #ffffff;
        display: inline-block;
        min-height: 111px;
        text-align: center;
        transition: all 300ms ease-in-out 0s;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .social i {
        font-size: 47px;
        position: relative;
        top: 11px;
    }

    .social h6 {
        position: relative;
        bottom: -21px;
        font-size: 13px;
        display: block;
    }

    .social span {
        position: relative;
        bottom: -21px;
        font-size: 17px;
        display: block;
    }

    .social a:hover {
        background: rgba(72,192,244,0.9);
        color: #fff;
    }

#about, #contact {
    background: rgba(15,52,107,0.6);
}

    #about.active, #contact.active {
        background: rgba(58, 115, 107,0.6);
    }
/*======================== CLOSE BUTTON  ========================*/
.close {
    position: absolute;
    top: 50%;
    left: 5%;
    display: block;
    width: 58px;
    height: 58px;
    opacity: 0.6;
    margin-top: -30px;
    margin-right: -30px;
    background: url('../images/close.png') no-repeat center center;
    border: 2px solid #ffffff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

#contact .close {
    right: 5%;
}

.boxbg .close {
    top: 3.5em !important;
    left: 48% !important;
}

.close:hover, .close:hover:before, .close:hover:after {
    opacity: 0.9;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
/*======================== SUBSCRIBE & CONTACT FORM ========================*/
input[type="text"], input[type="email"], input[type="password"], textarea {
    background-color: rgba(255,255,255,0.9);
    border: 2px solid rgba(72,192,244,0.9);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #000000;
    font-family: besofont;
    font-size: 14px;
    padding: 6px 10px;
    margin: 0px 0px 8px 0px;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    width: 100%;
}

    input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus {
        background-color: rgba(255,255,255,1);
    }

.subscribe {
    position: relative;
    height: auto;
    margin: 50px 0px 0px 0px;
    width: 100%;
}

input::-webkit-input-placeholder, input:-moz-placeholder, input::-moz-placeholder, input:-ms-input-placeholder {
    color: #999;
}

.subscribe input[type="text"] {
    padding: 9px 50px 9px 15px;
}

#subscribe_submit {
    background: transparent url(../images/envelope.png) no-repeat top right;
    color: #fff;
    font-weight: 100;
    font-size: 12px;
    border: none;
    padding: 1px 15px 4px;
    outline: none;
    position: absolute;
    left: 11px;
    top: 9px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    #subscribe_submit:hover {
        background: transparent url(../images/envelope.png) no-repeat top right;
    }

.contactForm {
    padding-top: 40px;
}

#contact i {
    background: rgba(72,192,244,0.9);
    color: #fff;
    border-radius: 100%;
    display: inline-block;
    font-size: 24px;
    height: 50px;
    width: 50px;
    margin-right: 3px;
    padding-top: 12px;
    text-align: center;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.form-group {
    margin-bottom: 0px;
}

.error {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    float: left;
    margin: -40px 4px 0 0;
    position: relative;
    top: 0;
}

    .error i {
        background: none !important;
        border-radius: 0;
        -webkit-border-radius: 0;
        width: 12px !important;
        height: 12px !important;
        margin: 0px;
        padding: 0px;
    }

        .error i:before {
            color: #FF0000;
            content: "";
            font-family: FontAwesome;
            font-size: 11px;
            margin-left: 10px;
            vertical-align: top;
            width: 12px !important;
            height: 12px !important;
        }
/*======================== ANIMATION ========================*/
a, .close:before, .close:after {
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -ms-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
}

section {
    -webkit-transition: background 1s ease-in;
    -moz-transition: background 1s ease-in;
    -ms-transition: background 1s ease-in;
    -o-transition: background 1s ease-in;
    transition: background 1s ease-in;
}

/*-------------------mahmoud Elbasiony 19-01-2016--------------------*/

.logo > img {
margin: -38px 30px -67px -5px;
width: 283px;
}

.navigation {
    margin: 0 -15%;
}



.navigation a {
    border-radius: 6px;
    color: #ffffff;
    float: right;
    height: 100%;
    line-height: 40px;
    margin: 5px;
    width: 137px;
    padding: 10px 0;
}

    .navigation a > h6 {
        font-size: 14px;
        font-weight: 500;
    }

.color1 {
    background: #4FA200;
}

.color2 {
    background: #80397B;
}

.color3 {
    background: #D24726;
}

.color4 {
    background: #A23B53;
}

.color5 {
    background: #5133AB;
}

.color6 {
    background: #2672EC;
}

.color7 {
    background: #00AFF0;
}

.color8 {
    background: #30A78A;
}



/*======================== RESPONSIVE ========================*/
/*@media only screen and (max-width: 1650px) {

    .center.move {
        margin: 0 24%;
        overflow: hidden;
    }
}*/
@media only screen and (max-width: 1589px) {

 
    .navigation {
  margin-left: -10% ;
}
}
@media only screen and (max-width: 1418px) {

    .center.move {
        margin: 0 19%;
        overflow: hidden;
    }
}
/*@media only screen and (max-width: 1370px) {

    .center.move {
        margin: 0 10%;
        overflow: hidden;
    }
}*/
@media only screen and (max-width: 1324px) {
        .navigation {
  margin-left: -18% ;
}
    .center.move {
        margin: 0 10%;
        overflow: hidden;
    }
}
@media only screen and (max-width: 1243px) {

    .center.move {
        margin: 0 10%;
        overflow: hidden;
    }
}
@media only screen and (max-width: 1123px) {
    h1, .intro h1 {
        font-size: 58px;
    }

    .center.move {
        margin: 0 10%;
        overflow: hidden;
    }
    .navigation {
  margin-left: -12%;
}
}


@media only screen and (max-width: 1023px) {
    h1, .intro h1 {
        font-size: 48px;
    }
  
    /*.navigation .link.left {
        right: 30px;
    }

    .navigation .link.right {
        left: 30px;
    }*/
  

    .close {
        top: 50%;
        left: 4%;
        width: 40px;
        height: 40px;
        margin-top: -25px;
        margin-right: -25px;
    }

    #contact .close {
        right: 60px;
    }
}
@media only screen and (max-width: 827px) {
   


}

@media (min-width: 768px) {
 
    .intro h1 {
        padding: 0px 85px;
    }
}

@media only screen and (max-width: 767px) {
    html, body {
        overflow-y: auto !important;
    }

    body {
        height: auto !important;
    }

    header {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        min-height: 550px;
    }
    .boxbg h1 {
  padding-bottom: 0;
  padding-top: 0;
}
    .intro h1 {
        font-size: 40px;

    }

    .intro p {
        font-size: 16px;
    }

        .intro p span {
            width: 80px;
        }
        .social i{
            font-size:24px;
        }
    section {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        z-index: 2 !important;
        opacity: 1 !important;
    }

        section .content, section .container {
            opacity: 1 !important;
        }

    .navigation {
        display: none;
    }

    section {
        padding: 4em 0;
    }

    .boxbg {
        padding: 0;
    }

    .boxbgh1 {
        background: none !important;
        height: auto;
        padding: 0px !important;
    }

    .close {
        display: none;
    }
       .social li {
  width: 100% !important;
}
   .social ul{
        margin:0 !important;
    }
}

@media only screen and (max-width: 500px) {
    body {
        font-size: 14px;
        border: 0px solid transparent;
    }

    h1, .intro h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 20px;
    }

    .intro p {
        font-size: 14px;
    }

        .intro p span {
            width: 60px;
        }

    section h1 {
        font-size: 2.5em;

        margin-top: 0px;
    }
}



/* The ribbons */

.corner-ribbon{
  width: 134PX;
  background: #e43;
 
  text-align: center;
 font-weight:bold;
 
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Custom styles */

.corner-ribbon.sticky{
  position: relative;
}

.corner-ribbon.shadow{
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Different positions */

.corner-ribbon.top-left{
top: -58px;
left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right{
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left{
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right{
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Colors */

.corner-ribbon.white{background: #f0f0f0; color: #555;}
.corner-ribbon.black{background: #333;}
.corner-ribbon.grey{background: #999;}
.corner-ribbon.blue{background: #39d;}
.corner-ribbon.green{background: #2c7;}
.corner-ribbon.turquoise{background: #1b9;}
.corner-ribbon.purple{background: #95b;}
.corner-ribbon.red{background: #e43;}
.corner-ribbon.orange{background: #e82;}
.corner-ribbon.yellow{background: #ec0;}
   #kenburns-bg img{
    /*max-height: 100%;*/
    height: 95vh;
    /*width: 98vw;*/
}