a:focus, 
a:hover, 
a:active {
	color: #212322;
}

.color-green {
	color: #212322;
}

.color-highlight{
    color: #0a7bff;
}

a.read-more:hover {
	color:#212322;
}

.linked:hover {
	color:#212322;
}

/*Panels (Portlets)
------------------------------------*/
.panel-ticketcode {
    border-color: #212322;
}

.panel-ticketcode > .panel-heading {
    background: #212322;
}

/* News Feed */
#news-feed-container{
    overflow: auto;
    max-height: 500px;
    border: solid 1px #b7b7b7;
    background: white;
    box-shadow: inset 0 0 100px #919191, 0px 3px 9.5px -0.5px #00000026;
    -moz-box-shadow: inset 0 0 100px #919191, 0px 3px 9.5px -0.5px #00000026;
    -webkit-box-shadow: inset 0 0 100px #919191, 0px 3px 9.5px -0.5px #00000026;
    -o-box-shadow: inset 0 0 100px #919191, 0px 3px 9.5px -0.5px #00000026;
    -ms-box-shadow: inset 0 0 100px #919191, 0px 3px 9.5px -0.5px #00000026;
}

#news-feed-container > .media > .pull-left {
    align-self: center;
}

#news-feed-container > .media > .pull-left > img {
    max-width: 100px;
}

#news-feed-container > .media > .media-body {
    padding: 7px 10px;
    position: relative;
    width: 100%;
    align-self: center;
}

#news-feed-container > .media > .media-body > h4 {
    font-weight: bold !important;
}

#news-feed-container > .media > .media-body > a {
    color: #DC3545 !important;
}

#news-feed-container > .media > p {
    color: #828282;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 5px;
}

#news-feed-container > .media {
    display: none;
    background: #f0f8ff54;
    box-shadow: 0 25px 10px -15px rgba(0,0,0,0.05);
    min-height: 100px;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.delete-news {
    z-index: 1;
    color: black;
    margin: 0;
    position: absolute;
    top: 0;
    right: 5px;
}

.panel-news > .panel-heading {
    background: #212322;
    box-shadow: 0px 3px 9.5px -0.5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 9.5px -0.5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 3px 9.5px -0.5px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 3px 9.5px -0.5px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 3px 9.5px -0.5px rgba(0, 0, 0, 0.15);
}

.panel-news > .panel-heading > .panel-title > a {
    color: white;
    opacity: 0.8;
}

.panel-news > .panel-heading > .panel-title > a:hover {
    opacity: 1;
}

/*Sliders
------------------------------------*/
/*Main Parallax Sldier*/
.da-slide h2 i {
	background:url(../../plugins/parallax-slider/img/bg-heading-blue.png) repeat;
}

/*Sequence Parallax Sldier*/
.sequence-inner {
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#deeffc));
  background: -webkit-linear-gradient(#fff, #deeffc);
  background: -moz-linear-gradient(#fff, #deeffc);
  background: -ms-linear-gradient(#fff, #deeffc);
  background: -o-linear-gradient(#fff, #deeffc);
  background: linear-gradient(#fff, #deeffc)
}

#sequence-theme h2 {
	background:grey;
}

#sequence-theme .info p {
	background:grey;
}

/*Purchase
------------------------------------*/
.purchase a.btn-buy {
	background:#212322;
	text-shadow:0 1px 0 grey;
}
.purchase a.btn-buy:hover {
	background:red;
}

/*Buttons
------------------------------------*/
.btn-u {
	background: #212322;
}

.btn-u:hover {
	background: red;
}

/*Service
------------------------------------*/
.service .service-icon {
	color:#212322;
}

/*Service Blocks*/
.service-alternative .service:hover {
	background:#212322;
}

/*Thumbnail (Recent Work)
------------------------------------*/
.thumbnail-style h3 a:hover {
	color:#212322;
}

.thumbnail-style a.btn-more {
	background:#212322;
}
.thumbnail-style a.btn-more:hover {
	box-shadow:0 0 0 2px grey;
}

/*Carousel (Recent Work)*/
.recent-work a:hover span {
	border-bottom:solid 2px #212322;
}

.bx-wrapper .bx-prev {
	background-image: url(../../plugins/bxslider/images/controls-blue.png);
}
.bx-wrapper .bx-next {
	background-image: url(../../plugins/bxslider/images/controls-blue.png);
}

/*Typography
------------------------------------*/
/*Heading*/
.headline h2,
.headline h3,
.headline h4 {
	border-bottom:2px solid red;
    color: #212322;
}

/*Blockquote*/
blockquote:hover {
	border-left-color:#212322;
}

.hero {
	border-left-color: #212322;
}

/*Carousel
------------------------------------*/
.carousel-arrow a.carousel-control:hover {
	color: #212322;
}

/*Footer
------------------------------------*/
.footer a,
.copyright a,
.footer a:hover,
.copyright a:hover {
	color: #212322;
}

/*Footer Blog*/
.footer .dl-horizontal a:hover {
	color:#212322 !important;
}

/*Blog Posts
------------------------------------*/
.posts .dl-horizontal a:hover {
	color:#212322;
}

.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a {
	color: #212322;
	border-color: #212322 !important;
}

/*Post Comment*/
.post-comment h3,
.blog-item .media h3,
.blog-item .media h4.media-heading span a {
	color: #212322;
}

/*Tabs
------------------------------------*/
/*Tabs v1*/
.tab-v1 .nav-tabs {
	border-bottom: solid 2px #212322;
}

.tab-v1 .nav-tabs > .active > a,
.tab-v1 .nav-tabs > .active > a:hover,
.tab-v1 .nav-tabs > .active > a:focus {
	background: #212322;
}

.tab-v1 .nav-tabs > li > a:hover {
	background: #212322;
}

/*Tabs v2*/
.tab-v2 .nav-tabs li.active a {
	border-top: solid 2px #212322;
}

/*Tabs v3*/
.tab-v3 .nav-pills li a:hover,
.tab-v3 .nav-pills li.active a {
	background: #212322;
	border: solid 1px grey;
}

/*Accardion
------------------------------------*/
.acc-home a.active,
.acc-home a.accordion-toggle:hover {
	color:#212322;
}
.acc-home .collapse.in {
	border-bottom:solid 1px #212322;
}

/*Testimonials
------------------------------------*/
.testimonials .testimonial-info {
	color: #212322;
}

.testimonials .carousel-arrow i:hover {
	background: #212322;
}

/*Info Blocks
------------------------------------*/
.info-blocks:hover i.icon-info-blocks {
	color: #212322;
}

/*Breadcrumb
------------------------------------*/
.breadcrumb li.active,
.breadcrumb li a:hover {
	color:#212322;
}

/*About Page
------------------------------------*/
.team .thumbnail-style:hover h3 a {
	color:#212322 !important;
}

/*Social Icons*/
.team ul.team-socail li i:hover {
	background: #212322;
}

/*Pricing Page
------------------------------------*/
/*Pricing Head*/
.pricing:hover h4 {
	color:#212322;
}

.pricing-head h3 {
	background:#212322;
	text-shadow:0 1px 0 grey;
	border-bottom:solid 1px grey;
}
.pricing-head h4 {
	color:#999;
	background:#fcfcfc;
	border-bottom:solid 1px #daf0ff;
}

/*Pricing Content*/
.pricing-content li {
	border-bottom:solid 1px #daf0ff;
}
.pricing-content li i {
	color:#212322;
}

/*Pricing Footer*/
.pricing-footer a,
.pricing-footer button {
	background:#212322;
	text-shadow:0 1px 0 grey;
	border-bottom:solid 2px grey;
}
.pricing-footer a:hover,
.pricing-footer button:hover {
	background:grey;
}

/*Priceing Active*/
.price-active h4 {
	color:#212322;
}

.no-space-pricing .price-active .pricing-head h4,
.no-space-pricing .pricing:hover .pricing-head h4 {
	color:#212322;
}

/*Right Sidebar
------------------------------------*/
/*Right Sidebar*/
.who li i,
.who li:hover i,
.who li:hover a {
	color:#212322;
}

/*Privacy Page
------------------------------------*/
.privacy a:hover {
	color:#212322;
}

/*Portfolio Page
------------------------------------*/
/*Portfolio v1*/
.view a.info:hover {
	background: #212322;
}

/*Portfolio v2*/
.sorting-block .sorting-nav li.active {
	color: #212322;
	border-bottom: solid 1px #212322;
}

.sorting-block .sorting-grid li a:hover span.sorting-cover {
	background: #212322;
}

/*Blog Page
------------------------------------*/
.blog h3 {
	color:#212322;
}
.blog li a:hover {
	color:#212322;
}

.blog-medium .blog-info li {
    color: #212322;
}

/*Blog Tags*/
ul.blog-tags a:hover {
	background: #212322;
}

.blog-post-tags ul.blog-tags a:hover {
    background: none repeat scroll 0 0 #212322;
}

/*Blog Photos*/
.blog-photos li img:hover {
	box-shadow: 0 0 0 2px #212322;
}

/*Blog Latest Tweets*/
.blog-twitter .blog-twitter-inner:hover {
	border-color: #212322;
	border-top-color: #212322;
}
.blog-twitter .blog-twitter-inner:hover:after {
	border-top-color: #212322;
}

.blog-twitter .blog-twitter-inner a {
	color: #212322;
}

/*Blog Item Page
------------------------------------*/
.blog-item h4.media-heading span a {
	color:#212322;
}

/*Coming Soon Page
------------------------------------*/
.coming-soon-border {
	border-top: solid 3px #212322;
}

/*Search Page
------------------------------------*/
.booking-blocks p a {
	color: #212322;
}

/*Icons Page
------------------------------------*/
.icon-page li:hover {
	color:#212322;
}

/*Glyphicons*/
.glyphicons-demo a:hover {
	color: #212322;
	text-decoration: none;
}

/*Magazine Page
------------------------------------*/
/*Magazine News*/
.magazine-news .by-author strong {
	color: #212322;
}

.magazine-news a.read-more {
	color: #212322;
}

/*Magazine Mini News*/
.magazine-mini-news .post-author strong {
	color: #212322;
}

.news-read-more i {
	background: #212322;
}

/*Sidebar Features*/
.magazine-page h3 a:hover {
	color: #212322;
}

/*Page Features
------------------------------------*/
/*Tag Boxes v1*/
.tag-box-v1 {
	border-top: solid 2px #212322;
}

/*Tag Boxes v2*/
.tag-box-v2 {
	border-left: solid 2px #212322;
}

/*Tag Boxes v7*/
.tag-box-v7 {
	border-bottom: solid 2px #212322;
}

/*Font Awesome Icon Page Style*/
.fa-icons li:hover {
   color: #212322;
}

.fa-icons li:hover i {
   background: #212322;
}

/*GLYPHICONS Icons Page Style*/
.bs-glyphicons li:hover {
   color: #212322;
}

/*Navigation
------------------------------------*/
/*Pagination*/
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
   background-color: #212322;
   border-color: #212322;
}

.pagination li a:hover {
   background: grey;
   border-color: grey;
}

/*Pager*/
.pager li > a:hover,
.pager li > a:focus {
   background: grey;
   border-color: grey;
}

/*Registration and Login Page v2
------------------------------------*/
.reg-block {
	border-top: solid 2px #212322;
}

.acc-v1 .panel-heading a {
    background: #212322 !important;
}

/* Alert */
.alert-notice-black {
    background-color: #ffe0e0;
    border-color: #ffe0e0;

}
.alert-black {
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #ff00001c;
}

.alert-black li {
    display: flex;
    color: red;
}

.alert-black i {
    color: red;
}

/* Scroll Bar*/
::-webkit-scrollbar-thumb:hover {
    background-color: rgb(71, 71, 71) !important;
}

/* Estilos select2 */
.select2-container--open .selection .select2-selection, .select2-container--focus .selection .select2-selection{
	border-color: #212322 !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(33, 35, 34, 0.6) !important;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected]{
	background-color: #212322 !important;
}

.select2-container--bootstrap .select2-dropdown{
	border-color: #212322 !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(33, 35, 34, 0.6) !important;
}

/*File Uploader*/
.icon-uploader-float-pulse-fade{
	transform: scale(1, 1);
	top: 12px;
	right: 12px;
	animation: pulse-fade 500ms infinite ease-in-out alternate;
	color: #212322 !important;
}

.label-uploader:hover .icon-uploader i{
	scale: 1.2;
	color: #212322 !important;
}

.label-uploader:hover .icon-uploader-float, .label-uploader:focus .icon-uploader-float{
	transform: scale(1, 1);
	top: 12px;
	right: 12px;
	animation: pulse-fade 500ms infinite ease-in-out alternate;
	color: #212322 !important;
}

/* For Entry's Sales name */
.badge-entry-sales-name-color{
	color: #212322;
	border: 1px solid rgba(33, 35, 34, 0.4);
	background: rgba(33, 35, 34, 0.1);
}

.servive-block .servive-block-in:hover h4,
.servive-block .servive-block-in:hover i {
	color: #212322;
}
