@import url('https://fonts.googleapis.com/css?family=Saira+Condensed|Ubuntu');
/*
    font-family: 'Saira Condensed', sans-serif;
    font-family: 'Ubuntu', sans-serif;
*/

body {
    font-family: 'Saira Condensed', sans-serif;
    font-size: 1.1em;
    -webkit-print-color-adjust: exact;
}

.home {
    height: 100vh;    
}

.home a {
    width: 48%;
}

header {
    background: #1e1e1e;
    color: #fefefe;
    height: auto;
    font-size: 1.3em;
}

header img {
    display: inline-block;
    width: 44px;
    height: auto;
    padding-top: 2px;
}

/*
#fr.btn, #en.btn {
    background: none;    
}
*/

.icon {
    font-size: 1.5em;    
}

.hidden {
    display: none; 
}

a {
    color: #007bff; 
}

section {
    width: 100%;
}

#skills .col-4.offset-1 {
    margin-left: 15px;
    padding-right: 0;
}

.placeholder {
    height: 7vh;
}

.nav-pills a {
    z-index: 2;
}

.tab-content, .nav-pills {
    -webkit-box-shadow: 1px 1px 2px #999;
    -moz-box-shadow: 1px 1px 2px #999;
    box-shadow: 1px 1px 2px #999;
}

.tab-content {
    height: 50vh;
    overflow: scroll;
}

meter::-webkit-meter-bar, meter::-moz-meter-bar {
    background: linear-gradient(to right, #b5d7fc , #007bff);
    color: linear-gradient(to right, #b5d7fc , #007bff);
}

.meter-container {
    position: relative;
    width: 100%;
    height: 20px;
    background: #cccccc;
}

.meter-gauge {
    position: absolute;
    float: left;
    height: 100%;
    background: #1daf1f;
}

.meter-gloss {
    position: absolute;
    float: left;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(254, 254, 254, 0.3) 10%, rgba(254, 254, 254, 0.5) 20%, rgba(136, 136, 136, 0.4) 45%, rgba(136, 136, 136, 0.4) 65%, rgba(0, 0, 0, 0) 100%);
}

.meter-text {
    position: absolute;
    right: 10%;
    color: #fefefe;
    font-size: 0.8em;
    margin-right: 0.5em;
    visibility: hidden;
}

.meter-text-print {
    position: absolute;
    left: 10%;
    color: #1e1e1e;
    font-size: 0.8em;
    margin-left: 0.5em;
}

.portfolio > div > p {
    margin-bottom: 0.5em;    
}

/* Carousel */
.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
    border: 10px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 20vh;
    margin-top: -20vh;
}

.jcarousel ul {
    width: 10000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: visible;
}

.jcarousel li {
    width: 300px;
    float: left;
    border: 2px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.jcarousel img {
    float: left;
    display: block;
    max-width: 100%;
    height: auto !important;
}

.description {
    position: absolute;
    width: 100%;
    height: 47vh;
    margin-left: 0px;
    background: rgba(254, 254, 254, 0);
    color: rgba(30, 30, 30, 0);
    font-size: 0.85em;
    border: 1px solid rgba(30, 30, 30, 0);
    overflow: auto;
    transition: 1s ease-in-out;
    z-index: 1;
}

.description:hover {
    transform: scale(1) translateY(-27%);
    background: rgba(254, 254, 254, 0.9);
    color: rgba(30, 30, 30, 1);
    border: 1px solid rgba(30, 30, 30, 1);
    box-shadow: 0px 3px 12px rgba(30, 30, 30, 0.67);
}

.description a {
    color: rgba(0, 123, 255, 0);
}

.description:hover a {
    color: rgba(0, 123, 255, 1);
}

/** Carousel Controls **/
.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: -11px;
    width: 40px;
    height: 108%;
    text-align: center;
    background: #007bff;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
}

.jcarousel-control-prev {
    left: -45px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: : 5px 0 0 5px;
    border-radius: : 5px 0 0 5px;
}

.jcarousel-control-next {
    right: -45px;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: : 0 5px 5px 0;
}

/** Carousel Pagination **/
.jcarousel-pagination {
    position: absolute;
    bottom: -60px;
    left: 50%;
    width: 80%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    height: 3vh;
    width: 20%;
    line-height: 10px;
    background: #fff;
    color: #007bff;
    border-radius: 2px;
    text-indent: -9999px;
    margin-right: 7px;
    -webkit-box-shadow: 0 0 2px #007bff;
    -moz-box-shadow: 0 0 2px #007bff;
    box-shadow: 0 0 2px #007bff;
}

.jcarousel-pagination a.active {
    background: #007bff;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}

.modal img {
    max-width: 100%;
    height: auto !important;
}

footer {
    background: #1e1e1e;
    color: #fefefe;
}

@media screen and (min-width: 768px) {
    .nav-pills {
        min-height: 50vh;
    }

    .jcarousel {
        padding-top: 20vh;
        margin-top: -20vh;
    }

    .description {
        height: 39vh;
    }

    .description:hover {
        transform: translateY(-38%);
    }
}

@media screen and (min-width: 992px) {
    .description {
        height: 47vh;
    }

    .description:hover {
        transform: translateY(-43%);
    }
}


@media print {
   
}