@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800);

@font-face {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: normal;
    src: local('Bebas Neue'), url('../font/BebasNeue.woff') format('woff');
}

html,
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-height: 100%;
    font-family:'Bebas Neue';
    overflow-x: hidden;
    overflow-y: auto;
}

p{
    font-family: 'Dosis', sans-serif;
}

ul{
    font-family: 'Dosis', sans-serif;
}

h1{
    font-size: 30px;
    text-align: center;
    border-style: solid;
    border-width: 3px;
    border-left: 0px;
    border-right: 0px;
}

h2{
    font-size: 28px;
    margin-bottom: 0px;
}

.bg-red {
    background-color: #dd4b39 !important;
    color: #ffffff !important;
}

.bg-green{
    background-color: #00a65a !important;
    color: #ffffff !important;
}

.bg-yellow{
    background-color: #f39c12 !important;
    color: #ffffff !important;
}

.bg-blue{
    background-color: #0073b7 !important;
    color: #ffffff !important;
}

.bg-lean-icon{
    background-color: #ffffff !important;
    background-image: url(../img/icon-lean.png) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.bg-design-thinking-icon{
    background-color: #ffffff !important;
    background-image: url(../img/icon-design-thinking.png) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.bg-bmg-icon{
    background-color: #ffffff !important;
    background-image: url(../img/icon-bmg.png) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.bg-flyaway-icon{
    background-color: #56b9e3 !important;
    background-image: url(../img/icon-flyaway.png) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.bg-vilasete-icon{
    background-color: #ffffff !important;
    background-image: url(../img/icon-vilasete.png) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.bg-ocara-icon{
    background-color: #3061b2 !important;
    background-image: url(../img/icon-ocara.png) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.bg-2ndlooked-icon{
    background-color: #ffffff !important;
    background-image: url(../img/icon-2ndlooked.png) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.bg-yoochai-icon{
    background-color: #ffffff !important;
    background-image: url(../img/icon-yoochai.png) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.bg-nocartorio-icon{
    background-color: #ffffff !important;
    background-image: url(../img/icon-nocartorio.png) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.bg-jaygee{
    background-color: #ffffff !important;
    background-image: url(../img/bg-jaygee.png) !important;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
}

.bg-swb{
    background-color: #ffffff !important;
    background-image: url(../img/bg-swb.png) !important;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
}

.bg-rezende{
    background-color: #ffffff !important;
    background-image: url(../img/bg-rezende.png) !important;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
}

.bg-digital{
    background-color: #ffffff !important;
    background-image: url(../img/bg-digital.png) !important;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
}

.bg-south{
    background-color: #ffffff !important;
    background-image: url(../img/bg-south.png) !important;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
}

.bg-imaginara{
    background-color: #ffffff !important;
    background-image: url(../img/bg-imaginara.png) !important;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
}

.bg-australia{
    background-color: #ffffff !important;
    background-image: url(../img/bg-australia.png) !important;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
}

.border-right{
    border-right: 1px solid gray;
}

.hello{
    font-size: 70px;
    color: #db5834;
    margin-bottom: -40px;
    margin-top: -20px;
    text-align: center;
}

.description{
    font-family: 'Dosis', Helvetica, Arial, sans-serif;
    text-align: justify;
    text-justify: inter-word;
    margin-top: 15px;
}

.simple-text{
    font-family: 'Dosis', Helvetica, Arial, sans-serif;
    text-align: justify;
    text-justify: inter-word;
    font-size: 12px;
}

.no-padding{
    padding: 0px;
}

.img-responsive {
    margin: 0 auto;
}

.icon-tensorflow{
    background-image: url(../img/icon-tensorflow.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.icon-keras{
    background-image: url(../img/icon-keras.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.icon-php{
    background-image: url(../img/icon-php.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.icon-python{
    background-image: url(../img/icon-python.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.icon-mysql{
    background-image: url(../img/icon-mysql.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.icon-doctrine{
    background-image: url(../img/icon-doctrine.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.icon-codeigniter{
    background-image: url(../img/icon-codeigniter.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.icon-laravel{
    background-image: url(../img/icon-laravel.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.icon-rails{
    background-image: url(../img/icon-rails.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.icon-html5{
    background-image: url(../img/icon-html5.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.icon-js{
    background-image: url(../img/icon-js.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.icon-jquery{
    background-image: url(../img/icon-jquery.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.icon-phonegap{
    background-image: url(../img/icon-phonegap.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.icon-android{
    background-image: url(../img/icon-android.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.icon-linux{
    background-image: url(../img/icon-linux.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.icon-photoshop{
    background-image: url(../img/icon-photoshop.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.icon-illustrator{
    background-image: url(../img/icon-illustrator.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.icon-flash{
    background-image: url(../img/icon-flash.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.icon-dreamweaver{
    background-image: url(../img/icon-dreamweaver.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.icon-corel{
    background-image: url(../img/icon-corel.png);
    background-position: center center;
    background-repeat: no-repeat;
}

/*
 * Component: Info Box
 * -------------------
 */
.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    border-radius: 2px;
    margin-bottom: 15px;
    font-family: 'Dosis', Helvetica, Arial, sans-serif;
}
.info-box small {
    font-size: 14px;
}
.info-box .progress {
    background: rgba(0, 0, 0, 0.2);
    margin: 5px -10px 5px -10px;
    height: 2px;
}
.info-box .progress,
.info-box .progress .progress-bar {
    border-radius: 0;
}
.info-box .progress .progress-bar {
    background: #fff;
}
.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 100%;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0, 0, 0, 0.2);
}
.info-box-content {
    padding: 5px 10px;
    margin-left: 90px;
}
.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 12px;
}
.progress-description,
.info-box-text {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.info-box-text {
    text-transform: uppercase;
}
.info-box-more {
    display: block;
}
.progress-description {
    margin: 0;
}

/*
 * Component: Timeline
 * -------------------
 */
.timeline {
    position: relative;
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}
.timeline:before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0;
    width: 4px;
    background: #ddd;
    left: 31px;
    margin: 0;
    border-radius: 2px;
}
.timeline > li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 15px;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-item {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin-top: 0px;
    background: #fff;
    color: #444;
    margin-left: 60px;
    margin-right: 15px;
    padding: 0;
    position: relative;
}
.timeline > li > .timeline-item > .time {
    color: #999;
    float: right;
    padding: 10px;
    font-size: 12px;
}
.timeline > li > .timeline-item > .timeline-header {
    margin: 0;
    color: #555;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
    font-size: 16px;
    line-height: 1.1;
}
.timeline > li > .timeline-item > .timeline-header > a {
    font-weight: 600;
}
.timeline > li > .timeline-item > .timeline-body,
.timeline > li > .timeline-item > .timeline-footer {
    padding: 10px;
    text-align: justify;
    text-justify: inter-word;
}
.timeline > li.time-label > span {
    font-weight: 600;
    padding: 5px;
    display: inline-block;
    background-color: #fff;
    border-radius: 4px;
}
.timeline > li > .fa,
.timeline > li > .glyphicon,
.timeline > li > .ion {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    color: #666;
    background: #d2d6de;
    border-radius: 50%;
    text-align: center;
    left: 18px;
    top: 0;
}

/*
 * Component: Progress Bar
 * -----------------------
 */
.progress,
.progress > .progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.progress,
.progress > .progress-bar,
.progress .progress-bar,
.progress > .progress-bar .progress-bar {
    border-radius: 1px;
}

.progress-bar-green {
    background-color: #00a65a !important;
}

/*@media (max-width: 767px) {
    .border-right {
        border-right: 0px;
    }
    .hello{
        margin-bottom: -20px;
        text-align: center;
    }
    .description{
        margin-top: 0px;
    }
}*/