/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: Bolt - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */




/* Green */
.green {
     background-color: #c43c9b;
    margin-bottom: 0px;
}

.green h3 {
    color: white;
    font-weight: 400;
    margin-bottom: 35px;
}

.green p {
    color: white;
    font-weight: 400;
    font-size: 20px;
}

/* White */
.white {
    background-color: #F2F2F2;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 0px;
}

.white h3 {
    color: #4e4e4e;
    font-weight: 400;
    margin-bottom: 35px;
}

.white p {
    color: #4e4e4e;
    font-weight: 400;
    font-size: 20px;
}

/* Skills */
#skills {
    background-color: #4e4e4e;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
}

#skills h3 {
    color: white;
}

#skills p {
    color: white;
    font-weight: 400;
}

/* Social Links */
#download {
    width: 100%;
    padding-top: 200px;
    padding-bottom: 200px;
}

#download i {
    font-size: 50px;
    color: #74cfae;
}

#download .col-md-3:hover {
    background-color: #f5f5f5;
}

#download .col-md-3 {
    padding:30px;
}

/* Footer */
#f {
    padding-top: 20px;
    background-color: #74cfae;
}

#f p {
    color: white;
    text-align: right;
    font-weight: 400;
}

/* Image Opacity */
.grid img {
    opacity: .7;
}
.grid img:hover {
    opacity: 1;
}




/* nt-example1 */

#nt-example1 {
    max-width: 620px;
    margin: auto;
}

#nt-example1-container {
    text-align: center;
}

#nt-example1-container i {
    font-size: 22px;
    margin: 8px;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    color: #fff;
}

#nt-example1-container i:hover {
    color: #fff;
}

#nt-example1 li {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px dotted #2c8162;
    color: #4e4e4e;
    font-size: 13px;
    line-height: 19px;
    list-style: outside none none;
    min-height: 55px;
    overflow: hidden;
    padding: 10px;
    text-align: justify;
}

#nt-example1 li i{color: #8e44ad;}

#nt-example1 li:hover {
    background: #FFF;
}
