/*custom.css*/

#main-nav .navbar-header a {
    background-color: #ffffff;
    /*background-color: rgba(255, 255, 255, 0.28);*/
    color: #8cd500;
}

#main-nav .navbar-nav>li>a:hover, #main-nav .navbar-nav>li.active>a {
    color: #8cd500;
    background: none;
}

#navForte {
	font-family:'Times New Roman';
	font-size: 30px;
}

#about .about-right-boot:before{
    content: "\f046";
    color: #8cd500;
}

#about .about-right-best:before{
    content: "\f013";
    color: #8cd500;
}

#about .about-right-support:before{
    content: "\f192";
    color: #8cd500;
}


#datoscabecera p{
    margin: 0px;
    float: right;
    font-weight: 700;
    font-size: 14px;
}

#correoelect p:before {
    content: "\f0e0";
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #8cd500;
    margin-right: 10px;
}

#direccion p:before {
    content: "\f041";
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #8cd500;
    margin-right: 10px;
}

#telefono p:before {
    content: "\f095";
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #8cd500;
    margin-right: 10px;
}

.top-nav {
    border-bottom: 1px solid #8cd500;
}


#slider .flex-control-paging li a.flex-active {
    background: #8cd500;
}

#slider .flex-control-paging li a {
    border: 1px solid #8cd500;
}

#about-bg p{
	text-align: center;
	text-transform: none;
	    margin-top: 30px;
}

#about-bg h1{
	font-family:'Times New Roman';
	color: #8cd500;
}

.services-style-one .content-column .sec-title h2 > span {
    border-bottom: 2px solid #8cd500;
    padding-bottom: 5px;
}

.services-style-one .content-column .content-box {
    padding-top: 50px;
}

.services-style-one .services-column .icon-box {
    color: #8cd500;
}

.btn a{
	color: #8cd500;
}

#get-touch .content .form input {
    border-color: #8cd500;
}

#get-touch .content .form textarea {
    border-color: #8cd500;
}

#get-touch .content .form .submit .btn {
    margin-top: 25px;
    background-color: transparent;
    color: #8cd500;
    border-color: #8cd500;
}

.footer-left{
    color: red;
    text-shadow: -2px -2px 1px #000, 2px 2px 1px #000, -2px 2px 1px #000, 2px -2px 1px #000;
}

.socialmedia a{
    display: inline-block;
    margin-right: 10px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    color: white;
    border-color: white;
    border-width: 3px;
    line-height: 23px;
    width: 26px;
    height: 26px;
    border: 2px solid #8cd500;
}

#footer {
    padding: 50px 0px 0px;
    color: #d9ead5;
}

#googlemap {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}