/*-----------------------------------------------------------------------------------

    Theme: Foundervision
    Author: Johannes Pommranz, Foundervision AG
    Author URI: http://www.foundervision.com

-----------------------------------------------------------------------------------*/

/* /////////////////////////////////////////////////////////////////////
//  01 - Reset - http://meyerweb.com/eric/tools/css/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, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* /////////////////////////////////////////////////////////////////////
//  02 - Global
/////////////////////////////////////////////////////////////////////*/

::selection {
    background: rgba(20,160,182,0.1);
}
body {
    color: #797979;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    font-size: 100%;
    font-family: 'Droid Sans', sans-serif;
    background: url('../img/bg-pattern.jpg');
}
a {
    color: #00a4be;
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
a:hover {
    color: #a9adb0;
}
p {
    line-height: 1.7em;
    font-size: .75em;
    margin-bottom: 1.5em;
}
.big-text {
    color: #babcba;
    font-family: 'Droid Serif', serif;
    line-height: 1.7em;
    font-size: .95em;
}
strong {
    font-weight: bold;
}
.light {
    color: #b9bec2;
}
h2 {
    position: relative;
    display: block;
    text-align: center;
    margin: 0px 2.5%;
    background: url('../img/h2-dotted.png') left .35em repeat-x;
    margin-bottom: 1.25em;
}
h2 span {
    display: inline-block;
    color: #555;
    font-size: .8em;
    font-family: 'Droid Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    background: #fff;
    padding: 0 .8em;
    z-index: 1;
    background: url('../img/bg-pattern.jpg');
}
h3 {
    color: #555;
    font-family: 'Droid Serif', serif;
    font-size: .95em;
    line-height: 1.5em;
}
h4 {
    color: #555;
    font-family: 'Droid Serif', serif;
    font-size: .85em;
    line-height: 1.6em;
}
.flx {
    overflow: hidden;
}
.fll {
    float: left;
}
.flr {
    float: right;
}
.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
#header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    background: #c5bb7b;
    border-bottom: 1px solid #b7a86b;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    z-index: 999;
    zoom: 1;
}
.container {
    width: 100%;
    max-width: 62.5em;
    margin: 0 auto;
}
#header .container {
    position: relative;
    zoom: 1;
}
#header .container a.brand {
    display: inline-block;
    width: 282px;
    height: 57px;
    float: left;
    background: url('../img/logo.png') no-repeat;
}
#mainNav {
    overflow: hidden;
    right: 2.5%;
    position: absolute;
    top: 50%;
    height: 20px;
    margin-top: -10px;
    display: inline-block;
    zoom: 1;
}
#mainNav li {
    margin-left: 1.5em;
    display: inline;
    float: left;
    position: relative;
    width: auto;
}
#mainNav li a {
    color: #403f33;
    display: inline;
    font-family: 'Droid Serif', serif;
    font-size: .85em;
    line-height: 1.4em;
    text-decoration: none;
    padding: 15px 0 0;
    -webkit-transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out;
    -ms-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
    border-bottom: 1px dotted #c8b772;
}
#mainNav li.twitter {
    margin-left: 1.2em;
}
#mainNav li.facebook {
    margin-left: 2em;
}
#mainNav li.socialmedia a {
    display: inline-block;
    width: 12px;
    height: 20px;
    vertical-align: top;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: url('../img/social-media.png') no-repeat;
}
#mainNav li.facebook a {
    width: 8px;
    background-position: left 0px;
}
#mainNav li.facebook a:hover {
    background-position: left -50px;
}
#mainNav li.twitter a {
    width: 15px;
    background-position: left -100px;
}
#mainNav li.twitter a:hover {
    background-position: left -150px;
}
#mainNav li a:hover {
    color: #6e674b;
}
.socialMedia li a:hover {
    color: #403f33;
}
#mainNav li.active a {
    font-weight: bold;
    border-bottom: 1px dotted #756d4e;
}
#mainNav li.active a:hover {
    color: #403f33;
    cursor: default;
}
.headerImage {
    position: relative;
    width: 100%;
    height: 340px;
    border-bottom: 3px solid #fff;
    background-color: #c8d7d4;
    padding-top: 58px;
}
.headerImage .bg-left,
.headerImage .bg-right {
    position: absolute;
    bottom: 0;
    width: 50%;
    height: 340px;
    background-repeat: repeat-x;
}
.headerImage .bg-left {
    left: 0;
    background-image: url('../img/header-bg-1.jpg');
}
.headerImage .bg-right {
    right: 0;
    background-image: url('../img/header-bg-2.jpg');
}
#headerImage {
    height: 340px;
    max-width: 960px;
    position: relative;
    background: url('../img/header-img.jpg') top center no-repeat;
    margin: 0 auto;
}
#headerImage .welcome-content {
    position: absolute;
    bottom: 4.2em;
    max-width: 510px;
    padding: 155px 0 30px 20px;
    margin-right: 1em;
}
#headerImage .welcome-content h1 {
    display: inline;
    color: #FFF;
    font-family: 'Droid Serif', serif;
    font-weight: normal;
    font-size: 1.2em;
    line-height: 1.56em;
    padding: 2px 0 4px 0;
    background-color: rgba(0, 160, 160, 0.6);
    background-color: #5abebe\9;
    -webkit-box-shadow: 10px 0 0 rgba(0, 160, 160, 0.6), -10px 0 0 rgba(0, 160, 160, 0.6);
    -moz-box-shadow: 10px 0 0 rgba(0, 160, 160, 0.6), -10px 0 0 rgba(0, 160, 160, 0.6);
    box-shadow: 10px 0 0 rgba(0, 160, 160, 0.6), -10px 0 0 rgba(0, 160, 160, 0.6);
}
#headerImage .welcome-content h3 {
    display: inline;
    color: #999;
    font-family: 'Droid Sans', sans-serif;
    font-weight: normal;
    font-size: .75em;
    line-height: 2em;
    letter-spacing: .15em;
    text-transform: uppercase;
    padding: 4px 0;
    background-color: rgba(255, 255, 255, 0.7);
    background-color: #eef3f3\9;
    -webkit-box-shadow: 10px 0 0 rgba(255, 255, 255, 0.7), -10px 0 0 rgba(255, 255, 255, 0.7);
    -moz-box-shadow: 10px 0 0 rgba(255, 255, 255, 0.7), -10px 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: 10px 0 0 rgba(255, 255, 255, 0.7), -10px 0 0 rgba(255, 255, 255, 0.7);
}
#headerImage .welcome-content h3 span {
    color: #444;
}
.chapter {
    overflow: hidden;
    position: relative;
    border-top: 1px solid #f5f5f5;
}
.chapter .container {
    padding: 24px 0 27px;
}
.cols {
    overflow: hidden;
}
.cols .col {
    float: left;
    margin: 0 0 0 25px;
}
.threeCols .col {
    width: 300px;
}
.box {
    display: block;
    position: relative;
    padding: 13px 13px 10px;
    background: #fff;
    margin: 0 0 25px 0;
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.05);
    box-shadow: 0 2px 2px rgba(0,0,0,0.05);
    border-top: 1px solid rgba(0,0,0,0.03);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    border: 1px solid #efefef\9;
}
.box p {
    margin-bottom: 0;
}
.box .inner {
    display: block;
    opacity: 0;
    filter: alpha(opacity = 0);
    width: 270px;
    height: 158px;
    background: url('../img/view-icon.png') center 40px no-repeat;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.box:hover .inner {
    opacity: 1;
    filter: alpha(opacity = 100);
    filter: alpha(opacity = 80)\9;
    background-color: rgba(126,193,201,.8);
    background-color: #7ec1c9\9;
    background-position: center 65px;
}
.box .image .inner p {
    display: block;
}
.rounded {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* Margin */
.mt0 { margin-top: 0px !important }
.mt1 { margin-top: 1px !important; }
.mt2 { margin-top: 2px !important; }
.mt3 { margin-top: 3px !important; }
.mt4 { margin-top: 4px !important; }
.mt5 { margin-top: 5px !important }
.mt6 { margin-top: 6px !important; }
.mt7 { margin-top: 7px !important; }
.mt8 { margin-top: 8px !important; }
.mt9 { margin-top: 9px !important; }
.mt10 { margin-top: 10px !important }
.mt15 { margin-top: 15px !important }
.mt20 { margin-top: 20px !important }
.mt25 { margin-top: 25px !important }
.mt30 { margin-top: 30px !important }
.mr0 { margin-right: 0px !important }
.mr1 { margin-right: 1px !important; }
.mr2 { margin-right: 2px !important; }
.mr3 { margin-right: 3px !important; }
.mr4 { margin-right: 4px !important; }
.mr5 { margin-right: 5px !important }
.mr6 { margin-right: 6px !important; }
.mr7 { margin-right: 7px !important; }
.mr8 { margin-right: 8px !important; }
.mr9 { margin-right: 9px !important; }
.mr10 { margin-right: 10px !important }
.mr15 { margin-right: 15px !important }
.mr20 { margin-right: 20px !important }
.mr25 { margin-right: 25px !important }
.mr30 { margin-right: 30px !important }
.mb0 { margin-bottom: 0px !important }
.mb1 { margin-bottom: 1px !important; }
.mb2 { margin-bottom: 2px !important; }
.mb3 { margin-bottom: 3px !important; }
.mb4 { margin-bottom: 4px !important; }
.mb5 { margin-bottom: 5px !important }
.mb6 { margin-bottom: 6px !important; }
.mb7 { margin-bottom: 7px !important; }
.mb8 { margin-bottom: 8px !important; }
.mb9 { margin-bottom: 9px !important; }
.mb10 { margin-bottom: 10px !important }
.mb15 { margin-bottom: 15px !important }
.mb20 { margin-bottom: 20px !important }
.mb25 { margin-bottom: 25px !important }
.mb30 { margin-bottom: 30px !important }
.ml0 { margin-left: 0px !important }
.ml1 { margin-left: 1px !important; }
.ml2 { margin-left: 2px !important; }
.ml3 { margin-left: 3px !important; }
.ml4 { margin-left: 4px !important; }
.ml5 { margin-left: 5px !important }
.ml6 { margin-left: 6px !important; }
.ml7 { margin-left: 7px !important; }
.ml8 { margin-left: 8px !important; }
.ml9 { margin-left: 9px !important; }
.ml10 { margin-left: 10px !important }
.ml15 { margin-left: 15px !important }
.ml20 { margin-left: 20px !important }
.ml25 { margin-left: 25px !important }
.ml30 { margin-left: 30px !important }

/* Padding */
.pt0 { padding-top: 0px !important }
.pt1 { padding-top: 1px !important }
.pt2 { padding-top: 2px !important }
.pt3 { padding-top: 3px !important }
.pt4 { padding-top: 4px !important }
.pt5 { padding-top: 5px !important }
.pt6 { padding-top: 6px !important }
.pt7 { padding-top: 7px !important }
.pt8 { padding-top: 8px !important }
.pt9 { padding-top: 9px !important }
.pt10 { padding-top: 10px !important }
.pt15 { padding-top: 15px !important }
.pt20 { padding-top: 20px !important }
.pt25 { padding-top: 25px !important }
.pt30 { padding-top: 30px !important }
.pr0 { padding-right: 0px !important }
.pr1 { padding-right: 1px !important }
.pr2 { padding-right: 2px !important }
.pr3 { padding-right: 3px !important }
.pr4 { padding-right: 4px !important }
.pr5 { padding-right: 5px !important }
.pr6 { padding-right: 6px !important }
.pr7 { padding-right: 7px !important }
.pr8 { padding-right: 8px !important }
.pr9 { padding-right: 9px !important }
.pr10 { padding-right: 10px !important }
.pr15 { padding-right: 15px !important }
.pr20 { padding-right: 20px !important }
.pr25 { padding-right: 25px !important }
.pr30 { padding-right: 30px !important }
.pb0 { padding-bottom: 0px !important }
.pb1 { padding-bottom: 1px !important }
.pb2 { padding-bottom: 2px !important }
.pb3 { padding-bottom: 3px !important }
.pb4 { padding-bottom: 4px !important }
.pb5 { padding-bottom: 5px !important }
.pb6 { padding-bottom: 6px !important }
.pb7 { padding-bottom: 7px !important }
.pb8 { padding-bottom: 8px !important }
.pb9 { padding-bottom: 9px !important }
.pb10 { padding-bottom: 10px !important }
.pb15 { padding-bottom: 15px !important }
.pb20 { padding-bottom: 20px !important }
.pb25 { padding-bottom: 25px !important }
.pb30 { padding-bottom: 30px !important }
.pl0 { padding-left: 0px !important }
.pl1 { padding-left: 1px !important }
.pl2 { padding-left: 2px !important }
.pl3 { padding-left: 3px !important }
.pl4 { padding-left: 4px !important }
.pl5 { padding-left: 5px !important }
.pl6 { padding-left: 6px !important }
.pl7 { padding-left: 7px !important }
.pl8 { padding-left: 8px !important }
.pl9 { padding-left: 9px !important }
.pl10 { padding-left: 10px !important }
.pl15 { padding-left: 15px !important }
.pl20 { padding-left: 20px !important }
.pl25 { padding-left: 25px !important }
.pl30 { padding-left: 30px !important }

/* List */
ul.list {
   border-top: 1px solid #f5f5f5;
   border-bottom: 0;
}
ul.list li {
    line-height: 1.7em;
    font-size: .75em;
    border-bottom: 1px solid #f5f5f5;
    padding: 4px 5px;
    overflow: hidden;
}
ul.list li.Heading {
   text-align: left;
   font-weight: bold;
   background: #FBFBFB;
}


/*////////////////////////////////////////////////////////////////////
//  03 - Chapters
////////////////////////////////////////////////////////////////////*/

#about {
    border: 1px solid #f9f9f9;
}
#about, #about h2 span {
    background: #fff;
}
#about p.big-text {
    text-align: left;
}
#about .icon {
    float: left;
    display: block;
    width: 33px;
    height: 33px;
    background: url('../img/icons.png') no-repeat;
    margin-right: 10px;
}
#about .icon.support {
    background-position: left top;
}
#about .icon.structure {
    background-position: left -50px;
}
#about .icon.management {
    background-position: left -100px;
}
#about .icon.first-step {
    background-position: left -150px;
}
#team .box img {
    width: 270px;
    height: 158px;
}
#team .box .text {
    display: block;
    margin: 8px 5px;
}
#team .box a.facebook {
    display: block;
    float: right;
    width: 20px;
    height: 22px;
    background: url('../img/icons.png') left -198px no-repeat;
    -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;
}
#team .box a.facebook:hover {
    background-position: left -248px;
}
#team .box a.xing {
    display: block;
    float: right;
    width: 20px;
    height: 22px;
    background: url('../img/icons.png') left -298px no-repeat;
    -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;
    margin-left: 5px;
}
#team .box a.xing:hover {
    background-position: left -348px;
}
#team .box a.linkedin {
    display: block;
    float: right;
    width: 20px;
    height: 22px;
    background: url('../img/icons.png') left -398px no-repeat;
    -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;
    margin-left: 5px;
}
#team .box a.linkedin:hover {
    background-position: left -448px;
}
#contact, #contact h2 span {
    background: #fff;
}
#contact .box {
    padding: 12px 13px;
    -moz-box-shadow: 0 2px 5px rgba(183,183,183, 0.3);
    -webkit-box-shadow: 0 2px 5px rgba(183,183,183, 0.3);
    box-shadow: 0 2px 5px rgba(183,183,183, 0.3);
}
#contact .box .inner {
    position: absolute;
    top: 12px;
    left: 13px;
    width: 276px;
    height: 200px;
}
#contact .box:hover .inner {
    background-position: center 86px;
}
#contact span.label {
    display: inline-block;
    color: #b9bec2;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    margin-right: 7px;
}
#contact .social-media-icons a {
    float: left;
    display: block;
    width: 32px;
    height: 32px;
    padding: 3px;
    background: url('../img/findus.png') no-repeat;
    border: 1px solid #f5f5f5;
    margin-right: 12px;
}
#contact .social-media-icons a.facebook {
    background-position: 3px 3px;
}
#contact .social-media-icons a.twitter {
    background-position: 3px -47px;
}
#contact .social-media-icons a.google {
    background-position: 3px -97px;
}
#contact .social-media-icons a.linkedin {
    background-position: 3px -147px;
}
#contact .social-media-icons a.xing {
    background-position: 3px -197px;
}
#contact .social-media-icons a:hover {
    border-color: #c2dfe3;
    opacity: .75;
    filter: alpha(opacity = 75);
}
#fblikebox {
    background-color: #686352;
    border-top: 4px solid #645e45;
}
#fblikebox .container {
    padding-bottom: 26px;
}
.fb_iframe_widget {
    display: block !important;
}
#fblikebox a {
    color: #9e9a83;
}
#fblikebox a:hover {
    color: #a5a395;
}
#fblikebox span {
    display: block;
    width: 100% !important;
    height: 96px !important;
}
#fblikebox span iframe {
    width: 100% !important;
    height: 96px !important;
}
#footer {
    color: #989587;
    background-color: #686352;
    border-top: 4px solid #645e45;
}
.column {
    width: 300px !important;
    margin: 0 0 0 25px;
}


/*////////////////////////////////////////////////////////////////////
//  04 - Media Queries
////////////////////////////////////////////////////////////////////*/

/* Tablet Landscape */
@media only screen and (max-width: 1024px) and (orientation:landscape) {
}

/* Tablet Portrait */
@media only screen and (max-width: 975px) {
    .cols {
        width: 675px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 768px) and (orientation:portrait) {
    #header .container {
        text-align: center;
    }

    #header .container a.brand {
        float: none;
    }
    #mainNav {
        position: relative;
        top:0;
        right: 0;
        width: 95%;
        margin: 0;
        text-align: center;
        height: auto;
    }
    #mainNav li {
        margin: 0 !important;
        display: inline;
        padding: 0 5px 0 5px;
        float: none;
    }
    .headerImage .container {
        background-size: cover;
        /*background-attachment: inherit !important;*/
        background-position: center center !important;
    }
}

@media only screen and (max-width: 600px) {
    #contact h2 {
        margin-bottom: 40px;
    }
    #contact h3 {
        text-align: center;
    }
    #contact .social-media-icons {
        margin-bottom: 20px;
    }

    #footer {
        text-align: center;
    }
}

/* Layouts smaller than 600px e.g. mobiles */
@media only screen and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px) {

    html {
        -webkit-text-size-adjust: none;
    }
    .cols {
        width: 300px;
        margin: 0 auto;
    }
    .cols .col {
        clear: both;
        margin: 0;
    }
    #header .container {
        text-align: center;
    }

    #header .container a.brand {
        float: none;
    }
    #mainNav {
        position: relative;
        top:0;
        right: 0;
        width: 95%;
        margin: 0;
        text-align: center;
        height: auto;
    }
    #mainNav li {
        margin: 0 !important;
        display: inline;
        padding: 0 5px 0 5px;
        float: none;
    }
    .clear {
        clear: both;
    }
    #headerImage .welcome-content {
		padding: 155px 0 0 20px;
	}
}

/* Mobile Landscape */
@media screen and (max-width: 480px) and (orientation: landscape) {
    .cols {
        width: 300px;
        margin: 0 auto;
    }
    .cols .col {
        clear: both;
        margin: 0;
    }
    #header .container {
        text-align: center;
    }

    #header .container a.brand {
        float: none;
    }
    #mainNav {
        position: relative;
        top:0;
        right: 0;
        width: 95%;
        margin: 0;
        text-align: center;
        height: auto;
    }
    #mainNav li {
        margin: 0 !important;
        display: inline;
        padding: 0 5px 0 5px;
        float: none;
    }
    .clear {
        clear: both;
    }
}

/* Mobile Portrait */
@media screen and (max-width: 480px) and (orientation: portrait) {
    .headerImage,
    .headerImage .bg-left,
    .headerImage .bg-right,
    #headerImage,
    #headerWeb {
        height: 280px !important;
    }
    #headerImage {
        background-position: center left;
    }
    #headerWeb {
        background-position-y: -30px;
    }
    #headerSlogan {
        top: 97px;
    }
    .cols {
        width: 300px;
        margin: 0 auto;
    }
    .cols .col {
        margin: 0;
    }
    #mainNav li.facebook {
        clear: both !important;
    }
    .col {
        margin: 0;
    }
    .clear {
        clear: both;
    }
}


/*////////////////////////////////////////////////////////////////////
//  05 - Vertical fixed navigation
////////////////////////////////////////////////////////////////////*/

#cd-vertical-nav {
    position: fixed;
    right: 25px;
    bottom: 7%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

#cd-vertical-nav li {
    text-align: right;
}

#cd-vertical-nav a {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#cd-vertical-nav a:after {
    content: "";
    display: table;
    clear: both;
}

#cd-vertical-nav a span {
    float: right;
    display: inline-block;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
}

#cd-vertical-nav a:hover span {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#cd-vertical-nav .cd-dot {
    position: relative;
    top: 9px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #C4C0BE;
    -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
    -moz-transition: -moz-transform 0.2s, background-color 0.5s;
    transition: transform 0.2s, background-color 0.5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

#cd-vertical-nav a.is-selected .cd-dot {
    background-color: #66C1CF;
}

#cd-vertical-nav .cd-label {
    background: #FFF;
    border-radius: 4px;
    position: relative;
    margin-right: 10px;
    padding: .4em .5em;
    color: #797979;
    font-family: 'Droid Serif', serif;
    font-size: 14px;
    font-size: 0.875rem;
    font-size: .75rem;
    line-height: 1.7em;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    opacity: 0;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

#cd-vertical-nav a:hover .cd-label {
    opacity: 1;
}

/* Touch devices */
.touch #cd-vertical-nav {
	display: none;
}