.allCaps {
	text-transform:uppercase;
}
.header--nav-links, .footer-nav, .widget h4 {
	text-transform:uppercase;
}
.social-label {
	font-size:11px;
	padding-top: 15px;
}
.posts--simple-list {
	margin: 0;
	padding: 0;
}
.posts--simple-list {
	list-style: none;
}
.input-group input {
	border: 1px solid #ccc;
	border-radius: 0px 4px 4px 0px;
	padding: 6px;
}
.flexslider .slides li {
	background-size:cover;
}
.flexslider .slides li h2 {
	letter-spacing: 1px;
	text-transform: uppercase;
	/* width: auto; */
    /* background: rgba(0,0,0,0.7); */
  /* font-style:italic; */
   font-weight: 100;
   padding: 30px0px 30px;
   text-shadow: rgba(0,0,0,0.9) 0px 0px 2px;
}

.flex-direction-nav li a {
	/* background-color: rgba(0,0,0,0.7); */
	background-color: rgba(255,255,255,0.2); 
}

.fes6-box h3 {
	font-size: 16px;
}
.cloud9-item {
	background-color: #ccc;
	border: 20px solid #fff;
}
#main-menu .sub a:hover {
	background-color:transparent;
}
.black-header #main-menu .navbar .nav > li > a {
	background-color: transparent;
	color:#FFF;
}
.black-header #main-menu .navbar .nav > li.active{
	border-top: 3px solid #c9692c;
}
.black-header #main-menu .navbar .nav > li.active > a{
	margin-top: -3px;
}
 /*
.footer--title.h4 {
	text-align: center;
}
*/

footer .posts__title {
	margin-bottom: 0px;
	overflow: hidden; /* Трабва да го има за да работи ellipsis */
	text-overflow: ellipsis;
}
footer .posts__title a{
	color:#FFF;
}
footer time {
	font-size: 12px;
}

.homePic{
	font-size: 22px !important;
	margin-top: -6px !important;
}

/* LAST ARTICLES */
.widget-posts .img-wrapper  {
	overflow: hidden;
	height: 70px;
	width: 70px;
	text-align:center;
	float:left;
	margin-right: 20px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center center;
}

/* SLICK */
.slick-arrow {
	position:absolute;
	bottom:0px;
	z-index: 10;
	color:#FFF;
	background-color: rgba(0,0,0,0.7);
	width: 30px;
	height:30px;
	text-align:center;
	line-height:30px;
	display:block;
	padding-top: 2px;
	font-size: 22px;
}
.slick-arrow.slick-prev {
	left: 0px;
}
.slick-arrow.slick-next {
	right: 0px;
}

.article-tag {
	margin-right: 10px;
}

.post-prev-title {
	margin-top: 20px;
}

.page-title-cont {
	text-shadow:rgba(0,0,0,0.6) 0px 0px 1px;
}
.breadcrumbs {
	text-shadow:rgba(0,0,0,0.6) 0px 0px 1px;
}
.breadcrumbs a{
	color:#333;
}
.breadcrumbs .active {
	/*font-weight:700;*/
}

#rs-fullscr {
	background-color: rgba(48,50,54,1);
}

.catalog-carousel {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sub {
	list-style: none;
}
.header {
	z-index: 150;
}

/* FOOTER  */
.footer2-black .widget {
	margin-bottom: 5px;
}

.footer2-black .widget .posts__item img{
	border: 3px solid #fff;
}
.footer2-black .widget .footer-2-text-cont {
	margin-bottom: 0px;
}

/* BOOTSTRAP */
@media (max-width: 991px){
	.row {
		margin-left: 0px;
		margin-right: 0px;
	}
}

#product_modal {
	background-color: rgba(0,0,0,0.8);
	padding: 5%;
	color: #ffffff;
}
@media (max-width: 991px){
	#product_modal {
		overflow: auto;
	}
}

#product_modal * {
	color: #ffffff;
}
#product_modal .product-container {
	margin: 0 auto;
	width: 100%;
}

#product_modal .product-favorite, #product_modal .product-file  {
	font-size: 1em;
	line-height: 48px;
}
#product_modal .product-favorite i, #product_modal .product-file i {
	font-size: 24px;
}
#product_modal .product-favorite:hover i {
	font-size: 28px;
}

#request-form ::placeholder,
#request-form textarea::placeholder /* не работи за модзила на текст ериа */
{
	color: #ccc;
}


/* FAVORITES */
.cd-header-favorites {

}
.cd-header-favorites i {
	font-size: 1.2em;
	color: #fff;
}

.footer_small_menu li {
	display:inline-block;
	list-style: none;
	padding: 0px 10px;
}

.logo-text {
	font-weight: 700;
	font-size: 36px;
	color: rgba(255,255,255,1.00);
}

.logo-text span {
	font-weight:normal;
	font-size: 24px;
	color: #c9692c;
}


.blog-content {
	padding: 30px 0px;
}

.post--single .post__content p, .blog-main-posts p {
	text-align:justify;
}

.post-sharing {
	clear: both;
	padding-bottom: 20px;
	padding-left: 15px;
	overflow:auto;
}
.post-sharing div {
	float: left;
	margin-right: 5px;
} 
.post-sharing a {
	display: inline-block;
	width: 36px;
	height: 36px;
}

.post__tags {
	width: 100%;
	padding-bottom: 20px;
	overflow:auto;
}
.post__tags a {
	float:left;
	display:inline-block;
}
.post__meta {
	list-style: none;
	padding-left: 0px;
	font-style:italic;
}