.navigation {
    display: none;
    position: fixed;
    z-index: 999;
    top: 50%;
    margin-top: -180px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0;
}
.navigation li{
    color:rgba(51, 51, 51, 0.65);
    display:block;
    padding: 0 10px;
    line-height:37px;
    font-weight:bold;
    border-bottom:1px solid rgba(51, 51, 51, 0.65);
    text-align:left;
    width:53px;
    padding-left: 28px;
    cursor:pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.navigation li span {
    font-size: 70%;
}
.navigation li.active{
    font-size:25px;

    width:100px!important;
    line-height: 45px !important;

}

.navigation li:hover{
    padding-left: 24px;
    font-size: 100%;
    line-height: 37px !important;

}
.navigation li.dark-menu{
    color: rgba(255, 255, 255, 0.95) !important;
    border-bottom: 1px solid rgba(242, 242, 242, 0.10)!important;
    text-shadow: 0px 0px 4px black;
}

.navigation li.active.dark-menu{
    color: white !important;
    border-left: 4px solid #B13C3C;
    padding-left: 20px;
}
.navigation li.dark-menu:hover{
    color: #fff !important;
    border-left: 4px solid #333333 !important;
}
.navigation li.light-menu{
    color: rgba(51, 51, 51, 0.65) !important;
    border-bottom: 1px solid rgba(51, 51, 51, 0.10) !important;
}

.navigation li.active.light-menu{
    color:#333333 !important;
    border-left: 4px solid #B13C3C !important;
    padding-left: 20px;
}
.navigation li.light-menu:hover{
    color: #333333 !important;
    border-left: 4px solid #333333 !important;
}
.navigation li.active:hover{
    border-left: 4px solid #B13C3C !important;
    padding-left: 20px !important;
    font-size: 25px !important;
    width: 100px !important;
    line-height: 45px !important;

}
.navigation .noborder{
    border: none !important;
    padding-left: 27px;
}
.navigation li.dark-menu.noborder:hover,.navigation li.light-menu.noborder:hover{
    border-left: none !important;
    padding-left: 27px;
}
.menulogo:hover{
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.slide {
    width: 100%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    /*-webkit-box-shadow: inset 0px 10px 10px rgba(0,0,0,0.3);
    box-shadow: inset 0px 10px 10px rgba(0,0,0,0.3); */
}
/*SLIDES*/
#slide0 {
    background: url(../../images/new_clients/reebok_bg.png) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-position: 0 50px;
}

#slide1 {
    background: url(../../images/new_clients/loreal_bg.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

#slide2 {
    background: url(../../images/new_clients/hospital_bg_02.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}
#slide2:before, #slide3:before, #slide4:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    top: 0;
}
#slide4:before {
    background: rgba(0, 0, 0, 0.3) !important;
}

#slide3 {
    background: url(../../images/new_clients/ikea_bg.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

#slide4 {
    background: url(../../images/new_clients/birla_bg.jpeg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

#slide5 {
}



/*** Others ***/
/*Other*/
.landingpage {
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 20%;
    text-align: center;
}

.landingpage .porsche-logo {
    text-align: center;
    margin-top: 3%;
}

.intro {
    /*width: 30%;
    width: 340px;*/
    display: inline-block;
    padding-top: 10%;
    font-family: Eurosti,Tahoma,Geneva,sans-serif;
    position: relative;
    z-index: 4;
    color: #FFF;
}

.intro .name {
    text-align: center;
    font-size: 40px;
    color: #FFF;
    float: left;
    font-weight: 600;
    font-family: 'Montserrat',sans-serif;
}
.intro .name .logo {
    width: 175px;
    text-align: center;
    margin: 0 auto;
    background: #fff;
    padding: 9px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.intro p {
    margin-bottom: 15px;
    color: #ffffff;
}

.intro-desc {
    font-size: 16px;
    line-height: 38px;
    width: 31%;
    text-align: right;
    float: right;
    color: #FFF;
    font-family: 'Raleway',sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
}

#ferdinand-porsche {
    text-align: center;
}

#ferdinand-porsche img {
    border: 4px #ddd solid;
    border-radius: 10px;
}

.year {
    width: 74%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    margin: 0 auto;
    overflow: auto;
    position: relative;
    top: 60px;
    display: none;
}

.year-inner {
    color: #1E1E1E;
    text-align: left;
    width: 75%;
    font-family: 'Montserrat',sans-serif;
    margin-bottom: 20px;
}
.year .year-title, .year .year-title h4 {
    text-align: left;
    font-size: 40px;
    color: #ffffff;
    float: left;
    font-weight: 600;
    font-family: 'Montserrat',sans-serif;
}
.year-inner span {
    font-size: 50%;
}

.year-inner .logo {
    width: 175px;
    float: left;
    text-align: center;
    margin: 0 auto;
    background: #fff;
    padding: 9px;
    border-radius: 5px;
    margin-bottom: 10px;
    display: block;
}

.year-desc {
    color: #FFF;
    font-family: 'Raleway',sans-serif;
    text-align: justify;
    float: left;
    width: 74%;
    font-size: 16px;
    line-height: 38px;
    letter-spacing: 0.75px;
    font-weight: 600;
}

.year-desc span {
    font-size: 25px;
    font-weight: bold;
    color: #BDD839;
    letter-spacing: 0px;
}

.year-shadow {
    text-shadow: 0px 0px 50px black;
}

.dark {
    color: #313131;
}

.wh {
    color: white;
}

/* Overlay
-------------------------*/
#jpreOverlay {
    background-color: #000;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    filter: alpha(opacity=90);
    opacity: 0.9;
}

#jpreSlide {
    font-size: 22px;
    font-weight: bold;
    color: #ccc;
    text-align: center;
    display: none;
}

#jpreLoader {
    width: 500px;
    top: 68% !important;
}

#jpreBar {
    display: none;
}

#jprePercentage {
    color: #ccc;
    font-size: 2.2em;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 1px #333;
    top: -100%;
}

#about1 {
    /*font-family: Eurosti, Tahoma, Geneva,sans-serif;*/
    background: white;
    width: 100%;
    padding-top: 45px;
    border-bottom: 1px solid #E5E5E5;
    display: table;
    padding-bottom: 10px;
}

#about2 {
    font-family: Eurosti, Tahoma, Geneva,sans-serif;
    width: 100%;
}

.about-text {
    margin: 0 auto;
    width: 70%;
    padding-top: 20px;
    color: black;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 5%;
    /*font-family: Eurosti, Tahoma, Geneva,sans-serif;*/
    text-align: justify;
    font-size: 20px;
}

.about-text a {
    color: #B13C3C;
    text-decoration: none;
}

.about-title {
    float: left;
    text-align: right;
    font-size: 43px;
    font-weight: bold;
    color: #B10909;
    font-family: 'BebasRegular';
    width: 20%;
    line-height: 52px;
    padding-top: 70px;
}

.about-title span {
    color: black;
}

.about-text p {
    padding-bottom: 25px;
}

.about-text p.disclaimer {
    font-style: italic;
    font-size: 14px;
    padding: 10px 0;

}
.about-text p.social {padding-bottom: 10px;}

.about-text #copyright{
    margin-left: 23%;
    margin-top: 20px;
}
iframe#twitter-widget-1{
    vertical-align: bottom;
}


#dockContainer { position: fixed; top: 60px; left: 6px; }
#jqDock { position: relative; bottom: 48px; }
.jqDockLabel { background: #333; color: #fff; padding: 3px 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; }

.rotate{
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.90);
    color: white;
    text-align: center;
    font-size: 22px;
    padding-top: 200px;
}
.rotate img{
    margin-bottom: 10px;
}
.wrapper {
    width: 82%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
#about1 .wrapper {
    width: 100%;
}
.intro .name.hosp {
    margin-left: 2em;
}