/* 
	Author: nEO
	Version: 1.0

	index css content :
	
	1. Body 
	2. Menu Top 
	3. Header 
	4. Slider 
	5. Hot News 
	6. Content
	   |__ Headline Title
	   |__ Wrapper Content
	   |__ Button
	7. Item Post type 1
	8. Item Post type 2
	9. Item Post type 3
	10. Item Post type 4
	11. Item Post type 5
	12. Item Post type 6
	13. Item Post type 7
	14. Item Post Slide
	15. Sidebarwidget
		|__ 15.1. Recent Post Widget 1
		|__ 15.2. Recent Post Widget 2
		|__ 15.3. Category Widget
		|__ 15.4. Social Media Widget
		|__ 15.5. Recent Comment Widget
		|__ 15.6. Tags Widget
		|__ 15.7. Ads Widget
	16. Category List
		|__ 16.1. Category Pagination
	17. Search
	18. Banner
	19. Footer
	20. Image Hover
	21. Breadcumb
	22. Single Page

 end index css content */

/*--------------------------------
1. Body 
-------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:600,400,700);
body {
	padding: 0;
	padding: 0;
	font-family: 'roboto', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #2b2b2b;
	background: #191919 url("images/bg.jpg");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-position: center;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
	outline: none;
	border: none;
}
button::-moz-focus-inner {
 border: 0;
}
:focus {
	outline:none;
}
::-moz-focus-inner {
border:0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
}
h1 {
	font-size:30px;
}
h2 {
	font-size:26px;
}
h3 {
	font-size:24px;
}
h4 {
	font-size:20px;
}
h5, h6 {
	font-size:16px
}
input, select, textarea {
	padding: 5px;
	margin: 3px;
	width: 99px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color:#e1e1e1;
	margin-right:3px;
	border-radius:3px
}
/* no padding left and right*/

.no-right-gap {
	padding-right: 0px;
	margin-right: 0px;
}
.no-left-gap {
	padding-left: 0px;
	margin-left: 0px;
}
/* Scroll to top */
.scrollup {
	position:fixed;
	bottom:10px;
	right:10px;
	background:rgba(204, 0, 0, .5);
	color:#fff;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
	text-align:center;
	visibility:hidden;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
	z-index: 99999;
}
.scrollup:hover {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-backface-visibility: hidden;
	color: #cc0000;
}
/* Tambahan */
#slideshow { 
    position: relative;
	min-height:410px;
}
#slideshow img { 
  	display: block;
  	width: 100%;
}
#slideshow > div { 
    position: absolute;
}
/* Animate */
.slideDown {
	animation-name:slideDown;
	-webkit-animation-name:slideDown;
	animation-duration:1s;
	-webkit-animation-duration:1s;
	animation-timing-function:ease;
	-webkit-animation-timing-function:ease;
	visibility:visible!important
}
@keyframes slideDown {
0% {
transform:translateY(-100%)
}
50% {
transform:translateY(8%)
}
65% {
transform:translateY(-4%)
}
80% {
transform:translateY(4%)
}
95% {
transform:translateY(-2%)
}
100% {
transform:translateY(0%)
}
}
@-webkit-keyframes slideDown {
0% {
-webkit-transform:translateY(-100%)
}
50% {
-webkit-transform:translateY(8%)
}
65% {
-webkit-transform:translateY(-4%)
}
80% {
-webkit-transform:translateY(4%)
}
95% {
-webkit-transform:translateY(-2%)
}
100% {
-webkit-transform:translateY(0%)
}
}
.slideUp {
	animation-name:slideUp;
	-webkit-animation-name:slideUp;
	animation-duration:1s;
	-webkit-animation-duration:1s;
	animation-timing-function:ease;
	-webkit-animation-timing-function:ease;
	visibility:visible!important
}
@keyframes slideUp {
0% {
transform:translateY(100%)
}
50% {
transform:translateY(-8%)
}
65% {
transform:translateY(4%)
}
80% {
transform:translateY(-4%)
}
95% {
transform:translateY(2%)
}
100% {
transform:translateY(0%)
}
}
@-webkit-keyframes slideUp {
0% {
-webkit-transform:translateY(100%)
}
50% {
-webkit-transform:translateY(-8%)
}
65% {
-webkit-transform:translateY(4%)
}
80% {
-webkit-transform:translateY(-4%)
}
95% {
-webkit-transform:translateY(2%)
}
100% {
-webkit-transform:translateY(0%)
}
}
.slideLeft {
	animation-name:slideLeft;
	-webkit-animation-name:slideLeft;
	animation-duration:1s;
	-webkit-animation-duration:1s;
	animation-timing-function:ease-in-out;
	-webkit-animation-timing-function:ease-in-out;
	visibility:visible!important
}
@keyframes slideLeft {
0% {
transform:translateX(150%)
}
50% {
transform:translateX(-8%)
}
65% {
transform:translateX(4%)
}
80% {
transform:translateX(-4%)
}
95% {
transform:translateX(2%)
}
100% {
transform:translateX(0%)
}
}
@-webkit-keyframes slideLeft {
0% {
-webkit-transform:translateX(150%)
}
50% {
-webkit-transform:translateX(-8%)
}
65% {
-webkit-transform:translateX(4%)
}
80% {
-webkit-transform:translateX(-4%)
}
95% {
-webkit-transform:translateX(2%)
}
100% {
-webkit-transform:translateX(0%)
}
}
.slideRight {
	animation-name:slideRight;
	-webkit-animation-name:slideRight;
	animation-duration:1s;
	-webkit-animation-duration:1s;
	animation-timing-function:ease-in-out;
	-webkit-animation-timing-function:ease-in-out;
	visibility:visible!important
}
@keyframes slideRight {
0% {
transform:translateX(-150%)
}
50% {
transform:translateX(8%)
}
65% {
transform:translateX(-4%)
}
80% {
transform:translateX(4%)
}
95% {
transform:translateX(-2%)
}
100% {
transform:translateX(0%)
}
}
@-webkit-keyframes slideRight {
0% {
-webkit-transform:translateX(-150%)
}
50% {
-webkit-transform:translateX(8%)
}
65% {
-webkit-transform:translateX(-4%)
}
80% {
-webkit-transform:translateX(4%)
}
95% {
-webkit-transform:translateX(-2%)
}
100% {
-webkit-transform:translateX(0%)
}
}
.slideExpandUp {
	animation-name:slideExpandUp;
	-webkit-animation-name:slideExpandUp;
	animation-duration:1.6s;
	-webkit-animation-duration:1.6s;
	animation-timing-function:ease-out;
	-webkit-animation-timing-function:ease -out;
	visibility:visible!important
}
@keyframes slideExpandUp {
0% {
transform:translateY(100%) scaleX(0.5)
}
30% {
transform:translateY(-8%) scaleX(0.5)
}
40% {
transform:translateY(2%) scaleX(0.5)
}
50% {
transform:translateY(0%) scaleX(1.1)
}
60% {
transform:translateY(0%) scaleX(0.9)
}
70% {
transform:translateY(0%) scaleX(1.05)
}
80% {
transform:translateY(0%) scaleX(0.95)
}
90% {
transform:translateY(0%) scaleX(1.02)
}
100% {
transform:translateY(0%) scaleX(1)
}
}
@-webkit-keyframes slideExpandUp {
0% {
-webkit-transform:translateY(100%) scaleX(0.5)
}
30% {
-webkit-transform:translateY(-8%) scaleX(0.5)
}
40% {
-webkit-transform:translateY(2%) scaleX(0.5)
}
50% {
-webkit-transform:translateY(0%) scaleX(1.1)
}
60% {
-webkit-transform:translateY(0%) scaleX(0.9)
}
70% {
-webkit-transform:translateY(0%) scaleX(1.05)
}
80% {
-webkit-transform:translateY(0%) scaleX(0.95)
}
90% {
-webkit-transform:translateY(0%) scaleX(1.02)
}
100% {
-webkit-transform:translateY(0%) scaleX(1)
}
}
.expandUp {
	animation-name:expandUp;
	-webkit-animation-name:expandUp;
animation-duration:.7s;
-webkit-animation-duration:.7s;
	animation-timing-function:ease;
	-webkit-animation-timing-function:ease;
	visibility:visible!important
}
@keyframes expandUp {
0% {
transform:translateY(100%) scale(0.6) scaleY(0.5)
}
60% {
transform:translateY(-7%) scaleY(1.12)
}
75% {
transform:translateY(3%)
}
100% {
transform:translateY(0%) scale(1) scaleY(1)
}
}
@-webkit-keyframes expandUp {
0% {
-webkit-transform:translateY(100%) scale(0.6) scaleY(0.5)
}
60% {
-webkit-transform:translateY(-7%) scaleY(1.12)
}
75% {
-webkit-transform:translateY(3%)
}
100% {
-webkit-transform:translateY(0%) scale(1) scaleY(1)
}
}
.fadeIn {
	animation-name:fadeIn;
	-webkit-animation-name:fadeIn;
	animation-duration:1.5s;
	-webkit-animation-duration:1.5s;
	animation-timing-function:ease-in-out;
	-webkit-animation-timing-function:ease-in-out;
	visibility:visible!important
}
@keyframes fadeIn {
0% {
transform:scale(0);
opacity:0
}
60% {
transform:scale(1.1)
}
80% {
transform:scale(0.9);
opacity:1
}
100% {
transform:scale(1);
opacity:1
}
}
@-webkit-keyframes fadeIn {
0% {
-webkit-transform:scale(0);
opacity:0
}
60% {
-webkit-transform:scale(1.1)
}
80% {
-webkit-transform:scale(0.9);
opacity:1
}
100% {
-webkit-transform:scale(1);
opacity:1
}
}
.expandOpen {
	animation-name:expandOpen;
	-webkit-animation-name:expandOpen;
	animation-duration:1.2s;
	-webkit-animation-duration:1.2s;
	animation-timing-function:ease-out;
	-webkit-animation-timing-function:ease-out;
	visibility:visible!important
}
@keyframes expandOpen {
0% {
transform:scale(1.8)
}
50% {
transform:scale(0.95)
}
80% {
transform:scale(1.05)
}
90% {
transform:scale(0.98)
}
100% {
transform:scale(1)
}
}
@-webkit-keyframes expandOpen {
0% {
-webkit-transform:scale(1.8)
}
50% {
-webkit-transform:scale(0.95)
}
80% {
-webkit-transform:scale(1.05)
}
90% {
-webkit-transform:scale(0.98)
}
100% {
-webkit-transform:scale(1)
}
}
.bigEntrance {
	animation-name:bigEntrance;
	-webkit-animation-name:bigEntrance;
	animation-duration:1.6s;
	-webkit-animation-duration:1.6s;
	animation-timing-function:ease-out;
	-webkit-animation-timing-function:ease-out;
	visibility:visible!important
}
@keyframes bigEntrance {
0% {
transform:scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
opacity:.2
}
30% {
transform:scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
opacity:1
}
45% {
transform:scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
opacity:1
}
60% {
transform:scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
opacity:1
}
75% {
transform:scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
opacity:1
}
90% {
transform:scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
opacity:1
}
100% {
transform:scale(1) rotate(0deg) translateX(0%) translateY(0%);
opacity:1
}
}
@-webkit-keyframes bigEntrance {
0% {
-webkit-transform:scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
opacity:.2
}
30% {
-webkit-transform:scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
opacity:1
}
45% {
-webkit-transform:scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
opacity:1
}
60% {
-webkit-transform:scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
opacity:1
}
75% {
-webkit-transform:scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
opacity:1
}
90% {
-webkit-transform:scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
opacity:1
}
100% {
-webkit-transform:scale(1) rotate(0deg) translateX(0%) translateY(0%);
opacity:1
}
}
.hatch {
	animation-name:hatch;
	-webkit-animation-name:hatch;
	animation-duration:2s;
	-webkit-animation-duration:2s;
	animation-timing-function:ease-in-out;
	-webkit-animation-timing-function:ease-in-out;
	transform-origin:50% 100%;
	-ms-transform-origin:50% 100%;
	-webkit-transform-origin:50% 100%;
	visibility:visible!important
}
@keyframes hatch {
0% {
transform:rotate(0deg) scaleY(0.6)
}
20% {
transform:rotate(-2deg) scaleY(1.05)
}
35% {
transform:rotate(2deg) scaleY(1)
}
50% {
transform:rotate(-2deg)
}
65% {
transform:rotate(1deg)
}
80% {
transform:rotate(-1deg)
}
100% {
transform:rotate(0deg)
}
}
@-webkit-keyframes hatch {
0% {
-webkit-transform:rotate(0deg) scaleY(0.6)
}
20% {
-webkit-transform:rotate(-2deg) scaleY(1.05)
}
35% {
-webkit-transform:rotate(2deg) scaleY(1)
}
50% {
-webkit-transform:rotate(-2deg)
}
65% {
-webkit-transform:rotate(1deg)
}
80% {
-webkit-transform:rotate(-1deg)
}
100% {
-webkit-transform:rotate(0deg)
}
}
.bounce {
	animation-name:bounce;
	-webkit-animation-name:bounce;
	animation-duration:1.6s;
	-webkit-animation-duration:1.6s;
	animation-timing-function:ease;
	-webkit-animation-timing-function:ease;
	transform-origin:50% 100%;
	-ms-transform-origin:50% 100%;
	-webkit-transform-origin:50% 100%
}
@keyframes bounce {
0% {
transform:translateY(0%) scaleY(0.6)
}
60% {
transform:translateY(-100%) scaleY(1.1)
}
70% {
transform:translateY(0%) scaleY(0.95) scaleX(1.05)
}
80% {
transform:translateY(0%) scaleY(1.05) scaleX(1)
}
90% {
transform:translateY(0%) scaleY(0.95) scaleX(1)
}
100% {
transform:translateY(0%) scaleY(1) scaleX(1)
}
}
@-webkit-keyframes bounce {
0% {
-webkit-transform:translateY(0%) scaleY(0.6)
}
60% {
-webkit-transform:translateY(-100%) scaleY(1.1)
}
70% {
-webkit-transform:translateY(0%) scaleY(0.95) scaleX(1.05)
}
80% {
-webkit-transform:translateY(0%) scaleY(1.05) scaleX(1)
}
90% {
-webkit-transform:translateY(0%) scaleY(0.95) scaleX(1)
}
100% {
-webkit-transform:translateY(0%) scaleY(1) scaleX(1)
}
}
.pulse {
	animation-name:pulse;
	-webkit-animation-name:pulse;
	animation-duration:1.5s;
	-webkit-animation-duration:1.5s;
	animation-iteration-count:infinite;
	-webkit-animation-iteration-count:infinite
}
@keyframes pulse {
0% {
transform:scale(0.9);
opacity:.7
}
50% {
transform:scale(1);
opacity:1
}
100% {
transform:scale(0.9);
opacity:.7
}
}
@-webkit-keyframes pulse {
0% {
-webkit-transform:scale(0.95);
opacity:.7
}
50% {
-webkit-transform:scale(1);
opacity:1
}
100% {
-webkit-transform:scale(0.95);
opacity:.7
}
}
.floating {
	animation-name:floating;
	-webkit-animation-name:floating;
	animation-duration:1.5s;
	-webkit-animation-duration:1.5s;
	animation-iteration-count:infinite;
	-webkit-animation-iteration-count:infinite
}
@keyframes floating {
0% {
transform:translateY(0%)
}
50% {
transform:translateY(8%)
}
100% {
transform:translateY(0%)
}
}
@-webkit-keyframes floating {
0% {
-webkit-transform:translateY(0%)
}
50% {
-webkit-transform:translateY(8%)
}
100% {
-webkit-transform:translateY(0%)
}
}
.tossing {
	animation-name:tossing;
	-webkit-animation-name:tossing;
	animation-duration:2.5s;
	-webkit-animation-duration:2.5s;
	animation-iteration-count:infinite;
	-webkit-animation-iteration-count:infinite
}
@keyframes tossing {
0% {
transform:rotate(-4deg)
}
50% {
transform:rotate(4deg)
}
100% {
transform:rotate(-4deg)
}
}
@-webkit-keyframes tossing {
0% {
-webkit-transform:rotate(-4deg)
}
50% {
-webkit-transform:rotate(4deg)
}
100% {
-webkit-transform:rotate(-4deg)
}
}
.pullUp {
	animation-name:pullUp;
	-webkit-animation-name:pullUp;
	animation-duration:1.1s;
	-webkit-animation-duration:1.1s;
	animation-timing-function:ease-out;
	-webkit-animation-timing-function:ease-out;
	transform-origin:50% 100%;
	-ms-transform-origin:50% 100%;
	-webkit-transform-origin:50% 100%
}
@keyframes pullUp {
0% {
transform:scaleY(0.1)
}
40% {
transform:scaleY(1.02)
}
60% {
transform:scaleY(0.98)
}
80% {
transform:scaleY(1.01)
}
100% {
transform:scaleY(0.98)
}
80% {
transform:scaleY(1.01)
}
100% {
transform:scaleY(1)
}
}
@-webkit-keyframes pullUp {
0% {
-webkit-transform:scaleY(0.1)
}
40% {
-webkit-transform:scaleY(1.02)
}
60% {
-webkit-transform:scaleY(0.98)
}
80% {
-webkit-transform:scaleY(1.01)
}
100% {
-webkit-transform:scaleY(0.98)
}
80% {
-webkit-transform:scaleY(1.01)
}
100% {
-webkit-transform:scaleY(1)
}
}
.pullDown {
	animation-name:pullDown;
	-webkit-animation-name:pullDown;
	animation-duration:1.1s;
	-webkit-animation-duration:1.1s;
	animation-timing-function:ease-out;
	-webkit-animation-timing-function:ease-out;
	transform-origin:50% 0;
	-ms-transform-origin:50% 0;
	-webkit-transform-origin:50% 0
}
@keyframes pullDown {
0% {
transform:scaleY(0.1)
}
40% {
transform:scaleY(1.02)
}
60% {
transform:scaleY(0.98)
}
80% {
transform:scaleY(1.01)
}
100% {
transform:scaleY(0.98)
}
80% {
transform:scaleY(1.01)
}
100% {
transform:scaleY(1)
}
}
@-webkit-keyframes pullDown {
0% {
-webkit-transform:scaleY(0.1)
}
40% {
-webkit-transform:scaleY(1.02)
}
60% {
-webkit-transform:scaleY(0.98)
}
80% {
-webkit-transform:scaleY(1.01)
}
100% {
-webkit-transform:scaleY(0.98)
}
80% {
-webkit-transform:scaleY(1.01)
}
100% {
-webkit-transform:scaleY(1)
}
}
.stretchLeft {
	animation-name:stretchLeft;
	-webkit-animation-name:stretchLeft;
	animation-duration:1.5s;
	-webkit-animation-duration:1.5s;
	animation-timing-function:ease-out;
	-webkit-animation-timing-function:ease-out;
	transform-origin:100% 0;
	-ms-transform-origin:100% 0;
	-webkit-transform-origin:100% 0
}
@keyframes stretchLeft {
0% {
transform:scaleX(0.3)
}
40% {
transform:scaleX(1.02)
}
60% {
transform:scaleX(0.98)
}
80% {
transform:scaleX(1.01)
}
100% {
transform:scaleX(0.98)
}
80% {
transform:scaleX(1.01)
}
100% {
transform:scaleX(1)
}
}
@-webkit-keyframes stretchLeft {
0% {
-webkit-transform:scaleX(0.3)
}
40% {
-webkit-transform:scaleX(1.02)
}
60% {
-webkit-transform:scaleX(0.98)
}
80% {
-webkit-transform:scaleX(1.01)
}
100% {
-webkit-transform:scaleX(0.98)
}
80% {
-webkit-transform:scaleX(1.01)
}
100% {
-webkit-transform:scaleX(1)
}
}
.stretchRight {
	animation-name:stretchRight;
	-webkit-animation-name:stretchRight;
	animation-duration:1.5s;
	-webkit-animation-duration:1.5s;
	animation-timing-function:ease-out;
	-webkit-animation-timing-function:ease-out;
	transform-origin:0 0;
	-ms-transform-origin:0 0;
	-webkit-transform-origin:0 0
}
@keyframes stretchRight {
0% {
transform:scaleX(0.3)
}
40% {
transform:scaleX(1.02)
}
60% {
transform:scaleX(0.98)
}
80% {
transform:scaleX(1.01)
}
100% {
transform:scaleX(0.98)
}
80% {
transform:scaleX(1.01)
}
100% {
transform:scaleX(1)
}
}
@-webkit-keyframes stretchRight {
0% {
-webkit-transform:scaleX(0.3)
}
40% {
-webkit-transform:scaleX(1.02)
}
60% {
-webkit-transform:scaleX(0.98)
}
80% {
-webkit-transform:scaleX(1.01)
}
100% {
-webkit-transform:scaleX(0.98)
}
80% {
-webkit-transform:scaleX(1.01)
}
100% {
-webkit-transform:scaleX(1)
}
}
/*--------------------------------
2. Menu Top
-------------------------------- */
.ol-menu-top {
	background: #cc0000;
	display: block;
}
.ol-menu > li.current-menu-item {
	background:#F7F7F7;
}
.ol-menu > li.current-menu-item a, .ol-menu > li.current-menu-item:after {
	color:#FA8144;
}
.search-box {
	float: right;
	text-align: right;
}
.ol-search {
	cursor: pointer;
	color: #fff;
	padding-top:18px;
	padding-bottom:15px;
	font-size: 15px;
	text-align: right;
}
/* button mobile menu */
.ol-bt-menu {
	font-size: 16px;
	color:#fff;
	z-index: 9999;
	display: none;
	padding-top: 15px;
	padding-bottom: 15px;
}
.ol-bt-menu i {
	cursor: pointer;
}
/* style menu */
.menu-wrap {
	background: #494949;
	padding-top: 20px;
}
.buttonmenu {
	display: none;
}
.ol-nav-menu {
	position: relative;
/*	z-index: 99999; */
}
.ol-menu {
	margin:0px;
	padding: 0px;
	list-style: none;
	text-align: left;
}
.ol-menu > li {
	padding-bottom:15px;
	padding-top:15px;
	vertical-align: top;
	cursor: pointer;
	padding-right: 17px;
	padding-left: 18px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	background: #cc0000;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.ol-menu > li.current-menu-item {
	background:#F7F7F7;
}
.ol-menu > li.current-menu-item a, .ol-menu > li.current-menu-item:after {
	color:#cc0000;
}
.ol-menu > li:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #F7F7F7;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.ol-menu li:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.ol-menu > li {
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.menu-item-has-children:after {
	content:"\f078";
	font-family:"Fontawesome", sans-serif;
	font-size: 7px;
	color: #fff;
	padding-left: 1px;
	vertical-align: middle;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.menu-item-has-children:hover:after {
	color: #cc0000;
}
.ol-menu li:hover a {
	color: #cc0000;
}
.ol-menu > li > a {
	position:relative;
}
.ol-menu > li > a {
	-webkit-transition:0.3s;
	transition:0.3s;
	-moz-transition:0.3s;
}
.ol-menu li a {
	text-transform: uppercase;
	letter-spacing :1px;
	font-family: 'titillium web', sans-serif;
	font-weight:bold;
	color: #fff;
	font-size: 15px;
	line-height: 25px;
}
.ol-menu li i {
	color:#fff;
}
/* sub menu */
.ol-menu > li.menu-item-has-children a {
	text-align: left;
}
.ol-menu ul {
	margin-top: 15px;
	visibility: hidden;
	position: absolute;
	margin-left: -15px;
	padding-left: 0;
	background: #3a3a3a;
}
.ol-menu ul li {
	list-style: none;
}
.ol-menu ul li:first-child:before {
	border: 0px;
}
.ol-menu ul li:last-child:after {
	border: 0px;
}
.ol-menu > ul > li {
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-menu ul li:hover {
/*border-top: 1px solid #cc0000;
	border-bottom: 1px solid #cc0000;*/
}
.ol-menu > ul > li > a {
	-webkit-transition:0.6s;
	-transition:0.6s;
	-moz-transition:0.6s;
}
.ol-menu ul li a {
	text-transform: uppercase;
	color: #fff !important;
	display: block;
	font-size:14px;
	letter-spacing :2px;
	min-width: 230px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
	z-index: 3;
	position : relative;
	line-height: 40px;
	border-bottom: 1px solid #5A5A5A;/*border-top: 1px solid #252525;*/
}
.ol-menu ul li:hover a {
	color: #fff !important;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	background: #cc0000;
	/*border-top: 1px solid #cc0000;*/
	border-bottom: 1px solid #cc0000;
}
.ol-menu li:hover > ul {
	visibility: visible;
	z-index:1;
	-webkit-animation-name: fadeInUp;
	-webkit-animation-duration: 0.3s;
	animation-name: fadeInUp;
	animation-duration: 0.3s;
}
/* sub sub menu */
.ol-menu ul ul {
	min-width: 200px;
	margin-top: -46px;
	margin-left: 230px;
	visibility: hidden;
	position: absolute;
	padding-left: 0;
}
.ol-menu ul ul li {
	list-style: none;
}
.ol-menu > ul > ul > li {
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-menu ul ul li:hover {
	background: #cc0000;
}
.ol-menu ul ul li a {
	text-transform: uppercase;
	color: #fff !important;
	display: block;
	font-size:14px;
	letter-spacing :2px;
	min-width: 230px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
	z-index: 3;
	position : relative;
	background: #3a3a3a !important; /* bg sub sub menu */
	color: #fff;
	border-bottom: 1px solid #5A5A5A !important;
}
.ol-menu ul ul li:hover a {
	color: #fff !important;
	background: #cc0000 !important;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background: #fff;
	border-bottom: 1px solid #cc0000 !important;
}
.ol-menu li:hover > ul {
	visibility: visible;
	z-index:1;
	-webkit-animation-name: fadeInUp;
	-webkit-animation-duration: 0.3s;
	animation-name: fadeInUp;
	animation-duration: 0.3s;
}
/* overlay search */
.ol-overlay-search {
	position: absolute;
	top: 0;
	width: 100%;
	background: #cc0000;
	z-index: 999999;
	padding-top: 6px;
	padding-bottom: 6px;
	display: none;
}
/* input search */
.input-search {
	margin: 0px;
	width: 100%;
	height: 43px;
	border: none;
	color: #fff;
	background: transparent;
	border-left: 2px solid #fff;
	padding-left: 20px;
	outline: none;
	-webkit-animation-name: fadeInDown;
	-webkit-animation-duration: 0.3s;
	animation-name: fadeInDown;
	animation-duration: 0.3s;
}
/* wrapper close*/
.wrapper-close {
	padding-top: 9px;
	padding-bottom: 9px;
	color: #fff;
	text-align: right;
}
.wrapper-close i {
	cursor: pointer;
	font-size: 20px;
}
/* menu nav 2 */
/* button mobile menu */
.ol-bt-menu2 {
	font-size: 16px;
	color: #cc0000;
	display: none;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-family: 'titillium web', sans-serif;
	font-weight: 700;
}
.ol-bt-menu2 i {
	cursor: pointer;
}
.ol-bt-menu2 span {
	cursor: pointer;
}
.ol-nav-menu2 {
	position: relative;
	z-index: 9999;
	bottom: 5px;
}
.ol-menu2 {
	margin:0px;
	padding: 0px;
	list-style: none;
	text-align: left;
}
.ol-menu2 > li {
	padding-bottom:8px;
	padding-top:8px;
	vertical-align: top;
	cursor: pointer;
	padding-right: 20px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	background: #fff;
}
.ol-menu2 > li {
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-menu2 > .menu-item-has-children:after {
	content:"\f078";
	font-family:"Fontawesome", sans-serif;
	font-size: 8px;
	color: #2b2b2b;
	padding-left: 1px;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-menu2 > .menu-item-has-children:hover:after {
	color: #cc0000;
}
.ol-menu2 li:hover a {
	color: #cc0000;
}
.ol-menu2 li:hover {
/*border-bottom: 2px solid #cc0000;*/
}
.ol-menu2 > li > a {
	position:relative;
}
.ol-menu2 > li > a {
	-webkit-transition:0.3s;
	transition:0.3s;
	-moz-transition:0.3s;
}
.ol-menu2 li a {
	text-transform: uppercase;
	letter-spacing :1px;
	font-weight: bold;
	font-family: 'titillium web', sans-serif;
	color: #2b2b2b;
	font-size: 16px;
}
.ol-menu2 li i {
	color: #2b2b2b;
}
/* sub menu */
.ol-menu2 > li.menu-item-has-children a {
	text-align: left;
}
.ol-menu2 ul {
	margin-top: 8px;
	visibility: hidden;
	position: absolute;
	margin-left: -15px;
	padding-left: 0;
	background: #3a3a3a;
	z-index: 9999;
}
.ol-menu2 ul li {
	list-style: none;
}
.ol-menu2 ul li:first-child:before {
	border: 0px;
}
.ol-menu2 ul li:last-child:after {
	border: 0px;
}
.ol-menu2 > ul > li {
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-menu2 ul li:hover {
}
.ol-menu2 > ul > li > a {
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-menu2 ul li a {
	text-transform: uppercase;
	color: red;
	display: block;
	font-size:14px;
	letter-spacing :2px;
	text-transform: uppercase;
	color: #fff !important;
	display: block;
	font-size:14px;
	letter-spacing :2px;
	min-width: 230px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
	z-index: 3;
	position : relative;
	line-height: 40px;
	border-bottom: 1px solid #5A5A5A;
}
.ol-menu2 ul li:hover a {
	color: #fff !important;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background: #cc0000;
	/*border-top: 1px solid #cc0000;*/
	border-bottom: 1px solid #cc0000;
}
.ol-menu2 li:hover > ul {
	visibility: visible;
	z-index:1;
	-webkit-animation-name: fadeInUp;
	-webkit-animation-duration: 0.3s;
	animation-name: fadeInUp;
	animation-duration: 0.3s;
}
/* sub sub menu */
.ol-menu2 ul ul {
	margin-top: -45px;
	margin-left: 230px;
	visibility: hidden;
	position: absolute;
	padding-left: 0;
	z-index: 9999;
}
.ol-menu2 ul ul li {
	list-style: none;
}
.ol-menu2 > ul > ul > li {
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-menu2 ul ul li:hover {
	background: #fff;
}
.ol-menu2 ul ul li a {
	text-transform: uppercase;
	display: block;
	font-size:14px;
	letter-spacing :2px;
	min-width: 230px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
	z-index: 3;
	position : relative;
	background: #cc0000;
	color: #fff;
	background: #3a3a3a !important;
	border-bottom: 1px solid #5A5A5A !important;
}
.ol-menu2 ul ul li:hover a {
	color: #fff !important;
	background: #cc0000 !important;
	border-bottom: 1px solid #cc0000;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background: #fff;
	border-bottom: 1px solid #fff;
}
.ol-menu2 ul ul li:hover > ul {
	visibility: visible;
	z-index:1;
	-webkit-animation-name: fadeInUp;
	-webkit-animation-duration: 0.3s;
	animation-name: fadeInUp;
	animation-duration: 0.3s;
}
/*--------------------------------
3. Header
-------------------------------- */
.ol-header-logo {
	background:rgba(255, 204, 0, 0.75);
	padding-top: 5px;
	padding-bottom: 5px;
}
/* wrapper img */
.ol-img-header {
	text-align: left;
	width: 300px;
	margin:0 0;
	margin: 8px 0px;
}
.ol-img-header img {
	max-width: 100%;
}
.ol-bar-header {
	background: #999;
	padding: 5px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	/*padding-bottom: 15px;*/
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: bold;
}
/* wrapper banner logo */
.jaringan-header {
	width: 100%;
	text-align:right;
}
@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.jaringan-header img {
	max-width: 100%;
    -webkit-animation: blink 3s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: blink 3s;
    -moz-animation-iteration-count: infinite;
    -o-animation: blink 3s;
    -o-animation-iteration-count: infinite;
}
.banner-header {
	width: 100%;
}
.banner-header img {
	max-width: 100%;
}
.login-header {
	width: 100%;
	margin: 15px auto;
	text-align: right;
}
/* style dat bar */
.ol-date-bar {
	text-align: left;
	color: #fff;
	padding-right: 20px;
	font-family: 'titillium web', sans-serif;
	font-size: 12px;
	letter-spacing: 0.5px;
}
/*style social icon bar header */
.ol-social-bar {
	padding: 0px;
	margin: 0px;
	text-align:right;
}
.ol-social-bar li {
	list-style: none;
	display:inline-block;
	padding-left: 20px;
}
.ol-social-bar li a {
	font-size: 18px;
	color: #2b2b2b;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-social-bar li a:hover {
	color: #cc0000;
}
/*--------------------------------
4. Slider
-------------------------------- */
.ol-wrapper-slider {
	background:rgba(0, 0, 0, 0.8);
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 5px;
}
/* show hide slider */
.bt-hide {
	position: relative;
	z-index: 2;
	color: #fff;
	font-size: 11px;
	margin: -5px auto;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 150px;
	background: #cc0000;
	cursor: pointer;
}
.bt-hide i {
	cursor: pointer;
}
.owl-carousel .owl-stage-outer {
	overflow: hidden;
	padding-bottom: 15px;
}
.ol-slider {
	margin-top:30px;
	margin-bottom:30px;
}
/* icon slider */
.icon-slide {
	padding-right: 5px;
	padding-left: 5px;
}
.ol-slider .item {
	height: 400px;
	width: 100%;
	margin: 0px auto;
	z-index: 2;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-slider .item:hover {
}
.ol-slider-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.ol-slider-img img {
	width: 100%;
	height: 100%;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
	-webkit-transform: scale(1.3, 1.3);
	z-index: 9;
}
.item:hover .ol-slider-img img {
	-webkit-transform: scale(1.1, 1.1);
}
/* owl nav*/
.ol-nav {
	position: absolute;
	width: 97%;
	top: 170px;
}
/* nav left */
.ol-prev {
	width: 70px;
	padding-top:25px;
	padding-bottom:25px;
	text-align: center;
	background: #e7e6e6;
	float: left;
	position: relative;
	left: -86px;
	cursor:  pointer;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-prev:hover {
	background: #cc0000;
	color: #fff;
}
.ol-prev:hover i {
	-webkit-animation-name: fadeInRight;
	-webkit-animation-duration: 0.3s;
	animation-name: fadeInRight;
	animation-duration: 0.3s;
}
/* nav next */
.ol-next {
	width: 70px;
	padding-top:25px;
	padding-bottom:25px;
	text-align: center;
	background: #e7e6e6;
	float: right;
	position: relative;
	right: -95px;
	cursor:  pointer;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-next:hover {
	background: #cc0000;
	color: #fff;
}
.ol-next:hover i {
	-webkit-animation-name: fadeInLeft;
	-webkit-animation-duration: 0.3s;
	animation-name: fadeInLeft;
	animation-duration: 0.3s;
}
/* title slider */
.ol-slider-title {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 240px;
	background: rgba(0, 0, 0, 0.3);
	overflow: hidden;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
	z-index: 19;
}
.ol-slider-title:hover p {
	opacity: 1;
}
.ol-slider-title:hover {
	padding-top: 220px;
}
.ol-slider-title p {
	padding-top: 10px;
	color: #fff;
	opacity: 0;
	font-size: 11px;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-slider-title i {
	margin-right: 3px;
}
.ol-slider-title i.fa-eye {
	margin-right: 3px;
	margin-left: 8px;
}
.ol-slider-title a:hover {
	color: #cc0000;
}
.ol-slider-title a {
	color: #fff;
	letter-spacing: 1;
	bottom: 0px;
	font-size: 18px;
	font-family: 'titillium web', sans-serif;
	font-weight: bold;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
/* category slider */
.ol-category-slider {
	width: 80%;
	background: #cc0000;
	color: #fff;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
	z-index: 20;
}
.ol-category-slider:hover {
	background: #000;
}
.ol-category-slider a {
	font-size: 12px;
	color: #fff;
	font-family: 'titillium web', sans-serif;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
	letter-spacing: 1px;
}
.ol-category-slider a:hover {
	color: #cc0000;
}
/* header no static */
.ol-content-header-static {
	margin-top: 5px;
	margin-bottom: 5px;
}
.header-static {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}
.header-static img {
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
/*	-webkit-transform: scale(1.3, 1.3); */
	border-radius: 3px;
}
.header-static:hover img {
/*	-webkit-transform: scale(1.1, 1.1); */
}
.header-static img {
	width: 100%;
}
.overlay-header-static {
	position: absolute;
	width:90%;
	height: 100%;
	top: 0px;
	background: rgba(0, 0, 0, 0.0);
	overflow: hidden;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 290px;
	text-align: center;
	padding-bottom: 10px;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.overlay-header-static .post-meta {
	padding-top: 10px;
	font-size: 12px;
}
.overlay-header-static .post-meta i {
	padding-right: 5px;
}
.overlay-header-static .post-meta span {
	padding-right: 5px;
}
.overlay-header-static:hover {
	padding-top: 250px;
}
.overlay-header-static:hover p {
	opacity: 1;
}
.overlay-header-static p {
	opacity: 0;
	color: #fff;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.overlay-header-static a {
	font-family: 'titillium web', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.overlay-header-static a:hover {
	color: #cc0000;
}
.overlay-header-static-center {
	position: absolute;
	width:95%;
	height: 100%;
	top: 0px;
	background: rgba(0, 0, 0, 0.0);
	overflow: hidden;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 290px;
	text-align: center;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.overlay-header-static-center .post-meta {
	padding-top: 10px;
	font-size: 12px;
}
.overlay-header-static-center .post-meta i {
	padding-right: 5px;
}
.overlay-header-static-center .post-meta span {
	padding-right: 5px;
}
.overlay-header-static-center:hover {
	padding-top: 250px;
}
.overlay-header-static-center:hover p {
	opacity: 1;
}
.overlay-header-static-center p {
	opacity: 0;
	color: #fff;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.overlay-header-static-center a {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.overlay-header-static-center a:hover {
	color: #cc0000;
}
/* header no static */
.ol-content-header-static2 {
	margin-top: 28px;
	margin-bottom: 28px;
}
.header-static2 {
	width: 100%;
	overflow: hidden;
}
.header-static2 img {
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
	-webkit-transform: scale(1.3, 1.3);
}
.header-static2:hover img {
	-webkit-transform: scale(1.1, 1.1);
}
.header-static2 img {
	width: 100%;
}
.overlay-header-static2 {
	position: absolute;
	width:93%;
	height: 100%;
	top: 0px;
	background: rgba(0, 0, 0, 0.3);
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 400px;
	text-align: center;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.overlay-header-static2:hover {
	padding-top: 380px;
}
.overlay-header-static2:hover p {
	opacity: 1;
}
.overlay-header-static2 p {
	opacity: 0;
	color: #fff;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
	margin-top: 10px;
	font-size: 13px;
}
.overlay-header-static2 a {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
	text-transform: uppercase;
}
.overlay-header-static2 a:hover {
	color: #cc0000;
}
.overlay-header-static2 i {
	font-size: 10px;
}
/* header no static */
.ol-content-header-static3 {
	margin-top: 28px;
	margin-bottom: 28px;
}
.header-static3 {
	width: 100%;
	overflow: hidden;
}
.header-static3 img {
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
	-webkit-transform: scale(1.3, 1.3);
}
.header-static3:hover img {
	-webkit-transform: scale(1.1, 1.1);
}
.header-static3 img {
	width: 100%;
}
.overlay-header-static3 {
	position: absolute;
	width: 93%;
	height: 100%;
	top: 0px;
	background: rgba(0, 0, 0, 0.3);
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 120px;
	text-align: center;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.overlay-header-static3:hover {
	padding-top: 90px;
}
.overlay-header-static3:hover p {
	opacity: 1;
}
.overlay-header-static3 p {
	opacity: 0;
	color: #fff;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
	margin-top: 7px;
	font-size: 13px;
}
.overlay-header-static3 a {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
	text-transform: uppercase;
}
.overlay-header-static3 a:hover {
	color: #cc0000;
}
.overlay-header-static3 i {
	font-size: 10px;
}
/* slider static model 3 */
.cus-slide3 {
	padding-left: 6px;
	padding-right:6px;
}
.wrapper-slide3 {
	margin-bottom: 10px;
}
/*--------------------------------
5. Hot News
-------------------------------- */
/* wrapper hot news */
.ol-hot-news {
	padding-top: 15px;
	border-bottom: 1px solid #e1dede;
}
/* hot head */
.ol-hot-head {
	font-size: 14px;
	color: #ffffff;
	font-family: 'Titillium web', sans-serif;
	font-weight: bold;
	background: #cc0000;
	padding: 5px 10px 5px 10px;
}
/* hot news category */
.ol-hot-category {
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	padding-top:2px;
	padding-bottom:2px;
	padding-left: 10px;
	padding-right: 10px;
	background: #cc0000;
	color: #fff;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-hot-category a {
	color: #fff;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
/* hot title */
.ol-hot-title {
	font-size: 14px;
}
.ol-hot-title a {
	color: #808080;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-hot-title a:hover {
	color: #cc0000;
}
/* nav hot slide */
.ol-nav-hot-slide {
	position: absolute;
	text-align: center;
	right: 15px;
	top: -10px;
	z-index: 9999;
	background: #fff;
}
.ol-nav-hot-left {
	cursor: pointer;
	color: #FA8144;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	/*background: #FA8144;*/
	display:inline-block;
}
.ol-nav-hot-right {
	cursor: pointer;
	color: #FA8144;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	/*background: #FA8144;*/
	display: inline-block;
}
/*--------------------------------
6. Content
-------------------------------- */
/* wrapper content */
.ol-content {
	padding-top: 30px;
}
/* headline post */
.ol-content-headline {
	padding-bottom: 15px;
	font-size: 20px;
	font-weight:  bold;
	font-family: 'titillium web', sans-serif;
	letter-spacing: 1px;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-content-headline:before {
	content:url('images/square.gif');
	background-repeat:  no-repeat;
	margin-right: 5px;
}
.ol-content-headline a {
	color: #cc0000;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
/* button more*/
.ol-button-more a {
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	background: #cc0000;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-button-more a:hover {
	background:#000000;
}
/* wrapper per post */
.ol-content-post1 {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
/* sub content area */
.ol-sub-content-post1 {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 0px;
	margin-bottom: 10px;
}
/* content post 1 title */
.ol-content-post1 .ol-content-title {
	padding-bottom: 7px;
}
/* post meta */
.ol-content-post1 .post-meta {
	font-family: 'roboto', sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #808080;
	margin-bottom: 15px;
}
.ol-content-post1 .post-meta a {
	color: #808080;
	font-weight: 600;
}
.ol-content-post1 .post-meta a:hover {
	color: #cc0000;
}
/* wrapper img post */
.ol-wrap-img {
	width: 100%;
	padding-bottom: 25px;
}
.ol-wrap-img img {
	width: 100%;
}
/* title conten post */
.ol-content-title {
	padding-bottom: 15px;
	font-size: 18px;
	font-weight:  bold;
	font-family: 'titillium web', sans-serif;
	line-height: 26px;
}
.ol-content-title a {
	color: #2b2b2b;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-content-title a:hover {
	color: #cc0000;
}
/* content title list */
.ol-content-title-list {
	font-size: 16px;
	font-weight:  bold;
	font-family: 'titillium web', sans-serif;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
	line-height: 25px;
	border-left: 3px solid #cc0000;
	padding-left: 10px;
}
.ol-content-title-list:hover {
	border-left: 10px solid #cc0000;
}
.ol-content-title-list a {
	color: #2b2b2b;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-content-title-list a:hover {
	color: #cc0000;
}
.ol-content-title-list:hover:before {
	color: #cc0000;
}
/* post meta title list*/
.ol-content-title-list .post-meta {
	font-family: 'roboto', sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #808080;
	margin-top: 2px;
}
.ol-content-title-list .post-meta a {
	color: #808080;
	font-weight: 600;
}
/* category content post */
.ol-content-category {
	color: #fff;
}
.ol-content-category a {
	color: #fff !important;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	background: #cc0000;
	font-size: 8px;
	letter-spacing: 1px;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-content-category a:hover {
	background: #2b2b2b;
	color: #fff;
}
/* date square post */
.ol-content-date {
	width: 50px;
	height: 50px;
	background: #000;
	text-align: center;
	font-size: 13px;
	font-family: 'titillium web', sans-serif;
	color: #fff;
	position: absolute;
	right: 12px;
	padding:6px;
	margin-top: -10px;
	z-index: 9999;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
/*--------------------------------
12. Content Model 3
-------------------------------- */
/* wrapper per post */
.ol-content-post2 {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
/* Title content post */
.ol-content-post2 .ol-content-title {
	font-size: 22px;
}
/* category content post */
.ol-content-category-2 {
	margin-bottom: 20px;
}
.ol-content-category-2 a {
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	background: #cc0000;
	font-size: 8px;
	letter-spacing: 1px;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-content-category-2 a:hover {
	background: #2b2b2b;
	color: #fff;
}
/* desc content post */
.ol-content-desc {
	color: #2b2b2b;
	font-size: 14px;
	overflow: auto;
	line-height: 26px;
	margin-bottom: 15px;
}
/* date square post 2 */
.ol-content-date-2 {
	width: 70px;
	height: 70px;
	background: #000;
	text-align: center;
	font-size: 18px;
	font-family: 'titillium web', sans-serif;
	color: #fff;
	position: absolute;
	right: 12px;
	padding:10px;
	margin-top: -10px;
	z-index: 9999;
}
/* date square post 2 */
.ol-content-date-3 {
	width: 70px;
	height: 70px;
	background: #000;
	text-align: center;
	font-size: 18px;
	font-family: 'titillium web', sans-serif;
	color: #fff;
	position: absolute;
	right: 6px;
	padding:10px;
	margin-top: -10px;
	z-index: 9999;
}
/* date square post */
.ol-content-date3 {
	width: 50px;
	height: 50px;
	background: #000;
	text-align: center;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	position: absolute;
	right: 7px;
	padding:6px;
	margin-top: -10px;
	z-index: 9999;
}
/* wrapper per post */
.ol-content-post3 {
	padding-bottom: 40px;
}
/* post meta post 3*/
.ol-content-post3 .post-meta {
	font-family: 'roboto', sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #808080;
	margin-bottom: 10px;
}
.ol-content-post3 .post-meta a {
	font-weight: 600;
	color: #808080;
}
.ol-content-post3 .post-meta a:hover {
	color: #cc0000;
}
/* wrapper post center two column */
.ol-content-post-two {
	border-bottom: 1px solid #e2e2e2;/*margin-bottom: 40px;*/
}
.ol-content-mini-img {
	margin-bottom: 20px;
}
.ol-wrap-img-mini {
	width: 100%;
	padding-bottom: 10px;
}
.ol-wrap-img-mini img {
	width: 100%;
}
/* category mini post */
.ol-category-mini {
	width: 80%;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 8px;
	margin: auto;
	top: -15px;
	font-family: 'Open Sans', sans-serif;
	background: #cc0000;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-category-mini:hover {
	background: #000;
}
.ol-category-mini a {
	color: #fff;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-category-mini a:hover {
	color: #cc0000;
}
/* content title 2 two layout */
.ol-content-title-2 {
	padding-bottom: 5px;
	font-size: 16px;
	font-weight:  bold;
	font-family: 'titillium web', sans-serif;
	line-height: 26px;
}
.ol-content-title-2 a {
	color: #2b2b2b;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-content-title-2 a:hover {
	color: #cc0000;
}
.ol-content-post-two-2 {
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 40px;
	padding-left: 5px;
	padding-right: 5px;
}
/* post 1 */
.ol-post-3 {
	padding-bottom: 20px;
}
.ol-content-post-two-3 {
	padding-left: 5px;
	padding-right: 5px;
}
/*--------------------------------
7. Item Post type 1
-------------------------------- */
.wrap-item-post-1 {
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 15px;
}
.ol-item-post-1 {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 20px;
	margin-bottom: 15px;
}
.ol-item-post-1 i {
	font-size: 21px;
}
.ol-item-post-1 .post-meta {
	font-family: 'roboto', sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #808080;
	margin-bottom: 12px;
}
.ol-item-post-1 .post-meta a {
	color: #808080;
	font-weight: 600;
	transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-item-post-1 .post-meta a:hover {
	color: #cc0000;
}
.ol-item-post-1 .post-title {
	padding-bottom: 8px;
}
.ol-item-post-1 .post-title a {
	font-size: 18px;
	font-weight:  bold;
	font-family: 'titillium web', sans-serif;
	line-height: 26px;
	color: #2b2b2b;
	transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-item-post-1 .post-title a:hover {
	color: #cc0000;
}
/*--------------------------------
8. Item Post type 2
-------------------------------- */
.wrap-item-post-2 {
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 15px;
}
.ol-item-post-2 {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 20px;
	margin-bottom: 15px;
}
.ol-item-post-2 i {
	font-size: 21px;
}
.ol-item-post-2 .post-meta {
	font-family: 'roboto', sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #808080;
	margin-bottom: 12px;
}
.ol-item-post-2 .post-meta a {
	color: #808080;
	font-weight: 600;
	transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-item-post-2 .post-meta a:hover {
	color: #cc0000;
}
.ol-item-post-2 .post-title {
	padding-bottom: 8px;
}
.ol-item-post-2 .post-title a {
	font-size: 18px;
	font-weight:  bold;
	font-family: 'titillium web', sans-serif;
	line-height: 26px;
	color: #2b2b2b;
	transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-item-post-2 .post-title a:hover {
	color: #cc0000;
}
/* list title from item type 2*/
.list-post-item-2 {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.list-post-item-2 .post-title {
	font-size: 16px;
	font-weight:  bold;
	font-family: 'titillium web', sans-serif;
	line-height: 25px;
	border-left: 3px solid #cc0000;
	padding-left: 10px;
	transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
}
.list-post-item-2 .post-title a {
	color: #2b2b2b;
	-webkit-transition:0.3s;
	transition:0.3s;
	-moz-transition:0.3s;
}
.list-post-item-2 .post-title a:hover {
	color: #cc0000;
}
.list-post-item-2 .post-meta {
	font-family: 'roboto', sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #808080;
	margin-top: 2px;
}
.list-post-item-2 .post-meta a {
	color: #808080;
	font-weight: 600;
}
/*--------------------------------
9. Item Post type 3
-------------------------------- */
.wrap-item-post-3 {
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}
.ol-item-post-3 {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.ol-item-post-3 i {
	font-size: 21px;
}
.ol-item-post-3 .post-meta {
	font-family: 'roboto', sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #808080;
	margin-bottom: 12px;
}
.ol-item-post-3 .post-meta a {
	color: #808080;
	font-weight: 600;
	transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-item-post-3 .post-meta a:hover {
	color: #cc0000;
}
.ol-item-post-3 .post-title {
	padding-bottom: 8px;
}
.ol-item-post-3 .post-title a {
	font-size: 18px;
	font-weight:  bold;
	font-family: 'titillium web', sans-serif;
	line-height: 26px;
	color: #2b2b2b;
	transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-item-post-3 .post-title a:hover {
	color: #cc0000;
}
/* list title from item type 3*/
.list-post-item-3 {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.wrap-list-post-item-3 {
	font-size: 14px;
	font-weight:  bold;
	font-family: 'titillium web', sans-serif;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
	line-height: 24px;
}
.list-post-item-3 .post-title {
	font-size: 16px;
	font-weight:  bold;
	font-family: 'titillium web', sans-serif;
	line-height: 25px;
	transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
}
.list-post-item-3 .post-title a {
	color: #2b2b2b;
	-webkit-transition:0.3s;
	transition:0.3s;
	-moz-transition:0.3s;
}
.list-post-item-3 .post-title a:hover {
	color: #cc0000;
}
.list-post-item-3 .post-meta {
	font-family: 'roboto', sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #808080;
	margin-top: 5px;
}
.list-post-item-3 .post-meta a {
	color: #808080;
	font-weight: 600;
	transition:0.3s ease;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
}
.list-post-item-3 .post-meta a:hover {
	color: #cc0000;
}
/*--------------------------------
10. Item Post type 4
-------------------------------- */
.wrap-item-post-4 {
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}
.ol-item-post-4 {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 25px;
	margin-bottom: 30px;
}
.ol-item-post-4 i {
	font-size: 21px;
}
.ol-item-post-4 .date-area {
	width: 70px;
	height: 70px;
	background: #000;
	text-align: center;
	font-size: 18px;
	font-family: 'titillium web', sans-serif;
	color: #fff;
	position: absolute;
	right: 12px;
	padding:10px;
	margin-top: -10px;
	z-index: 9999;
}
.ol-item-post-4 .post-meta {
	font-family: 'roboto', sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #808080;
	margin-bottom: 12px;
}
.ol-item-post-4 .post-meta a {
	color: #808080;
	font-weight: 600;
	transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-item-post-4 .post-meta a:hover {
	color: #cc0000;
}
.ol-item-post-4 .post-title {
	padding-bottom: 8px;
}
.ol-item-post-4 .post-title a {
	font-size: 24px;
	font-weight:  bold;
	font-family: 'titillium web', sans-serif;
	line-height: 34px;
	color: #2b2b2b;
	transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-item-post-4 .post-title a:hover {
	color: #cc0000;
}
/*--------------------------------
11. Item Post type 5
-------------------------------- */
.wrap-item-post-5 {
	padding-bottom: 10px;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 20px;
}
.ol-item-post-5 {
	padding-bottom: 25px;
}
.ol-item-post-5 i {
	font-size: 21px;
}
.ol-item-post-5 .date-area {
	width: 50px;
	height: 50px;
	background: #000;
	text-align: center;
	font-size: 13px;
	font-family: 'titillium web', sans-serif;
	color: #fff;
	position: absolute;
	right: 12px;
	padding: 8px;
	margin-top: -10px;
	z-index: 9999;
}
.ol-item-post-5 .post-meta {
	font-family: 'roboto', sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #808080;
	margin-bottom: 12px;
}
.ol-item-post-5 .post-meta a {
	color: #808080;
	font-weight: 600;
	transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-item-post-5 .post-meta a:hover {
	color: #cc0000;
}
.ol-item-post-5 .post-title {
	padding-bottom: 8px;
}
.ol-item-post-5 .post-title a {
	font-size: 24px;
	font-weight:  bold;
	font-family: 'titillium web', sans-serif;
	line-height: 34px;
	color: #2b2b2b;
	transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-item-post-5 .post-title a:hover {
	color: #cc0000;
}
/*--------------------------------
12. Item Post type 6
-------------------------------- */
.wrap-item-post-6 {
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 30px;
	padding-left: 5px;
	padding-right: 5px;
}
.ol-item-post-6 {
	padding-bottom: 25px;
}
.ol-item-post-6 i {
	font-size: 21px;
}
.ol-item-post-6 .date-area {
	width: 50px;
	height: 50px;
	background: #000;
	text-align: center;
	font-size: 13px;
	font-family: 'titillium web', sans-serif;
	color: #fff;
	position: absolute;
	right: 12px;
	padding: 8px;
	margin-top: -10px;
	z-index: 9999;
}
.ol-item-post-6 .post-meta {
	font-family: 'roboto', sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #808080;
	margin-bottom: 12px;
}
.ol-item-post-6 .post-meta a {
	color: #808080;
	font-weight: 600;
	transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-item-post-6 .post-meta a:hover {
	color: #cc0000;
}
.ol-item-post-6 .post-title {
	padding-bottom: 8px;
}
.ol-item-post-6 .post-title a {
	font-size: 18px;
	font-weight:  bold;
	font-family: 'titillium web', sans-serif;
	line-height: 34px;
	color: #2b2b2b;
	transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-item-post-6 .post-title a:hover {
	color: #cc0000;
}
/* list title from item type 6 */
.list-post-item-6 {
	margin-bottom: 20px;
}
/*--------------------------------
13. Item Post type 7
-------------------------------- */
.wrap-item-post-7 {
	padding-left: 5px;
	padding-right: 5px;
}
.ol-item-post-7 {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.ol-item-post-7 .post-meta {
	font-family: 'roboto', sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #808080;
	margin-bottom: 12px;
}
.ol-item-post-7 .post-meta a {
	color: #808080;
	font-weight: 600;
	transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-item-post-7 .post-meta a:hover {
	color: #cc0000;
}
.ol-item-post-7 .post-title {
	padding-bottom: 8px;
}
.ol-item-post-7 .post-title a {
	font-size: 16px;
	font-weight:  bold;
	font-family: 'titillium web', sans-serif;
	line-height: 26px;
	color: #2b2b2b;
	transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-item-post-7 .post-title a:hover {
	color: #cc0000;
}
/* list title from item type 7 */
.list-post-item-7 {
	margin-bottom: 20px;
}
/*--------------------------------
14. Item Post Slide
-------------------------------- */
.wrap-recent-post-slide {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 15px;
	margin-bottom: 5px;
}
.ol-nav-post-slide {
	position: relative;
	text-align: center;
	left: 0px;
	right: 0px;
	z-index: 9999;
	margin: auto;
}
.ol-nav-post-slide-left {
	cursor: pointer;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background: #cc0000;
	display:inline-block;
	font-size: 12px;
}
.ol-nav-post-slide-right {
	cursor: pointer;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background: #cc0000;
	display:inline-block;
	font-size: 12px;
}
/* date square post */
.ol-content-date-p {
	width: 50px;
	height: 50px;
	background: #000;
	text-align: center;
	font-size: 13px;
	font-family: 'titillium web', sans-serif;
	color: #fff;
	position: absolute;
	right: 12px;
	padding:6px;
	margin-top: -10px;
	z-index: 9999;
}
.ol-post-slide i {
	font-size: 21px;
}
.ol-post-slide .post-title {
	padding-bottom: 10px;
}
.ol-post-slide .post-title a {
	padding-bottom: 15px;
	font-size: 18px;
	font-weight:  bold;
	font-family: 'titillium web', sans-serif;
	line-height: 26px;
	color: #2b2b2b;
	transition:0.3s ease;
	-moz-transition:0.3s ease;
	-webkit-transition:0.3s ease;
}
.ol-post-slide .post-meta {
	font-family: 'roboto', sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #808080;
	margin-bottom: 0px;
}
.ol-post-slide .post-meta a {
	color: #808080;
	font-weight: 600;
	transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-post-slide .post-meta a:hover {
	color: #cc0000;
}
/*--------------------------------
15. Sidebarwidget
-------------------------------- */
.sidebarwidget {
	padding-bottom: 30px;
	padding-left: 5px;
	padding-right: 5px;
}
.sidebarwidget ul {
	padding-left: 0;
}
.sidebar-title {
	padding-bottom: 20px;
	font-size: 20px;
	font-weight:  bold;
	font-family: 'titillium web', sans-serif;
	letter-spacing: 1px;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.sidebar-title:before {
	content:"\f04d";
	font-family:"Fontawesome", sans-serif;
	font-size: 20px;
	color: #cc0000;
}
.sidebar-title a {
	color: #cc0000;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
/*--------------------------------
15.1. Recent Post type 1
-------------------------------- */
.wrap-recent-post-1 {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 0px;
	margin-bottom: 10px;
}
.ol-recent-post-1 {
	padding-bottom: 10px;
}
.ol-recent-post-1 .post-meta {
	font-family: 'roboto', sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #808080;
}
.ol-recent-post-1 .post-meta a {
	font-weight: 600;
	color: #808080;
	transition:0.3s ease;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
}
.ol-recent-post-1 .post-meta a:hover {
	color: #cc0000;
}
.ol-title-recent-post-1 {
	margin-bottom: 10px;
}
.ol-title-recent-post-1 a {
	font-family: 'titillium web', sans-serif;
	font-weight: bold;
	color: #2b2b2b;
	font-size: 16px;
	transition:0.3s ease;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
}
.ol-title-recent-post-1 a:hover {
	color: #cc0000;
}
/*--------------------------------
15.2. Recent Post type 2
-------------------------------- */
.wrap-recent-post-2 {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 0px;
	margin-bottom: 10px;
}
.ol-recent-post-2 {
	border-left: 3px solid #cc0000;
	padding-left: 10px;
	-webkit-transition:0.3s;
	transition:0.3s;
	-moz-transition:0.3s;
}
.ol-recent-post-2:hover {
	border-left: 10px solid #cc0000;
}
.ol-recent-post-2 .post-meta {
	padding-top:5px;
}
.ol-recent-post-2 .post-meta a {
	font-family: 'roboto', sans-serif;
	font-weight: 600;
	font-size: 12px;
	color: #808080;
	transition:0.3s ease;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
}
.ol-recent-post-2 .post-meta a:hover {
	color: #cc0000;
}
.ol-title-recent-post-2 {
	margin-bottom: 10px;
}
.ol-title-recent-post-2 a {
	font-family: 'titillium web', sans-serif;
	font-weight: bold;
	color: #2b2b2b;
	font-size: 16px;
	transition:0.3s ease;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
}
.ol-title-recent-post-2 a:hover {
	color: #cc0000;
}
/*--------------------------------
15.3. Category Widget
-------------------------------- */
.ol-category ul li {
	padding: 10px;
	list-style: none;
	margin-bottom: 10px;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
	font-size: 14px;
	font-weight:  bold;
	background: #fff;
	border: 1px solid #cc0000;
	border-left: 3px solid #cc0000;
	font-family: 'titillium web', sans-serif;
}
.ol-category ul li:hover {
	border-left: 10px solid #cc0000;
}
.ol-category ul li a {
	color: #cc0000;
	margin-right: 10px;
}
/*--------------------------------
15.4. Social Media Widget
-------------------------------- */
.ol-social-widget {
	border: 1px solid #cc0000;
	margin-bottom: 10px;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-social-text {
	width: 100%;
	color: #ffcc00;
	padding-left: 10px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	font-family: 'titillium web', sans-serif;
	-webkit-transition:0.7s;
	-transition:0.7s;
	-moz-transition:0.7s;
}
.ol-content-icon {
	width: 100%;
	color: #fff;
	background: #cc0000;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-social-widget:hover .ol-social-text {
	color: #fff;
	background: #cc0000;
	padding-left: 15px;
}
.ol-social-widget:hover .ol-content-icon {
	color: #cc0000;
	background: #fff;
}
/*--------------------------------
15.5. Recent Comment Widget
-------------------------------- */
/* wrapper per post */
.ol-recent-comment {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.ol-recent-comment-title {
	font-size: 14px;
	font-family: 'roboto', sans-serif;
	line-height: 26px;
}
.ol-recent-comment-title a {
	color: #2b2b2b;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-recent-comment-title a:hover .ol-comment-title {
	color: #cc0000;
}
.ol-comment-name {
	font-weight: bold;
	color: #2b2b2b;
}
.ol-comment-on {
	color: #cc0000;
}
.ol-comment-title {
	color: #2b2b2b;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
/*--------------------------------
15.6. Tags Widget
-------------------------------- */
.ol-tags a {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background: #2b2b2b;
	margin-right: 3px;
	margin-bottom: 7px;
	color: #fff;
	display: inline-block;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
	border: 1px solid #2b2b2b;
	font-size: 12px;
}
.ol-tags a:hover {
	color: #cc0000;
	background: transparent;
	border: 1px solid #cc0000;
}
/*--------------------------------
15.7. Ads Widget
-------------------------------- */
.ol-ads-type-1 {
	padding-bottom: 40px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.ol-content-ads {
	max-width: 250px;
	margin: 0 auto;
}
.ol-content-ads img {
	width: 100%;
	height: 100%;
}
.ol-ads {
	max-width: 216px;
	margin-bottom: 10px;
}
.ol-ads img {
	width: 100%;
	height: 100%;
}
.ol-ads-s {
	max-width: 240px;
}
.ol-ads-s img {
	width: 100%;
	height: 100%;
}
/*--------------------------------
16. Category List
-------------------------------- */
.wrap-item-cat-list {
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e2e2e2;
}
.wrap-item-cat-list .ol-grid figure.effect-jazz p {
	padding-top: 45%;
}
.ol-item-cat-list {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.ol-item-cat-list i {
	font-size: 21px;
}
.ol-item-cat-list .date-area {
	width: 70px;
	height: 70px;
	background: #000;
	text-align: center;
	font-size: 18px;
	font-family: 'titillium web', sans-serif;
	color: #fff;
	position: absolute;
	right: 12px;
	padding:10px;
	margin-top: -10px;
	z-index: 9999;
}
.ol-item-cat-list .post-meta {
	font-family: 'roboto', sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #808080;
	margin-bottom: 12px;
	margin-top: 5px;
}
.ol-item-cat-list .post-meta span {
	padding-right: 10px;
}
.ol-item-cat-list .post-meta i {
	font-size: 12px;
	color: #808080;
	padding-right: 3px;
}
.ol-item-cat-list .post-meta a {
	color: #808080;
	font-weight: 600;
	transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-item-cat-list .post-meta a:hover {
	color: #cc0000;
}
.ol-item-cat-list .post-title {
	padding-bottom: 8px;
}
.ol-item-cat-list .post-title a {
	font-size: 24px;
	font-weight:  bold;
	font-family: 'titillium web', sans-serif;
	line-height: 34px;
	color: #2b2b2b;
	transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-item-cat-list .post-title a:hover {
	color: #cc0000;
}
.ol-content-meta-date {
	padding-bottom: 15px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	line-height: 26px;
	color: #2b2b2b;
}
/* readmore button category */
.ol-content-readmore a {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background: #cc0000;
	color: #fff;
}
.ol-content-desc-c {
	color: #2b2b2b;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	overflow: auto;
	letter-spacing: 1;
	line-height: 26px;
	margin-bottom: 20px;
}
/*--------------------------------
16.1. Search
-------------------------------- */
.ol-category-pagination {
	margin-bottom: 35px;
}
.ol-category-pagination ul {
	margin: 0px;
	padding: 0px;
}
.ol-category-pagination ul li {
	list-style: none;
	display: inline-block;
}
.ol-category-pagination ul li a {
	color: #cc0000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #cc0000;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-category-pagination ul li a:hover {
	color: #fff;
	background: #cc0000;
}
.ol-category-pagination ul li a.current {
	color: #fff;
	background: #cc0000;
}
/*--------------------------------
17. Search
-------------------------------- */
.ol-post-search {
	padding-bottom: 40px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.ol-button-search {
	background: #cc0000;
	color: #fff;
	border: 1px solid #cc0000;
	content:'';
	margin-left: -5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.ol-input-search {
	background: #E7E7E7;
	border: 1px solid #f2f2f2;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	width: 150px;
}
::-webkit-input-placeholder {
 color: #333;
 outline: none;
}

:-moz-placeholder { /* Firefox 18- */
 color: #333;
 outline: none;
}

::-moz-placeholder {  /* Firefox 19+ */
 color: #333;
 outline: none;
}

:-ms-input-placeholder {
 color: #333;
 outline: none;
}
/*--------------------------------
18. Banner
-------------------------------- */
/* wrapper banner */
.ol-content-banner {
/*	padding-bottom: 45px; */
}
/* wrapper img banner */
.ol-img-banner {
	width: 100%;
	margin: auto;
	margin-bottom: 10px;
}
.ol-img-banner img {
	width: 100%;
	height: 100%;
	border-radius:3px;
}
.ol-img-trx {
	width: 100%;
	margin: auto;
	margin-bottom: 10px;
}
.ol-img-trx img {
	width: 100%;
	height: 100%;
	border-radius:3px;
}
/*--------------------------------
19. Footer
-------------------------------- */
/* footer logo and  about */
.ol-logo-footer {
	width: 100%;
	margin: auto;
}
.ol-logo-footer img {
	max-width: 275px;
}
.ol-footer-about {
	border-top: 5px solid #cc0000;
	padding-top: 25px;
	padding-bottom: 25px;
	background: rgba(241, 241, 241, 0.9);
	color: #333;
}
.ol-logo-about {
	font-size: 15px;
	line-height: 25px;
	word-spacing: 2px;
	padding-right: 10px;
}
/* footer widget */
.ol-footer-widget {
	padding-top: 40px;
}
.ol-footer-copyright {
	color: #ffffff;
	font-size: 11px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	background:rgba(0, 0, 0, 0.9);
	letter-spacing:
}
#payment img { 
  	display: block;
  	max-width: 100%;
}
/*--------------------------------
20. Image Hover
-------------------------------- */
.ol-line {
	width: 80%;
	height: 1px;
	background: #fff;
	margin: -18px auto;
	opacity: 0;
}
/* button readmore*/
.ol-button-readmore {
	z-index:2;
}
.fn {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background: #cc0000;
	font-size: 11px;
	font-family: 'Open Sans', sans-serif;
}
.effect-jazz img {
	width: 100%;
}
/* wrapper img */
figure.effect-jazz {
	margin-bottom: 25px;
}
figure.effect-jazz figcaption::after, figure.effect-jazz img, figure.effect-jazz p, .ol-line {
 -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
 transition: opacity 0.35s, transform 0.35s;
}
figure.effect-jazz figcaption::after {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 border-top: 1px solid #fff; /* line hover image */
 border-bottom: 1px solid #fff; /* line hover image */
 content: '';
 opacity: 0;
 -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
 transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
 -webkit-transform-origin: 50% 50%;
 transform-origin: 50% 50%;
}
/* style tag p on image hover */
figure.effect-jazz p {
	padding-top: 30%; /* padding text hover img */
	text-transform: none;
	font-size: 15px;/* font  text hover img */
	opacity: 0;
	color: #fff;
	padding-left: 40px;
	padding-right: 40px;
}
figure.effect-jazz:hover img {
	opacity: 0.7;
	-webkit-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1);
}
figure.effect-jazz:hover figcaption::after {
 opacity: 1;
 -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
 transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}
figure.effect-jazz:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
figure.effect-jazz:hover .ol-line {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.ol-grid {
	position: relative;
	clear: both;
	text-align: center;
}
.ol-grid i {
	font-size: 30px;
}
.ol-grid figure figcaption, .ol-grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Common style */
.ol-grid figure {
	position: relative;
	overflow: hidden;
	width: 100%;
	/*background: #cc0000;*/
	text-align: center;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-grid figure:hover {
	background: #cc0000; /* overlay image hover */
}
.ol-grid figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* style hover 2 */

.effect-jazz2 img {
	width: 100%;
}
/* wrapper img */
figure.effect-jazz2 {
	margin-bottom: 5px;
}
figure.effect-jazz2 figcaption::after, figure.effect-jazz2 img, figure.effect-jazz2 p, .ol-line {
 -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
 transition: opacity 0.35s, transform 0.35s;
}
figure.effect-jazz2 figcaption::after {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 border-top: 1px solid #fff; /* line hover image */
 border-bottom: 1px solid #fff; /* line hover image */
 content: '';
 opacity: 0;
 -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
 transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
 -webkit-transform-origin: 50% 50%;
 transform-origin: 50% 50%;
}
/* style tag p on image hover */
figure.effect-jazz2 p {
	padding-top: 44%; /* padding text hover img */
	text-transform: none;
	font-size: 15px;/* font  text hover img */
	opacity: 0;
	color: #fff;
	padding-left: 40px;
	padding-right: 40px;
}
figure.effect-jazz2:hover img {
	opacity: 0.7;
	-webkit-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1);
}
figure.effect-jazz2:hover figcaption::after {
 opacity: 1;
 -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
 transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}
figure.effect-jazz2:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
figure.effect-jazz2:hover .ol-line {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.ol-grid2 {
	position: relative;
	clear: both;
	text-align: center;
}
.ol-grid2 figure figcaption, .ol-grid2 figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Common style */
.ol-grid2 figure {
	position: relative;
	overflow: hidden;
	width: 100%;
	/*background: #cc0000;*/
	text-align: center;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-grid2 figure:hover {
	background: #cc0000; /* overlay image hover */
}
.ol-grid2 figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* style hover 3 */

.effect-jazz3 img {
	width: 100%;
}
/* wrapper img */
figure.effect-jazz3 {
	margin-bottom: 20px;
}
figure.effect-jazz3 figcaption::after, figure.effect-jazz3 img, figure.effect-jazz3 p, .ol-line {
 -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
 transition: opacity 0.35s, transform 0.35s;
}
figure.effect-jazz3 figcaption::after {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 border-top: 1px solid #fff; /* line hover image */
 border-bottom: 1px solid #fff; /* line hover image */
 content: '';
 opacity: 0;
 -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
 transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
 -webkit-transform-origin: 50% 50%;
 transform-origin: 50% 50%;
}
/* style tag p on image hover */
figure.effect-jazz3 p {
	padding-top: 30%; /* padding text hover img */
	text-transform: none;
	font-size: 13px;/* font  text hover img */
	opacity: 0;
	color: #fff;
	padding-left: 40px;
	padding-right: 40px;
}
figure.effect-jazz3:hover img {
	opacity: 0.7;
	-webkit-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1);
}
figure.effect-jazz3:hover figcaption::after {
 opacity: 1;
 -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
 transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}
figure.effect-jazz3:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
figure.effect-jazz3:hover .ol-line {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.ol-grid3 {
	position: relative;
	clear: both;
	text-align: center;
}
.ol-grid3 figure figcaption, .ol-grid3 figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Common style */
.ol-grid3 figure {
	position: relative;
	overflow: hidden;
	width: 100%;
	/*background: #cc0000;*/
	text-align: center;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-grid3 figure:hover {
	background: #cc0000; /* overlay image hover */
}
.ol-grid3 figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* style hover image 4 */

.effect-jazz4 img {
	width: 100%;
}
/* wrapper img */
figure.effect-jazz4 {
}
figure.effect-jazz4 figcaption::after, figure.effect-jazz4 img, figure.effect-jazz4 p, .ol-line {
 -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
 transition: opacity 0.35s, transform 0.35s;
}
figure.effect-jazz4 figcaption::after {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 border-top: 1px solid #fff; /* line hover image */
 border-bottom: 1px solid #fff; /* line hover image */
 content: '';
 opacity: 0;
 -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
 transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
 -webkit-transform-origin: 50% 50%;
 transform-origin: 50% 50%;
}
/* style tag p on image hover */
figure.effect-jazz4 p {
	padding-top: 35%; /* padding text hover img */
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;/* font  text hover img */
	opacity: 0;
	color: #fff;
}
figure.effect-jazz4:hover img {
	opacity: 0.7;
	-webkit-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1);
}
figure.effect-jazz4:hover figcaption::after {
 opacity: 1;
 -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
 transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}
figure.effect-jazz4:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
figure.effect-jazz4:hover .ol-line {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.ol-grid4 {
	position: relative;
	clear: both;
	text-align: center;
}
.ol-grid4 figure figcaption, .ol-grid4 figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Common style */
.ol-grid4 figure {
	position: relative;
	overflow: hidden;
	width: 100%;
	/*background: #cc0000;*/
	text-align: center;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-grid4 figure:hover {
	background: #cc0000; /* overlay image hover */
}
.ol-grid4 figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* style hover 5 */

.effect-jazz5 img {
	width: 100%;
}
/* wrapper img */
figure.effect-jazz5 {
	margin-bottom: 20px;
}
figure.effect-jazz5 figcaption::after, figure.effect-jazz5 img, figure.effect-jazz5 p, .ol-line {
 -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
 transition: opacity 0.35s, transform 0.35s;
}
figure.effect-jazz5 figcaption::after {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 border-top: 1px solid #fff; /* line hover image */
 border-bottom: 1px solid #fff; /* line hover image */
 content: '';
 opacity: 0;
 -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
 transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
 -webkit-transform-origin: 50% 50%;
 transform-origin: 50% 50%;
}
/* style tag p on image hover */
figure.effect-jazz5 p {
	padding-top: 35%; /* padding text hover img */
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;/* font  text hover img */
	opacity: 0;
	color: #fff;
	padding-left: 40px;
	padding-right: 40px;
}
figure.effect-jazz5:hover img {
	opacity: 0.7;
	-webkit-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1);
}
figure.effect-jazz5:hover figcaption::after {
 opacity: 1;
 -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
 transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}
figure.effect-jazz5:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
figure.effect-jazz5:hover .ol-line {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.ol-grid5 {
	position: relative;
	clear: both;
	text-align: center;
}
.ol-grid5 figure figcaption, .ol-grid5 figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Common style */
.ol-grid5 figure {
	position: relative;
	overflow: hidden;
	width: 100%;
	/*background: #cc0000;*/
	text-align: center;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-grid5 figure:hover {
	background: #cc0000; /* overlay image hover */
}
.ol-grid5 figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* style img hover single */

.effect-jazzsingle img {
	width: 100%;
}
/* wrapper img */
figure.effect-jazzsingle {
	margin-bottom: 20px;
}
figure.effect-jazzsingle figcaption::after, figure.effect-jazzsingle img, figure.effect-jazzsingle p, .ol-line {
 -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
 transition: opacity 0.35s, transform 0.35s;
}
figure.effect-jazzsingle figcaption::after {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 border-top: 1px solid #fff; /* line hover image */
 border-bottom: 1px solid #fff; /* line hover image */
 content: '';
 opacity: 0;
 -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
 transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
 -webkit-transform-origin: 50% 50%;
 transform-origin: 50% 50%;
}
/* style tag p on image hover */
figure.effect-jazzsingle p {
	padding-top: 30%; /* padding text hover img */
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;/* font  text hover img */
	opacity: 0;
	color: #fff;
	padding-left: 40px;
	padding-right: 40px;
}
figure.effect-jazzsingle:hover img {
	opacity: 0.7;
	-webkit-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1);
}
figure.effect-jazzsingle:hover figcaption::after {
 opacity: 1;
 -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
 transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}
figure.effect-jazzsingle:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
figure.effect-jazzsingle:hover .ol-line {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.ol-gridsingle {
	position: relative;
	clear: both;
	text-align: center;
}
.ol-gridsingle figure figcaption, .ol-gridsingle figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Common style */
.ol-gridsingle figure {
	position: relative;
	overflow: hidden;
	width: 100%;
	/*background: #cc0000;*/
	text-align: center;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-gridsingle figure:hover {
	background: #cc0000; /* overlay image hover */
}
.ol-gridsingle figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*--------------------------------
21. Breadcumb
-------------------------------- */
/* wrapper breadcumb */
.ol-breadcumb {
	padding-top: 20px;
	padding-bottom: 15px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	font-style: italic;
	font-size: 14px;
	background:  #f7f7f7;
	color: #808080;
}
.bread-title span {
	padding-right: 5px;
	font-weight: 700;
}
.bread-row {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
}
.bread-left {
	float: left;
	padding-right: 10px;
}
.bread-right {
	float: right;
}
.breadcumb {
	margin: 0;
	padding: 0;
}
.breadcumb li {
	list-style: none;
	display: inline-block;
	padding-right: 10px;
	color: #808080;
	font-weight: 400;
}
.breadcumb li a {
	color: #808080;
}
/*--------------------------------
22. Single Page
-------------------------------- */
/* category content post */
.ol-content-category-s a {
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	background: #cc0000;
	font-size: 9px;
	letter-spacing: 1px;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-content-category-s a:hover {
	background: #2b2b2b;
	color: #fff;
}
.ol-meta-single {
	margin-bottom: 15px;
	margin-top: 10px;
}
.ol-meta-single ul {
	padding: 0;
	margin: 0;
}
.ol-meta-single ul li {
	list-style: none;
	display: inline-block;
	padding-right: 20px;
	font-size: 13px;
	padding-bottom: 15px;
}
.meta-single a {
	color: #2b2b2b;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.meta-single a:hover {
	color: #cc0000;
}
.meta-s {
	padding-right: 5px;
}
/* title content post */
.ol-content-title-single {
	padding-bottom: 15px;
	font-size: 30px;
	font-weight:  bold;
	font-family: 'titillium web', sans-serif;
	line-height: 40px;
}
.ol-content-title-single a {
	color: #2b2b2b;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.ol-content-title-single a:hover {
	color: #cc0000;
}
/* AUHTOR */
.wrapper-about {
	margin-bottom: 40px;
}
.img-about-author {
	width: 100%;
	margin-bottom: 30px;
}
.img-about-author img {
	width: 100%;
}
.name-author {
	margin-bottom: 15px;
}
.name-author a {
	font-family: 'titillium web', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2b2b2b;
	transition:0.3s ease;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
}
.name-author a:hover {
	color: #cc0000;
}
.desc-author {
	font-size: 13px;
	margin-bottom: 15px;
	line-height: 24px;
}
.author-social ul {
	margin: 0;
	padding: 0;
}
.author-social ul li {
	list-style: none;
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
/* tags */
.wrapper-tags {
	margin-top: 20px;
	vertical-align: baseline;
	display: inline-flex;
}
.text-tags {
	margin-right: 10px;
}
.ol-tags-single a {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
	background: #2b2b2b;
	margin-right: 5px;
	margin-bottom: 10px;
	color: #fff;
	display: inline-block;
	-webkit-transition:0.3s;
	transition:0.3s;
	-moz-transition:0.3s;
	border: 1px solid #2b2b2b;
	font-size: 12px;
}
.ol-tags-single a:hover {
	color: #cc0000;
	background: transparent;
	border: 1px solid #cc0000;
}
/* wrapper more post */
.wrapper-more-post {
	margin-top: 40px
}
/* comment */
.el-comment {
	margin-bottom: 50px;
}
.wrapper-comment {
	margin-bottom: 40px;
}
/* wrapper comment post */
.wrapper-comment-post {
	padding-bottom: 20px;
	padding-left: 10px;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 20px;
}
/* avatar comment */
.el-comment-ava {
	width: 100%;
	border-left: 2px solid #cc0000;
}
.el-comment-ava img {
	width: 100%;
}
/* comment name */
.el-comment-name {
	font-family: 'titillium web', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2b2b2b;
	margin-bottom: 10px;
}
.el-comment-text {
	font-size: 14px;
	color: #2b2b2b;
	margin-bottom: 10px;
	line-height: 26px;
}
/* reply button */
.el-comment-reply {
	margin-bottom: 10px;
}
.el-comment-reply a {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	background: #cc0000;
	font-size: 11px;
	color: #fff;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
.el-comment-reply a:hover {
	color: #cc0000;
	background: #2b2b2b;
	cursor: pointer;
}
/* date comment */
.el-comment-date {
	font-size: 11px;
	color: #2b2b2b;
}
/* comment form */
/* author */
.comment-form-author {
	margin-bottom: 20px;
}
.comment-form-author label {
	font-size: 14px;
	color: #2b2b2b;
	width: 100%;
}
#author {
	width: 100%;
	height: 35px;
	outline: none;
	border:1px solid #e2e2e2;
}
/* email */
.comment-form-email {
	margin-bottom: 20px;
}
.comment-form-email label {
	font-size: 14px;
	color: #2b2b2b;
	width: 100%;
}
#email {
	width: 100%;
	height: 35px;
	outline: none;
	border:1px solid #e2e2e2;
}
/* url */
.comment-form-url {
	margin-bottom: 20px;
}
.comment-form-url label {
	font-size: 14px;
	color: #2b2b2b;
	width: 100%;
}
#url {
	width: 100%;
	height: 35px;
	outline: none;
	border:1px solid #e2e2e2;
}
/* comment */
.comment-form-comment {
}
.comment-form-comment label {
	font-size: 14px;
	color: #2b2b2b;
	width: 100%;
}
#comment {
	width: 100%;
	height: 100px;
	outline: none;
	border:1px solid #e2e2e2;
}
#submit {
	background: #cc0000;
	border: 1px solid #cc0000;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-transition:0.3s;
	-transition:0.3s;
	-moz-transition:0.3s;
}
#submit:hover {
	background: #2b2b2b;
	color: #cc0000;
	border: 1px solid #2b2b2b;
}
/* bootstrap custom social icon */
.cus-social-left {
	padding-right: 0px;
}
.cus-social-right {
	padding-left: 0px;
}
.form-control {
	border:0;
	height:30px;
	box-shadow:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color:#e1e1e1;
	margin-right:3px;
	border-radius:3px
}
.form-control:focus {
	outline:0;
	box-shadow:none
}
