/* Libertad Negra. JDTN. */

body {
    font-family: 'Oswald', sans-serif;
    background: url('../img/fondo-web.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	padding-top: 100px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

a {
	color: #A22133;
}

a:hover {
	color: #000;
}

p, ul {
    font-size: 1.25em;
    line-height: 1.6;
    color: #000;
}

li ul {
	font-size: 1em;
}

h2 {
	padding-bottom: 15px;
	color: #A22133;
}

h3 {
	text-align: center;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 10px;
}

hr {
    max-width: 400px;
    border-color: #999999;
}


.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
}

.navbar a {
	color: #A22133!important;
	font-weight: bold;
	transition: all 0.3s;
}

.navbar a:hover {
	color: #000!important;
	transition: all 0.3s;
}

.img-full {
    min-width: 100%;
}


.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.intro-text {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left, .img-right {
    float: none;
    margin: 0 auto 0;
}

footer {
    background: rgba(255,255,255,0.3);
}

footer p {
    margin: 0;
    padding: 30px 0;
}

.video-responsive {
	position: relative;
	padding-bottom: 56.25%; /* 16/9 ratio */
	height: 0;
	overflow: hidden;
}
 
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.verkami {
	width: 80%;
	height: 290px;
	margin: 0 auto;
	display: block;
}

.verkami-vert {
	width: 100%;
	height: 470px;
	margin: 0 auto;
}


.galeria {
	text-align: center;
}

.galeria img {
	margin: 5px;
}


/*********** media queries ***********/


@media screen and (max-width:768px) {
	
	.navbar-brand {
			padding: 8px;		
	}
	.navbar-brand img {
		height: 40px;
	}
	
	body {
		padding-top: 70px;
	}
	
}

@media screen and (min-width:768px) {

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }
	
	.img-right {
		float: right;
		margin-left: 25px;
		margin-bottom: 10px;
	}

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #fff;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-toggle {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
		background: none;
		transition: all 0.3s;
    }

    .nav>li>a {
        padding: 6px 2px;
		margin: 30px 13px;
		border-bottom: 4px solid transparent;
    }
	
	.nav>li>a:hover {
		border-bottom: 4px solid #000;
	}

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.15em;
    }
}

@media all and (min-width:768px) and (max-width:993px) {
	
	body {
		padding-top: 130px;
	}
	
    .navbar-header {
		float: none!important;
		margin: 0 auto;
    }
	
	.navbar-brand {
		float: none;
		height: auto;
		padding: 10px 0 0;
		display: block;
		margin: 0;
	}
		
	.navbar-brand img {
		height: 60px;
		margin: 0 auto;
	}
	
	.navbar-right {
		float: none;
	}
	
	.navbar-nav {
		font-size: 1.15em;
	}

	.nav>li>a {
		margin: 8px;
	}
	
}

@media all and (min-width:994px) and (max-width:1199px) {
	
	.nav>li>a {
		margin-left: 8px;
		margin-right: 0px;
	}
	
	.navbar-brand img {
		height: 60px;		
	}
	
	.navbar-nav {
		font-size: 1.13em;
	}	
	
}

@media all and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}