﻿/*
Theme Name: Persefone
Theme URI: http://www.wpbootstrap.net/theme/Persefone
Version: 1.1.6
Description: Designed by <a href="http://www.wpbootstrap.net">WPBootstrap</a>.
Author: WPBootstrap
Author URI: http://www.wpbootstrap.net
Tags: one-column, two-columns, right-sidebar, responsive-layout
	Copyright: (c) 20013 WPBootstrap.
	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url(http://fonts.googleapis.com/css?family=Lato:400,700,300,700italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,300italic,300,700,600italic,700italic,800,800italic);
body{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	background:#222222;
	color:#494a4a;
	padding:0;
	overflow-x:hidden;
}
/* Small Reset
==============================================*/
.spacer,.clear{clear:both}
a{
	color:#c6510a;
	outline:none!important;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: rotateY(0deg); 
}
a:hover{
	color:#d25e18; 
	text-decoration:none	
}
a:focus{
	text-decoration:none;
}
*:selection{
	color:#ffffff;
	background:#c6510a;
}
hr{
	border-top-color:#E7E7E7;
	border-bottom-color:#F0F0F0;
}
iframe{
	border:none;
}
h1{
	font-size:26px;
}
h2{
	font-size:24px;
}
h3{
	font-size:22px;
}
h4{
	font-size:20px;
}
h5{
	font-size:18px;
}
h6{
	font-size:14px;
}
.relative{
	position:relative;
}
.container{
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all 300ms ease 0s;
}
.container.padright{
	padding-right:300px;
}
.container.padleft{
	padding-left:300px;
}
.container{ }
#header{
	margin-top:50px;
}
.r-menu span{
	background-color: #fff;
	
	display: block !important;
	height: 3px;
	width: 18px;
}
.r-menu {
	bottom: 20px;
	position: absolute;
	right: 20px;
	display:none;
}
.r-menu a{
	border-radius:0;
	border:0 none;
}
.show-phone,.hide-phone{
	overflow:hidden;
	height:0;
}
header{
	min-height:80px;
	background:transparent;
}
header h1.logo{
	color:#fff;
	margin:0;
	padding:40px 0 0 0;
	height:auto;
	margin: 0 0 10px;
	text-align:center;
}
header h1.logo a{
	width:100%;
	display:block;
}
header h1.logo img{
	border:none;
}
header h2.site-description{
	padding:0;
	text-align:center;
	margin:0;
	color:#fff;
	font-size:18px;
	font-weight:normal;
	margin:0 0 20px 0;
}
.header{
	
	min-height:145px;
}
/* = Navigasi 
==================================================*/
.navbar-inverse .navbar-inner{
	background: transparent;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	padding: 0 15px;
	filter: none;
}
.navbar{
	margin-bottom: 0;
	background: #c6510a;
	min-height: 52px;
	border-radius: 2px;
}
.navbar .nav > li > a {
	color: #ffffff;
	display: block;
	font-size: 18px ;
	font-weight: bold;
	line-height: 28px;
	padding: 14px 15px;
	text-decoration: none;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;	
	transition: all 0.1s ease-in-out;
}
.navbar .nav > li {
	position:relative;
}
.navbar-inverse .nav > li > a{
	text-shadow: none;
}
.dropdown-menu{
	background: #e0651b;
	border:none;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	padding: 0;
	margin: 0 0 0 0;
	text-align: left;
	min-width: 220px;
	max-width: 999px;
	opacity:0;
	z-index:-999;
	transition: all 0.5s;
	-webkit-transition: all 0.5s; /* Safari */
}
.dropdown-menu > li > a{
	/* color: #FFFFFF; */
	font-size: 16px !important;
	padding: 15px 20px;
}
.navbar .nav > li > .dropdown-menu:after, .navbar .nav > li > .dropdown-menu:before{
	display: none;
}
.navbar .nav > li:hover > ul,
.navbar .nav > li.hover > ul{
	opacity:1;
	z-index:999;
	border-bottom: 3px solid #c6510a;	
}
ul.sub-menu{
	opacity:1;
	z-index:999;
}
.dropdown-menu li{
	clear:both
}
.dropdown-menu li a:hover{
	color:#fff!important;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
	background: transparent;
	-webkit-box-shadow: none;
	 -moz-box-shadow: none;
			box-shadow: none;
}
.dropdown-menu > li > a:hover{
	background: #c6510a;
}
.dropdown.open > ul{
	opacity:1;
}
.navbar-inverse .nav li.dropdown.open > .bl-dropdown, 
.navbar-inverse .nav li.dropdown.active > .bl-dropdown, 
.navbar-inverse.nav li.dropdown.open.active > .bl-dropdown {
	background: transparent;
}
.bl-dropdown i{
	font-size: 12px; 
	margin: 0 0 0 4px; 
}
.btn.btn-navbar {
	background: none repeat scroll 0 0 #4782a6;
	margin: 25px 0;
	padding: 7px 10px;
}
.btn.btn-navbar:hover, .btn.btn-navbar:active, .btn.btn-navbar:focus{
	background: none repeat scroll 0 0 #28678e;
}
.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a{
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
/* Offset Level 2 dropdown */
li.dropdown:hover > ul.dropdown-menu {
	top:100%;
}
/* Offset level 3 dropdowns */
ul.dropdown-menu ul.dropdown-menu {
	top: 0 !important;
	left:95%;
}
.navbar ul.dropdown-menu ul.dropdown-menu {
	left:100%;
}
.navbar .nav{
	margin: 0px auto;
	float:none;
}
.box-toggle-nav,.box-toggle-footer{
	 height:5px;
	 min-height:5px!important;
	 position:relative;
	 background:#c6510a;
}
.toggle-nav,.toggle-nav-bar,.toggle-footer{
	width:55px;
	position:absolute;
	left:50%;
	height:40px;
	background:#c6510a;
	margin-left:-27px;
	color:#fff;
	text-align:center;
	font-size:20px;
	line-height:40px;
	cursor:pointer;
	z-index:9;
	transition: color 200ms;
	-webkit-transition: color 200ms; /* Safari */
}
.toggle-nav, .toggle-nav-bar{
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	top:0;
}
.toggle-nav-bar{
	display:none;
}
.toggle-footer{
	bottom:0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.toggle-nav:hover,.toggle-footer:hover{
	color:#e0651b;
}
.toggle-nav i:before,.toggle-nav i:after,.toggle-footer i:before,.toggle-footer i:after{
	cursor:pointer;
}
/* = Search form
===========================================*/
 .meda_search {
	margin:0;
	position: absolute;
	right: 0;
	top:0;
	height:56px;
	min-width:80px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;	
	transition: all 0.3s ease-in-out;
	-moz-box-sizing:border-box; /* Firefox */
	box-sizing:border-box;
}
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.meda_search #searchform{
	position:absolute;
	right:0px;
	top:0;
	height:56px;
	overflow:hidden;
}
.meda_search #searchform #s{
	width:80px;
	opacity:0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 
	filter: alpha(opacity=0);
	border:none;
	padding:19px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	z-index:4;
	moz-box-shadow:none;
	webkit-box-shadow:none;
	background:transparent;
	
	-webkit-transition: width, opacity 0.3s;
	-moz-transition: width, opacity 0.3s ;
	-o-transition: width, opacity 0.3s ;
	-ms-transition: width, opacity 0.3s ;	
	transition: width, opacity 0.3s ;
	transition-property: width, opacity;
	transition-duration: .2s, .2s; 
	
	padding: 0 0 0 40px;
	height:56px;
	box-shadow: none;
	font-size: 30px;
	color: #fff;
	top: 0px;
	border-radius: 0;
	font-family: 'Lato', sans-serif;
}
.meda_search #searchform #s:hover{
	cursor:pointer;
}
.r-open{
	background-color: rgba(0, 0, 0, 0);
	border: 0 none;
	color: #FFFFFF;
	font-size: 22px;
	position: absolute;
	right: 7px;
	top: 18px;
	z-index:4;
}
/* ANIMBUTTON
==============================================*/
.navicon-button {
	-moz-user-select: none;
	cursor: pointer;
	display: inline-block;
	opacity: 0.8;
	padding: 2.0625rem 1.5rem;
	position: relative;
	transition: all 0.25s ease 0s;
}
.navicon-button:hover {
	opacity: 1;
	transition: all 0.5s ease 0s;
}
.navicon-button {
	-moz-user-select: none;
	cursor: pointer;
	display: inline-block;
	opacity: 0.8;
	padding: 2.0625rem 0;
	position: relative;
	transition: all 0.25s ease 0s;
}
.navicon-button:hover {
	opacity: 1;
	transition: all 0.5s ease 0s;
}
.navicon-button:hover .navicon:after {
	top: -0.825rem;
}
.navicon-button:hover .navicon:before {
	top: 0.825rem;
}
.navicon:before {
	top: 0.625rem;
}
.open:not(.steps) .navicon:before, .open:not(.steps) .navicon:after {
	top: 0 !important;
}
.open .navicon:before, .open .navicon:after {
	transition: all 0.5s ease 0s;
}
.open.larr .navicon:before, .open.larr .navicon:after, .open.rarr .navicon:before, .open.rarr .navicon:after, .open.uarr .navicon:before, .open.uarr .navicon:after {
	width: 1.5rem;
}
.open.larr .navicon:before, .open.rarr .navicon:before, .open.uarr .navicon:before {
	transform: rotate(35deg);
	-webkit-transform: rotate(35deg);
	transform-origin: left top 0;
	-webkit-transform-origin: left top 0;
}
.open.larr .navicon:after, .open.rarr .navicon:after, .open.uarr .navicon:after {
	transform: rotate(-35deg);
	-webkit-transform: rotate(-35deg);
	transform-origin: left bottom 0;
	-webkit-transform-origin: left bottom 0;
}
.open.plus .navicon:before, .open.x .navicon:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.open.plus .navicon:after, .open.x .navicon:after {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.open.plus .navicon, .open.x .navicon {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.animbutton *, .animbutton *:before, .animbutton *:after {
	transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.navicon:before {
	top: 0.625rem;
}
section *, section *:before, section *:after {
	transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.navicon-button .navicon:before, .navicon-button .navicon:after {
	transition: all 0.25s ease 0s;
}
.navicon:after {
	top: -0.625rem;
}
.navicon:after, .navicon:before {
	background: none repeat scroll 0 0 #E7E6DD;
	border-radius: 1rem;
	content: "";
	display: block;
	height: 0.3125rem;
	position: absolute;
	transition: all 0.5s ease 0.25s;
	width: 2rem;
	z-index: -1;
}
.navicon {
	background: none repeat scroll 0 0 #E7E6DD;
	border-radius: 2.5rem;
	height: 0.3125rem;
	position: relative;
	transition: all 0.5s ease 0s;
	width: 2rem;
}
.navicon-button {
	cursor: pointer;
}
.animbutton.right{
	text-align:right;
}
.navicon-button.open {
	/* transform: scale(0.75);
	-webkit-transform: scale(0.75); */
}
.animbutton{
	display:none;
}
.minimenu.hide{
	height:54px;
	display:none;
}
.meda_search #searchform #s:focus{
	width:1170px;
	display:block;
	opacity:1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	filter: alpha(opacity=100);
	cursor:text;
	padding-left:30px;
	padding-right:60px;
	background:#c6510a;
	line-height: 35px;
}
.meda_search #searchform #s:focus::-webkit-input-placeholder { /* WebKit browsers */
	color:#ffffff;
}
.meda_search #searchform #s:focus:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
	 color:#ffffff;
}
.meda_search #searchform #s:focus::-moz-placeholder{ /* Mozilla Firefox 19+ */
	color:#ffffff;
}
.meda_search #searchform #s:focus:-ms-input-placeholder{ /* Internet Explorer 10+ */
	color:#ffffff;
}
.meda_search #searchform #searchsubmit{
	position:absolute;
	right:0;
	top:0px;
	width:30px;
	z-index:10;
	display:none;
}
#searchform:after{
	display:block;
	position:absolute;
	content:"";
	font-family: FontAwesome;
	font-size:26px;
	color:#f7f7f7;
	top:18px;
	width:40px;
	height:40px;
	right:40px;
	line-height:18px;
	text-align:center;
	z-index:1;
}
.content{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.content .post {
	position: relative;
	overflow: visible;
}
.article_type {
	border-radius: 50%;
	z-index: 4;
	bottom: -25px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 55px;
	height: 55px;
	background-color:#34AADC;
	text-align:center;
	color:#fff;
	box-shadow: 0 0 0 6px #fff;
}
.article_type i {
	display: inline !important;
	font-size: 25px;
	line-height: 55px;
	padding: 0 !important;
}
blockquote {
	padding: 15px 15px 15px 50px ;
	color:#434343;
	margin: 0px 0px 20px;
	border:none;
	background:#f9f9f9;
	border:1px solid #eee;
	position:relative;
}
blockquote:after{
	width:20px;
	font-family: FontAwesome;
	height:20px;
	position:absolute;
	content:"";
	top:10px;
	left:20px;
}
blockquote p {
	margin-bottom: 0;
	font-size:inherit;
	line-height:inherit
}
article.no-results{
	text-align:center;
	padding-top:50px;
	padding-bottom:50px;
	border-bottom:0px solid #c6510a!important;
}
article.type-post,
article.type-attachment,
article.no-results,
article.type-page {
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px2px 2px 2px;
	overflow: hidden;
	background:#f5f5f5;
	border-bottom:0 solid #c6510a;
	margin-top:40px;
	transition : border 200ms ease-out; 
	-webkit-transition : border 200ms ease-out; 
	-moz-transition : border 200ms ease-out;
	-o-transition : border 200ms ease-out; 
}
article.type-post:first-child,
article.type-attachment:first-child,
article.no-results:first-child,
article.type-page:first-child
{
	margin-top:40px;
}
article.type-page {
	border:none;
}
article.type-post:hover > div.entry-container > div.entry-content > div.post_more a ,
article.type-post:hover > div.entry-container > div.post_more a 
{
	background:rgba(32,176,202,1)!important;
}
article.type-post:hover{
	border-bottom-color:rgba(32,176,202,1);
}
article.format-quote-list{
	
} 
article.format-quote div.entry-container-quote{
	background:#2d2525;
	text-align:center;
	position:relative;
	padding:85px 20px 85px 20px;
}
article.format-quote div.entry-container-quote p{
	padding:30px 40px 10px 40px;
	color:#f5f5f5;
	font-weight:300;
	line-height:28pt;
	font-size:18pt;
	
}
.masonry article.format-quote div.entry-container-quote p {
	font-size: 15px;
	line-height: 20px;
	padding: 0;
}
.masonry article.format-quote div.entry-container-quote {
	padding: 30px;
}
article.format-quote div.entry-container-quote div.post_more a:before{
	background:#55bd62;
}
div.entry-container{
	position:relative;
}
.elsebox {
	background-color: #34AADC;
	height: 77px;
	width: 100%;
}
.masonry article {
	display: inline-block;
	width: 33.3%; 
}
.masonry .grid-sizer{
	width: 33.3%;
}
.masonry .entry-content>h2.entry-title{
	font-weight: bold;
	color: #393737;
	font-size:20px;
	margin-top: 40px;
	line-height: 20pt;
}
.masonry .entry-content-list p {
	font-family: 'open sans';
	padding-bottom: 0;
	font-size:14px;
	line-height: 14pt;
	color: #797877;
}
.masonry .post-meta{
	font-size:12px;
	margin: 0 0 10px;
	
}
article.format-audio .entry-image{ 
	height:240px;
	margin-bottom:20px;
}
article.format-audio .entry-media{
	background:transparent;
	height:auto;
	
}
article.format-video div.entry-media{
	/* height:560px; */
	height:auto;
}
article.format-audio div.entry-media{
	height:auto;
}
article.format-video iframe{
	width:100%!important;
}
.responsive-video-div > div { position: relative; }
.responsive-video-div iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.responsive-video-vimeo { max-width: 100%; }
.responsive-video-youtube { max-width: 100%; }
.entry-media .carousel {
	height:auto;
	margin:0;
	overflow: hidden;
}
.carousel-inner .item {
	max-height:465px;
}
.carousel-inner .item img{
	min-width:100%;
}
.carousel-control{
	left:-70px;
	top:50%;
	font-size:18px;
	line-height:40px;
	background:#111;
	border: 0;
	-webkit-border-radius: 500px;
		-moz-border-radius: 500px;
			border-radius: 500px;
			
	-webkit-border-radius: 0;
		-moz-border-radius: 0;
			border-radius: 0;
}
.carousel-control.right {
	right: -70px;
	left: auto;
}
.carousel:hover > a.left{
	left:20px;
}
.carousel:hover > a.right{
	right:20px;
}
.carousel-control:hover{
	background:#c6510a;
}
a.carousel-control [class^="icon-"]:before, a.carousel-control [class^="icon-"]:before{
	cursor:pointer!important;
}
div.entry-content{
	padding: 0 30px 20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
div.entry-content-list{
	text-align:center;
} 
div.entry-media{
	position:relative;
	max-width:100%!important;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
div.entry-media-list{}
div.entry-media .media-iframe-full iframe{
	width:100%;
}
div.entry-media .post_thumb img{
	min-width:100%!important;
	max-width: 100%;
	transition: all 0.3s ease 0s;
	width: auto !important;
}
div.post_thumb:hover img {
	transform: scale(1.1);
	z-index: 1;
}
div.entry-media .post_thumb{
	max-height: 465px;
	position:relative;
	overflow:hidden;
}
div.entry-media div.mask{
	background:transparent;
	position:absolute;
	top:0;left:0;right:0;
	bottom:0;
	background-color: #c6510a;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}
div.entry-media .post_thumb:hover > .mask {
	opacity: .4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	left: 0;
	z-index: 2;
}
div.entry-media .post_thumb:hover > .zoom ,div.entry-media .post_thumb:hover > .link-thumb{
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	top:50%;
	left:50%;
}
div.entry-media .post_thumb .zoom:hover,
div.entry-media .post_thumb .link-thumb:hover{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	box-shadow:0 0px 2px #c6510a;
}
div.entry-media .post_thumb .zoom,
div.entry-media .post_thumb .link-thumb{
	opacity: 0;
	background:transparent;
	position:absolute;
	top:50%;
	left:30%;
	padding:0;
	margin:0;
	margin-top:-30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height:60px;
	width:60px;
	border:2px solid #fff;
	-webkit-transition: opacity .25s ease, all 500ms cubic-bezier(0.175, 0.885, 0.320, 1);
-webkit-transition: opacity .25s ease, all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-moz-transition: opacity .25s ease, all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-ms-transition: opacity .25s ease, all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	 -o-transition: opacity .25s ease, all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
		transition: opacity .25s ease, all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
	
}
div.entry-media .post_thumb .link-thumb{
	left:70%;
}
div.entry-media .post_thumb .zoom a,
div.entry-media .post_thumb .link-thumb a{
	background:#fff;
	box-shadow:none;
	padding:0;
	margin:0;
	color:#c3d9dd;
	font-size:15px;
	text-align:center;
	line-height:50px;
	top:5px; bottom:5px;
	left:5px; right:5px;
	position:absolute;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
div.entry-media .post_thumb .zoom i:before,
div.entry-media .post_thumb .link-thumb i:before{
	cursor:pointer;
} 
div.entry-media .post_thumb .link-thumb{
	margin-left:40px;
}
div.entry-media .post_thumb .zoom{
	margin-left:-40px;
}
.entry-image{
	overflow: hidden;
	background: #F4F4F4;
	position:relative;
}
div.post-icon,div.post-comment{
	background:#c6510a;
	padding: 12px 0;
	float:left;
	width:80px;
}
div.post-comment{
	background:#101010;
}
h2.entry-title{
	line-height:32pt;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:26pt;
	max-height:80px;
	overflow:hidden;text-align:center;
}
div.entry-content br{
	display:none;
}
.wpcf7 br{
	display:block !important;
}
div.entry-content h2.entry-title{
	margin-top:65px ;
	margin-bottom:5px ;
}
h2.entry-title a{
	color:#393838;
}
h2.entry-title a:hover{
	color:#c6510a;
}
.entry-content-list p{
	padding-bottom: 45px;
	font-family: 'open sans';
}
.entry-content p,
.entry-content .su-column-inner,.page-links,.su-box-content{
	margin-bottom:20px;
	line-height:25pt;
	color:#494a4a;
	line-height: 28px;
}
.page-links.white{
	background-color:#fff;
	margin-bottom:0;
}
.whiter{
	background-color:#fff;
}
div.post-meta{
	font-size:15px;
	margin: 0 0 35px;
	text-transform:uppercase;
	text-align:center;
	color:#797878;
	font-weight:bold;
	font-family:'open sans';
}
div.post-meta a{
	color:#797878;
}
div.post-meta.bold{
	font-weight:bold;
	margin: 50px 0;
}
.masonry div.post-meta.bold {
	font-weight: bold;
	margin: 50px 0 0;
}
div.post_more{
	text-transform:uppercase;
	text-align:center;
	height:120px;
	height: 46px;
	margin: 0px;
	padding:20px 0 0 0;
	line-height: 46px;
}
div.post_more a{
	background:#c6510a;
	color: #fff;
	font-size: 20pt;
	padding: 8px 20px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
		transition : background 200ms ease-out; 
		-webkit-transition : background 200ms ease-out; 
		-moz-transition : background 200ms ease-out;
		-o-transition : background 200ms ease-out; 
}
/* Post Blog */
#blog .masonry{
	margin-top:40px;
}
.masonry article{
	margin-top:20px;
	vertical-align: top;
	background-color:transparent !important;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 10px;
}
.masonry .entry-container {
	background-color: #FFFFFF;
}
.post-share-tag{
	width:100%;
	background:#eee;
	padding:20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.post-tags{
	line-height:30px;
	text-transform:uppercase;
	font-size:14px;
}
.post-tags i{
	font-size:18px;
	padding-right:10px;
}
.post-tags a{
	color:#797878;
}
.post-tags a:hover{
	color:#c6510a;
}
.post-share span{
	margin:6px 0px 5px 5px;
	color:#797878;
}
ul.social_share{
	float: right;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
ul.social_share li{
	float: left;
	margin-left: 20px;
}
ul.social_share li a {
	color: #eeeeee!important;
	background:#7d7d7d;
	width:24px;
	height:24px;
	font-size: 20px;
	display:block;
	padding:5px;
	text-align:center;
	border-radius:4px;
	cursor:pointer;
	line-height:24px;
}
ul.social_share li a:hover{
	color: #333;
	text-decoration: none;
	background:#454545;
}
ul.social_share li a i:before{
	cursor:pointer;
}
/* = Related Post
----------------------------------------------------- */
div.box-post-related{
	width:100%;
	background:#f5f5f5;
	padding:20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	overflow: hidden;
}
div.box-post-related h3{
	text-transform:uppercase;
	margin-bottom:30px;
}
div.post-related{
	padding:20px 0;
	overflow:hidden;
	max-height: 330px;	
}
div.post-related ul{
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
div.post-related ul li{
	max-height:250px;
	max-width:250px;
} 
div.post-related div.related-icon{
	position:absolute;
	bottom:-20px;
	border-radius:50%;
	left:50%;
	width:40px;
	height:40px;
	margin-left:-20px;
	background:#c6510a;
	color:#ffffff;
	z-index:88;
	text-align:center;
	line-height:40px;
}
.post-related .bx-viewport{
	overflow:hidden !important;
	
}
div.post-related ul li div.mask{
	position:absolute;
	top:0;left:0;right:0;bottom:0;
	background:#111;
	text-align:center;
	opacity:0;
	transition: all 500ms ease-out 100ms;
}
div.post-related ul li div.mask:hover{
	opacity:1;
	background:rgba(0,0,0,0.50);
}
.title_box_top_news {
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 100%;
}
.bx-prev,.bx-next{
	position:absolute;
	background:#111;
	padding:10px 20px;
	color:#fff;
	text-decoration:none;
	opacity:0;
}
.bx-prev:active,.bx-next:active{
	background:#c6510a;
	color:#fff;
}
.bx-prev{
	left:-80px;
}
.bx-next{
	right:-80px;
}
.relative:hover > .title_box_top_news > .bx-next{
	right:10px;
	opacity:1;
}
.relative:hover > .title_box_top_news > .bx-prev{
	left:10px;
	opacity:1;
}
div.post-related:hover > div.title_box_top_news .bx-next{
	right:10px;
	opacity:1;
}
div.post-related:hover > div.title_box_top_news .bx-prev{
	left:10px;opacity:1;
}
a.bx-prev [class*="icon-"]:before, a.bx-next [class*="icon-"]:before,
a.bx-prev [class^="icon-"]:before, a.bx-next [class^="icon-"]:before{
	cursor:pointer!important;
}
div.post-related ul li div.mask a{
	display:block;
	height:60px;
	width:60px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left: -30px;
	margin-top: -30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align:center;
	color:#ffffff;
}
div.post-related ul li a [class^="icon-"] {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 1);
	overflow: hidden;
	-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}
div.post-related ul li a [class^="icon-"]:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	 -moz-box-sizing: content-box;
	 box-sizing: content-box;
	display: none;cursor: pointer;
}
div.post-related ul li a [class^="icon-"]:before {
	font-size: 24px;
	line-height: 60px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;cursor: pointer;
}
div.post-related ul li a [class^="icon-"]:hover {
	background: rgba(255, 255, 255, 1);
	background:#c6510a;
	box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.3);
}
.animate_icon a [class^="icon-"]:hover:before {
	-webkit-animation: icon_animate_zoom 0.3s forwards;
	-moz-animation: icon_animate_zoom 0.3s forwards;
	animation: icon_animate_zoom 0.3s forwards;
	color: #FFFFFF;
}
div.post-related ul li img{
	width:100%;
}
div.single-pagination-empty{
	height:120px;
	width:100%;
	background:#efefef;
}
.single-pagination{
	width:100%;
	background:transparent;
	min-height:60px;
	padding:25px 20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	font-size:15px;
	
}
.single-pagination.white{
	background-color:#fff;
	margin:0;
}
.single-pagination.white a{
	display:block;
	margin-bottom:5px;
}
.single-pagination a{
	color:#fff;
	text-decoration:none;
	font-weight:normal;
	padding:14px;
	background:#c6510a;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform : uppercase;
}
.single-pagination.white > a.prev{
	float:left;
}
.single-pagination.white > a.next{
	float:right;
}
.single-pagination a:hover{
	background:#161515;
	color:#c6510a;
	-webkit-box-shadow: 0px 3px 0px #595959;
	-moz-box-shadow:	0px 3px 0px #595959;
	box-shadow:		 0px 3px 0px #595959;
}
.single-pagination {
	margin-top: 40px;
	text-align:center;
}
.nav_prev{
	float:left;
	width:49%;
	padding:0px 0;
}
.nav_next{
	float:right;
	width:49%;
	padding:0px 0;
	text-align:right;
}
.post-author{
	width:100%;
	background:#fff url(img/outhor-bg.jpg) no-repeat;
	min-height:300px;
	padding:50px 20px 10px 20px;
	margin-bottom:3px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
}
.author-avatar{
	display:table-cell;
	width:120px;
	padding-right:20px; 
}
.author-avatar img.avatar{
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	width:120px!important;
	height:120px!important;
	border:5px solid rgba(31, 31, 31, 0.19)!important;
	-webkit-transition: -webkit-transform ease-out 180ms,ease-in 200ms, all .2s;
	-moz-transition: -moz-transform ease-out 180ms,ease-in 200ms, all .2s;
	transition: transform ease-out 180ms,ease-in 200ms, all .2s;
}
.author-avatar img.avatar:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.author-content{
	 padding-top:80px;
	display:table-cell;
	vertical-align:top;
}
.author-content h3{
	
	font-weight:bold;
	font-size:16pt;
	margin:0;
}
/* Social Network
==============================================*/
ul.mtc_social{
	list-style: none;
	 margin: 20px;
	display:block;
	text-align:center;
	height:40px;
	
}
ul.mtc_social li{
	display:inline-block;
	margin: 4px 8px;
}
.mtc_social a{
	color: #161515!important;
	background:#454545;
	width:16px;
	font-size: 20px;
	display:block;
	height:16px;
	padding:5px;
	text-align:center;
	border-radius:4px;
	cursor:pointer;
	line-height:16px;
}
.mtc_social a:hover, .mtc_social a:hover{
	background:#c6510a; text-decoration:none;
}
		
.mtc_social a.social_icon_facebook:hover{ background:#4861A3!important; }
.mtc_social a.social_icon_twitter:hover{ background: #1BB2E9!important; }
.mtc_social a.social_icon_google_plus_sign:hover{ background: #CE4231!important; }
.mtc_social a.social_icon_linkedin:hover{ background: #007BB6!important; }
.mtc_social a.social_icon_youtube:hover{ background: #BC1E2C!important; }
.mtc_social a.social_icon_pinterest:hover{ background: #CD2026!important; }
.mtc_social a.social_icon_dribbble:hover{ background: #E14A85!important; }
.mtc_social a.social_icon_flickr:hover{ background: #FE0083!important; }
.mtc_social a.social_icon_tumblr:hover{ background: #49637C!important; }
.mtc_social a.social_icon_rss:hover{ background: #F99C00!important; }
.mtc_social a.social_icon_github:hover{ background: #7BBF6A!important; }
.mtc_social a.social_icon_facebook:hover,
.mtc_social a.social_icon_twitter:hover,
.mtc_social a.social_icon_google_plus_sign:hover,
.mtc_social a.social_icon_linkedin:hover,
.mtc_social a.social_icon_youtube:hover,
.mtc_social a.social_icon_pinterest:hover,
.mtc_social a.social_icon_dribbble:hover,
.mtc_social a.social_icon_flickr:hover,
.mtc_social a.social_icon_tumblr:hover,
.mtc_social a.social_icon_rss:hover,
.mtc_social a.social_icon_github:hover{ color:#fff!important; }
.mtc_social i {
 margin: 0 !important;
}
.mtc_social i:before{
	cursor:pointer;
}
/* CUSTOM PAGINATION 
==============================================*/
.pagination{
	text-align:center;
	margin:0;
	padding:20px 0;
	background:#fff;
}
.pagination ul {
	display: inline-block;
	margin-bottom: 0;
	margin-left: 0;
	-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
		 border-radius: 4px;
	-webkit-box-shadow: none;
	 -moz-box-shadow: none;
			box-shadow: none;
}
.pagination ul > li {
	display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
	float: left;
	padding: 10px 18px;
	line-height: 20px;
	text-decoration: none;
	margin:0 5px;
	border: 0px solid transparent;
	border-left-width: 0;
	font-size:18px;
	background:#fff;
	outline:none;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
	background: #fff; 
	text-decoration: none;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
	cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
	color: #eeeee;
	cursor: default;
	background-color: #ffffff
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
	border-left-width: 0px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0; 
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0; 
} 
/* END CUSTOM PAGINATION */
/* Archive list
==============================================*/
ul.list_archive, ul.list_archive li ul{
	margin:0;
	padding:0;
}
ul.list_archive li{
	list-style:none;
	margin-bottom:20px;
}
ul.list_archive li h3{
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:1px solid #e1e1e1;
	padding:0;
	font-size:24px;
	margin:0 0 10px 0;
}
ul.list_archive li ul li{
	padding:2px 0;
	margin:0;
	border:none;
}
ul.list_archive li ul li a{
	color:#282727;
}
ul.list_archive li ul li a:hover{
	color:inherit
}
/* 404
==============================================*/
.n404{
	text-align:center;
	margin:20px auto;
	padding:0px;
	color:#282727;
	min-height:300px;
	line-height:30pt;
	font-weight:300;
	font-size:20pt;
}
.notfound{
	font-size:105pt;
	line-height:190px;
	color:#282727;
}
.n404 input[type="text"]{
	box-sizing: border-box;
	line-height: 1.714285714;
	width:40%;
	-moz-box-shadow: 0; 
	-webkit-box-shadow: 0; 
	box-shadow:none;
	padding:10px 50px 10px 10px;
	color:#a69a9a;
	border-color:#bbb;
	background:transparent;
}
 .n404 input[type="text"]:focus{
	border-color:#ccc;
}
/* = contact 
==============================================*/
.content_contact{
	width:100%;
	min-height:200px;
	float:left;
	padding:20px 20px 50px 20px!important;
	background:#f5f5f5;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.content_contact h2.entry-title{
	text-align:left;
	padding:30px 0 20px 0;
	margin-top:0 !important;
}
#contact_map{
	height: 500px;
	width: 100%;
	background:#f5f5f5;
	border-bottom:1px solid #ffffff;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contact_map img{
	max-width:none;
}
#contactformf{
	width:100%;
	min-height: 300px;
	margin-top:30px;
	padding-top:30px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top:5px solid #eee;
}
#contactformf label{
	font-size:14px;
}
.contact_name{ position:relative;}
.contact_name:after{
	border-color: #cc00cc transparent transparent #020202;
	border-style: solid;
	border-width: 0;
	content: " ";
	height: 14px;
	left:0px;
	position: absolute;
	bottom: -14px;
	width: 10px;
	z-index:999;
}
.btn-contact {
	font-size:18px;
	background-color:transparent;
	background-repeat: repeat;
	border:0px solid #fff;
	color: #fff;
	padding: 12px 16px;
	border-radius:0px;
	text-shadow: none;
	font-weight:600;
	font-size:18px;
	background:#c6510a;
	color: #ffffff;
}
.btn-contact:hover {
	text-decoration:none; color: #ffffff;
	background-color:#ad4d12;	
}
/* Contact form 7
==============================================*/
.wpcf7-form textarea,.wpcf7-form input {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
}
.wpcf7-form textarea{
	width: 100%;
}
.wpcf7-form input[type="text"],.wpcf7-form .wpcf7-text{
	width: 50%;
}
.wpcf7-submit {
	border: 0 solid #FFFFFF;
	border-radius: 0;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 600;
	padding: 12px 16px;
	text-shadow: none;
	background: none repeat scroll 0 0 #4782A6;
}

.entry-content.singlepage .entry-title {
  margin-bottom: 40px;
  margin-top: 40px;
}
/* Timeline Page
==============================================*/
.timeline-entry,.latestpost-page{
	margin-top: 40px;
	padding: 30px 20px;
	background-color:#F5F5F5;
	z-index: 0;
}
/* Gallery page
==============================================*/
#gallery-page article {
	margin-top: 10px;
}
/* Team Page
==============================================*/
#team-page,#gallery-page{
	margin-top:25px;
}
.team-featuredimage {
	max-height: 280px;
}
.team-featuredimage img{
	width:100%;
}
.team-list h3 {
	margin: 35px auto 20px;
}
.team-entry{
	padding: 10px;
	background-color:#F5F5F5;
	z-index: 0;
	text-align:center;
}
.team-entry p{
	color:#747474;
	line-height: 25px;
}
.team-list {
	text-align: left;
	margin-top: 40px;
	font-family: "Merriweather";
}
.team-list li {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	padding: 12px;
	text-align: center;
	vertical-align: top;
	width: 24.6%;
}
.team-list li a{
	color: #555;
	font-size: 25px;
}
.team-list .userimage {
	text-align: center;
}
.team-list .userimage img {
	border-radius: 50%;
	margin: 0 auto;
	max-width: 200px;
	width: 100%;
	box-shadow: 0 0 0 7px #CDCDCD;
}
.userimage{
margin: 0 auto;
}
.anim-effect {
	transition: transform 400ms ease-out 0s, all 200ms ease-in 0s, all 0.4s ease 0s;
	width:200px;
	height:200px;
}
.anim-effect {
	color: #FFFFFF;
	position: relative;
	z-index: 1;
}
.anim-effect:after {
	-moz-box-sizing: content-box;
	border-radius: 500%;
	content: "";
	height: 100%;
	pointer-events: none;
	position: absolute;
	width: 100%;
	left: 0;
}
.anim-effect:after {
	left: 0;
	opacity: 1;
 
	top: 0;
	z-index: 1;
}
 .anim-effect:hover {
	transform: scale(1.05);
}
 .anim-effect:hover:after {
	animation: 1200ms ease-out 200ms normal none 1 sonarEffect2;
	z-index: 9999;
}
.team-list .mtc_social{
	text-align:center;
}
.team-list .mtc_social li{
	margin:2px;
	padding:0;
	width: auto;
	
}
.team-list .mtc_social li i{
	color:#fff;
}
.team-list .mtc_social li a{
	padding:8px;
	border-radius:2px;
	font-size: 15px;
}
.team-list .mtc_social a.social_icon_facebook{background-color:#4861A3;}
.team-list .mtc_social a.social_icon_twitter{background-color:#1BB2E9;}
.team-list .mtc_social a.social_icon_google_plus_sign{background-color:#CE4231;}
.team-list .mtc_social a.social_icon_youtube{background-color:#BC1E2C;}
/* Latestpost Page
==============================================*/
.latestpost-page .page-title{
	text-align:center;
	
}
.latestpost-page ul li .postformat,.latestpost-page ul li .rdetail, .latestpost-page ul li > h2,.latestpost-page ul li > .date{
	display:inline-block;
}
.latestpost-page .rdetail h2, .latestpost-page span.date{
	display:inline-block;
}
.latestpost-page .rdetail {
	border-bottom: 1px solid #D5D5D5;
	width: 92%;
	font-family: "Merriweather";
}
.latestpost-page .rdetail > h2 {
	width: 80%;
	font-size:20px;
}
.latestpost-page .rdetail a{
	color:#393738;
}
.latestpost-page .rdetail .date {
	width: 19%;
	text-align: right;
}
.latestpost-page li .postformat {
	margin-right: 1%;
	width: 6%;
	min-width: 60px;
}
.latestpost-page ul li {
	margin-bottom: 12px;
	padding-bottom: 5px;
}
.latestpost-page ul li:last-child .rdetail{
	border-bottom: 0 none ;
}
.latestpost-page li .postformat .ico{
	border-radius: 50%;
	font-size: 20px;
	height: 55px;
	line-height: 55px;
	margin-right: 15px;
	text-align: center;
	width: 55px;
	background-color:#34AADC;
	color:#fff;
}
ul.timeline {
	border-left: 2px solid rgb(223, 223, 224);
	direction: ltr;
	float: right;
	margin: 0;
	padding: 5px 0 30px 59px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
}
h2.timeline-head {
	background-color: #34AADC;
	border-radius: 60px;
	box-shadow: 0 0 0 3px #65C5ED inset, 0 0 0 4px #34AADC;
	color: #fff;
	display: block;
	font-family: 'Lato',arial,Georgia,serif;
	font-size: 12pt;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	text-align: center;
	width: 60px;
	position:relative;
}
h2.timeline-head.more {
	font-size: 10pt;
	cursor: pointer;
}
h2.timeline-head:after{
	background-color: #34AADC;
	border-radius: 50%;
	content: "";
	display: block;
	height: 60px;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	transform: scale(0.5);
	transition: all 300ms ease 0s; 
	visibility: hidden;
	width: 60px;
	z-index: -1 !important;
}
h2.timeline-head:hover:after {
	opacity: 0;
	transform: scale(1.8);
	visibility: visible;
}
ul.timeline li {
	background: #fff;
	list-style: none outside none;
	margin-top: 15px;
	padding-left: 4%;
	position: relative;
	width: 100%;
	min-height: 70px;
	padding:10px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow:0 0 1px 0 #E6E6E6;
	border-radius: 3px;
	
}
ul.timeline li a {
	color: #393737;
	display: inline-block;
	font-size: 15px !important;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
}
ul.timeline li img{
	float:left;
	margin-right:10px;
	height:50px;
	width:50px;
}
ul.timeline li:nth-child(2n+2) img {
	float: right;
	margin-left: 20px;
	margin-right: 0;
}
ul.timeline li span {
	
	/* display: block; */
	
	color: #858585;
	font-family: "Lato";
	font-size: 13px;
}
ul.timeline li:before {
	background-color: #FFFFFF;
	box-shadow:0 0 2px 0 #DFDFE0;
	border-radius: 60px;
	content: "";
	display: block;
	top: 15px;
	left: -84px;
	position: absolute;
	height: 45px;
	width: 45px;
	line-height: 45px;
	text-align:center;
	font-family:'fontawesome';
	color:#909090;
	font-size: 20px;
}
ul.timeline li:hover:before{
	color:#34AADC;
	box-shadow: 0 0 0 2px #34AADC;
	animation:circlepadding 350ms;
	-webkit-animation:circlepadding 350ms;
}
ul.timeline li.standart:before{
	content:"";
}
ul.timeline li.status:before{
	content:"";
}
ul.timeline li.image:before{
	content:"";
}
ul.timeline li.aside:before{
	content:"";
}
ul.timeline li.video:before{
	content:"";
}
ul.timeline li.gallery:before{
	content:"";
}
ul.timeline li.audio:before{
	content:"";
}
ul.timeline li.quote:before{
	content:"";
}
ul.timeline li:nth-child(2n+2) {
	margin-left: -100%;
	text-align: right;
	margin-left: calc(-100% - 123px);
}
ul.timeline li:nth-child(2n+2):before {
	left: auto;
	right: -83.5px;
}
ul.timeline li:after {
	border-bottom: 2px solid #DFDFE0;
	content: "";
	display: block;
	height: 0;
	left: -61px;
	position: absolute;
	top: 38px;
	width: 136px;
	z-index: -1;
}
ul.timeline li:nth-child(2n+2):after{
	left: auto;
	right: -62.5px;
}
ul.timeline li .date {
	text-align: right;
	margin-right: 10px;
	color: #a2a3a4;
	font-family: "Lato";
	font-size: 13px;
}
ul.timeline li:nth-child(2n+2) .date {
	text-align: left ;
	margin-right: 0;
	margin-left: 10px;
}
/* SNAPPER
==============================================*/
#snapcontainer{
	max-width:1200px; 
	margin:0 auto;
}
#header,.snap-content{
	transition: all 300ms ease 0s;
	position:relative;
	
}
#header.padright ,.snap-content.padright{
	right:300px;
	left:auto;
}
#header.padleft ,.snap-content.padleft{
	left:300px;
	right:auto;
}
#snapleft,#snapright{
	position:absolute;
	width:300px;
	min-height:200px;
	transition: all 300ms ease 0s;
}
#snapleft{
	left:-666px;
	
}
#snapleft.active{
	left:0px;
	z-index:4;
}
#snapright{
	right:-666px;
	
}
#snapright.active{
	right:0px;
	z-index:4;
}
.fixmedia{
	position:fixed;
	overflow-y:scroll;
	/* overflow: hidden !important; */
	padding-top: 10px;
	top:0;
	background-color:#222222;
	z-index:999;
	-webkit-overflow-scrolling: touch;
}

.sidebar aside{
	width:100%;
	overflow:hidden;
}
/* = WIDGET SIDEBAR 
===========================================*/
.sidebar .widget_container:first-child {
	margin-top: 0 !important;
}
.sidebar .widget,.sidebar .widget_container{
	margin-bottom:40px;
}
.sidebar ul.sub-menu {
	opacity: 1;
	padding-left: 25px;
	z-index: 999;
}
[id*="___person_"],[id*="___page_"]{
	text-align:center;
	width:100% !important;
}
.fb-like-box span, .fb-like-box span iframe[style] {
	width: 100% !important;
	max-width:300px !important;
	margin:0 auto;
}
.sidmenu{
	display:none;
}
.widget_container.widget_nav_menu ul{
	list-style:none;
}
.widget_container.widget_nav_menu ul.menu{
	margin:0;
}
.widget_container.widget_nav_menu ul.menu li a{
	display:block;
	padding: 4px 0px;
}
.widget_container.widget_nav_menu ul.menu > li > a{
	text-transform:uppercase;
}
.sidebar .widget_container > div,.sidebar .mtc-flickr-photo,.sidebar #searchforms,.widget_container ul,.sidebar .tagcloud {
	color: #FFFFFF;
	margin: 0 auto;
	width: 300px;
}
.sidebar .widget_title{
	margin-bottom:20px;
}
.instadetailhead li{
	color:#000;
}
/* instagram
==============================================*/
.instaslide .instalist{
	position:relative;
}
.instalist img{
	width:100%;
}
.instadetailhead{
	background-color:#fff;
	text-align:center;
	margin:0;
	border-radius:2px 2px 0 0;
	color: #000000;
}
.instadetailhead p {
  font-size: 20px;
  font-weight: bold;
}
.instadetailhead li{
	display:table-cell;
	width:1%;
	padding:7px 0 0;
}
.instadetail{
	/* position : absolute; */
	bottom:0;
	color:#fff;
	height:50px;
	background-color:#3490DC;
	width:100%;
}
.instacomment, .instalikes {
  display: inline-block;
  text-align: center;
  width: 50%;
  line-height:50px;
}
.instagram_widget .bx-prev,.instagram_widget .bx-next{
	/* opacity:1 !important; */
	visibility:hidden;
	pointer-events: none;
}
.instagram_widget #insta-next, .instagram_widget #insta-prev{
	/* position:absolute; */
	
}
.instanav {
  position: absolute;
  top: 48%;
  width:100%;
}
.instagram_widget:hover .instanav>.bx-next{
	right:0;
	opacity:1;
	visibility:visible;
	pointer-events: auto;
}
.instagram_widget:hover .instanav>.bx-prev{
	left:0;
	opacity:1;
	visibility:visible;
	pointer-events: auto;
}

.instagram_widget {
  margin: 0 auto;
  max-width: 300px;
}
.instagram_widget .bx-wrapper {
  margin: 0;
  padding: 0 !important;
}
.instagram_widget .bx-viewport{
	border-radius:0 0 2px 2px;
}


.gallery-wg-container .bx-controls-direction a{
	text-indent:0 !important;
}
.gallery-wg-container .bx-wrapper{
	padding:0 !important;
}
.gallery-wg-container .bx-prev, .gallery-wg-container .bx-next{
	opacity:1;
	background:none !important;
	font-family:'fontawesome';
	width:auto !important;
	padding: 10px 0;
}
.widget_archive li{
	height:27px;
	font-size: 12px;
}
.tagcloud a{
	font-size:12px !important;
}
.widget_container #swget{
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height:auto;
	border: 0 none;
	width:100%;
}
.widget_recent_post_img img {
	-moz-box-sizing: border-box;
	border: 1px solid #555555;
	border-radius: 50%;
	float: left;
	margin-right: 15px;
	padding: 4px;
	width: 65px;
}
.widget_recent_post_img li {
	margin-bottom: 10px;
	min-height: 60px;
}
.widget_recent_post_img .title {
	line-height: 65px;
}
.widget_container #searchforms button{
	background-color: rgba(0, 0, 0, 0);
	border: 0 none;
	float: right;
	line-height: 45px;
	position: absolute;
	right: 8px;
	top: 0;
}
.widget_container > ul {
	list-style: none outside none;
}
.widget_container li a{
	color:#fff;
}
.widget_container ul > li > span {
	background-color: #1D8CC8;
	border-radius: 4px;
	color: #FFFFFF;
	float: right;
	min-width: 8px;
	padding: 1px 8px;
	text-align: center;
}
.wg_user{
	background-color: #FFFFFF;
	text-align: center;
	width: 300px;
	font-size: 12px;
	margin:0 auto;
}
.widget_user_detail_wg{
}
.widget_user_detail_wg h3{
	font-size:15px;
}
.widget_user_detail_wg .userbackground {
	margin-bottom: 50px;
}
.widget_user_detail_wg .useravatar {
	bottom: -44px;
	display: block;
	height: 88px;
	position: absolute;
	width: 100%;
}
.widget_user_detail_wg .userdesc {
	display: block;
	padding: 0 15px 25px;
	color : #000;
}
.useravatar > img {
	border-radius: 50%;
	box-shadow: 0 0 0 5px #FFFFFF;
}
.widget-footer {
	min-height:300px;
	font-weight: 600;
	padding: 15px 15px 0;
	font-weight:600; 
}
h2.widget_title{
	text-align:center;
	margin-bottom:20px;
}
.widget {
	margin:0;
	padding:0;
	display:block;
	font-size: 14px;
}
.widget aside.widget_container {
	min-height:50px;
	margin-bottom:30px;
}
.widget aside.widget_container a{
	color:#fff;
}
.widget aside.widget_container a:hover{
	color:#8e3804;
}
.widget aside h2.widget_title{
	color:#fff;
	text-transform:uppercase;
	font-size:16pt;
	padding:10px 0 ;
	margin:0;
	margin-bottom:10px;
	
}
.widget ul{ 
	padding:0;
	list-style:none;
	margin:0;
}
.widget ul li:before{
	position:absolute;
	height:8px;
	width:8px;
	content:"";
	top:10px;
	left:0px;
	border-radius:500px;
	background:#fff;
}
div.widget ul li{
	padding:4px 0 4px 20px;
	border:none;
	position:relative;
	margin-bottom:2px;
}
.widget .search{
	width:96%;
	background-color:#ede9e1;
	border-radius:0;
}
.widget .widget_categories ul{}
.widget .widget_categories ul li{}
.widget .widget_categories ul li > span{
	background:#8e3804;
	padding:2px 10px;
	color:#fff;
	float:right;
	font-size:14px;
}
.widget .widget_text .textwidget{
	color:#fff;
	line-height: 21pt;
}
.widget .mtc-flickr-photo{
	padding-left:10px;
	padding-bottom:10px;
}
.mtc-flickr-photo img{	width:100%;	border:none; overflow:hidden;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	border-radius: 50%;
}
.mtc-flickr-photo a {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #555555;
	border-radius: 50%;
	float: left;
	height: auto;
	margin: 0 3% 3% 0;
	overflow: hidden;
	padding: 6px;
	width: 22%;
}
.fb_iframe_widget iframe{
	background-color:#fff;
}
.mtc-flickr-photo a:hover > img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
	
	
	
.widget .contactformf_widget ul{
	margin:0;
	padding:0;
	list-style:none!important;
}
.contactformf_widget ul li{
	margin:0!important;
	padding:0 0 5px 0px!important;
	line-height:24px;
	background:none!important;
	color:#282727;
	font-size:14px;
}
.widget_categories ul{
}
.widget_categories ul li{
	padding:5px 0;
	
}
.widget_categories select {
	margin-left:20px;
	margin-bottom:10px;
}
#witgetsearch{
	padding:0 10px;
}
.recent-coment{
	font-size:13px;
}
.recent-coment h3{
	font-size:13px;
	line-height:18px;
}
ul.recent-coment{
}
ul.recent-coment li{
	padding:0 0 0 0px;
	border-bottom:1px solid #d8d8d8;
}
ul.recent-coment li p{
	height:20px;
	overflow:hidden;
}
li.widget_recent_comments ul li,
li.widget_recent_entries ul li{
	border-bottom:1px solid #d8d8d8;
}
div.tagcloud{
	padding:10px 25px;
}
.tagcloud a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 2px;
	box-shadow: 0 0 0 1px #555;
	color: #FFFFFF !important;
	display: inline-block;
	line-height: 20px;
	margin-bottom: 10px;
	margin-right: 8px;
	padding: 4px 8px 5px 8px;
	position: relative;
}
/* den copy ke skin */
.tagcloud a:hover{
	background: #35ACDD;
	color:#FFF;
}
ul.tabs li {
	float: left;
	list-style: none;
	margin: 0!important;
	padding: 0!important;
	height: 60px;
	width:50%;
	line-height:33px;
	border-left: none;
	position: relative;
	
}
ul.tabs li a {
	text-decoration: none;
	color: #ffffff!important;
	height: 30px;
	display: block;
	padding:15px 0;
	text-align:center;
	outline: none;
	
	text-decoration:none;
}
 ul.tabs li a:hover {
	text-decoration:none!important;
} 
ul.tabs li.active a {
	color: #ffffff!important;
	background:#28678e
}
	
.tab_container {
	border-top: none;
	padding: 0px;
	clear: both;
	float: left; 
	width: 100%;
	height:410px;
	min-height:30px;
}
.tab_content {
	padding:20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	
}
.tab_content ul {
	margin:0;
	list-style:none!important;
	width:100%;
	padding:0!important;
}
.tab_content ul li{
	margin:0!important;
	width:100%;
	padding:0!important;
	min-height:80px;
	float:left;
}
.tab_content ul li:last-child{
	border:none;
	margin-bottom:0px;
}
.tab_content ul li .post-imgthumb{
	width:80px;
	height:80px;
	overflow:hidden;
	float:left;
	margin:0px 15px 18px 0px;
}
.tab_content ul li .post-title{
	line-height:20px;
	max-height:40px;
	overflow:hidden;
}
.tab_content ul li p.comment_excerpt{
	font-size:13px;
	max-height:60px;
	overflow:hidden;
}
.tab_content ul li .post-title a{
	color:#282727!important;
	font-size:16px;
}
.tab_content ul li .post-date{
	padding-top:10px;
}
.tab_content ul li .post-date a{
	color:#4782a6;
	font-size:13px;
	font-family: 'Lato', sans-serif;
}
li.tab_archive{
	padding:0 0px!important;
	min-height:30px!important;
	border-bottom:1px solid #e8e8e8!important;
}
li.tab_archive a{
	padding:10px!important;
	min-height:10px!important;
} 
/* = FOOTER
===========================================*/
#footer{
	margin-bottom:10px;
	margin-top: 40px;
}
.copy{
	padding:10px;
	color:#797878;
	text-align: center;
}
/* Large desktop */
@media (min-width: 1200px) {
	
}
@media (min-width: 1199px) {
	/* fix sidr menu */
	.fixmedia{
		width:460px;
	}
}
@media (max-width: 1199px) {
	
	.meda_search #searchform #s:focus{
		width:940px!important; 
	}
	div.entry-media .post_thumb .zoom,
	div.entry-media .post_thumb .link-thumb{
		opacity: 1;
		left:45%;
	}
	div.entry-media .post_thumb:hover > .zoom ,div.entry-media .post_thumb:hover > .link-thumb{
		opacity: .8;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		filter: alpha(opacity=80);
		top:50%;
		left:45%;
	}
	
	
	article.no-results,
	article.type-page {
		margin-top:50px;
	}
	div.post-icon, div.post-comment {
		width: 60px;
	}
	.carousel-control{
		left:20px;
	}
	.carousel-control.right {
		 right: 20px;
	}
	h2.entry-title{
		font-size: 23pt;
	}
	div.post-meta {
		margin: 13px 0 40px 0;
	}
	div.post_more {
		height: 24px;
		line-height: 16px;
	}
	div.post_more a {
		font-size: 16pt;
	}
	.single-pagination{
		font-size: 12pt;
		padding: 40px 20px;
	}
	div.title_box_top_news .bx-next{
		right:10px;
		opacity:1;
	}
	div.title_box_top_news .bx-prev{
		left:10px;
		opacity:1;
	}
	#contact_map {
		height:385px;
	}
	
}
/* Large desktop */
@media (min-width: 980px) {
	.navbar{
		text-align:center;
	}
	.navbar .nav > li{
		display: inline-block;
		float:none;
	}
	li.dropdown:hover > ul.dropdown-menu{
		display: block;
	} 
	.span12.box-toggle-nav{
		display:none;
	}
	#footer .widget:first-child {
	margin-left: 0;
	}
	#footer .widget {
		width: 26.58%;
		margin-left:10%
	}
}
@media (max-width: 979px) {
	.carousel-inner .item,div.entry-media .post_thumb {
		max-height: 350px;
	}
	#blog, #blogajax .masonry {
		margin-top:0;
	}
	.team-list li {
		width: 48.6%;
	}
	.minimenu.hide, .sidmenu,.animbutton{
		display:block;
	}
	
	.bx-prev,.bx-next{
	}
	.toggle-nav{
		display:none;
	}
	.toggle-nav-bar{
		display: block;
	}
	#row-navbar .span12,.navbar{
		min-height:0;
	}
	.meda_search{
		position:relative;
		float:left;
		width:100%!important;
	}
	.meda_search #searchform{
		left:0;
		
	}
	.meda_search #searchform #s{
		width:100%;
	}
	.meda_search #searchform #s:focus{
		width:100%;
	}
	article.format-quote div.entry-container-quote {
		padding: 20px 20px 80px;
	}
	article.format-quote div.entry-container-quote p {
		font-size: 14pt;
	}
	.post-tags,.post-share{
		width:100%!important;
		text-align:center;
		margin-left: 0!important;
	}
	.post-share span{
		display:none;
	}
	ul.social_share{
		width:100%;
		text-align:center;
		margin-top:20px;
	}
	ul.social_share li{
		float: none;
		display:inline-block;
		vertical-align:top;
	}
	div.widget .mtc-flickr-photo{
		padding:0;
		display:block
	}
	.mtc-flickr-photo a{
		height:60px;
		width:60px;
		margin: 0px 8px 8px 0px;
	}
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { }
 
@media (max-width: 768px) {
	
	.masonry article {
		display: inline-block;
		width: 50%;
	}
	.masonry .grid-sizer{
		width: 50%;
	}
	.footer{
		text-align:center;
	}
	ul.mtc_social{
		text-align:inherit;
	}
} 
@media (min-width: 768px) {
.hide-phone{
	height: 380px;
	overflow:visible;
}
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.navicon-button {
		padding: 10px 0;
	}
	html{
		padding: 0 14px;
	}
	.fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
		height: 325px !important;
		
	}
	.sidebar .widget_container {
		width: 85%;
		margin: 15px auto;
	}
	.sidebar .widget_container > div, .sidebar .widget_title, .sidebar .mtc-flickr-photo, .sidebar #searchforms, .widget_container ul, .sidebar .tagcloud {
		width: auto;
	}
	.show-phone{
		height: 330px;
		overflow:visible;
	}
	.widget_container.widget_nav_menu ul {
		padding-left:10px;
	}
	div.entry-media .post_thumb,
	.carousel-inner .item 
	{
		height: auto!important;
	}
	.post-related .title_box_top_news{
		display:none;
	}
}
/* Landscape phones and down */
@media (max-width: 480px) {
	.masonry article {
		display: inline-block;
		width: 100%;
	}
	.masonry .grid-sizer{
		width: 100%;
	}
	.team-list li {
		width: 98.6%;
	}
	.bx-prev,.bx-next{
		top:-90px;
	}
	.wpcf7-form input[type="text"],.wpcf7-form .wpcf7-text{
		width: 100%;
	}
	.single-pagination a {
	  display: block;
	  margin-bottom: 5px;
	  
	}
	.single-pagination .pull-left,.single-pagination .pull-right{
		float:none;
	}

	ul.social_share li {
	  margin-bottom: 10px;
	}
} 
@media (max-width: 360px) {
	/* .animbutton.left{
		right:0!important;
	} */
}
@media (max-width: 320px) {}
.fb_iframe_widget,[id*="twitter-widget-"] {
	text-align: center;
	width: 100% !important;
	padding:2px 0;
}


/* keyframe team
==============================================*/
@-moz-keyframes sonarEffect2 {
0% {
    opacity: 0.3;
    transform: scale(0.2);
}
40% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.7), 0 0 10px 10px #FFFFFF, 0 0 0 10px rgba(255, 255, 255, 0.5);
    opacity: 0.5;
}
100% {
    box-shadow: 0 0 0 2px #FFFFFF, 0 0 10px 10px #FAFAFA, 0 0 0 10px #4782A6;
    opacity: 0;
    transform: scale(0.9);
}
}

/* Chrome, mobile browser support  */
@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #eea3a3, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #eea3a3, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

/* Mozilla browser support*/
@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #eea3a3, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #eea3a3, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #eea3a3, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #eea3a3, 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}
/* Keyframe animation
==============================================*/
@keyframes circlepadding
{
	0%	 {box-shadow: 0 0 0 1px ; opacity :1; }
	50% {box-shadow: 0 0 0 12px ; }
	100% { box-shadow: 0 0 0 10px ; opacity :0; }
}
@keyframes sonarEffect2 {
	0% {opacity: 0.3;transform: scale(0.2);}
	40% {box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.7), 0 0 10px 10px #FFFFFF, 0 0 0 10px rgba(255, 255, 255, 0.5);
		opacity: 0.5;transform: scale(0.2);	}
	100% {box-shadow: 0 0 0 2px #FFFFFF, 0 0 10px 10px #FAFAFA, 0 0 0 10px #4782A6;
		opacity: 0;	transform: scale(0.9);	}
}
@-moz-keyframes sonarEffect2 {
	0% {opacity: 0.3;transform: scale(0.2);	}
	40% {box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.7), 0 0 10px 10px #FFFFFF, 0 0 0 10px rgba(255, 255, 255, 0.5);
		opacity: 0.5;transform: scale(0.2);	}
	100% {	box-shadow: 0 0 0 2px #FFFFFF, 0 0 10px 10px #FAFAFA, 0 0 0 10px #4782A6;
		opacity: 0;	transform: scale(0.9);}
}
@-webkit-keyframes sonarEffect2 {
	0% {opacity: 0.3; -webkit-transform: scale(0.2);}
	40% {box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.7), 0 0 10px 10px #FFFFFF, 0 0 0 10px rgba(255, 255, 255, 0.5);
		opacity: 0.5; -webkit-transform: scale(0.2);}
	100% {box-shadow: 0 0 0 2px #FFFFFF, 0 0 10px 10px #FAFAFA, 0 0 0 10px #4782A6;
		opacity: 0;	 -webkit-transform: scale(0.9);	}
}
.su-heading-style-default .su-heading-inner {
	border:0 !important;
}
.su-heading-style-default {
	border-top:0 !important;
}
.su-pullquote:before {
	background-image: url("img/quote.gif");
	background-repeat: no-repeat;
	background-size: 54px 55px;
	content: "";
	display: block;
	float: left;
	height: 46px;
	padding-right: 61px;
	position: relative;
	top: -4px;
}
.su-pullquote-align-left{
	border:0 !important;
}
#mtcpfullreload {
	background: none repeat scroll 0 0 #FFFFFF;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
	
}
#mtcpfullreload > .loader{
	width:32px;
	height:32px;
	margin:-15px auto auto -15px ;
	top:50%;
	left:50%;
	position: fixed;
}