html, body{
    margin: 0;
    padding: 0;
}

body{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    background-color: #ecf0f1;
    scrollbar-face-color: #121212;
}

#scrollUp {
    bottom: 20px;
    right: 20px;
    height: 38px;  /* Height of image */
    width: 38px; /* Width of image */
    background: url(../img/top.png) no-repeat;
}

.mw100 {
    min-width: 100px;
}

.max-w300 {
    max-width: 300px;
}

.btn-readonly {
    cursor: default !important;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
    color: #34495e;
}

.btn-readonly.btn-primary {
    color: #ffffff;
}

/*.btn.btn-default{*/
    /*background-color: #ecf0f1;*/
    /*color: #34495e;*/
    /*border: 1px solid #ecf0f1;*/
/*}*/

/*.btn.btn-default:hover{*/
    /*background-color: #bdc3c7;*/
    /*color: #34495e;*/
    /*border: 1px solid #bdc3c7;*/
    /*transition: all 1s ease;*/
    /*-webkit-transition: all 1s ease;*/
    /*-moz-transition: all 1s ease;*/
    /*-ms-transition: all 1s ease;*/
    /*-o-transition: all 1s ease;*/
/*}*/

.btn.btn-success{
    background-color: #11A8AB;
    color: #fff;
    border: 1px solid #11A8AB;
}

.btn.btn-success:hover{
    background-color: #0f9799;
    color: #fff;
    border: 1px solid #0f9799;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}

/*.btn.btn-success{*/
    /*background-color: #2ecc71;*/
    /*color: #fff;*/
    /*border: 1px solid #2ecc71;*/
/*}*/

/*.btn.btn-success:hover{*/
    /*background-color: #27ae60;*/
    /*color: #fff;*/
    /*border: 1px solid #27ae60;*/
    /*transition: all 1s ease;*/
    /*-webkit-transition: all 1s ease;*/
    /*-moz-transition: all 1s ease;*/
    /*-ms-transition: all 1s ease;*/
    /*-o-transition: all 1s ease;*/
/*}*/

/*.btn.btn-info{*/
    /*background-color: #3498db;*/
    /*color: #fff;*/
    /*border: 1px solid #3498db;*/
/*}*/

/*.btn.btn-info:hover{*/
    /*background-color: #2980b9;*/
    /*color: #fff;*/
    /*border: 1px solid #2980b9;*/
    /*transition: all 1s ease;*/
    /*-webkit-transition: all 1s ease;*/
    /*-moz-transition: all 1s ease;*/
    /*-ms-transition: all 1s ease;*/
    /*-o-transition: all 1s ease;*/
/*}*/

/*.btn.btn-warning{*/
    /*background-color: #f1c40f;*/
    /*color: #fff;*/
    /*border: 1px solid #f1c40f;*/
/*}*/

/*.btn.btn-warning:hover{*/
    /*background-color: #f39c12;*/
    /*color: #fff;*/
    /*border: 1px solid #f39c12;*/
    /*transition: all 1s ease;*/
    /*-webkit-transition: all 1s ease;*/
    /*-moz-transition: all 1s ease;*/
    /*-ms-transition: all 1s ease;*/
    /*-o-transition: all 1s ease;*/
/*}*/

/*.btn.btn-danger{*/
    /*background-color: #e74c3c;*/
    /*color: #fff;*/
    /*border: 1px solid #e74c3c;*/
/*}*/

/*.btn.btn-danger{*/
    /*background-color: #c0392b;*/
    /*color: #fff;*/
    /*border: 1px solid #c0392b;*/
    /*transition: all 1s ease;*/
    /*-webkit-transition: all 1s ease;*/
    /*-moz-transition: all 1s ease;*/
    /*-ms-transition: all 1s ease;*/
    /*-o-transition: all 1s ease;*/
/*}*/

.btn-group{
    margin-right: 20px;
    margin-bottom: 10px;
}

.input-lg{
    margin-bottom: 22px;
}

.form-control{
    border: 1px solid #1abc9c;
}

.form-control:focus{
    border: 1px solid #cccccc;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    background-color: #ecf0f1;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}

/* SIDEBAR
===========================*/

#sidebar{
    border-top: 10px solid #1abc9c;
    margin-bottom: 30px;
}

#sidebar .sosmed{
    background-color: #16a085;
    margin-bottom: 35px;
    padding: 20px;
    color: #ecf0f1;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -ms-border-bottom-right-radius: 10px;
    -o-border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -ms-border-bottom-left-radius: 10px;
    -o-border-bottom-left-radius: 10px;
}

#sidebar .sosmed a{
    color: #ecf0f1;
    margin-right: 5px;
    margin-left: 5px;
}

#sidebar .sosmed a i.fa{
    background-color: #ecf0f1;
    color: #16a085;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    padding-top: 18px;
}

#sidebar .sosmed a i.fa:hover{
    background-color: #bdc3c7;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}

#sidebar .user{
    margin-bottom: 30px;
}

#sidebar .user img{
    border: 10px solid #bdc3c7;
}

#sidebar .user .user-head{
    text-align: center;
}

#sidebar .user .user-head h1{
    color: #34495e;
    font-weight: 600;
}

#sidebar .user .user-head h5{
    font-weight: 600;
    color: #7f8c8d;
    font-size: 18pt;
}

#sidebar .user .user-head .hr-center{
    height: 3px;
    background-color: #1abc9c;
    width: 40%;
    display: block;
    margin: 0 auto;
}

#sidebar .link-me{
    margin-top: 30px;
}

#sidebar .link-me i.fa{
    background-color: #1abc9c;
    color: #ecf0f1;
    width: 45px;
    height: 45px;
    padding-top: 13px;
    border-radius: 10px;
    font-size: 14pt;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

#sidebar .link-me i.fa:hover{
    background-color: #bdc3c7;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}

#sidebar .link-me .hr-center{
    height: 3px;
    background-color: #34495e;
    margin: 0 auto;
    width: 100px;
    margin-top: 15px;
}

/* CONTENT
===========================*/

#content{
    background-color: #fff;
    border-top: 10px solid #16a085;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -ms-border-bottom-right-radius: 10px;
    -o-border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -ms-border-bottom-left-radius: 10px;
    -o-border-bottom-left-radius: 10px;
}

#content .navbar{
    margin-bottom: 0;
    background-color: #ecf0f1;
}

#content .navbar-default .navbar-nav > .active > a,
#content .navbar-default .navbar-nav > .active > a:hover,
#content .navbar-default .navbar-nav > .active > a:focus{
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

#content .navbar-default .navbar-collapse,
#content .navbar-default .navbar-form{
    margin-top: 10px;
}

#content .navbar-default ul.nav li a{
    color: #34495e;
}

#content .navbar-default ul.nav li a:hover{
    color: #1abc9c;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}

#content .navbar ul.nav.navbar-right{
    margin-right: 17px !important;
}

#content .navbar ul.nav.navbar-right i.fa{
    background-color: #34495e;
    color: #fff;
    width: 30px;
    padding-top: 8px;
    padding-left: 10px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    height: 30px;
}

#content .main-content{
    padding: 0 20px;
}

.timeline {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    right: 8px;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: calc( 100% - 30px );
    float: left;
    color: #34495e;
    background-color: white;
    border-radius: 2px;
    padding: 15px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 32px;
    right: -10px;
    display: inline-block;
    border-top: 10px solid transparent;
    border-left: 10px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 10px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 32px;
    right: -10px;
    display: inline-block;
    border-top: 10px solid transparent;
    border-left: 10px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 10px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel h1{
    margin-top: 0;
}

.timeline > li > .timeline-panel .hr-left{
    height: 1px;
    width: 100px;
    margin-bottom: 20px;
    background-color: #ddd;
}

.timeline .timeline-head{
    text-align: right;
    margin-right: 80px;
    margin-top: 20px;
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    right: 0px;
    margin-left: -25px;
    background-color: #999999;
    z-index: 2;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: transparent !important;
    width: 20px !important;
    height: 20px !important;
    right: 0 !important;
    top: 32px !important;
    /*border: 2px solid #1abc9c;*/
    border: 10px solid white;
}

.timeline-badge.success {
    background-color: transparent !important;
    width: 20px !important;
    height: 20px !important;
    right: 0 !important;
    top: 32px !important;
    border: 2px solid #2ecc71;
}

.timeline-badge.warning {
    background-color: transparent !important;
    width: 20px !important;
    height: 20px !important;
    right: 0 !important;
    top: 32px !important;
    border: 2px solid #f1c40f;
}

.timeline-badge.danger {
    background-color: transparent !important;
    width: 20px !important;
    height: 20px !important;
    right: 0 !important;
    top: 32px !important;
    border: 2px solid #e74c3c;
}

.timeline-badge.info {
    background-color: transparent !important;
    width: 20px !important;
    height: 20px !important;
    right: 0 !important;
    top: 32px !important;
    border: 2px solid #3498db;
}

.toggle-on.btn-default {
    background-color: #e6e6e6;
}

.timeline-badge.default{
    background-color: #34495e !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}

/*	WORK
==========================*/

.thumbnail{
    padding: 0;
    border: none;
}

.thumbnail:hover{
    border: none;
}

/*	RESUME
==========================*/

/*#resume i.fa{*/
    /*margin-right: 10px;*/
/*}*/

/*	WORK EXPERIENCE
==========================*/

.work-experience h3{
    margin-bottom: 5px;
}

.work-experience small{
    /*color: #7f8c8d;*/
}

.work-experience p{
    margin-top: 15px;
}

/*	Skills
===========================*/

.skillbar {
    position:relative;
    display:block;
    margin-bottom:15px;
    width:100%;
    background:#908b8b;
    height:25px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -webkit-transition:0.4s linear;
    -moz-transition:0.4s linear;
    -ms-transition:0.4s linear;
    -o-transition:0.4s linear;
    transition:0.4s linear;
    -webkit-transition-property:width, background-color;
    -moz-transition-property:width, background-color;
    -ms-transition-property:width, background-color;
    -o-transition-property:width, background-color;
    transition-property:width, background-color;
}

.skillbar-title {
    position:absolute;
    top:0;
    left:0;
    width:120px;
    font-weight:bold;
    font-size:13px;
    color:#ffffff;
    background:#6adcfa;
    -webkit-border-top-left-radius:3px;
    -webkit-border-bottom-left-radius:4px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-bottomleft:3px;
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
}

.skillbar-title span {
    display:block;
    background:rgba(0, 0, 0, 0.1);
    padding:0 20px;
    height:25px;
    line-height:25px;
    -webkit-border-top-left-radius:3px;
    -webkit-border-bottom-left-radius:3px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-bottomleft:3px;
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    width: 120px;
}

.skillbar-bar {
    height:25px;
    width:0px;
    background:#6adcfa;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}

.skill-bar-percent {
    position:absolute;
    right:10px;
    top:0;
    font-size:11px;
    height:25px;
    line-height:25px;
    color:#ffffff;
}

/*	BLOG
==============================*/

#blog .blog-content h3{
    margin-top: 0;
    margin-bottom: 5px;
}

#blog .blog-content h3 a{
    text-decoration: none;
    color: #34495e;
}

#blog .blog-content h3 a:hover{
    color: #1abc9c;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}

#blog .blog-content small i.fa{
    margin-right: 8px;
    color: #bdc3c7;
}

#blog .blog-content small a{
    margin-right: 20px;
    color: #7f8c8d;
    text-decoration: none;
}

#blog .blog-content small a:hover{
    color: #1abc9c;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}

#blog .blog-content p{
    margin-top: 15px;
}

#blog img{
    height: 180px;
    width: 100%;
}

/*	CONTACT
===========================*/

#contact a{
    color: #34495e;
    text-decoration: none;
}

#contact a:hover{
    color: #1abc9c;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}

/*	FOOTER
=============================*/

footer{
    /*background-color: #34495e;*/
    background-color: white;
    padding: 30px 20px 20px 20px;
}

footer p{
    color: #fff;
}

.top-nav-collapse {
    /* Customize the look and feel of the collapsed top nav here */
    padding: 0;
    background-color: #08c;
    border-bottom: 1px scroller #ccc;
    z-index: 1030 !important;
    position: fixed !important;
}

/*	RESPONSIVE
=============================*/

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    /* Styles */

}

@media only screen and (max-width : 480px) {
    /* Styles */

    .timeline-panel h1{
        font-size: 20pt;
    }

    .timeline-panel p{
        font-size: 10pt;
    }

    .timeline-panel address{
        font-size: 10pt;
    }

    .timeline-panel .skillbar-title{
        width: 55px;
    }

    .timeline-panel .skillbar-title span{
        padding: 0 5px;
        font-size: 6pt;
    }

    .timeline-panel .skill-bar-percent{
        font-size: 6pt;
    }

    #personal-info .btn-group button, #personal-info input{
        font-size: 8pt;
    }

}

.btn-google-plus {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0,0,0,0.2);
}
.btn-google-plus:hover {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0,0,0,0.2);
}

.progress {
    width: 75px;
    height: 75px;
    background: #fff;
    border: 1px solid #efefef;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 10px rgba(100, 100, 100, 0.1);
    -moz-box-shadow: 0px 0px 10px rgba(100, 100, 100, 0.1);
    box-shadow: 0px 0px 10px rgba(100, 100, 100, 0.1);
    margin: -38px auto 0 auto;
    padding-bottom: 15px;
}

.progress .pcnt {
    display: block;
    position: absolute;
    color: #394264;
    font-size: 12px;
    cursor: default;
    /*font-family: 'montserrat-regular', sans-serif;*/
    width: 75px;
    text-align: center;
    padding-top: 32px;
    font-width: bold;
    z-index: 10;
}

.pc-percent {
    font-family: Arial, sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1em !important;
}

.text-percent {
    vertical-align: bottom;
    line-height: 40px;
    height: 26px;
}

.vertical-center {
    vertical-align: middle;
    line-height: 34px;
}
.chat-bubble {
    position:relative;
    display: inline-block;
    background: #fff;
    text-transform: uppercase;
    color:#000;
    border:1px solid #1abc9c;
    border-radius:3px;
    outline:0;
    width:100%;
}

.chat-bubble:after {
    content: ' ';
    position: absolute;
    left: 25px;
    right: 0;
    top: -8px;
    width: 15px;
    height: 15px;
    background: #fff;
    border-left: 1px solid #1abc9c;
    border-top: 1px solid #1abc9c;
    transform: rotate(45deg);
}

.shape-re,
.shape-cs{
    border-style: solid; border-width: 0 40px 40px 0; float:right; height: 0; width: 0;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    margin-top: -55px;
    margin-right: -11px;
}
.shape-text{
    color:#fff; font-size:12px; font-weight:bold; position:relative; right:-22px; top:-3px; white-space: nowrap;
    -ms-transform:rotate(30deg); /* IE 9 */
    -o-transform: rotate(360deg);  /* Opera 10.5 */
    -webkit-transform:rotate(46deg); /* Safari and Chrome */
    transform:rotate(46deg);
}
.offer{
    background:#fff; border:1px solid #ddd; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); margin: 15px 0; overflow:hidden;
}
.shape-re {
    border-color: rgba(255,255,255,0) #0E192B rgba(255,255,255,0) rgba(255,255,255,0);
}
.shape-cs {
    border-color: rgba(255,255,255,0) #428bca rgba(255,255,255,0) rgba(255,255,255,0);
}

.offer-radius{
    border-radius:7px;
}

.tip-resume {
    padding-top: 55px !important;
}

.introdustion-read{
    padding: 1px;
    font-size: x-small;
    font-weight: bold;
}

.animate-if.ng-enter, .animate-if.ng-leave {
    transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
}

.animate-if.ng-enter,
.animate-if.ng-leave.ng-leave-active {
    opacity:0;
}

.animate-if.ng-leave,
.animate-if.ng-enter.ng-enter-active {
    opacity:1;
}