/********************* TABLE OF CONTENTS *********************/
/** Typography                                              **/
/** Links                                                   **/
/** Regions                                                 **/
/**  - Footer Four Columns Region                           **/
/**  - Footer Region                                        **/
/** Menu                                                    **/
/**  - Main Navigation                                      **/
/**  - Administration Menu                                  **/
/** Slider                                                  **/
/**  - Sequence Slider                                      **/
/** Portfolio                                               **/
/** Blocks                                                  **/
/**  - Panels                                               **/
/**  - Testimonials                                         **/
/**  - Social Networks                                      **/
/**  - Login Block                                          **/
/** Theme Features                                          **/
/**  - Carousels                                            **/
/**  - Buttons                                              **/
/**  - Tabs                                                 **/
/**  - Labels, Badges, Alerts, Progress Bars, Wells, Hero   **/
/**  - Our Team                                             **/
/** Settings Styles                                         **/
/*                                                          **/
/** Menu                                                    **/
/**  - Main Navigation                                      **/
/*************************************************************/



/************************************************************************************/
/************************************************************************************/
/************************************ Typography ************************************/
/************************************************************************************/
/************************************************************************************/

.block-title:before,
.block-title-small:before {
  color: #e3000f;
}

.textcolor {
  color: #e3000f;
}

/* Blockquotes */
blockquote {
   border-left: 1px solid #e3000f;
}

blockquote.pull-right {
   border-right: 1px solid #e3000f;
}






/***********************************************************************************/
/***********************************************************************************/
/************************************** Links **************************************/
/***********************************************************************************/
/***********************************************************************************/

a {
  color: #e3000f;
}

li a.active {
  color: #e3000f;
}

#header-region a{
	color: #FFF;
	
}

#header-region a:hover{
	color: #ccc;
	
}




/***********************************************************************************/
/***********************************************************************************/
/************************************* Regions *************************************/
/***********************************************************************************/
/***********************************************************************************/

/*************************************/
/**** footer four columns regions ****/
/*************************************/

#footer-four-columns a:hover,
#footer-four-columns a:focus {
	color: #ccc;
}



/*************************************/
/*********** footer region ***********/
/*************************************/
footer a{color:#FFF;}
footer a:hover,
footer a:focus {
  color: #ccc;
}






/**********************************************************************************/
/**********************************************************************************/
/************************************** Menu **************************************/
/**********************************************************************************/
/**********************************************************************************/

/*************************************/
/********** Main navigation **********/
/*************************************/

.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
  color: #e3000f;
  border-bottom: 1px solid #e3000f;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #e3000f;
  border-bottom: 1px solid #e3000f;
}

/* Dropdown menu */
li.dropdown:hover > a {
  color: #e3000f;
}

.dropdown-menu {
  border-top: 1px solid #e3000f;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #e3000f;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #e3000f;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #e3000f;
}



/*************************************/
/******* Portfolio filter menu *******/
/*************************************/

.nav-pills > li > a:hover,
.nav-pills > li > a:focus,
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #e3000f;
}






/************************************************************************************/
/************************************************************************************/
/************************************** Slider **************************************/
/************************************************************************************/
/************************************************************************************/

/*************************************/
/********** Sequence Slider **********/
/*************************************/

.sequence-preloader .preloading .circle {
    fill: #e3000f;
}






/*********************************************************************************/
/*********************************************************************************/
/*********************************** Portfolio ***********************************/
/*********************************************************************************/
/*********************************************************************************/

.portfolio-item:hover .portfolio-title {
  border-bottom: 1px solid #e3000f;
}

.portfolio-item .portfolio-title a:hover {
  color: #e3000f;
}

/* Portfolio Block Version 2 */

.portfolio-block-2 .portfolio2-item a {
  background: #e3000f;
}






/********************************************************************************/
/********************************************************************************/
/************************************ Blocks ************************************/
/********************************************************************************/
/********************************************************************************/

/****************************/
/********** Panels **********/
/****************************/

/* Panels Version 1 */
.panel .panel-icon .icon {
	/* box-shadow: 0 0 0 2px #e3000f; */
}

.panel .panel-icon .icon:after {
  background: #FFFFFF;
  border: 4px solid #cdcdcd;
  
}

.panel:hover .panel-icon .icon {
	color: #e3000f;
	
}




.panel .panel-icon .icon2 {
	/* box-shadow: 0 0 0 2px #e3000f; */
}

.panel .panel-icon .icon2:after {
  background: #FFFFFF;
  border: 3px solid #cdcdcd;
  
}

.panel:hover .panel-icon .icon2 {

	
}

.panel:hover .panel-info h3 {
   color: #e3000f;
}

/* Panels Version 2 */

.panel-2:hover h4 {
  color: #e3000f;
}

.panel-2 .panel-icon {
  box-shadow: 0 0 0 1px #e3000f;
}

.panel-2 .panel-icon:after {
  background: #e3000f;

}

.panel-2:hover .panel-icon {
  color: #e3000f;
}



/****************************/
/******* Testimonials *******/
/****************************/

#testimonials blockquote i {
  color: #e3000f;
}



/*****************************/
/****** Social Networks ******/
/*****************************/

#social-widget-footer a:hover,
#social-widget-header a:hover {
	color: #ccc;
}






/********************************************************************************/
/********************************************************************************/
/******************************** Theme Features ********************************/
/********************************************************************************/
/********************************************************************************/

/*****************************/
/********* Carousels *********/
/*****************************/

.carousel-arrows .carousel-arrow-left:hover,
.carousel-arrows .carousel-arrow-right:hover {
  color: #e3000f;
}



/*****************************/
/********** Buttons **********/
/*****************************/

.btn-primary {
  background-color: #e3000f;
  *background-color: #e3000f;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #A8020D;
  *background-color: #f25f4d;
}

.btn-link {
  color: #e3000f;
}



/**************************/
/********** Tabs **********/
/**************************/

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  border-top: 1px solid #e3000f;
}

/* Left Tabs */
.tabs-left > .nav-tabs > .active > a,
.tabs-left > .nav-tabs > .active > a:hover,
.tabs-left > .nav-tabs > .active > a:focus {
  border-left: 1px solid #e3000f;
}

/* Right Tabs */
.tabs-right > .nav-tabs > .active > a,
.tabs-right > .nav-tabs > .active > a:hover,
.tabs-right > .nav-tabs > .active > a:focus {
  border-right: 1px solid #e3000f;
}

/* Below Tabs */
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-bottom: 1px solid #e3000f;
}



/**************************************/
/*****   Labels, Badges, Alerts   *****/
/***** Progress Bars, Wells, Hero *****/
/**************************************/

.progress .bar {
  background-color: #e3000f;
}

.progress-striped .bar {
  background-color: #e3000f;
}

/* Wells */
.well blockquote {
  border-color: #e3000f;
}

.well blockquote.pull-right {
  border-color: #e3000f;
}



/**********************************/
/***********  Our Team  ***********/
/**********************************/

.team-social a:hover {
  color: #e3000f;
}


#llengua{
	float: right;
	text-align:right;
	font-size:11px;
	text-transform: lowercase;
	color: #fff;
	padding-top: 4px;
	width: 95px;
	height: 20px;
	/* margin-top: 5px; */
	text-indent: -99999px;
}
#llengua a{
	color: #CCC;
	display: inline;
	line-height: 18px;
	float:left;
	text-align:right;
	border: 1px solid #fff;
	margin-left: 6px;
	padding-right:5px;
	text-decoration: none;
}
#llengua a:hover{
	color: #fff;
	
}
#llengua ul {
	list-style-type: none;
	float: right;
	width: 90px;
	/* width: inherit; */
	list-style-position: inside;
	text-align: right;
	display: inline;
	padding-left: 5px;

}

#llengua ul li {
	padding-left:5px;}
	




/*********************************************************************************/
/*********************************************************************************/
/******************************** Settings styles ********************************/
/*********************************************************************************/
/*********************************************************************************/

/* Background colors */

.bg-color-theme { background-color: #e3000f; }

/* Text colors */

.text-color-theme { color: #e3000f; }






@media (max-width: 979px) {
  
  /**********************************************************************************/
  /**********************************************************************************/
  /************************************** Menu **************************************/
  /**********************************************************************************/
  /**********************************************************************************/

  /*************************************/
  /********** Main navigation **********/
  /*************************************/
  
  .navbar .brand {
    border-bottom: 2px solid #e3000f;
  }
  
  /* Dropdown menu */
  .nav-collapse .nav > li:focus > a,
  .nav-collapse .nav > li:hover > a,
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    color: #e3000f;
  }
  
  .navbar .nav > .active > a,
  .navbar .nav > .active > a:hover,
  .navbar .nav > .active > a:focus {
    color: #e3000f;
  }



}