/* Column */
.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
	position: relative;
	margin-right: 4%;
	float: left;
}

.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%
}

.content-inner .last {
	margin-right: 0 !important;
	clear: right;
}

/* Box */
.box {
	padding: 20px;
	background-color: #F6F6F6;
	margin-bottom: 20px;
	word-wrap: break-word;
}

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

.box .tie-shortcode-boxicon {
	float: left;
	margin-left: -70px;
}

.box .tie-shortcode-boxicon:before {
	line-height: 60px;
	height: 60px;
	width: 60px;
	font-size: 60px;
	margin: 0;
}

.box.shadow {
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 0 5px rgba(153, 153, 153, 0.6);
	   -moz-box-shadow: 0 0 5px rgba(153, 153, 153, 0.6);
			box-shadow: 0 0 5px rgba(153, 153, 153, 0.6);
}

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

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

.box.info .tie-shortcode-boxicon:before {
	content: "\f05a";
	color: #2CB4DA
}

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

.box.success .tie-shortcode-boxicon:before {
	content: "\f05d";
	color: #8AB84D
}

.box.warning {
	background: #fffddb;
	border-color: #E9E59E;
}

.box.warning .tie-shortcode-boxicon:before {
	content: "\f071";
	color: #ECC21B;
}

.box.error {
	background: #ffe6e2;
	border-color: #EEBFB8;
}

.box.error .tie-shortcode-boxicon:before {
	content: "\f05e";
	color: #F03317;
}

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

.box.download .tie-shortcode-boxicon:before {
	content: "\f019";
	color: #8AB84D
}

.box.note {
	background: #fffddb;
	border-color: #E9E59E;
}

.box.note .tie-shortcode-boxicon:before {
	content: '\f15c';
	color: #ECC21B;
}

/* Button */
a.shortc-button {
	border: none;
	cursor: pointer;
	padding: 0 10px;
	display: inline-block;
	margin: 10px 0 0;
	font-weight: 700;
	outline: none;
	position: relative;
	background: #bdc3c7;
	color: #fff !important;
	text-decoration: none;
	font-size: 10px;
	height: 25px;
	line-height: 25px;
	opacity: .9;
	overflow: hidden;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

a.shortc-button:hover {
	opacity: 1;
}

a.shortc-button:active {
	top: 1px;
}

a.shortc-button i {
	margin-right: 10px;
}

a.shortc-button.red {
	background: #e74c3c;
}

a.shortc-button.green {
	background: #2ecc71;
}

a.shortc-button.blue {
	background: #3498db;
}

a.shortc-button.orange {
	background: #e67e22;
}

a.shortc-button.pink {
	background: #ff00a2;
}

a.shortc-button.purple {
	background: #9b59b6;
}

a.shortc-button.black {
	background: #222;
}

a.shortc-button.white {
	background: #ecf0f1;
	color: #333 !important;
}

a.shortc-button.medium {
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
}

a.shortc-button.big {
	font-size: 24px;
	height: 65px;
	line-height: 65px;
	padding: 0 20px;
}

/* Divider */
.divider {
	border-top: 1px solid #CCC;
	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 #eee;
	border-bottom: 1px solid #eee;
}

/* Toggle */
.toggle {
	margin-bottom: 15px;
	border: 1px solid #eee;
	position: relative;
}

.toggle h3 {
	background: #F1F1F1;
	font-weight: normal;
	font-size: 14px;
	padding: 10px;
	margin: 0;
	cursor: pointer;
	-webkit-transition: background .2s ease;
	   -moz-transition: background .2s ease;
		 -o-transition: background .2s ease;
			transition: background .2s ease;
}

.toggle h3:hover{
	background: #E7E7E7;
}

h3.toggle-head-close {
	display: none;
}

h3.toggle-head-open i,
h3.toggle-head-close i {
	float: right;
	font-size: 16px;
}

.toggle-content {
	padding: 25px;
}

.toggle.close .toggle-content,
.toggle.close h3.toggle-head-open {
	display: none;
}

.toggle.close h3.toggle-head-close {
	display: block;
}

/* Tab */
.post-tabs {
	margin-bottom: 20px;
	border: 1px solid #eee;
}

.post-tabs ul.tabs-nav {
	margin: 0;
	background: #f1f1f1;
}

.post-tabs ul.tabs-nav li,
.post-tabs-ver ul.tabs-nav li {
	line-height: 32px;
	cursor: pointer;
	display: table-cell;
	width: 1%;
	margin: 0;
	padding: 0;
	text-align: center;
	border: 1px solid #FFF;
	border-width: 0 1px 0 0;
	-webkit-transition: background .2s ease;
	   -moz-transition: background .2s ease;
		 -o-transition: background .2s ease;
			transition: background .2s ease;
}

.post-tabs ul.tabs-nav li:last-child,
.post-tabs-ver ul.tabs-nav li:last-child {
	border: 0;
}

.post-tabs ul.tabs-nav li:hover,
.post-tabs-ver ul.tabs-nav li:hover {
	background: #E7E7E7;
}

.post-tabs ul.tabs-nav li {
	text-align: center;
}

.post-tabs ul.tabs-nav li.current {
	background: #FFF;
	z-index: 1;
	height: 33px;
}

.post-tabs .pane,
.post-tabs-ver .pane {
	display: none;
	padding: 25px;
}

.post-tabs .pane:first-child,
.post-tabs-ver .pane:first-child {
	display: block;
}

.post-tabs-ver {
	margin-bottom: 20px;
}

.post-tabs-ver ul.tabs-nav {
	position: relative;
	left: 1px;
	float: left;
	width: 25%;
	margin: 0;
	background: #f1f1f1;
	border: 1px solid #eee;
	border-width: 1px 0 1px 1px;
}

.post-tabs-ver ul.tabs-nav li {
	display: block;
	width: 100%;
	padding: 0 8px;
	border: 0 none;
	border-bottom: 1px solid #FFF;
}

.post-tabs-ver ul.tabs-nav li.current {
	background: #FFF;
	z-index: 1;
}

.post-tabs-ver .pane {
	float: left;
	width: 75%;
	border: 1px solid #eee;
}

/* Author */
.author-info {
	margin-bottom: 15px;
	border: 1px solid #EEE;
	padding: 25px;
	position: relative;
}

.author-info-content {
	padding-left: 100px;
}

.author-info-content h3 {
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 15px;
	margin-top: 0;
}

.author-info img.author-img {
	max-width: 70px;
	float: left;
	margin-right: 15px;
}

/* Dropcap */
.tie-dropcap,
.dropcap {
	display: block;
	float: left;
	margin: 0 8px 0 0;
	font-size: 50px;
	line-height: 50px;
	font-family: Georgia, Arial, "helvetica neue", Helvetica, Verdana, sans-serif;
}

/* Tooltip */
.post-tooltip {
	cursor: pointer;
	display: inline-block;
	border-bottom: 1px #666 dotted;
	color: #ed5109;
}

.post-tooltip:hover {
	border-bottom-color: #ed5109;
}

.tipsy {
	font-size: 10px;
	position: absolute;
	padding: 5px;
	z-index: 100000;
}

.tipsy-inner {
	background-color: #000;
	color: #FFF;
	max-width: 200px;
	padding: 5px 8px 4px 8px;
	text-align: center;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

.tipsy-arrow {
	position: absolute;
	width: 0;
	height: 0;
	line-height: 0;
	border: 5px dashed #000;
}

.tipsy-arrow-n {
	border-bottom-color: #000;
}

.tipsy-arrow-s {
	border-top-color: #000;
}

.tipsy-arrow-e {
	border-left-color: #000;
}

.tipsy-arrow-w {
	border-right-color: #000;
}

.tipsy-n .tipsy-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-bottom-style: solid;
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent;
}

.tipsy-nw .tipsy-arrow {
	top: 0;
	left: 10px;
	border-bottom-style: solid;
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
.tipsy-ne .tipsy-arrow {
	top: 0;
	right: 10px;
	border-bottom-style: solid;
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent;
}

.tipsy-s .tipsy-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}

.tipsy-sw .tipsy-arrow {
	bottom: 0;
	left: 10px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}

.tipsy-se .tipsy-arrow {
	bottom: 0;
	right: 10px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}

.tipsy-e .tipsy-arrow {
	right: 0;
	top: 50%;
	margin-top: -5px;
	border-left-style: solid;
	border-right: none;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

.tipsy-w .tipsy-arrow {
	left: 0;
	top: 50%;
	margin-top: -5px;
	border-right-style: solid;
	border-left: none;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

/* Content Slideshow */
.post-content-slideshow-outer {
	padding: 10px 0;
	border-bottom:4px solid #f2f2f2;
	margin: 10px 0 20px;
	clear: both;
}

.post-content-slideshow {
	padding-bottom: 80px;
	position: relative;
	-webkit-transition: all .5s;
	   -moz-transition: all .5s;
		 -o-transition: all .5s;
			transition: all .5s;
}

.post-content-slide {
	width: 100%  !important;
	height: auto !important;
	top: 40px !important;
	display: none;
}

.post-content-slide:nth-child(2){
	display: block;
}

.post-tslideshow-nav-outer {
	height: 30px;
}

.post-tslideshow-nav-outer-bottom {
	height: 30px;
	bottom: 0;
	position: absolute;
	width: 100%;

}

.post-slideshow-nav {
	display: inline-block;
	text-align: center;
	padding: 5px 0;
}

.post-slideshow-nav a {
	background: #b4b4b4;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	display: inline-block;
	margin: 2px 2px 0;
	-webkit-transition: all .40s;
	   -moz-transition: all .40s;
		 -o-transition: all .40s;
			transition: all .40s;

	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
			border-radius: 50px;
}

.post-slideshow-nav a:hover {
	background: #939393;
}

.post-slideshow-nav a.activeSlide {
	background: #666;
}

a.post-slideshow-next,
a.post-slideshow-prev {
	background: #FF8500;
	padding: 3px 15px;
	cursor: pointer;
	overflow: auto;
	color: #FFF;
	float: right;
	margin-left: 5px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}

a.post-slideshow-next:hover,
a.post-slideshow-prev:hover {
	background: #444;
	color: #fff;
}

/* Flickr */
.flickr-wrapper {
	overflow: hidden;
	margin-bottom: 20px;
}

.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: 0.6 !important;
}

/* Google Map */
.google-map.alignleft {
	margin-right: 10px;
}

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

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

.google-map iframe {
	width: 100%;
}

/* Lightbox */
.ilightbox-overlay, .ilightbox-loader, .ilightbox-loader *, .ilightbox-holder, .ilightbox-holder .ilightbox-container, .ilightbox-holder .ilightbox-container img.ilightbox-image, .ilightbox-holder .ilightbox-container .ilightbox-caption, .ilightbox-toolbar, .ilightbox-toolbar *, .ilightbox-thumbnails, .ilightbox-thumbnails *, .ilightbox-holder .ilightbox-container .ilightbox-social, .ilightbox-holder .ilightbox-container .ilightbox-social * {
	float:none;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	line-height:100%;
	vertical-align:baseline;
	background:transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	   -moz-user-select: -moz-none;
	 -khtml-user-select: none;
		 -o-user-select: none;
			user-select: none;
}

.ilightbox-overlay, .ilightbox-loader, .ilightbox-loader *, .ilightbox-holder .ilightbox-container .ilightbox-caption, .ilightbox-toolbar, .ilightbox-thumbnails, .ilightbox-thumbnails *, .ilightbox-holder .ilightbox-container .ilightbox-social {
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
}

.ilightbox-noscroll {
	overflow: hidden;
}

.ilightbox-closedhand * {
	cursor: url(css/ilightbox/closedhand.cur),default !important;
}

.ilightbox-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
}

.ilightbox-loader {
	position: fixed;
	z-index: 100005;
	top: 45%;
	left: -192px;
	padding-left: 30px;
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-webkit-border-radius: 0 100px 100px 0;
			border-radius: 0 100px 100px 0;
}

.ilightbox-loader div {
	width: 72px;
	height: 72px;
	-webkit-border-radius: 0 100px 100px 0;
			border-radius: 0 100px 100px 0;
}

.ilightbox-loader.horizontal {
	left: 45%;
	top: -192px;
	padding: 0;
	padding-top: 30px;
	-webkit-border-radius: 0 0 100px 100px;
			border-radius: 0 0 100px 100px;
}

.ilightbox-loader.horizontal  div {
	-webkit-border-radius: 0 0 100px 100px;
			border-radius: 0 0 100px 100px;
}

.ilightbox-toolbar {
	display: none;
	position: fixed;
	z-index: 100010;
}

.ilightbox-toolbar a {
	float: left;
	cursor: pointer;
}

.ilightbox-toolbar .ilightbox-prev-button,
.ilightbox-toolbar .ilightbox-next-button {
	display: none;
}

.ilightbox-thumbnails {
	display: block;
	position: fixed;
	z-index: 100009;
}

.ilightbox-thumbnails.ilightbox-horizontal {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
}

.ilightbox-thumbnails.ilightbox-vertical {
	top: 0;
	right: 0;
	width: 140px;
	height: 100%;
	overflow: hidden;
}

.ilightbox-thumbnails .ilightbox-thumbnails-container {
	display: block;
	position: relative;
}

.ilightbox-thumbnails.ilightbox-horizontal .ilightbox-thumbnails-container {
	width: 100%;
	height: 100px;
}

.ilightbox-thumbnails.ilightbox-vertical .ilightbox-thumbnails-container {
	width: 140px;
	height: 100%;
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid {
	display: block;
	position: absolute;
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail {
	display: block;
	cursor: pointer;
	padding: 10px;
	position: relative;
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
	width: 100%;
	height: 100%;
	-webkit-border-radius: 2px;
			border-radius: 2px;

	-ms-interpolation-mode: bicubic;
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .7;
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon:hover {
	opacity: 1;
}

.ilightbox-holder {
	display: none;
	position: fixed;
	z-index: 100003;
	-webkit-transform: none;
	   -moz-transform: none;
}

.ilightbox-holder.ilightbox-next, .ilightbox-holder.ilightbox-prev {
	cursor: pointer;
}

.ilightbox-holder div.ilightbox-container {
	position: relative;
	width: 100%;
	height: 100%;
}

.ilightbox-holder.supportTouch div.ilightbox-container {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}

.ilightbox-holder img.ilightbox-image {
	width: 100%;
	height: 100%;
}

.ilightbox-holder .ilightbox-container .ilightbox-caption {
	display: none;
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 0;
	max-width: 100%;
	padding: 5px 10px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 150%;
	word-wrap: break-word;
	z-index: 20003;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;

	-webkit-border-radius: 3px 3px 0 0;
			border-radius: 3px 3px 0 0;
}

.ilightbox-holder .ilightbox-alert {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	padding-top: 100px;
	margin: auto;
	width: 300px;
	height: 50px;
}

.ilightbox-holder .ilightbox-wrapper {
	width: 100%;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.ilightbox-holder .ilightbox-inner-toolbar {
	position: relative;
	z-index: 100;
}

.ilightbox-holder .ilightbox-inner-toolbar .ilightbox-toolbar {
	position: absolute;
}

.ilightbox-button {
	position: fixed;
	z-index: 100008;
	cursor: pointer;
}

.isMobile .ilightbox-button,
.isMobile .ilightbox-thumbnails {
	display: none !important;
}

.isMobile .ilightbox-toolbar .ilightbox-prev-button,
.isMobile .ilightbox-toolbar .ilightbox-next-button {
	display: block;
}
.ilightbox-title{
	font-size: 12px !important;
}
.ilightbox-title a{
	color:#ccc;
}
.ilightbox-title a:hover{
	color:#FFF;
}
.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-title a,
.ilightbox-holder.metro-white .ilightbox-inner-toolbar .ilightbox-title a{
	color:#555;
}
.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-title a:hover,
.ilightbox-holder.metro-white .ilightbox-inner-toolbar .ilightbox-title a:hover{
	color:#000;
}
.head-lightbox a {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.head-lightbox a:hover {
	opacity: .8;
}

/* Full Image Size */
.tie-full-width-img img {
	height: auto;
	margin-right:-20px;
	margin-left: -20px;
	width: 660px;
	left: 0;
	max-width: none;
	margin-bottom: 10px;
}

.post-cover .tie-full-width-img img {
	width: 680px;
	margin-right: -24px;
	margin-left: -24px;
}

.full-width .tie-full-width-img img {
	width: 997px;
}

.full-width .post-cover .tie-full-width-img img {
	width: 1045px;
	margin-right: -24px;
	margin-left: -24px;
}

/* Full Width layout size full image */

.wide-layout .post-cover .tie-full-width-img img {
	width: 660px;
	margin-right: 0;
	margin-left: 0;
}

.wide-layout .full-width .post-cover .tie-full-width-img img {
	width: 1010px;
	margin-right: 0;
	margin-left: 0;
}

.wide-layout .full-width .tie-full-width-img img {
	width: 1010px;
}

/* Padding */
.tie-padding {
	display: inline-block;
}

/* Highlight */

.migration-highlight {
	background: #FF9;
	color: #FFF;
}

.migration-highlight-yellow {
	background: #FF9;
	color: #222;
}

.migration-highlight-red {
	background: #F43D2A;
}

.migration-highlight-blue {
	background: #3DB2EA;
}

.migration-highlight-orange {
	background: #F97405;
}

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

.migration-highlight-green {
	background: #8CCB0A;
}

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

.migration-highlight-pink {
	background: #FF7979;
}

/* List */
.tie-list-shortcode ul {
	margin-left:  0 !important;
	margin-right: 0 !important;
}

.tie-list-shortcode li {
	list-style: none !important;
	font-family: FontAwesome;
	padding-left: 20px;
}

.tie-list-shortcode ul li:before {
	margin-right: 5px;
	margin-left: -20px;
}

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

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

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

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

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

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

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

.tie-list-shortcode.heart ul li:before {
	content: "\f004";
	color: #FF7979;
}

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

/* Responsive */
@media only screen and ( max-width: 1045px ) {
	/* Full Image Size */
	.tie-full-width-img img {
		margin-right: 0 !important;
		margin-left:  0 !important;
		width:     100% !important;
		max-width: 100% !important;
	}
}

@media only screen and (max-width: 730px) {
	/* Padding */
	.tie-padding {
		padding: 0 !important;
	}
}