/*back to top*/
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 80px;
    right:30px;
    display:none;
}

/*image crousel*/
.transition-timer-carousel .carousel-caption {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 4%, rgba(0,0,0,0.5) 32%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(4%,rgba(0,0,0,0.1)), color-stop(32%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	width: 100%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: left;
	padding-top: 5px;
	padding-left: 15%;
	padding-right: 15%;
}
.transition-timer-carousel .carousel-caption .carousel-caption-header {
	margin-top: 10px;
	font-size: 24px;
}
.container-fluid .container .timeline li .timeline-panel .timeline-body figure {

}

@media (min-width: 970px) {
    /* Lower the font size of the carousel caption header so that our caption
    doesn't take up the full image/slide on smaller screens */
	.transition-timer-carousel .carousel-caption .carousel-caption-header {
		font-size: 36px;
	}
}
.transition-timer-carousel .carousel-indicators {
	bottom: 0px;
	margin-bottom: 5px;
}
.transition-timer-carousel .carousel-control {
	z-index: 11;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar {
    height: 5px;
    background-color: #e67e22;
    width: 0%;
    margin: -5px 0px 0px 0px;
    border: none;
    z-index: 11;
    position: relative;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar.animate{
    /* We make the transition time shorter to avoid the slide transitioning
    before the timer bar is "full" - change the 4.25s here to fit your
    carousel's transition time */
    -webkit-transition: width 4.30s linear;
	-moz-transition: width 4.30s linear;
	-o-transition: width 4.30s linear;
	transition: width 4.30s linear;
}
.carousel-indicators li {
  width: 13px;
  height: 13px;
  background-color: #e67e22;
  background-color: rgba(99, 183, 108, 0);
  border: 1px solid #e67e22;
}
.carousel-indicators .active {
  width: 15px;
  height: 15px;
  background-color: #e67e22;
}

	
/*footer*/
#copyright a{
	color:#c0c0c0;
}
#copyright a:focus, #copyright a:hover{
	color:#a3a3a3;
}
#quicklinks h6{
	color:#962f34;
}
.panel-footer ul li a{
	color: #224057;
}

.panel-footer ul li a:hover, .panel-footer ul li a:focus{
	color: #777777;
}

.panel-footer{
	padding:10px 0 0 0;
	background-color:#dfad4e;
	border:0px;
}
#copyright{
	padding-top:10px;
}
.logobar{
	padding-bottom:10px;
}
#uba{
	padding-top:20px;
}
.navbar{
	margin-bottom:0px;
}

#main{
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: justify;
}

  .navbar-nav {
    width: 100%;
    text-align: center;
  }
  .navbar-nav > li{
	float: none;
	padding:0 50px;
    display: inline-block;
  }
#home{
	background-color: #7585d4;
}
#theme{
	background-color:#c3c6b8;
}
#village{
	background-color:#509cba;
}
#event{
	background-color: #a6bb37;
}
#people{
	background-color: #b86067;
}
.nav .navbar.navbar-static-top.container-fluid.navbar-inverse.navbar-lg .container #bs-example-navbar-collapse-1 .nav.navbar-nav #home a {
	background-color: #7585D4;
}
.nav .navbar.navbar-static-top.container-fluid.navbar-inverse.navbar-lg .container #bs-example-navbar-collapse-1 .nav.navbar-nav #home a:hover {
	background-color: #2f4092;
}
.nav .navbar.navbar-static-top.container-fluid.navbar-inverse.navbar-lg .container #bs-example-navbar-collapse-1 .nav.navbar-nav #theme a {
	background-color: #C3C6B8;
}
.nav .navbar.navbar-static-top.container-fluid.navbar-inverse.navbar-lg .container #bs-example-navbar-collapse-1 .nav.navbar-nav #theme a:hover {
	background-color: #a0a492;
}
.nav .navbar.navbar-static-top.container-fluid.navbar-inverse.navbar-lg .container #bs-example-navbar-collapse-1 .nav.navbar-nav #village a {
	background-color: #509cba;
}
.nav .navbar.navbar-static-top.container-fluid.navbar-inverse.navbar-lg .container #bs-example-navbar-collapse-1 .nav.navbar-nav #village a:hover {
	background-color: #357690;
}
.nav .navbar.navbar-static-top.container-fluid.navbar-inverse.navbar-lg .container #bs-example-navbar-collapse-1 .nav.navbar-nav #event a {
	background-color: #a6bb37;
}
.nav .navbar.navbar-static-top.container-fluid.navbar-inverse.navbar-lg .container #bs-example-navbar-collapse-1 .nav.navbar-nav #event a:hover {
	background-color: #889a27;
}
.nav .navbar.navbar-static-top.container-fluid.navbar-inverse.navbar-lg .container #bs-example-navbar-collapse-1 .nav.navbar-nav #people a {
	background-color: #b86067;
}
.nav .navbar.navbar-static-top.container-fluid.navbar-inverse.navbar-lg .container #bs-example-navbar-collapse-1 .nav.navbar-nav #people a:hover {
	background-color: #912b33;
}
.danger{
	color:#c0392b;
}
#strip{
	background:#962f34;
	height:5px;
}

#heading{
	margin:10px 0;
}
section{
	margin-bottom: 30px;
}
.destacados{
	padding: 20px 0;
	text-align: center;
	line-height: 0.019em;
}
.destacados > div > div{
	padding: 10px;
	border: 1px solid transparent;
	border-radius: 4px;
	transition: 0.2s;
}
.destacados > div:hover > div{
	margin-top: -10px;
	border: 1px solid rgb(200, 200, 200);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
	background: rgba(200, 200, 200, 0.1);
	transition: 0.5s;
}
.heading{
	border-bottom: thin solid #B9B9B9;
	padding-bottom: 20px;
}
#main a {
	color: #c0392b;
}
#main a:hover, #main a:focus {
	color: #e74c3c;
}
#copyright{
	background:#962f34;
}

.menu {
	width: auto;
	height: auto;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
}
.menu > li > a {
	background-color: #616975;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(114, 122, 134)),to(rgb(80, 88, 100)));
	background-image: -webkit-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
	background-image: -moz-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
	background-image: -o-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
	background-image: -ms-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
	background-image: linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#727a86', EndColorStr='#505864');
	border-bottom: 1px solid #33373d;
	-webkit-box-shadow: inset 0px 1px 0px 0px #878e98;
	-moz-box-shadow: inset 0px 1px 0px 0px #878e98;
	box-shadow: inset 0px 1px 0px 0px #878e98;
	width: 100%;
	height: 2.75em;
	line-height: 2.75em;
	text-indent: 2.75em;
	display: block;
	position: relative;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	color: #fff;
	text-shadow: 0px 1px 0px rgba(0,0,0,.5);
}
.menu ul li a {
	background: #fff;
	border-bottom: 1px solid #efeff0;
	width: 100%;
	height: 2.75em;
	line-height: 2.75em;
	text-indent: 2.75em;
	display: block;
	position: relative;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.923em;
	font-weight: 400;
	color: #878d95;
}
.menu ul li:last-child a {
	border-bottom: 1px solid #33373d;
}
.menu > li > a:hover, .menu > li > a.active {
	background-color: #35afe3;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(69, 199, 235)),to(rgb(38, 152, 219)));
	background-image: -webkit-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
	background-image: -moz-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
	background-image: -o-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
	background-image: -ms-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
	background-image: linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#45c7eb', EndColorStr='#2698db');
	border-bottom: 1px solid #103c56;
	-webkit-box-shadow: inset 0px 1px 0px 0px #6ad2ef;
	-moz-box-shadow: inset 0px 1px 0px 0px #6ad2ef;
	box-shadow: inset 0px 1px 0px 0px #6ad2ef;
}
.menu > li > a.active {
	border-bottom: 1px solid #1a638f;
}
.menu > li > a:before {
	content: '';
	font-size: 36px;
	height: 1em;
  	width: 1em;
	position: absolute;
  	left: 0;
	top: 50%;
	margin: -.5em 0 0 0;
}


.menu > li > ul li a:before{
	content: '▶';
	font-size: 8px;
	color: #bcbcbf;
	position: absolute;
	width: 1em;
	height: 1em;
	top: 0;
	left: -2.7em;
}

.menu > li > ul li:hover a,
.menu > li > ul li:hover a:before {
	color: #32373D;
}

.gsc-search-button
{
    background-color: #2c69ed;
    border-radius: 5px;
}

input.gsc-search-button {
    background-color: #437efd !important;
    background-image: url("http://www.google.com/uds/css/v2/search_box_icon.png") !important;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 16px !important;
    border-color: #1b60f5 !important;
    filter: none;
}

input.gsc-search-button:hover, input.gsc-search-button:focus {
    background-color: #6b9aff !important;
    background-image: url("http://www.google.com/uds/css/v2/search_box_icon.png") !important;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 16px !important;
    border-color: #2e6bed !important;
    filter: none;
}

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus, .gsc-search-button 
{
  box-sizing: content-box;
  line-height: normal;
}

.gsc-tabsArea div 
{
  /*By default, Google custom search CSS sets it as AUTO, which shows scroll bars*/
  overflow: visible; 
}


/*.panel ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}
*/
.news-item
{
    padding:4px 4px;
    margin:0px;
    /*border-bottom:1px dotted #555; */
}
.box{
	margin-bottom:40px;
}
.mainheading{
	color:#962f34;
}
.color1{
	color:#f5833c;		
}
.color2{
	color:#9aad5d;
}
.color3{
	color:#5d70d1;
}
.color4{
	color:#9f8c52;
}
.color5{
	color:#006600;
}
.style2 {font-size: 20px}
.new{
	font: Times New Roman, Times, serif;
}
/*gallery*/
.portfolio-items,
.portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 -20px 20px 0;
}
.portfolio-filter > li {
  display: inline-block;
}
.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.portfolio-items.col-2 > li {
  width: 50%;
}
.portfolio-items.col-3 > li {
  width: 33%;
}
.portfolio-items.col-4 > li {
  width: 25%;
}
.portfolio-items.col-5 > li {
  width: 20%;
}
.portfolio-items.col-6 > li {
  width: 16%;
}
.portfolio-item {
  padding: 0;
  margin: 0;
}
.portfolio-item .item-inner {
  background: #fff;
  border: 1px solid #eee;
  padding: 10px 10px 0;
  margin: 0 20px 20px 0;
  position: relative;
}
.portfolio-item img {
  width: 100%;
}
.portfolio-item h5 {
  background: #fff;
  margin: 0;
  padding: 10px 0;
  font-weight: 700;
  font-size: 14px;
  color: #2c3e50;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.portfolio-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.portfolio-item .overlay .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}
.portfolio-item:hover .overlay {
  opacity: 1;
}

.boxborder{
	background: #d4effd;
}

.hboarder{
	background:#5cadce;
	padding:10px;
	color:#000000;
}

.boxborder p{
	padding:0 15px 15px 15px;
}