html,
body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
}

.brand {
	z-index: 2;
}

.navbar-inverse .navbar-brand {
	color: #F05922;
	font-size: 24px;
	font-weight: bolder;

}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	color: #F05922;
	font-size: 24px;
	font-weight: bolder;
}

.slogan{
	font-size: 20px;
	font-weight: bolder;
	padding-top:40px;
	padding-left:10px;
	color: #F05922;
	margin-bottom:0px;
}
.logo {
	height: 70px;
	width: 70px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.navbar-inverse .navbar-nav > li > a {
  color: #FFFFFF;
}

.navbar-inverse .navbar-nav > 
.active > a, 
.navbar-inverse 
.navbar-nav > 
.active > a:hover, 
.navbar-inverse 
.navbar-nav > 
.active > a:focus {
	color: #fff;
	background-color: inherit;;
}

.top-menu{
	background-color: #292C2F;
}

.navbar-inverse {
	background-color: #292C2F;
	border-color: #818181;
	padding-top: 10px;
}

.navbar-inverse 
.navbar-nav > 
.active > a, 
.navbar-inverse 
.navbar-nav > 
.active > a:hover,
.navbar-inverse 
.navbar-nav > 
.active > a:focus {
	color: #fff;
}

.navbar-inverse 
.navbar-collapse,
 .navbar-inverse 
 .navbar-form {
	border-color: inherit;
	font-size: initial;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0px;
	border: 0px;
	z-index: 1;
}

.navbar-nav {
	font-size: 14px;

  /* margin-top: 50px; */
	/*margin: 7.5px -15px;*/
	/*margin-top: 50px;*/
}

.navbar-inverse 
.navbar-nav > 
.open > a, 
.navbar-inverse 
.navbar-nav > 
.open > a:hover, 
.navbar-inverse 
.navbar-nav > 
.open > a:focus {
	color: #fff;
	background-color: inherit;
}

.navbar-inverse 
.navbar-nav 
.open 
.dropdown-menu > li > a {
	color: #FC6000;
}

.navbar-inverse 
.navbar-nav .open 
.dropdown-menu > 
.active > a, 
.navbar-inverse 
.navbar-nav .open 
.dropdown-menu > 
.active > a:hover, 
.navbar-inverse 
.navbar-nav .open 
.dropdown-menu > 
.active > a:focus {
	color: #F05922;
	background-color: #EDEDED;;
}


.breadcrumb {
  margin-top: 10px;
}

.carousel-container {
	margin-top: 0px;
}

.carousel{
	width: auto;
	height: auto;
	max-height: 650px;
	min-width: 100%;
}

.dropdown-menu {
	padding: 0px
}

.background {
	background-image: url("../img/background.jpg");
	background-repeat: no-repeat;
	background-position: right top;
}


/*+++++++++++++++++++++++++++++++++++++*/

.foot-links a, .foot-links p{
  display: block;
   color: rgb(63, 63, 63);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  text-decoration: none;
  font-family: OpenSansRegular, Arial, sans-serif;
  font-size: 13px;
  color: rgb(63, 63, 63);
  padding-bottom: 5px;
  text-shadow: rgb(255, 255, 255) 1px 1px 0px;
  
}
.foot-links img{
	padding-top: 5px;
}

.img-thumbnail {
	background-color: transparent;
	border: none;
}

.img-social {
	max-width: 40px;
	max-height: 40px;
}

#footer{
  background: rgb(241, 241, 241);
  border-top: 1px solid rgb(222, 222, 222);
  margin-top: -2px;
  padding-top: 30px;
  padding-bottom: 30px;
 }
.foot-header{
  font-family: OpenSansBold, Arial, sans-serif;
  font-size: 18px;
  color: rgb(63, 63, 63);
  padding-bottom: 20px;
  text-shadow: rgb(255, 255, 255) 1px 1px 0px;
}
  
#footer .container{
	max-width: 1100px;
}
#bottom-footer{
  margin-bottom: 20px;
	border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 15px;
    padding-bottom: 15px;
}
#bottom-footer a{
	  text-decoration: none;
  color: #626262;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  font-size: 12px;
  padding: 0px 15px;
  border-right: 1px solid #ccc;
  font-family: 'OpenSansRegular', Arial, sans-serif;
  font-size: 13px;
  color: #626262;
  padding: 0 12px;
}
#bottom-footer .phone img{
	margin-right: 7px;
}
#bottom-footer .phone .red{
	font-size: 22px;
  margin-top: -7px;
  font-family: 'OpenSansRegular', Arial, sans-serif;
  font-size: 18px!important;
  color: #FC601F!important;
  position: relative;
  top: -5px;
  text-shadow: 1px 1px 0 rgba(255,255,255,1)!important;
}
#bottom-footer .phone .red small{
	font-family: 'OpenSansRegular', Arial, sans-serif;
  font-size: 12px!important;
  display: block;
  color: #FC6000 ;
  text-shadow: 1px 1px 0 rgba(255,255,255,1)!important;
  margin-top: -5px;
}
#final-footer{
	font-size: 11px;
  	color: #666;
}
#final-footer i{
	font-size: auto;
}

.img-footer{
	max-width:100px;
	max-height:100px;
}

.icon{
	max-width:20px;
	max-height:20px;
}

.img-sede {
	margin-top: 50px;
	max-height:600px;
}


/********************************************/

.footer-bg{
	background-color: #292c2f;
	margin-top: 25px;
}
.footer-distributed{
	background-color: #292c2f;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 50px 5px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 32%;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  #F05922;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-company-name{
	color:  gray;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* Footer Center */

.footer-distributed .footer-center{
	margin-top:10px;
	width: 40%;
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.fa-map-marker{
	margin-top: 0px;
}
.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #FC660B;
	text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
	text-align: center;
	color: white;
	margin-top:10px;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;

}

.footer-distributed .footer-icons{
	margin-top: 35px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}