/* ============================ START CSS RESET AND OPTIONS ============================ */
* {
	margin:0px;
	padding:0px;
	border:0px;
	vertical-align:top;
	text-decoration:none;
	outline:none;
}
a {
	color:#7fd703;
}
a:hover {
	text-decoration: none;
}
body {
	background: #fff;
	font-size: 13px;
	line-height: 1.5em;
	font-family: 'Bitter', serif;
}
.container img {
	max-width: 100%;
	height: auto;
}
ul, ol {
	margin: 0;
	padding: 0; 
}
p {
	line-height: 1.7em;
	color: #555;
	font-size: 13px;
	margin-bottom: 15px;
}
/* ========================================================================
                                START SLOW EFFECT 
========================================================================= */
input,
i,
a {
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
}
/* ========================================================================
                                END SLOW EFFECT 
========================================================================= */



/* =============================== START HEADER =============================== */
.header {
	margin-bottom: 30px;
}
.header .logo {
	padding: 30px 0;
}
.header .logo a {
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 23px;	
}
.header .menu .responsive-menu {
	padding: 0;
	font-size: 13px;
	display: none;
	line-height: 1.5em;
	font-weight: 700;
	cursor: pointer;
	background: url('../images/menu.png') no-repeat center right;
	color: #444;
	vertical-align: top;
	padding-right: 26px;
	text-transform: uppercase;
}
.header .menu {
	padding: 35px 0 0 0;
	font-size: 0;
	text-align: right;
	position: relative;
	line-height: 0;
}
.header .menu li {
	margin-left: 30px;
	display: inline-block;
	font-size: 11px;
	line-height: 1.5em;
	*zoom: 1;
	*display: inline;
}
.header .menu li a {
	font-size: 11px;
	color: #7fd703;
	text-transform: uppercase;
}
.header .menu li a:hover,
.header .menu li.active a {
	color: #444;
}
.header .header-heading {
	padding: 30px;
	border-top: 5px solid #444;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
}
.header .header-heading h2 {
	text-align: center;
	line-height: 1.5em;
	font-size: 24px;
	margin: 0px;
}

/* =============================== END HEADER =============================== */



/* =============================== START CONTENT =============================== */
.content {
	padding: 0 0 30px 0;
}
.content .blog-entry {
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;	
}
.content .blog-entry .entry-cover {
	margin-bottom: 30px;
}
.content .blog-entry .entry-content img,
.content .blog-entry .entry-cover img {
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 1px; 
}
.content .blog-entry .entry-content {
	border-left: 1px solid #e5e5e5;	
	padding-left: 30px;
}
.content .blog-entry .entry-header h1 {
	color: #444;
	margin: 0 0 6px 0;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
}
.content .blog-entry .entry-header h1 a {
	color: #7fd703;
	margin: 0 0 6px 0;
	font-size: 15px;
	line-height: 1.5em;
	font-weight: normal;
	text-transform: uppercase;
}
.content .blog-entry .entry-header p {
	display: block;
	color: #aaaab8;
	font-style: italic;
	font-size: 11px;
}
.content .blog-entry .entry-header p a {
	color: #7fd703;
}
.content .blog-entry .entry-header p span {
	display: block;
	font-style: normal;
}
.content ul.page-numbers li span.current,
.content ul.page-numbers li a:hover,
.content .widget .popular-entrys .popular-entry h3 a:hover,
.content .blog-entry .entry-header h1 a:hover,
.content .blog-entry .entry-header p a:hover,
.content .blog-entry .entry-content p {
	color: #444;
}
.content .search-line {
	width: 100%;
	border: 1px solid #e5e5e5;
	padding: 10px;
	color: #999;
	font-size: 13px;
	line-height: 1.5em;
	font-family: 'Bitter', serif;
}
.content .search-button {
	display: none;
}
.content .widget {
	margin-bottom: 30px;
}
.content .widget .widget-title {
	color: #aaaab8;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	margin: 0 0 20px 0;
}
.content .widget .popular-entrys {
	margin-bottom: 0px;
}
.content .widget .popular-entrys .popular-entry {
	margin-bottom: 30px;
}
.content .widget .popular-entrys .popular-entry img {
	border: 1px solid #e5e5e5;
	padding: 1px;
	margin-bottom: 10px;
}
.content .widget .popular-entrys .popular-entry h3 {
	margin: 0px;
}
.content .widget .popular-entrys .popular-entry h3 a {
	font-size: 12px;
	line-height: 1.5em;
	text-transform: uppercase;
	color: #7fd703;	
}
.content .socials {
	line-height: 0;
	font-size: 0;
}
.content .socials li {
	display: inline-block;
	list-style: none;
	*zoom: 1;
	*display: inline;
	line-height: 1.5em;
	margin-right: 5px;
	font-size: 11px;
}
.content .socials li a {
	display: block;
	border: 1px solid #e5e5e5;
}
.content .socials li a:hover {
	border: 1px solid #7fd703;
}
.content ul li {
	list-style-position: inside;
}
.content ul li a {
	color: #7fd703;
}
.content ul li a:hover {
	color: #444;
}
.content ul.page-numbers {
	border-top: 1px solid #e5e5e5;
	padding: 30px 0 0 0;
	margin-left: -5px; 
	line-height: 1.2em;
}
.content ul.page-numbers li {
	display: inline-block;
	*zoom: 1;
	color: #aaaab8;
	*display: inline;
	font-size: 15px;
	font-weight: 400;
}
.content ul.page-numbers li span,
.content ul.page-numbers li a {
	text-transform: uppercase;
	color: #7fd703;
	margin: 0 5px;
	font-size: 15px;
	line-height: 1em;
}
.content ul.page-numbers li span.current {
	color: #444;
}
.content .entry-featured-cover {
	margin-bottom: 30px;
}
.content .entry-featured-cover img {
	padding: 1px;
	background: #fff;
	border: 1px solid #e5e5e5;
}
.single-post .content .blog-entry .entry-header p span {
	display: inline;
}
.single-post .content .blog-entry .entry-header {
	margin-bottom: 20px;
}
.single-post .content .blog-entry .entry-content {
	padding-left: 0;
	border-left: 0px solid #ccc;
}
.content .blog-entry .entry-content .recipe {
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 30px 30px 15px;
	background: #f9f8f8;
	border-left: 4px solid #444;
}
.content .blog-entry .entry-content .recipe ul {
	margin-bottom: 15px;
	font-size: 11px;
	line-height: 1.5em;
}
.content .blog-entry .entry-content .recipe ul li {
	margin-bottom: 3px;
}
.content .entry-footer {
	margin-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
}
.content .entry-footer p {
	margin-bottom: 10px;
	font-size: 11px;
	color: #aaaab8;
}
.content .entry-footer p a {
	color: #999;
	font-size: 11px;
}
.content .entry-footer p a:hover {
	color: #7fd703;
}
.content .entry-footer .socials {
	float: right;
}
.content .entry-footer .socials li {
	margin: 0 0 0 5px;
	margin-top: -29px;
}
.content .entry-footer .socials li img {
	padding: 0;
	border: none;
}
.content .recipe-pagination {
	border-top: 1px solid #e5e5e5;
	padding: 30px 0 0 0;
}
.content .recipe-pagination a {
	text-transform: uppercase;
	font-size: 15px;
	line-height: 1.5em;
}
.content .recipe-pagination a.next-recipe {
	float: right;
}
.content .recipe-pagination a:hover {
	color: #444;
}
.oshare{
float:right;
}

.oshare span{
box-sizing: content-box;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
}


/* --- START COMMENT AREA --- */
.comments-area {
	margin-bottom: 30px;
}
.comments-area h3 {
	margin-bottom: 30px;
	font-weight: normal;
	color: #444;
	font-size: 22px;
}
.comments-area .commentlist {
	margin-bottom: 30px;
	padding: 0px;
}
.comments-area .commentlist li ul {
	margin-left: 40px;
}
.comments-area .commentlist li {
	list-style: none;
}
.comments-area .commentlist li .comment {
	margin-bottom: 30px;
}
.comments-area .commentlist li .comment p {
	padding: 20px;
	background: #f7f7f7;
	margin: 0px;
	color: #686868;
}
.comments-area .commentlist li .comment .comment-info {
	display: block;
	padding-top: 8px;
	background: url('../images/comment_bg.png') no-repeat 20px 0;
	padding-left: 50px;
	font-size: 12px;
	color: #cbcbcb;
	line-height: 1.5em;
}
.comments-area .commentlist li .comment .comment-info span {
	text-transform: uppercase;
}
.comments-area .commentlist li .comment .comment-info i {
	line-height: 1.4em;
}
.comments-area .comment-respond p {
	margin: 0;
}
#contact_form .the-line,
.comments-area .comment-respond .comments-line {
	color: #777;
	font-family: 'Bitter', serif;
	border: 1px solid #e5e5e5;
	padding: 6px 10px;
	margin-top: 5px;
	width: 100%;
	margin-bottom: 15px;
}
#contact_form .the-area,
.comments-area .comment-respond .comments-area {
	color: #777;
	font-family: 'Bitter', serif;
	border: 1px solid #e5e5e5;
	padding: 6px 10px;
	margin-top: 5px;
	width: 100%;
	margin-bottom: 10px;
	min-height: 140px;
	resize: none;
}
#contact_form .the-area:focus,
#contact_form .the-line:focus,
.comments-area .comment-respond .comments-line:focus,
.comments-area .comment-respond .comments-area:focus {
	border: 1px solid #999;
}
#contact_form .contact-button,
.comments-area .comment-respond .comments-button {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	min-width: 200px;
	border: 1px solid #e5e5e5;
	background: #7fd703;
	font-family: 'Bitter', serif;
	font-size: 13px;
	padding: 6px 15px;
	margin: 15px 0;
	cursor: pointer;
}
#contact_form .contact-button:hover,
.comments-area .comment-respond .comments-button:hover {
	background: #444;
}
/* --- END COMMENT AREA --- */
.page {
	margin-bottom: 30px;
}
.page img {
	padding: 1px;
	border: 1px solid #e5e5e5;
	margin-bottom: 30px;
}
.site-title {
	color: #a1a1a1;
	font-weight: normal;
	font-size: 24px;
	margin: 0 0 30px 0;
	text-transform: uppercase;
}
.google-map {
	padding: 1px;
	border: 1px solid #e5e5e5;
	overflow: hidden;
	margin-bottom: 30px;
}
.contact-info {
	margin-bottom: 30px;
}
.contact-info ul li {
	list-style: none;
	margin-bottom: 8px;
	color: #444;
}
.contact-info ul li span {
	padding-left: 25px;
	display: block;
	background: url('../images/contact-bg.png') no-repeat 0 0;
}
.contact-info ul li span.location {
	background-position: 0 2px;
}
.contact-info ul li span.mail {
	background-position: 0 -81px;
}
.contact-info ul li span.phone {
	background-position: 0 -162px;
}
#contact_form p {
	margin: 0;
}

.filter-area {
	margin-bottom: 30px;
}
.filter-area .recipe-item {
	margin-bottom: 30px;
}
.filter-area .recipe-item img {
	padding: 1px;
	border: 1px solid #e5e5e5;
	margin: 0px;
	opacity: 1;
	background: #fff;
	filter: alpha(opacity=100);
}
.filter-area .recipe-item img:hover {
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.filter-area .recipe-item h1 {
	margin: 10px 0 0;
	min-height: 38px;
}
.filter-area .recipe-item h1 a {
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	color: #444;
	line-height: 1.5em;
}
.filter-area .recipe-item .recipe-item-cover {
	display: block;
	background: #000 url('../images/zoom.png') no-repeat center center;
}
.filter-area .recipe-item h1 a:hover {
	color: #7fd703;
}
.filter-area .filter-box {
	margin-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 38px;
}
.filter-area .filter-box h1 {
	margin: 0;
	color: #444;
	font-weight: normal;
	font-size: 24px;
}
.filter-area .filter {
	text-align: right;
	float: right;
}
.filter-area .filter li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.filter-area .filter li a {
	text-transform: uppercase; 
	background: #e5e5e5;
	margin-left: 6px;
	list-style: none;
	color: #444;
	font-size: 11px;
	display: block;
	line-height: 1em;
	padding: 8px 10px;
	margin-bottom: 10px;
}
.filter-area .filter li a.active,
.filter-area .filter li a:hover {
	color: #fff;
	background: #7fd703;
}
/* =============================== END CONTENT =============================== */



/* =============================== START FOOTER =============================== */
.footer {
	border-top: 1px solid #e5e5e5;
	padding: 30px 0;
	text-align: center;
}
.footer p {
	font-size: 11px;
	color: #aaaab8;
	margin-bottom: 8px;
	line-height: 1.5em;
}
.footer ul {
	font-size: 0;
	line-height: 0;
	text-align: center;
	display: block;
}
.footer ul li {
	display: inline-block;
	*zoom: 1;
	padding: 0 5px;
	*display: inline;
}
.footer ul li a {
	font-size: 11px;
	color: #7fd703;
	display: block;
	line-height: 1.5em;
}
.footer ul li a:hover {
	color: #444;
}
/* =============================== END FOOTER =============================== */


/* GALLERY SWIPEBOX */
html.swipebox {
    overflow: hidden!important;
}
#swipebox-overlay img {
    border: none!important;
}
#swipebox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999!important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
#swipebox-slider {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    display: none;
}
#swipebox-slider .slide {
    background: url("../images/swipebox/loader.gif") no-repeat center center;
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block;
}
#swipebox-slider .slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
    background:none;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding:5%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video{
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{
    width: 100%!important; 
    height: 100%!important;
    position: absolute;
    top: 0; left: 0;
}
#swipebox-action, #swipebox-caption {
    position: absolute;
    left: 0;
    z-index: 999;
    height: 50px;
    width: 100%;
}
#swipebox-action {
    bottom: -50px;
}
#swipebox-action.visible-bars {
    bottom: 0;
}
#swipebox-action.force-visible-bars {
    bottom: 0!important;
}
#swipebox-caption {
    top: -50px;
    text-align: center;
}
#swipebox-caption.visible-bars {
    top: 0;
}
#swipebox-caption.force-visible-bars {
    top: 0!important;
}
#swipebox-action #swipebox-prev, #swipebox-action #swipebox-next,
#swipebox-action #swipebox-close {
    background-image: url("../images/swipebox/icons.png");
    background-repeat: no-repeat;
    border: none!important;
    text-decoration: none!important;
    cursor: pointer;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
}
#swipebox-action #swipebox-close {
    background-position: 15px 12px;
    left: 40px;
}
#swipebox-action #swipebox-prev {
    background-position: -32px 13px;
    right: 100px;
}
#swipebox-action #swipebox-next {
    background-position: -78px 13px;
    right: 40px;
}
#swipebox-action #swipebox-prev.disabled,
#swipebox-action #swipebox-next.disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
}
#swipebox-action #swipebox-close {
background-position: 15px 12px !important;
left: 40px !important;
}
#swipebox-action #swipebox-prev, #swipebox-action #swipebox-next, #swipebox-action #swipebox-close {
background-image: url("../img/icons.png") !important;
background-repeat: no-repeat !important;
border: none !important;
text-decoration: none !important;
cursor: pointer !important;
position: absolute !important;
width: 50px !important;
height: 50px !important;
top: 0 !important;
}
#swipebox-slider.rightSpring {
    -moz-animation: rightSpring 0.3s;
    -webkit-animation: rightSpring 0.3s;
}
#swipebox-slider.leftSpring {
    -moz-animation: leftSpring 0.3s;
    -webkit-animation: leftSpring 0.3s;
}
@-moz-keyframes rightSpring {
    0% {
    margin-left: 0px;
}
50% {
    margin-left: -30px;
}
100% {
    margin-left: 0px;
}
}
@-moz-keyframes leftSpring {
    0% {
    margin-left: 0px;
}
50% {
    margin-left: 30px;
}
100% {
    margin-left: 0px;
}
}
@-webkit-keyframes rightSpring {
    0% {
    margin-left: 0px;
}
50% {
    margin-left: -30px;
}
100% {
    margin-left: 0px;
}
}
@-webkit-keyframes leftSpring {
    0% {
    margin-left: 0px;
}
50% {
    margin-left: 30px;
}
100% {
    margin-left: 0px;
}
}
@media screen and (max-width: 800px) {
    #swipebox-action #swipebox-close {
        left: 0;
    }

    #swipebox-action #swipebox-prev {
        right: 60px;
    }

    #swipebox-action #swipebox-next {
        right: 0;
    }
}
/* Skin 
--------------------------*/
#swipebox-overlay {
    background: #0d0d0d;
}
#swipebox-action, #swipebox-caption {
    text-shadow: 1px 1px 1px black;
    background-color: #0d0d0d;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0d0d0d), color-stop(100%, #000000));
    background-image: -webkit-linear-gradient(#0d0d0d, #000000);
    background-image: -moz-linear-gradient(#0d0d0d, #000000);
    background-image: -o-linear-gradient(#0d0d0d, #000000);
    background-image: linear-gradient(#0d0d0d, #000000);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
    opacity: 0.95;
}
#swipebox-action {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#swipebox-caption {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: white!important;
    font-size: 15px;
    line-height: 43px;
    font-family: Helvetica, Arial, sans-serif;
}

#swipebox-action #swipebox-close {
background-position: 15px 12px !important;
left: 40px !important;
}
#swipebox-action #swipebox-prev, #swipebox-action #swipebox-next, #swipebox-action #swipebox-close {
background-image: url("../img/icons.png") !important;
background-repeat: no-repeat !important;
border: none !important;
text-decoration: none !important;
cursor: pointer !important;
position: absolute !important;
width: 50px !important;
height: 50px !important;
top: 0 !important;
}

.mymenu{

}

.mymenu li:hover ul.dropdown{
display:block;
}

.mymenu li ul.dropdown{
display:none;
position:absolute;
background:#F5FFF4;
}

.mymenu li ul li{
padding:10px;
margin:0 !important;
border-bottom:1px dotted #999;
}

.mymenu li ul li a{

}
/* AS STYLING [END] */



@media (min-width: 992px) {
	.menu>ul {
		display: block !important;
	}
}
@media (max-width: 992px) {
	.header .menu .responsive-menu {
		display: block;
		cursor: pointer;
	}
	.header .mymenu{
		margin-top: 10px;
	}
	.header .menu ul {
		right: 0;
		padding: 10px 20px;
		position: absolute;
		width: 100%;
		border: 1px solid #444;
		background: #fff;
		display: none;	
		z-index:10;
	}
	.header .menu ul li {
		display: block;
		width: 100%;
		margin: 0; 
		border-top: 1px solid #e5e5e5;
	}
	.header .menu ul li:first-child {
		border-top: 0px solid #e5e5e5;
	}
	.header .menu ul li a {
		padding: 5px 15px;
		width: 100%;
		display: block;
		background: #fff;
	}
}

.blog-post:hover .media-hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	display:block;
}

.blog-post:hover .media-icon{
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	transform:scale(1);
}

.post-image{
	position:relative;
}
.media-hover{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:#000;
	background:rgba(14,30,51,.4);
	color:#fff;
	text-align:center;
	width:100%;
	height:100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition:opacity 0.3s;
	-moz-transition:opacity 0.3s;
	transition:opacity 0.3s;
	border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
}

.media-item:hover .media-hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.media-item:hover .media-icon{
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	transform:scale(1);
}

.media-hover .media-icons{
	position:relative;
	top:50%;
	margin-top:-25px;
}

.media-hover .media-icon{
	margin:0 3px;
	color:#fff;
	display:inline-block;
	text-align:center;
	font-size:72px;
	border-radius:3px;
	line-height:20px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	cursor:pointer;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	transform:scale(0);
	-webkit-transition:background 0.3s, -webkit-transform 0.5s;
	-moz-transition:background 0.3s, -moz-transform 0.5s;
	transition:background 0.3s, transform 0.5s;
}

.media-hover .media-icon:hover{
}

.event-single{
	margin-bottom:30px;
}

.event-meta{
	overflow:hidden;
}

.event-meta-block{
	background:#e2eaf2;
	display:block;
	padding:15px;;
	height:75px;
	position:relative;
}

.event-meta-block p{
	font-size:15px;
	white-space:nowrap;
}

.event-meta-block>.icons{
	position:absolute;
	top:17px;
	left:10px;
	color:#c6d0dc;
	font-size:24px;
}


.event-meta-block + .event-meta-block{
	margin-top:1px;
}

.event-meta-block p.title{
	color:#95999e;
	font-size:13px;
	line-height:16px;
}

.event-meta.horizontal + .event-image{
	margin-top:10px;
}

.event-image + .event-meta.horizontal{
	margin-top:5px;
}

.horizontal .event-meta-block{
	margin:0;
}

.horizontal .event-meta-block + .event-meta-block{
	border-left:1px solid #f2f4f9;
}

.horizontal .event-meta-block:first-child{
	border-radius:3px 0 0 3px;
	-webkit-border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
}

.horizontal .event-meta-block:last-child{
	border-radius:0 3px 3px 0;
	-webkit-border-radius:0 3px 3px 0;
	-moz-border-radius:0 3px 3px 0;
}

.fb_iframe_widget span {
	display: inline-block;
	position: relative;
	text-align: justify;
	width: 100% !important;
}
.fb_iframe_widget {
	display: inline-block;
	position: relative;
	width: 100% !important;
}
.fb_iframe_widget iframe {
	position: absolute;
	width: 100% !important;
}
#twitter-widget-0{
	width: 100% !important;	
}
.share-box span{}
.share-box span{
box-sizing : content-box;
-webkit-box-sizing : content-box;
-o-box-sizing : content-box;
-moz-box-sizing : content-box;

}
ul.dropdown{
	width: 130px;
	padding: 5px 10px;
	z-index: 100;
}
ul.dropdown li{
	padding: 0px !important;
	width: 100%;
	text-align: center;
	border-bottom: 0px !important;
}
ul.dropdown li a{
	padding: 10px 0px;
	border-bottom: 1px dotted #999;
}
ul.dropdown li ul{
	display: none;
}
ul.dropdown li ul{
	position: relative !important;
	margin-top: 10px;
	padding: 5px 5px 10px !important;
	box-shadow: 0px 2px 1px 1px #ddd;
}
ul.dropdown li ul li{
	padding: 0px !important;
	width: 100%;
	text-align: center;
	border-bottom: 0px !important;
	margin: 10px 0px !important;
}
ul.dropdown li ul li a{
	padding: 10px 0px;
	border-bottom: 0px;
	font-size: 10px !important;
}
.mymenu li:last-child ul.dropdown{
	right: 0px;
}
.language{
	opacity: 0.8;
}
.language:hover{
	color: #000 !important;
	opacity: 1;
}
.langarea{
  text-align: right;
  margin-bottom: 10px;
}
.langarea .language{
  padding-left: 15px;
  color: #000;
  font-weight: bold;
}
.langarea img{
  margin-right: 5px;
  border: 1px solid #ddd;
  margin-top: -2px;
}
.madeby{
	padding-left: 70 !important;
	padding-top: 25px !important;
}
.usercomment{
    display: inline-block;
    max-width: 60px;
    padding: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 4px #ddd;
    margin-left: 0px;
    position: absolute;
    margin-right: 12px;
    margin-top: 25px;
}
.commentdate{
    position: absolute;
    right: 25px;
    margin-top: 6px;
    font-size: 12px;
    font-style: italic;
    font-family: monospace;
    letter-spacing: -1px;
    font-weight: 600;
    color: rgb(140, 139, 139);
}
.padtop23{
	padding-top: 23px !important;
}
.mbot45px{
    margin-bottom: 45px !important;
}
img{
	max-width: 100%;
}
.breadcrumb{
	background-color: transparent;
	padding: 8px 10px 8px 0px;
	border-bottom: 2px solid #7fd703;
	border-radius: 0px;
	float: left;
	margin-bottom: 50px;
}
.breadcrumb a{
	color: #999;
	transition: all 0.3s;
}
.breadcrumb a:hover{
	color: #7fd703;
}
.nomargin{
	margin: 0px !important;
}
.titles{
    margin-top: 0px;
    margin-bottom: 30px;
}
.footercontact tr td:last-child{
	color: #555;
	font-size: 13px;
}
.footermenu	{
	list-style: none;
}
.footermenu li a{
	line-height: 18px;
    padding-bottom: 5px;
    display: table;
}
@media (max-width: 767px){
	.header .logo{
		padding: 15px 0px;
		text-align: center;
	}
	.header .menu{
		padding-top: 0px;
		margin-bottom: 20px;
	}
}
.pagert{
	display: table;
    margin-left: auto;
    margin-bottom: 35px;
    margin-right: auto;
    margin-top: 25px;
}
.pagert li a{
    padding: 10px 15px;
    font-size: 15px;
    border-radius: 0px !important;
    margin-right: 3px;
}
.pagert li.active a{
    background: #7FD703;
    border-color: #7FC718;
    border-radius: 0px !important;
}
.nopadding{
	padding: 0px !important;
}

.relatedbox{
	border-top: 1px solid #DDD;
	padding-top: 20px;
	border-bottom: 1px solid #DDD;
	margin-bottom: 40px;
	padding-bottom: 20px;
}
.relatedtitle{
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: normal;
	margin-top: 10px;
	font-weight: bold;
	text-align:center;
}
.relatedtitle a{
	color:#000;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
@media(min-width:768px){
	.relatedbox .post-image{
		width:100%;
		height:150px;
		overflow:hidden;
		padding: 5px;
	}
	.relatedbox .post-image img{
		width:100%;
		height:100%;
		object-fit:cover;
	}
}
@media(max-width:767px){
	.relatedbox .post-image{
		text-align: center;
		padding: 5px;
	}
}
.modal-dialog{
	padding: 10px 45px 10px 10px;
}
.printbtn{
	border: 1px solid;
	padding: 3px 7px;
	border-radius: 4px;
}
.printbtn:hover,.printbtn:focus{
	text-decoration: none;
	background: #7FD703;
	color: #fff;
	border-color: #7FD703;
}
@media(max-width:767px){
	.share-box span{
		margin-bottom:5px;
	}
}
@media(max-width:767px){
	.postiframe iframe{
		width:100%;
	}
}
.share-box{
	width: 100%;
}
.postiframe img{
	max-width:100%;
	height: auto !important;
}
.language{
	opacity: 0.8;
}
.language:hover{
	color: #000 !important;
	opacity: 1;
}
.langarea{
  text-align: right;
  margin-bottom: 10px;
}
.langarea .language{
  padding-left: 15px;
  color: #000;
  font-weight: bold;
}
.langarea img{
  margin-right: 5px;
  border: 1px solid #ddd;
  margin-top: -2px;
}
.closevideo{
	position: absolute;
	right: -40px;
	top: -30px;
	font-size: 50px;
	opacity: 1;
	z-index: 1;
	color: #4CD408;
	text-shadow: 0px 2px 1px #3D8A16;
}
iframe{
	max-width: 100%;
}
.hiddentitleheader{
	opacity:0;
	position:absolute;
}
.notextdecor{
	text-decoration:none;
}
.box50px{
	width:50px;
	height:50px;
}
.pb50px{
	padding-bottom: 50px;
}
.mb15px{
	margin-bottom: 15px;
}
.ymbox{
	position: fixed;
	top: 350px;
	right: -53px;
	z-index: 9999;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.nomargin{
	margin:0px;
}
.noliststyle{
	list-style: none outside none;
}
.f12px{
	font-size:12px;
}
.width100persen{
	width: 100% !important;
}
.floatright{
	float:right;
}
.addtestibtn{
	margin-top: 10px;
	padding: 2px;
	font-size: 12px;
}
.noevent{
	color:#7FD703
}
.footercontact{
	color:white;
}
.footercontact tr{
	height: 28px;
}
.footercontact tr td:last-child{
	padding-left: 5px;
	padding-bottom: 7px;
}
.p3px{
	padding-top: 3px
}
.p2px{
	padding-top: 2px
}
.p1px{
	padding-top: 1px;
}
.width24px{
	width: 24px;
}
.mt2px{
	margin-top: 2px;
}
.bbimage{
	width: 26px;
	margin-left: -1px;
	margin-top: 0px;
}
.waimage{
	width: 23px;
	margin-top: -1px;
	margin-left: 0px;
}
.emailimage{
	width: 20px; 
	margin-left: 2px; 
	margin-top: -1px;
}
.minwidth50px{
	min-width: 50px !important;
}
.igsocmedimage{
	width: 28px; 
	height: 28px;
	background: #fff;
	padding: 6px 6px;
}
.gmapsbox{
	height:250px;
	width:100%;
}
.alerttext{
	width: 60%;
	font-size: 15px;
}
.mt114px{
	margin-top:114px
}
.notificationpost{
	color:#000;
}
.relatedtitlehead{
	padding: 40px 0px 10px;
	border-bottom: 1px solid rgba(207, 207, 207, 1); 
	margin-bottom: 30px;
}
.relatedtitle a{
	display: inherit;
}
.mb20px{
	margin-bottom: 20px;
}
.relatedgambar{
	margin-left:0;
	margin-bottom: 0;
	border: 1px solid #ddd;
}
.pb50px{
	padding-bottom: 50px;
}
.f17px{
	font-size: 17px !important;
}
.f14px{
	font-size: 14px !important;
}
.submitlogin{
	float: left;
	margin-right: 10px !important;
}
.pt21px{
	padding-top: 21px;
}
.submitforgot{
    min-width: 100px !important;
    width: 100px;
}
.textnotification{
	text-align: center;
	margin-top: 40px;
}
.zindex10000{
	z-index: 10000;
}
.m10px0px{
	margin: 10px 0px !important;
}
.mt5px{
	margin-top: 5px;
}
.langactive{
	pointer-events:none;
	opacity: 1;
}
.maxwidth600px{
	max-width:600px;
}
.displayinline{
	display:inline;
}
.noborderstyle{
	border-style:none;
}
.eventimgdet{
	width:100%;
	padding:10px !important;
}
.opacity1{
	opacity: 1;
}
.eventdeskripsi{
	margin-bottom: 10px;
	margin-top: 24px;
}
.mb10px{
	margin-bottom:10px;
}
.chatwithus{
	position: fixed;
    bottom: 50%;
    right: -55px;
    z-index: 1000000000;
    text-decoration: none;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.chatwithus img{
	width: 160px;
}
.stButton .stArrow{
	display:none !important;
}
.pointercursor{
	cursor: pointer;
}