/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://pointstbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
    font-family: "Roboto",FontAwesome;
    background: #f9f9f9;
    color: #212121;
    font-size: 16px;
}
.center{
    float: none;
    margin: auto;
}
p {
    font-size: 18px;
    font-weight: 100;
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #18bc9c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto",FontAwesome;
    font-weight: 200;
}

section h3 {
    font-size: 40px;
}
.container{
    margin-right:auto;
    margin-left:auto;
    padding-left:20px;
    padding-right:20px
}
hr.points {
    margin: 30px auto 30px;
    padding: 0;
    max-width: 250px;
    border: none;
    /*border-top: solid 1px #212121;*/
    text-align: center;
}

hr.points:after {
    content: "•••";
    display: inline-block;
    position: relative;
    top: -1em;
    padding:0 0.5em 0 0.5em;
    font-family: FontAwesome;
    color: #212121;
    font-size: 1.5em;
}

hr.points.light {
    /*border-color: #fff;*/
}

hr.points.light:after {
    color: #fff;
    background-color: #307bbb;
}

hr.points.primary {
    border-color: #2c3e50;
}

hr.points.primary:after {
    color: #2c3e50;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
    color: #212121;
    /*background: #307bbb;*/
    background:  #f9f9f9;
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: "Roboto";
    font-size: 2em;
    font-weight: 700;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
    color: #212121;
}

@media(min-width:768px) {
    header .container {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    header .intro-text .name {
        font-size: 4.75em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
}

@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

.navbar {
    /*text-transform: uppercase;*/
    font-family: "Roboto",FontAwesome;
    font-size: 1.4em;
    font-weight: 300;
    border-bottom: 1px solid black;

}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 3px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

.navbar-nav {
    margin: 10.25px -15px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 23px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 23px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 20.5px;
        padding-bottom: 20.5px;
    }
}

section {
    padding: 80px 0;
}

section h2 {
    margin: 0;
    /* font-size: 3em; */
}

section.grey {
    color: #212121;
    background:  #f9f9f9
}
section.success {
    color: #fff;
    background: #307bbb;
}

@media(max-width:767px) {
    section {
        padding: 75px 0;
    }

    section.first {
        padding-top: 75px;
    }
}

#cd-timeline .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#cd-timeline .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#cd-timeline .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(24,188,156,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#cd-timeline .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#cd-timeline .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#cd-timeline .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#cd-timeline .portfolio-item .portfolio-link .caption .caption-content h3,
#cd-timeline .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#cd-timeline * {
    z-index: 2;
}

@media(min-width:767px) {
    #cd-timeline .portfolio-item {
        margin: 0 0 30px;
    }
}
.btn-default{
    -webkit-background-size:200% 200%;
    background-size:200%;
    background-position:50%
}
.btn-default:hover,.btn-default:active:hover,.btn-default:focus{
    background-color:#307bbb;
    color: white;
}
.btn-default:active{
    background-color:red;
    background-image:-webkit-radial-gradient(circle, #307bbb 10%, #fff 11%);
    background-image:-o-radial-gradient(circle, #307bbb 10%, #fff 11%);
    background-image:radial-gradient(circle, #307bbb 10%, #fff 11%);
    background-repeat:no-repeat;
    -webkit-background-size:1000% 1000%;
    background-size:1000%;
    -webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.3);
    box-shadow:2px 2px 2px rgba(0,0,0,0.3)
}
.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding-left: 10px;
    padding-top: 3px;
    border-radius: 100%;
    border : transparent;
    text-align: center;
    font-size: 30px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}
footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #307bbb;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #307bbb;
}



.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

///Bootstrap Panel

.panel{

}
.panel .panel-heading{
    font-size: 1.5em;
}
.panel .panel-body p{
    font-size: 0.9em;
}

.panel-standard {
    border-color: #2196f3;
}
.panel-standard > .panel-heading {
    color: #ffffff;
    background-color: #307bbb;
    border-color: #307bbb;
}
.panel-standard > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #307bbb;
}
.panel-standard > .panel-heading .badge {
    color: #2196f3;
    background-color: #ffffff;
    margin-top: 10px;
}
.panel-standard > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #307bbb;
}
#skills span.skill {
    top: -40px;
    left: 2%;
    position: relative;
    font-size: 1em;
    font-weight: 300;
    font-family: "Roboto";
    color: #fff;
}

progress {
    background-color: #f3f3f3;
    border: 0;
    height: 2em;
    width: 100%;
}

progress::-webkit-progress-bar {
    background-color: #e0eaf0;
}

progress::-webkit-progress-value {
    background-color: #307bbb;
}

progress::-moz-progress-bar {
    background-color: #307bbb;
}

.fa{
    padding-right: 10px;
}

.label {
    font-size: 1em;
    font-family: "Roboto";
    font-weight: 300;
}
@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}

.circular{
    width: 200px;
    height: 200px;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    /*    box-shadow: 0 0 8px rgba(0, 0, 0, .8);
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
        -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);*/
}
.list-group-item {
    position:relative;
    display:block;
    padding:5px 15px;
    margin-bottom:-1px;
    background-color:#ffffff;
    border:1px solid #dddddd
}
.list-group-item span{
    font-family: "Roboto";
    font-weight: 200;
}
.list-group-item>.badge{
    margin-top: 5px;
}
