/* bar color */
.header-nav.navbar-scrolltofixed.scroll-to-fixed-fixed {
    background-color: #fff;
}

/* top left bar */
.widget.myheader-widget .fa {
	font-size: 18px;
}
.widget.myheader-widget a {
	margin-right: 14px;
}

/* menuzord */
.menuzord.blue .menuzord-menu > li.active > a, .menuzord.blue .menuzord-menu > li:hover > a, .menuzord.blue .menuzord-menu ul.dropdown li:hover > a {
    background: #D52F2F;
}

.home .menuzord-menu > li > a {
    color: #333;
}

/* slider */
.myslider .carousel-item h1.text-white, .myslider .carousel-item h5.text-white {
	text-shadow: #000 2px 3px 4px !important;
}

/* button gallery and video */
.btn-categories-stai {
	margin-bottom: 30px;
}
.btn-categories-stai a {
	border-left: 3px solid transparent;
	background-color: #f8f8f8;
	display: inline-block;
	float: none;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	margin-right: 5px;
	outline: medium none;
	padding: 5px 15px;
	-webkit-transition: all 100ms ease-in-out 0s;
	-o-transition: all 100ms ease-in-out 0s;
	transition: all 100ms ease-in-out 0s;
}
.btn-categories-stai a.active,
.btn-categories-stai a:hover {
	color: #fff;
}
@media only screen and (max-width: 479px) {
	.btn-categories-stai a {
		margin-bottom: 10px;
	}
}

.btn-categories-stai a.active,
.btn-categories-stai a:hover{
	background: #D52F2F;
}

/* video responsive embed */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.blog-posts.single-post .entry-content ol {
	list-style: decimal;
}

.blog-posts.single-post .entry-content ul {
	list-style: disc;
}

.blog-posts.single-post .entry-content ul, .blog-posts.single-post .entry-content ol {
	margin-left: 45px;
}

.blog-posts.single-post .entry-content ul li, .blog-posts.single-post .entry-content ol li{
	margin-bottom: 9px;
	padding-left: 9px;
}

.blog-posts.single-post .entry-content .entry-meta ul, .blog-posts.single-post .entry-content .entry-meta ol {
	list-style: none;
	margin-left: 0;
}

.blog-posts.single-post .entry-content .entry-meta ul li, .blog-posts.single-post .entry-content .entry-meta ol li{
	margin-bottom: 0;
	padding-left: 0;
}