/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12/08/2015, 9:16:11
    Author     : Pablo
*/
.navbar.navbar-default {
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.125);
    box-shadow: 0 1px 3px rgba(0,0,0,.125);
}

.navbar {
    border: none;
    margin-bottom: 20px;
    display: block;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-form .form-control {
    border-radius: 40px;
    padding-right: 45px;
}

.navbar-form .form-control {
    border: 2px solid #ccd0d4;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 12px;
    height: 34px;
}

.navbar-form .btn {
    position: absolute;
    right: 0;
    top: 0;
    background: 0 0;
    border: none;
    -webkit-border-radius: 0 15px 15px 0;
    -moz-border-radius: 0 15px 15px 0;
    border-radius: 0 15px 15px 0;
}

.btn {
    font-weight: 300;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.navbar-form .form-group {
    position: relative;
}

@media (min-width: 768px){
    .container {
        width: 750px;
    }
}
@media (min-width: 992px){
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px){
    .container {
        width: 1170px;
    }
}
@media (min-width: 1600px){
    .container {
        width: 1500px;
    }
}
@media (min-width: 1900px){
    .container {
        width: 1650px;
    }
}

.header.navbar .navbar-brand, .header.navbar .navbar-form, .header.navbar .navbar-nav>li>a, .header.navbar .navbar-toggle {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

.navbar-form, .navbar-toggle {
    margin-top: 13px;
    margin-bottom: 13px;
}

.content {
    margin: 0 auto;
    padding: 50px 0 60px;
    background: url("../img/f_1.png") no-repeat center center fixed;
    background-size: cover;
}

.has-bg .bg-cover, .has-bg .bg-cover:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.has-bg .bg-cover:before {
    content: '';
}

.has-bg, .has-bg .container {
    position: relative;
    color: #fff;    
}

.page-title {
    padding: 50px 0;
    margin-top: 50px;
}

.has-bg .bg-cover img {
    max-width: 100%;
    min-height: 100%;
}

@media (min-width: 1920px) {
    .has-bg .bg-cover img {
        width: 100%;
    }
}

.footer{
    min-height: 60px;
    background-color: #333;
    color: #eee;
    margin: 0;
    text-shadow: 1px 1px 1px #000;
}

.footer a{
    color: #009cde;
    text-decoration: none;
    text-shadow: none;
}

.footer a:hover{
    color: #5fc6ef;
}


a, .sidebar-social-list > li a:hover, .sidebar-social-list > li a:focus, .navbar .nav.navbar-nav > li.active > a, .navbar .nav.navbar-nav > li > a:focus, .navbar .nav.navbar-nav > li > a:hover {
    color: #00acac;
    background-color: transparent !important;
}
.page-title{
    text-shadow: 1px 1px #000000;
}

.content-title {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
    margin-top: 20px;
    font-weight: 500;
}

.content-title:after {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    background: #242a30;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
}