@charset "utf-8";
/* CSS Document */

body { 
	background-color:#999999;
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:16px;
	margin:0;
	padding:10px;
}

a:link, a:visited,
a:active, a:hover {
	color:#0023E4;	
	text-decoration:none;
}

.back_arrow img,
.up_arrow img{
	height:40px;
	width:auto;
}


ul.nav {
	list-style:none;
	margin:0;
}

	ul.nav li {
		font-size:18px;
		font-weight:bold;
		line-height:1.33;
	}


#page_header {
	border-bottom-color:#000;
    margin: 20px 0;
}	
	
#page_bottom {
	border-top:1px solid #000;
    margin: 20px 0;
	padding-top:20px;
}	
	
	
h1 {
	font-size:24px;	
	font-weight:700;
}

h3 {
	font-size:18px;
	font-weight: bold;
}

img {
	height:auto;
	max-width:100%;
}

.img-container img {
	height:auto;
	max-width:100%;
}

@media(min-width:1200px) 						{.img-container img {min-width:555px;}}
@media(min-width:992px) and (max-width:1199px)	{.img-container img {min-width:455px;}}
@media(max-width:991px)							{.img-container img {min-width:100%;}}



blockquote {
	border-left: none;
	margin: 0;
	padding: 0 0 0 30px;
}

.view_large {
    white-space: nowrap;
}

.talpas {
	font-family: TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	font-size:18px;
}

.talpatlan {
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.bordo {
	color:#4A0000;
}


.bal_margo {
	margin:2em 0;
}

.bal_margo p{
	margin:1.5em 0;
}

.navbar.navbar-default {
	background-color:transparent;	
	border:none;
}
.navbar-brand {
//	background:transparent url("../img/home_no_text.jpg") no-repeat top left / cover;
	color:#fff;
	font-weight:bold;
}

/*
.img-container {
	text-align:center;
}
	.img-container img{
		margin-left:auto;
		margin-right:auto;
	}
*/
.desc-container	{
	padding:10px 0 40px;
}


/* LG MD SM */
@media (min-width: 767px) {


	/* header */
	.navbar-header {
		width:70%;
	}
	
	.navbar-brand {
		background:transparent url("../img/home_no_text.jpg") no-repeat top left / cover;
		min-height:500px;
		width:100%;	
	}


	ul.nav li a,
	ul.nav li a:link,	
	ul.nav li a:visited {
		color:#600000;
		text-decoration:none;
	}

	ul.nav li a:active, 
	ul.nav li a:hover,
	.navbar-default .navbar-nav > li > a:hover, 
	.navbar-default .navbar-nav > li > a:focus {
		background-color: transparent;
		color:#700000;	
		text-decoration:none;
	}

		
	.bal_margo {
		padding-left:150px;
	}
		
		
	#navbar {
		float:right;
		width:30%;
	}

		ul.navbar-right {
			list-style:none;
			margin:0;
			padding:100px 0 0 0;
			
		}

			ul.navbar-right li {
				display:block;
				font-size:18px;
				font-weight:bold;
				line-height:1.33;
				width:100%;
			}
			
			ul.navbar-right li a {
				padding:6px 0 6px 20px;
			}

}


@media (max-width: 767px) {
	body.home {
		background:#C0C0C0 url("../img/home_no_text.jpg") no-repeat top center;
	}
	
	.navbar-brand {
		float:left;
	}
	
	.navbar-nav {
		background: rgba(0,0,0,0.6);
		padding-top:10px;
		padding-bottom:10px;
	}	
	
}

@media (max-width: 380px) {
	.navbar-brand {
		padding-top:5px;
	}
	
		.navbar-brand span{
			display:block;
		}
	
}