.btn,
.btn-floating,
.btn-large,
.card,
.card-panel,
.collapsible,
.dropdown-content,
.side-nav,
.toast,
.z-depth-1,
nav {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.red {
    background-color: #F44336!important
}

.btn-floating i {
    width: inherit;
}

.btn-floating, .btn-floating i {
    color: #fff;
    line-height: 37px;
    display: inline-block;
}

.btn-floating i,.center, .center-align, .material-tooltip, .mdi-fw, .mdi-li, .tabs .tab {
    text-align: center;
}

.btn-floating {
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 37px;
    height: 37px;
    padding: 0;
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
}

.btn-floating, .btn-floating i {
    color: #fff;
    line-height: 37px;
    display: inline-block;
}

/*----------------color------------------*/
.indigo {
    background-color: #3f51b5!important
}

.indigo-text {
    color: #3f51b5!important
}

.blue.darken-3 {
    background-color: #1565C0!important
}
/*----------------color------------------*/

.material-icons {
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: 'liga';
    -moz-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
}

.card, .card-panel {
    margin: .5rem 0 1rem;
    background-color: #fff;
    transition: box-shadow .25s;
    border-radius: 2px;
}

.card-panel {
    padding: 20px
}

.card .card-title {
    font-size: 24px;
    font-weight: 300
}

.card .card-title.activator {
    cursor: pointer
}

.card.large .card-image,
.card.medium .card-image,
.card.small .card-image {
    max-height: 60%;
    overflow: hidden
}

.card.large .card-content,
.card.medium .card-content,
.card.small .card-content {
    max-height: 40%;
    overflow: hidden
}

.card.large .card-action,
.card.medium .card-action,
.card.small .card-action {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: inherit
}

.card .card-image,
.tabs,
.toast {
    position: relative
}

.card.small {
    height: 300px
}

.card.medium {
    height: 400px
}

.card.large {
    height: 500px
}

.card .card-image img {
    display: block;
    border-radius: 2px 2px 0 0;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%
}

.card .card-image .card-title {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px
}

.card .card-content {
    padding: 20px;
    border-radius: 0 0 2px 2px
}

.card .card-content p {
    margin: 0;
    color: inherit
}

.card .card-content .card-title {
    line-height: 48px
}

.card .card-action {
    border-top: 1px solid rgba(160, 160, 160, .2);
    padding: 20px
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
    color: #ffab40;
    margin-right: 20px;
    transition: color .3s ease;
    text-transform: uppercase
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover {
    color: #ffd8a6
}

.card .card-reveal {
    padding: 20px;
    position: absolute;
    background-color: #fff;
    width: 100%;
    overflow-y: auto;
    top: 100%;
    height: 100%;
    z-index: 1;
    display: none
}

.card .card-reveal .card-title {
    cursor: pointer;
    display: block
}

/*------------------------*/


.section-experience .icon-experience{
	color: #757575;
    display: inline-block;
    margin-left: 161px;
    padding: 8px 13px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15), 0 2px 10px 0 rgba(0,0,0,0.11);
}

.section-experience .experience-content::before {
    content: '';
    position: absolute;
    left: -37px;
    margin-top: -13px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
	background-color: #ffffff;
}


.section-experience .experience-content {
    background-color: #ffffff;
    padding: 30px;
    margin-bottom: 45px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15), 0 2px 10px 0 rgba(0,0,0,0.11);
}

.section-experience .specialty-name{
    color: #0487cc;
}

	
span{
    padding: 0;
    margin: 0;
}

.section p {
    line-height: 28px;
}
.borderleft{
	border-left:5px solid #06A763;
}


.section-skills .professional-skills{
    padding: 0 30px 30px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15), 0 2px 10px 0 rgba(0,0,0,0.11);
}

.section-skills .skill-value {
    position: absolute;
    right: 45px;
}

.section-skills .other-skills i{
    color: #0487cc;
    margin-right: 5px;
}