
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 12px;
	opacity: 0;
	filter: alpha(opacity=0);
}

.tooltip .tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px;
	font-family: inherit !important;
}

.tooltip .tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.tooltip.in {
	opacity: .9;
	filter: alpha(opacity=90);
}

.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}

.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

a.post-tooltip {
	cursor: help;
	display: inline;
	border-bottom: 1px #666 dotted;
	text-decoration: none !important;
}

.post-content-slideshow {
	position: relative;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 2px;
	min-height: 200px;
}

.magazine2 .post-content-slideshow {
	border: 0;
}

.post-content-slide {
	padding: 30px;
}

@media (max-width:767px) {
	.post-content-slide {
		padding: 20px;
	}
}

.magazine2 .post-content-slide {
	padding: 0;
}

.post-content-slideshow .tie-slick-slider {
	display: none;
}

.post-content-slideshow img {
	border-radius: 0;
	opacity: 1 !important;
}

.post-content-slideshow .slick-list {
	width: 100%;
	transition: height .3s;
}

.post-content-slideshow .slider-nav-wrapper {
	background-color: rgba(0, 0, 0, .03);
	height: 60px;
	position: relative;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.magazine2 .post-content-slideshow .slider-nav-wrapper {
	background: transparent;
	border: 0;
}

.post-content-slideshow .tie-slider-nav {
	opacity: 1;
	width: calc(100% - 30px);
	margin: 0;
	right: 15px;
	top: 15px;
	padding: 0;
}

@media (max-width:767px) {
	.post-content-slideshow .tie-slider-nav {
		left: 50%;
		right: auto;
		transform: translateX(-50%);
	}
}

.post-content-slideshow .tie-slider-nav li {
	list-style: none;
}

.post-content-slideshow .tie-slider-nav li span {
	top: 0;
	width: 30px;
	height: 30px;
	line-height: 28px;
	border-radius: 2px;
	border: 1px solid rgba(0, 0, 0, .1);
	font-size: 16px;
}

.magazine2 .post-content-slideshow .tie-slider-nav li span {
	width: 40px;
	height: 40px;
	line-height: 38px;
}

.post-content-slideshow .tie-slider-nav li span:not(:hover) {
	background-color: transparent;
}

.post-content-slideshow .tie-slick-dots {
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	width: auto;
	margin: 0;
	padding: 0;
}

.magazine2 .post-content-slideshow .tie-slick-dots {
	bottom: 18px;
}

@media (max-width:767px) {
	.post-content-slideshow .tie-slick-dots {
		display: none !important;
	}
}

.post-content-slideshow .tie-slick-dots li {
	margin: 0 2px;
}

.google-map.alignleft {
	margin-right: 10px;
}

.google-map.alignright {
	margin-left: 10px;
}

.google-map.aligncenter {
	text-align: center;
}

.tie-highlight {
	background: #ff9;
	color: #fff;
}

.tie-highlight-yellow {
	background: #ff9;
	color: #222;
}

.tie-highlight-red {
	background: #f43d2a;
}

.tie-highlight-blue {
	background: #3db2ea;
}

.tie-highlight-orange {
	background: #f97405;
}

.tie-highlight-black {
	background: #000;
}

.tie-highlight-green {
	background: #8ccb0a;
}

.tie-highlight-gray {
	background: #999;
}

.tie-highlight-pink {
	background: #ff7979;
}

.tie-dropcap {
	float: left;
	font-size: 600%;
	line-height: 85%;
	margin: 4px 10px 0 0;
}

.rtl .tie-dropcap {
	float: right;
	margin: 4px 0 0 10px;
}

.tie-list-shortcode ul {
	margin-bottom: 30px;
}

.entry .tie-list-shortcode ul {
	padding: 0;
}

.tie-list-shortcode ul li {
	list-style: none !important;
	padding-left: 25px;
	line-height: 25px;
}

.tie-list-shortcode ul li:before {
	margin-left: -25px;
	font-family: tiefonticon;
	float: left;
}

.rtl .tie-list-shortcode ul li {
	padding-left: 0;
	padding-right: 25px;
}

.rtl .tie-list-shortcode ul li:before {
	margin-right: -25px;
	float: right;
}

.tie-list-shortcode.starlist ul li:before {
	content: "";
	color: #fbd606;
}

.tie-list-shortcode.checklist ul li:before {
	content: "";
	color: #7fb718;
}

.tie-list-shortcode.lightbulb ul li:before {
	content: "";
	color: #fbd606;
}

.tie-list-shortcode.thumbup ul li:before {
	content: "";
	color: #7fb718;
}

.tie-list-shortcode.thumbdown ul li:before {
	content: "";
	color: #f01818;
}

.tie-list-shortcode.plus ul li:before {
	content: "";
	color: #555;
}

.tie-list-shortcode.minus ul li:before {
	content: "";
	color: #555;
}

.tie-list-shortcode.heart ul li:before {
	content: "";
	color: #ff7979;
}

.tie-list-shortcode.cons ul li:before {
	content: "";
	color: #f01818;
}

.box {
	clear: both;
	padding: 20px;
	background-color: #fdfdfd;
	margin-bottom: 20px;
	word-wrap: break-word;
	text-shadow: 0 1px 1px #fff;
}

.box-inner-block {
	padding-left: 50px;
	min-height: 30px;
}

.tie-shortcode-boxicon {
	float: left;
	margin-left: -50px;
	width: 40px;
	text-align: center;
}

.tie-shortcode-boxicon:before {
	font-family: tiefonticon !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 30px;
	margin: 0;
}

.rtl .box-inner-block {
	padding-left: 0;
	padding-right: 50px;
}

.rtl .tie-shortcode-boxicon {
	float: right;
	margin-left: 0;
	margin-right: -50px;
}

.box .tie-dropcap {
	margin-top: 0;
}

.box.shadow {
	border: 1px solid rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px #eee;
	color: #222;
}

.dark-skin .box.shadow {
	border: 1px solid rgba(0, 0, 0, .1);
	box-shadow: 0 0 5px #000;
	color: #fff;
	background-color: #1f2024;
}

.box.shadow .box-inner-block {
	padding: 0 !important;
}

.box.info {
	background: #d6f6ff;
	border-color: #bfe3ec;
	color: #005770;
}

.box.info .tie-shortcode-boxicon:before {
	content: "";
	color: #2cb4da;
}

.box.success {
	background: #e2f2cb;
	border-color: #d1e4b7;
	color: #314612;
}

.box.success .tie-shortcode-boxicon:before {
	content: "";
	color: #8ab84d;
}

.box.warning {
	background: #fffddb;
	border-color: #e9e59e;
	color: #756f00;
}

.box.warning .tie-shortcode-boxicon:before {
	content: "";
	color: #ecc21b;
}

.box.error {
	background: #ffe6e2;
	border-color: #eebfb8;
	color: #7c1100;
}

.box.error .tie-shortcode-boxicon:before {
	content: "";
	color: #f03317;
}

.box.download {
	background: #e2f2cb;
	border-color: #d1e4b7;
	color: #314612;
}

.box.download .tie-shortcode-boxicon:before {
	content: "";
	color: #8ab84d;
}

.box.note {
	background: #fffddb;
	border-color: #e9e59e;
	color: #756f00;
}

.box.note .tie-shortcode-boxicon:before {
	content: "";
	color: #ecc21b;
}

.shortc-button {
	cursor: pointer;
	padding: 10px 15px;
	display: inline-block;
	margin: 10px 5px 0 0;
	font-weight: normal;
	outline: none;
	position: relative;
	text-decoration: none !important;
	font-size: 13px;
	min-width: 80px;
	line-height: 1.5;
	overflow: hidden;
	text-align: center;
	border-radius: 4px;
	opacity: .85;
	transition: all .5s;
}

.rtl .shortc-button {
	margin-right: 0;
	margin-left: 5px;
}

.shortc-button:not(.button) {
	color: #fff !important;
}

.shortc-button:hover {
	opacity: 1;
	box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, .4);
}

.shortc-button.red {
	background-color: #b02b2c;
}

.shortc-button.red:hover {
	box-shadow: 0px 5px 10px -5px #b02b2c;
}

.shortc-button.green {
	background-color: #83a846;
}

.shortc-button.green:hover {
	box-shadow: 0px 5px 10px -5px #83a846;
}

.shortc-button.blue {
	background-color: #7bb0e7;
}

.shortc-button.blue:hover {
	box-shadow: 0px 5px 10px -5px #7bb0e7;
}

.shortc-button.orange {
	background-color: #edae44;
}

.shortc-button.orange:hover {
	box-shadow: 0px 5px 10px -5px #edae44;
}

.shortc-button.pink {
	background-color: #d65799;
}

.shortc-button.pink:hover {
	box-shadow: 0px 5px 10px -5px #d65799;
}

.shortc-button.purple {
	background-color: #745f7e;
}

.shortc-button.purple:hover {
	box-shadow: 0px 5px 10px -5px #745f7e;
}

.shortc-button.black {
	background-color: #2c2c2c;
}

.shortc-button.black:hover {
	box-shadow: 0px 5px 10px -5px #2c2c2c;
}

.shortc-button.white {
	background-color: #fcfcfc;
	color: #666 !important;
}

.shortc-button.white:hover {
	box-shadow: 0px 5px 10px -5px #ccc;
}

.shortc-button.gray {
	background: #dadada;
	color: #333 !important;
}

.shortc-button.gray:hover {
	box-shadow: 0px 5px 10px -5px #ccc;
}

.shortc-button.medium {
	padding: 13px 25px;
	min-width: 90px;
	font-size: 15px;
}

.shortc-button.big {
	padding: 15px 30px;
	min-width: 140px;
	font-size: 17px;
}

.tie-center-button {
	padding: 10px 0;
	text-align: center;
}

.flickr-wrapper {
	overflow: hidden;
	margin: 0 -8px 20px -8px;
}

.flickr-wrapper .flickr_badge_image {
	float: left;
	margin: 8px;
}

.flickr-wrapper .flickr_badge_image img {
	opacity: 1;
	padding: 4px;
	border: 1px solid #eee;
}

.flickr-wrapper .flickr_badge_image a:hover img {
	opacity: .6 !important;
}

.rtl .flickr-wrapper .flickr_badge_image {
	float: right;
}

.toggle {
	margin-bottom: 15px;
	border: 1px solid rgba(0, 0, 0, .1);
	position: relative;
	border-radius: 2px;
}

.toggle h3 {
	background: rgba(0, 0, 0, .03);
	font-weight: normal;
	font-size: 14px;
	padding: 15px;
	margin: 0 !important;
	cursor: pointer;
	transition: background .3s ease;
}

.toggle h3:hover {
	background: rgba(0, 0, 0, .05);
}

.toggle h3 span.fa {
	font-family: "tiefonticon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: right;
	font-size: 16px;
	width: 16px;
	height: 16px;
	text-align: center;
	transform: rotate(0deg);
	transition: transform .3s;
	transform-origin: 50% 50%;
}

.toggle h3 span.fa:before {
	content: "" !important;
}

.rtl .toggle h3 span.fa {
	float: left;
}

.toggle .toggle-content {
	padding: 25px;
}

.toggle.tie-sc-close .toggle-content {
	display: none;
}

.toggle.tie-sc-open h3 span.fa {
	transform: rotate(180deg);
}

.tie-columns {
	position: relative;
	margin-right: 4%;
	float: left;
}

.rtl .tie-columns {
	float: right;
	margin-left: 4%;
	margin-right: 0;
}

@media (max-width:768px) {
	.tie-columns {
		width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
}

.one_half {
	width: 48%;
}

.one_third {
	width: 30.66%;
}

.two_third {
	width: 65.33%;
}

.one_fourth {
	width: 22%;
}

.three_fourth {
	width: 74%;
}

.one_fifth {
	width: 16.8%;
}

.two_fifth {
	width: 37.6%;
}

.three_fifth {
	width: 58.4%;
}

.four_fifth {
	width: 67.2%;
}

.one_sixth {
	width: 13.33%;
}

.five_sixth {
	width: 82.67%;
}

.tie-columns.last {
	margin-right: 0;
	clear: right;
}

.rtl .tie-columns.last {
	clear: left;
	margin-left: 0;
}

.tie-padding {
	display: inline-block;
	margin-bottom: 1.75em;
	max-width: 100%;
}

.tie-padding:last-child {
	margin-bottom: 0;
}

@media (max-width:767px) {
	.tie-padding {
		padding: 0 !important;
	}
}

@media (min-width:768px) {
	.tie-padding.has-padding-left .alignleft {
		margin-left: -5%;
	}
	
	.tie-padding.has-padding-right .alignright {
		margin-right: -5%;
	}
}

.divider, .entry hr {
	border-top: 1px solid rgba(0, 0, 0, .1);
	overflow: hidden;
	margin: 10px 0 10px;
	clear: both;
}

.divider.divider-solid {
	border-top-width: thick;
	border-style: solid;
}

.divider.divider-dashed {
	border-top-width: 2px;
	border-style: dashed;
}

.divider.divider-dotted {
	border-top-width: 2px;
	border-style: dotted;
}

.divider.divider-double {
	height: 10px;
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.tags-shortcode {
	padding: 10px 0 40px;
}

.login-shortcode {
	padding: 40px;
	margin: 10px auto 30px;
	max-width: 350px;
}

.login-shortcode p {
	padding-bottom: 0;
}

.login-shortcode ul {
	text-align: center;
	padding: 0;
	margin: 0;
}

.login-shortcode ul li {
	display: inline-block;
	list-style: none;
	margin: 0 5px 5px;
}

.entry .tabs-wrapper {
	margin-bottom: 15px;
	padding: 0;
}

.entry .tabs, .entry .tabs li {
	margin: 0;
	padding: 0;
}

.tabs-vertical {
	border: 0;
	position: relative;
	border: 1px solid rgba(0, 0, 0, .1);
}

.tabs-vertical:after {
	content: "";
	position: absolute;
	top: 0;
	left: -1px;
	width: 28%;
	height: 100%;
	background-color: rgba(0, 0, 0, .02);
	border: 1px solid rgba(0, 0, 0, .1);
	border-width: 0 1px 0 0;
}

.tabs-vertical .tabs {
	position: relative;
	overflow: auto;
	z-index: 1;
	left: 0;
	float: left;
	width: 28%;
	max-height: none !important;
	border-bottom: 0;
}

.tabs-vertical .tabs li {
	display: block;
	width: calc(100% - 1px);
	transition: border .3s;
}

.tabs-vertical .tabs li a {
	border: 1px solid rgba(0, 0, 0, .1);
	border-width: 0 0 1px 0;
	background-color: transparent;
}

.tabs-vertical .tab-content {
	float: left;
	width: 72%;
}

.magazine2 .tabs-vertical:after {
	display: none;
}

.magazine2 .tabs-vertical .tab-content {
	padding: 0 0 0 30px;
}

@media (max-width:670px) {
	.magazine2 .tabs-vertical .tab-content {
		padding: 20px 0 0 !important;
	}
}

.magazine2 .tabs-vertical .tabs li {
	width: 100%;
}

.magazine2 .tabs-vertical .tabs a {
	line-height: 50px;
}

.block-head-5.magazine2 .tabs-vertical .tabs .active a:before, .block-head-6.magazine2 .tabs-vertical .tabs .active a:before {
	width: 100%;
	transform: skew(0);
}

.block-head-6.magazine2 .tabs-vertical .tabs .active a:after {
	display: none;
}

@media (max-width:670px) {
	.tabs-vertical:after {
		display: none;
	}
	
	.tabs-vertical .tabs {
		overflow: hidden;
	}
	
	.tabs-vertical .tab-content, .tabs-vertical .tabs, .tabs-vertical .tabs li {
		width: 100%;
		float: none;
	}
	
	.tabs-vertical .tabs li {
		display: block;
		list-style-type: none;
	}
	
	.tabs-vertical .tabs li a {
		border-left-width: 0;
		border-right-width: 0;
		background: rgba(0, 0, 0, .02);
	}
	
	.tabs-vertical .tabs li.active a {
		background-color: transparent;
		border-bottom-color: rgba(0, 0, 0, .1);
	}
	
	.dark-skin .tabs-vertical .tabs li.active a {
		border-bottom-color: rgba(255, 255, 255, .1);
	}
}
