@charset "utf-8";
/* CSS Document */

body{
	text-align: justify;
}

.nav{
	background: rgba(243,243,243,1);
}

.nav .navbar-nav li a{
	color: rgba(0,0,0,1);
}

.nav .navbar-nav li a:hover{
	background: rgba(176,176,176,1);
	color: rgba(0,0,0,1);
}

.nav .navbar-nav li{
	text-align:center;
	
}

.navbar-nav li:nth-child(1) a:after, .navbar-nav li:nth-child(2) a:after, .navbar-nav li:nth-child(3) a:after, .navbar-nav li:nth-child(4) a:after, .navbar-nav li:nth-child(5) a:after{
	content:attr(title);
}

.nav .navbar-nav li a:after{
	color: rgba(0,0,0,1)
	display: block;
	font-weight: bold;
}

.navbar-header button{
	background: rgba(182,182,182,1);
	border: rgba(255,0,0,1);
}

.nav .navbar-nav ul.dropdown-menu{
	background: white;
}

.nav .navbar-nav ul.dropdown-menu li a{
	background: white;
	color: rgba(0,0,0,1);
}

.nav .navbar-nav ul.dropdown-menu li a:hover{
	color: rgba(255,0,0,1);
}

ul.dropdown-menu li:nth-child(1) a:after, ul.dropdown-menu li:nth-child(2) a:after{
	content:' ';
}

#myCarousel img{
	width:100%
}

.footer{
	color: rgba(51,51,51,1);
	background: rgba(202,202,202,1);
	padding-top: 12px;
}

.subtitle{
	color: #77372d
}

.row{
	margin: 10px 0;
	padding:10px;
}

.lightbox-row{
	margin:2px 0;
}

.trbackground{
	background: #efd7b7;
	color: #bf7d53;
	
}
a.eject{
	background:rgba(0,0,0,0.3);
	font:24px/24px san-serif;
	color:white;
	display:block;
	padding:10px;
	position:fixed;
	right:10px;
	bottom:50px;
	border-radius:5px;
	-moz-border-radius:5px;
}

a.eject:hover{
	background:rgba(00,00,00,0.5);
	color:white;
}

.row ul li{
	width:250px;
	height:250px;
	float:left;
	display:inline;
	margin:6px;
	position:relative;
	overflow:hidden;
}

.pic{
	width:250px;
	height:250px;
	overflow:hidden;
}

.cover{
	display:block;
	width:250px;
	height:250px;
	overflow:hidden;
	position:absolute;
	background: black;
	top:0;
	left:0;
	opacity:0.5;
}

.text{
	width:250px;
	height:250px;
	position:absolute;
	left:-250px;
	top:0px;
	overflow:hidden;
}

.text h4{
	width:250px;
	margin-top:200px;
	height:50px;
	line-height:40px;
	color:white;
	background: rgba(153,153,153,0.5);
	font-size:20px;
	text-align:center;
}

a.arrowUp{
	padding:8px 10px;
	position:fixed;
	right:8px;
	bottom:50px;
	border-radius:5px;
	-moz-border-radius:5px;
}

.mystyle{
	margin-top:45px;
	margin-bottom:15px;
	font-weight: bold;
	text-align:center;
	font-size:18px;
	color:rgba(255,0,0,1);
	
}

.mystyle2{
	margin-top:30px;
	font-weight: bold;
	text-align: center;
	font-size:18px;
	color: rgba(0,0,0,1);
	background-color:rgba(204,204,204,0.5);
	
}

.mystyle3{
	font-size:15px;
	margin:10px;
}



	
	
	
	
	
	
	