﻿/* @override 
	http://localhost/ink/wp-content/themes/ink/assets/css/main.css
*/

/**
 * The main stylesheet for Ink.
 *
 * @package Ink
 * @author  LunarTheme
 * @link	http: //www.lunartheme.com
 */

 /*------------------------------------------------------------------
[Table of contents]

1. CSS Overview
2. Typography
3. Page Loader
5. Header  / .k2t-header
6. Container
7. Content  / .k2t-content
8. Blog layout / .post-item
9. Single post / .entry-box
10. Pagination / .k2t-navigation
12. Widget / .widget
14. Contact Form 7 / .wpcf7
15. Scrolldown button / .k2t-scrolldown
16. Social network /.k2t-social-share
17. Offcanvas Sidebar
20. Other Plugins
11. Other Pages
13. Footer / .k2t-footer

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Color codes]
- Primary color     #8ec5c3
- Text color        #414141
- Sub text color	#313131
- Background color  #f5f5f5
- Border 			#ededed

[Fonts]
- Default body text  Lato, serif
- Heading text		 PlayFair Display, san-serif

-------------------------------------------------------------------*/

/*--------------------------------------------------------------
	CSS Overview
---------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic,300italic,300);
@font-face{
	font-family: 'ph600';
	src: url('../fonts/ph.400-regular-caps.ttf') format('truetype'),
	url('../fonts/ph.400-regular-caps.eot?#iefix') format('embedded-opentype'), /* fix IE*/ url('../fonts/ph.400-regular-caps.eot');
}

/*--------------------------------------------------------------
	Reset
--------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 15px;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

body {
	background: #fff;
	font-weight: 300;
	line-height: 2em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

table, th, td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

th, td {
	padding: 6px;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

a {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-decoration: none;
	color: #313131;
}

a:hover, a:focus {
	text-decoration: none;
	color: #8ec5c3;
}

a img {
	border: 0;
}

/*--------------------------------------------------------------
	Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #414141;
	font-family: 'Lato', sans-serif;
	font-size: 100%;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Playfair Display', serif;
	color: #313131;
	font-weight: 300;
	line-height: 1.6em;
	letter-spacing: 0;
	margin-bottom: 20px;
}

h1 {
	font-size: 210%;
}

h2 {
	font-size: 180%;
}

h3 {
	font-size: 160%;
	line-height: 1.7em;
}

h4 {
	font-size: 140%;
	line-height: 1.8em;
}

h5 {
	font-size: 120%;
	line-height: 1.9em;
}

h6 {
	font-size: 110%;
	line-height: 2em;
}

p {
	margin-bottom: 10px;
	color: #414141;
}

b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote,
q {
	color: #414141;
	padding-left: 80px;
	margin: 20px 0;
	font-weight: 300;
	font-family: "PlayFair Display";
	font-size: 120%;
	font-style: italic;
	position: relative;
	overflow: hidden;
}

blockquote * {
	padding-left: 0;
	position: relative;
	z-index: 1
}

blockquote .quote-author a,
q .quote-author a {
	color: #8ec5c3;
	color: #8ec5c3;
	background-color: #fff;
	padding-right: 10px;
	font-size: 100%;
	font-weight: 600;
}

blockquote .quote-author {
	position: relative;
}

blockquote .quote-author:after {
	position: absolute;
	bottom: 49%;
	left: 0;
	height: 1px;
	width: 100%;
	display: block;
	background: #ededed;
	content: "";
}


blockquote a:hover,
q a:hover {
	color: #414141;
}

blockquote:before,
q:before {
	position: absolute;
	left: 30px;
	top: 30px;
	color: #ededed;
	content: "“";
	font-size: 800%;
	font-weight: bold;
	font-family: "PlayFair Display";
	font-style: normal;
}

blockquote:after,
q:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 100%;
	content: "";
	background: url(../img/pattern/line-quote.png) repeat-y;
	font-family: "PlayFair Display";
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-size: 100%;
	margin-bottom: 20px;
	max-width: 100%;
	overflow: auto;
	padding: 15px;
}

code,
kbd,
tt,
var {
	font-size: 100%;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc outside none;
}

ol {
	list-style: decimal outside none;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 1.5em;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

pre, code {
	font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

hr {
	background-color: #fff;
	height: 2px;
	padding: 0;
	margin: 30px 0;
	clear: both;
	border: 0;
	border-top: 1px solid #ededed;
}

::selection {
	/*background: #8ec5c3;
	color: #FFF;*/
}

::-moz-selection {
	/*background: #8ec5c3;
	color: #FFF;*/
}


.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: inline;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	font-style: oblique;
	font-size: 85%;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 100%;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;

}

.gallery-caption {
	color: #ccc;
}

.sticky, .h-sticky{
	z-index: 100;
}

.bypostauthor {

}

/*  Sticky Admin Bar
--------------------------- */

.admin-bar .is-sticky {
	top: 32px !important;
}

.header-sticky .is-sticky {
	top: 103px !important;
}

.admin-bar.header-sticky .is-sticky {
	top: 135px !important;
}

/*--------------------------------------------------------------
	Forms
--------------------------------------------------------------*/

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	border: 0;
	border-radius: 0;
	outline: 0;
	max-width: 100%;
	font-family: 'Lato', sans-serif;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-webkit-appearance: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #8ec5c3;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: button;
	font-size: 100%;
	padding: 15px 30px;
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	height: auto;
	outline: 0;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #313131;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]: : -webkit-search-decoration {
	-webkit-appearance: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #414141;
	height: auto;
	background: #fff;
	padding: 15px 20px;
	border: 1px solid #ededed;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: none;
	border: 1px solid #8ec5c3;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-size: 87.5%;
	font-style: italic;
}
input:-moz-placeholder,
textarea:-moz-input-placeholder { /* Firefox 18- */
	font-size: 87.5%;
	font-style: italic;
}
input::-moz-placeholder,
textarea::-moz-input-placeholder {  /* Firefox 19+ */
	font-size: 87.5%;
	font-style: italic;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-size: 87.5%;
	font-style: italic;
}

textarea {
	padding: 15px 20px;
	overflow: auto;
	vertical-align: top;
	width: 100%;
	height: auto;
}

select {
	border: 1px solid #eee;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/*--------------------------------------------------------------
	Default CSS
--------------------------------------------------------------*/

.clear {
	clear: both;
}

.textup {
	text-transform: uppercase;
}

.searchform .form-group {
	display: inline-block;
	position: relative;
	width: 100%;
}

.searchform .form-group > * {
	float: left;
	color: #b8b8b8;
}

.searchform .form-group input {
	width: 100%;
	border: 0;
}

.searchform .form-group button {
	background: none;
	position: absolute;
	right: 0;
	width: 0;
	border-left: 1px solid #ebebeb;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}

.search-no-results .searchform .form-group input {
	border: 1px solid #ededed;
}

.search-no-results .searchform {
	margin-top: 40px;
}

.container {
	max-width: 1170px;
	margin: auto;
}

/*--------------------------------------------------------------
	Page Loader
--------------------------------------------------------------*/

#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
	background: #fbfbfb;
}

.loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
	display: inline-block;
	width: 60px;
	height: 60px;
	position: relative;
	top: 50%;
	animation: loader 3s infinite ease;
}

.spinner {
	stroke: #444;
	fill: #444;
}

.spinner svg {
	width: 60px;
	height: 60px;
}

.spinner.spinner-assertive {
	stroke: #8ec5c3;
	fill: #8ec5c3;
}

.spinner-spiral.spinner-assertive .stop2 {
	stop-color: #8ec5c3;
}

/*--------------------------------------------------------------
	Header
--------------------------------------------------------------*/
.k2t-header {
	position: relative;
	z-index: 999; 
}
.k2t-header.fixed {
	position: fixed;
	z-index: 10000;
	width: 100%;
	top: 0;
}
.k2t-header.fixed > div {
	background: none;
}
.k2t-header.full .k2t-wrap {
	max-width: 100%;
	padding: 0 20px;
}
.k2t-header .k2t-wrap .k2t-row {
	position: relative;
}
.k2t-header .k2t-row [class*="col-"] {
	position: initial;
}
.k2t-logo {
	display: inline-block;
	margin: 60px auto;
}
.k2t-header-mid.h-sticky .k2t-logo {
	margin: 10px 0;
}

.admin-bar .k2t-header.fixed {
	margin-top: 32px;
}
.menu-toggle {
	display: none;
}
.k2t-header .k2t-row > [class*="col-"]:nth-child(2) {
	text-align: center;
}
.k2t-header .k2t-row > [class*="col-"]:last-child {
	text-align: right;
}
.k2t-header .k2t-row > [class*="col-"]:first-child {
	text-align: left;
}
.k2t-header .k2t-row > [class*="col-"].left {
	text-align: left;
}
.k2t-header .k2t-row > [class*="col-"].center {
	text-align: center;
}
.k2t-header .k2t-row > [class*="col-"].right {
	text-align: right;
}
.k2t-header .k2t-row > [class*="col-"]:last-child *:last-child {
	margin-right: 0;
}
.admin-bar .h-sticky {
	margin-top: 32px;
}
.k2t-header .h-sticky {
	z-index: 10000;
	position: fixed;
	top: 0;
	width: 100%;
	border-bottom: 1px solid #f9f9f9;
}

.k2t-header-m {
	display: none;
}
.k2t-header .h-sticky .k2t-menu li ul {
	top: 63px;
}
.k2t-header .h-sticky .k2t-menu li ul li ul {
	top: -1px;
}
.k2t-header .h-sticky .k2t-logo img {
	max-height: 44px;
}

/*---------- Header - Vertical menu ---------------*/
body.vertical,
.k2t-header.vertical-menu .k2t-header-mid,
body.vertical .k2t-container > * {
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}
body.vertical .k2t-container > footer,
body.vertical .k2t-container > div {
	position: relative;
	left: 0;
	padding-left: 340px;
}
body.vertical.vertical-close .k2t-container > footer,
body.vertical.vertical-close .k2t-container > div {
	padding-left: 0;
}

body.vertical .k2t-header #showPushMenu {
	position: absolute;
	right: -30px;
	font-size: 150%;
	top: 0;
	cursor: pointer;
}

.vertical-menu .k2t-header {
	position: absolute;
	width: 280px;
	height: 100%;
	z-index: 1000;
	padding: 40px;
	left: 0;
	top: 0;
	border-right: 1px solid #e7e7e7
}

/*------------- Header - Elements -----------------------*/
.k2t-header .k2t-menu li ul {
	background-color:  #8ec5c3;
	background-image: url(../img/pattern/striped.png);
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 50%;
	width: 270px;
	margin-left: -150px;
	padding: 5px;
	z-index: 100;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}
.k2t-header .k2t-menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin-left: -30px;
	z-index: 9999;
}
.k2t-header .k2t-menu ul li {
	background: #fff;
	display: inline-block;
	width: 100%;
	position: relative;
}
.k2t-header .k2t-menu li:hover > ul li:hover ul{
	left: 260px;
	top: -5px;
	margin-left: 0;
}
.k2t-header .k2t-menu ul li:first-child {
	padding-top: 15px;
}

.k2t-header .k2t-menu ul li:last-child {
	padding-bottom: 15px;
}

.k2t-header .k2t-menu ul li a {
	border-bottom: 1px solid #ededed;
	line-height: 25px;
	margin-left: 25px;
	margin-right: 25px;
	padding: 12px 0;
	font-size: 85%;
	color: #313131;
	text-transform: uppercase;
	display: block;
}
.k2t-header .k2t-menu ul li:last-child a {
	border-bottom: 0;
}

	/* Header - Social */
.k2t-header .social li {
	margin-left: 15px;
	vertical-align: top;
}
.k2t-header .social li:first-child {
	margin-left: 0;
}
.k2t-header .social li a {
	background: none;
	height: auto;
	line-height: inherit;
	width: auto;
	font-size: 80%;
}

/* Header - Search */
.k2t-header .search-box .searchform > * {
	float: left;
}
.k2t-header .search-box .searchform {
	display: inline-block;
	vertical-align: middle;
}
.k2t-header .search-box .searchform > input[type="text"] {
	background: none;
	border: 0;
	color: #999999;
	font-family: PlayfairDisplay;
	font-style: italic;
	width: 150px;
}
.k2t-header .search-box .searchform > button[type="submit"] {
	background: none;
	padding: 15px 10px;
}
.k2t-header .search-box .searchform > button[type="submit"] i {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	display: block;
	color: #9e9e9e;
	font-size: 90%;
}

	/* Header - Widgets */
.k2t-header .widget ul li a,
.k2t-header .widget ul li.recentcomments {
	border-color: #241b18;
}

/*------------------ Header - Top --------------------*/
.k2t-header-top {
	background: #f5f5f5;
	color: #999999;
	height: 35px;
	position: relative;
	z-index: 10;
}
.k2t-header-top.box-shadow {
	position: relative;
	z-index: 9;
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,.2);
	-ms-box-shadow: 0 3px 10px rgba(0,0,0,.2);
	box-shadow: 0 3px 10px rgba(0,0,0,.2);
}
.k2t-header-top > * {
	line-height: 35px;
}
.k2t-header-top .h-element {
	display: inline-block;
	margin: 0 10px;
	vertical-align: top;
}
.k2t-header-top .h-element:first-child {
	margin-left: 0;
}
.k2t-header-top .h-element:last-child {
	margin-right: 0;
}
.k2t-header-top,
.k2t-header-top .k2t-menu li a,
.k2t-header-top a {
	color: #999999;
}
.k2t-header-top a:hover,
.k2t-header-top .k2t-menu li a:hover {
	color: #8ec5c3;
}
.k2t-header-top p {
	margin: 0;
	padding: 0;
	line-height: 35px;
}

	/* Top Header - Menu */
.k2t-header-top .k2t-menu > li > a {
	display: block;
	text-transform: uppercase;
	line-height: 35px;
	font-size: 80%;
}
.k2t-header-top .k2t-menu > li {
	padding-right: 20px;
	padding-left: 15px;
	position: relative;
}

.k2t-header-top .k2t-menu > li:after {
	position: absolute;
	font-family: ElegantIcons;
	content: "\5b";
	color: #999;
	font-size: 8px;
	top: -webkit-calc( 50% - 4px );
	top: -moz-calc( 50% - 4px );
	top: calc( 50% - 4px );
	right: 0;
	line-height: 100%;
}

.k2t-header-top .k2t-menu > li:last-child {
	background: none;
	padding-right: 0;
}

.k2t-header-top .k2t-menu > li:last-child:after {
	display: none;
}

.k2t-header-top .k2t-row > div:first-child .k2t-menu > li:first-child,
.k2t-header-top .k2t-row > div:nth-child(2) .k2t-menu > li:first-child {
	padding-left: 0;
}

/* Top Header - Logo */
.k2t-header-top .k2t-logo {
	margin: 0;
}
.k2t-header-top .k2t-logo img {
	max-height: 20px;
}

/*------------------- Header - Middle --------------------*/
.k2t-header-mid {
	background: #fff;
	border-bottom: 1px solid #ededed;
}
.k2t-header-mid.box-shadow {
	position: relative;
	z-index: 9;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.05);
	-ms-box-shadow: 0 2px 2px rgba(0,0,0,0.05);
	box-shadow: 0 2px 2px rgba(0,0,0,0.05);
}
#main-nav {
	float: right;
}
.k2t-header-mid .k2t-menu {
	z-index: 9000;
}
.k2t-header-mid .k2t-menu > li {
	float: left;
	list-style: none;
	position: relative;
	overflow: hidden;
}
.k2t-header-mid .k2t-menu > li:hover {
	overflow: inherit;
}
.k2t-header-mid .k2t-menu > li > a {
	font-family: "Lato";
	font-weight: 300;
	text-transform: uppercase;
	color: #949494;
	display: block;
	padding: 5px 20px 0;
	border-bottom: 4px solid transparent;
	line-height: 92px;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}
.k2t-header-mid .k2t-menu > li a i {
	margin-right: 5px;
}
.k2t-header-mid .k2t-menu > li:hover a,
.k2t-header-mid .k2t-menu > li > a:hover {
	border-bottom-color: #D3D3D3;
}
.k2t-header-mid .k2t-menu > li.current-menu-item > a,
.k2t-header-mid .k2t-menu > li.current-menu-parent > a,
.k2t-header-mid .k2t-menu > li.current-menu-ancestor > a {
	border-bottom-color: #8ec5c3;
	color: #8ec5c3;
}

	/* Mid Header - Logo */
.k2t-header-mid .k2t-logo img {
	max-height: 150px;
}

.k2t-header-mid .h-element {
	text-align: center;
}

/*-------------------- Header - Bottom --------------------*/
.k2t-header-bot {
	background: #fff;
	border-top: #ededed;
}
.k2t-header-bot.box-shadow {
	position: relative;
	z-index: 11;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.05);
	-ms-box-shadow: 0 2px 2px rgba(0,0,0,0.05);
	box-shadow: 0 2px 2px rgba(0,0,0,0.05);
}
.k2t-header-bot.h-sticky {
	position: fixed;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .07);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .07);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, .07);
	box-shadow: 0 0 10px rgba(0, 0, 0, .07);
}
.k2t-header-bot > * {
	line-height: 70px;
}
.k2t-header-bot .h-element {
	display: inline-block;
	margin: 0 15px;
	vertical-align: top;
}
.k2t-header-bot .h-element:first-child {
	margin-left: 0;
}
.k2t-header-bot .h-element:last-child {
	margin-right: 0;
}
.k2t-header-bot,
.k2t-header-bot a:hover {
	color: #313131;
}

	/* Bottom Header - Menu */
.k2t-header-top .k2t-menu li,
.k2t-header-bot .k2t-menu li {
	float: left;
	position: relative;
	list-style: none;
}
.k2t-header-bot .k2t-menu > li {
	padding-right: 27px;
	padding-left: 20px;
	position: relative;
}

.k2t-header-bot .k2t-menu > li:after {
	position: absolute;
	font-family: ElegantIcons;
	content: "\5b";
	color: #ededed;
	font-size: 8px;
	top: -webkit-calc( 50% - 4px );
	top: -moz-calc( 50% - 4px );
	top: calc( 50% - 4px );
	right: 0;
	line-height: 100%;
}

.k2t-header-bot .k2t-menu > li:last-child {
	background: none;
	padding-right: 0;
}
.k2t-header-bot .k2t-menu > li:last-child:after {
	display: none;
}
.k2t-header-bot .k2t-row > div:first-child .k2t-menu > li:first-child,
.k2t-header-bot .k2t-row > div:nth-child(2) .k2t-menu > li:first-child {
	padding-left: 0;
}
.k2t-header-bot .k2t-menu > li > a {
	text-transform: uppercase;
	font-size: 90%;
	font-family: "Lato", san-serif;
}
.k2t-header-bot .k2t-menu li a {
	display: block;
	color: #313131;
}
/*.k2t-header-bot .k2t-menu li > a:hover,
.k2t-header-bot .k2t-menu li.active > a,
.k2t-header-mid .k2t-menu li > a.current {
	color: #8ec5c3;
}*/

.k2t-header-bot .k2t-menu li.active > a {
	position: relative;
	padding-left: 15px;	
}

.k2t-header-bot .k2t-menu li.active > a:before {
	position: absolute;
	font-family: ElegantIcons;
	content: "\5b";
	/*color: #8ec5c3;*/
	font-size: 8px;
	top: -webkit-calc( 50% - 4px );
	top: -moz-calc( 50% - 4px );
	top: calc( 50% - 4px );
	left: 0;
	line-height: 100%;
}

/* Bottom Header - Social */
.k2t-header-bot .social li a:hover {
	color: #8ec5c3;
}

/*------------------- Header - Search Box ---------------------*/
.k2t-searchbox {
	background: rgba(0, 0, 0, .93);
	display: table;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100000;
	visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.k2t-searchbox.active {
	opacity: 1;
	visibility: visible;
}
.k2t-searchbox form {
	left: 50%;
	position: absolute;
	top: 45%;
	opacity: 0;
	visibility: hidden;
	z-index: 10000;
	width: 680px;
	margin-left: -340px;
	margin-top: -29px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.k2t-searchbox.active form {
	top: 50%;
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: all .3s ease-in-out;
	-moz-transition-delay: all .3s ease-in-out;
	transition-delay: all .3s ease-in-out;
}
.k2t-searchbox input[type="text"] {
	height: auto;
	padding: 6px 15px;
	width: 100%;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	text-align: left;
	background: none;
	color: #999;
	font-size: 250%;
	padding: 0 40px 0 0;
	font-weight: 300;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}
.k2t-searchbox input[type="text"]:focus {
	color: #fff;
}
.k2t-searchbox .searchsubmit {
	background: none;
	font-size: 178%;
	padding: 0;
	position: absolute;
	right: 0;
	top: 3px;
}
.k2t-searchbox .searchsubmit:hover {
	color: #8ec5c3;
}
.search-box {
	cursor: pointer;
}

/*------------- Header 2 ---------------*/
.header-2 .k2t-header-mid .k2t-logo {
	margin: 100px auto;
}

.header-2 .k2t-header-mid .social {
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
	z-index: 10;
}

.header-2 .k2t-header-mid.h-sticky .k2t-logo {
	margin: 10px 0 35px;
}

.header-2 .k2t-header-mid.h-sticky .social {
	bottom: 5px;
}

/*------------- Header 3 ---------------*/
.header-3 {
	max-width: 1170px;
	margin: 0 auto;
}

.header-3.k2t-header .h-sticky {
	max-width: 1170px;
}

.header-3 .k2t-header-mid .h-element {
	line-height: 100px;
	max-height: 100px;
	margin: 30px auto;
	text-align: inherit;
}

.header-3 .k2t-header-mid.h-sticky .h-element {
	margin: 0 auto;
}

.header-3 .k2t-header-mid .k2t-logo {
	margin: 0;
}

.header-3 .k2t-header-top,
.header-3 .k2t-header-mid {
	background: transparent;
}

.header-3 .k2t-header-top .k2t-wrap {
	background: #f5f5f5;
}

.header-3 .k2t-header-mid .k2t-wrap {
	/*background: #fff;*/
}

.header-3 .k2t-wrap {
	padding: 0 30px;
}



/*------------- Header 4  ---------------*/

.header-4 .k2t-logo {
	margin: 40px auto 100px;
}

/*------------- Header 5 ---------------*/

.header-5 .k2t-header-top {
	height: auto;
	background: #fff;
	border-bottom: 1px solid #ededed;
	padding: 10px 0;
}

.header-5 .k2t-header-top .k2t-menu > li > a {
	font-size: 93%;
	color: #414141;
	line-height: 45px;
}

.header-5 .k2t-header .k2t-menu li:hover > ul {
	margin-top: 12px;
}

.header-5 .k2t-header-top .k2t-menu li a:hover {
	color: #8ec5c3;
}

.header-5 .k2t-logo {
	margin: 40px auto 60px;
}

.header-5 .k2t-header-mid .social {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	z-index: 10;
}

.header-5 .k2t-header-mid.box-shadow {
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.05);
	-ms-box-shadow: 0 2px 2px rgba(0,0,0,0.05);
	box-shadow: 0 2px 2px rgba(0,0,0,0.05);
}

/*------------- Title bar & breadcrumb ---------------------*/
.k2t-breadcrumbs {
	list-style: none;
	padding: 0;
}
.k2t-breadcrumbs li {
	display: inline-block;
	position: relative;
	margin-right: 10px;
	font-weight: 400;
}
.k2t-breadcrumbs li:before {
	content: "/";
	color: #333;
	margin-right: 10px;
}
.k2t-breadcrumbs li:first-child:before {
	display: none;
}
.k2t-breadcrumbs a {
	display: inline-block;
	line-height: 1;
}

/* --------------------- Mobile menu -------------------------*/
@keyframes fixed {
  100% {
    	position: fixed;
    	top: 40px;
	}
}

/*--------------------------------------------------------------
	Container
--------------------------------------------------------------*/
body {
	background: #f5f5f5;
}
.k2t-body {
	background: #f5f5f5;
	/*max-width: 1170px;*/
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}

.single-post .k2t-body {
	position: relative;
}

.k2t-body .k2t-content {
	max-width: 1170px;
	margin: 60px auto;
}

.blog-sticky .k2t-content,
.blog-featured .k2t-content,
.blog-grid .k2t-content,
.blog-masonry .k2t-content,
.blog-category .k2t-content {
	margin-bottom: 0;
}

.k2t-content:before,
.k2t-content:after {
	content: "";
	display: table;
}

.k2t-content:after {
	clear: both;
}

.no-sidebar .k2t-main,
.no-sidebar .k2t-blog {
	width: 100% !important;
}

.right-sidebar .k2t-blog,
.left-sidebar .k2t-blog,
.right-sidebar .k2t-main,
.left-sidebar .k2t-main {
	width: 70%;
}

.right-sidebar .k2t-blog,
.right-sidebar .k2t-main {
	padding-right: 30px;
}

.left-sidebar .k2t-blog,
.left-sidebar .k2t-main {
	padding-left: 30px;
}

.k2t-sidebar {
	width: 30%;
}

.k2t-sidebar > * {
	padding: 0 20px 30px;
}

.right-sidebar .k2t-blog,
.two-sidebars .k2t-blog,
.two-sidebars .k2t-btc,
.right-sidebar .k2t-main,
.left-sidebar .k2t-main,
.k2t-sidebar,
.k2t-sidebar-sub,
.k2t-blog,
.k2t-main {
	float: left;
}

.left-sidebar .k2t-blog,
.left-sidebar .k2t-main {
	float: right;
}

.left-sidebar .k2t-main,
.no-sidebar .k2t-main {
	padding-right: 0;
}

.left-sidebar .k2t-blog,
.left-sidebar .k2t-main {
	position: relative;
}

.k2t-wrap {
	max-width: 1170px;
	width: 100%;
	margin: auto;
}

.k2t-wrap:before,
.k2t-wrap:after,
.k2t-row:before,
.k2t-row:after,
.cl:before,
.cl:after {
	display: table;
	content: "";
}

.k2t-wrap:after,
.k2t-row:after,
.cl:after {
	clear: both;
}

.k2t-row {
	margin: 0 -15px;
}

.k2t-row [class*="col-"] {
	float: left;
	position: relative;
	padding: 0 15px;
	min-height: .1px;
}


.boxed .k2t-container {
	margin: 0 auto;
}

.boxed .k2t-row {
	margin: 0;
}

.boxed .k2t-main-cont {
	padding: 0 30px;
	margin: 50px auto;
}

.col-1 {
	width: 8.33333%;
}

.col-2 {
	width: 16.6667%;
}

.col-3 {
	width: 25%;
}

.col-4 {
	width: 33.3333%;
}

.col-5 {
	width: 41.6667%;
}

.col-6 {
	width: 50%;
}

.col-7 {
	width: 58.3333%;
}

.col-8 {
	width: 66.6667%;
}

.col-9 {
	width: 75%;
}

.col-10 {
	width: 83.3333%;
}

.col-11 {
	width: 91.6667%;
}

.col-12 {
	width: 100%;
}


/*--------------------------------------------------------------
	Common Elements
--------------------------------------------------------------*/

.k2t-catlist {
	position: relative;
	display: inline-block;
}

.k2t-catlist ul {
	list-style: none;
}

.k2t-catlist a {
	padding: 0 10px;
	background: #fff;
	color: #8ec5c3;
	text-transform: uppercase;
	z-index: 10;
	position: relative;
}

.k2t-catlist a:hover {
	color: #414141;
}

.k2t-catlist i {
	background: #fff;
	z-index: 10;
	position: relative;
	color: #8ec5c3;
	font-size: 9px;
	line-height: 20px;
	top: -2px;
}

.k2t-catlist:before {
	position: absolute;
	content: "";
	top: 40%;
	left: -30px;
	height: 1px;
	width: -webkit-calc( 100% + 60px );
	width: -moz-calc( 100% + 60px );
	width: -o-calc( 100% + 60px );
	width: calc( 100% + 60px );
	display: block;
	background: #8ec5c3;
}

.k2t-catlist:after {
	position: absolute;
	content: "";
	top: 55%;
	left: -20px;
	height: 1px;
	width: -webkit-calc( 100% + 40px );
	width: -moz-calc( 100% + 40px );
	width: -o-calc( 100% + 40px );
	width: calc( 100% + 40px );
	display: block;
	background: #8ec5c3;
}

.k2t-cat-list {
	margin-bottom: 50px;
}

.popular-list-item .k2t-list-share {
	margin-bottom: 0;
}

.cat-list-front {
	position: relative;
	z-index: 10;
}

.cat-list-item {
	margin-bottom: 10px;
	margin-right: 10px;
}
.cat-list-title {
	text-transform: uppercase;
	position: absolute;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	text-align: center;
	top: -moz-calc( 50% - 25px );
	top: -webkit-calc( 50% - 25px );
	top: calc( 50% - 25px );
	left: 0;
	right: 0;
}

.cat-list-title a {
	color: #8ec5c3;
	background: #fff;
	padding: 15px;
}

.cat-list-title a:hover {
	color: #414141;
}

.cat-list-back {
	position: absolute;
	width: -webkit-calc( 100% - 10px );
	width: -moz-calc( 100% - 10px );
	width:	calc( 100% - 10px );
	height: -webkit-calc( 100% - 10px );
	height: -moz-calc( 100% - 10px );
	height: calc( 100% - 10px );
	top: 10px;
	left: 10px;
	background-color: #8ec5c3;
	background-image: url(../img/pattern/striped.png);
}

.k2t-readmore {
	position: relative;
	background: transparent;
	text-align: center;
}

.k2t-readmore a {
	padding: 0 15px;
	background: #fff;
	color: #8ec5c3;
	text-transform: uppercase;
	z-index: 10;
	position: relative;
}

.k2t-readmore a:hover {
	background: #fff;
	color: #414141;
}

.k2t-readmore a:before {
	position: absolute;
	font-family: ElegantIcons;
	content: "\5b";
	font-size: 8px;
	top: -webkit-calc( 50% - 4px );
	top: -moz-calc( 50% - 4px );
	top: calc( 50% - 4px );
	left: 0;
	line-height: 100%;
}

.k2t-readmore a:after {
	position: absolute;
	font-family: ElegantIcons;
	content: "\5b";
	font-size: 8px;
	top: -webkit-calc( 50% - 4px );
	top: -moz-calc( 50% - 4px );
	top: calc( 50% - 4px );
	right: -1px;
	line-height: 100%;
}

.k2t-readmore:before {
	position: absolute;
	top: -webkit-calc( 50% - 1px );
	top: -moz-calc( 50% - 1px );
	top: calc( 50% - 1px );
	left: 0;
	height: 1px;
	width: 100%;
	display: block;
	background: #8ec5c3;
	content: "";
}

.k2t-list-top, .k2t-list-bot {
	text-align: center;
}

.head-title {
	text-align: center;
	background: #fff;
	padding: 20px 0;
	margin-bottom: 60px;
}

.head-title h2 {
	text-transform: uppercase;
	font-style: italic;
	font-weight: 700;
	font-size: 160%;
	margin-bottom: 0;
}

.title-bot {
	display: block;
	height: 20px;
	width: 120px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	color: #8ec5c3;
	line-height: 18px;
	font-weight: 100;
}

.title-bot:after {
	position: absolute;
	top: -webkit-calc( 50% - 1px );
	top: -moz-calc( 50% - 1px );
	top: calc( 50% - 1px );
	left: 0;
	height: 1px;
	width: 100%;
	display: block;
	background: #8ec5c3;
	content: "";
}

.k2t-banner-spot {
	margin-bottom: 80px;
	position: relative;
}

.k2t-banner-spot a {
	display: block;
}

.k2t-banner-spot a img {
	width: 100%;
}

.banner-border {
	position: absolute;
	top: 15px;
	left: 15px;
	width: -webkit-calc( 100% - 30px);
	width: -moz-calc( 100% - 30px);
	width: -o-calc( 100% - 30px);
	width: calc( 100% - 30px);
	height: -webkit-calc( 100% - 30px);
	height: -moz-calc( 100% - 30px);
	height: -o-calc( 100% - 30px);
	height: calc( 100% - 30px);
	border: 1px solid #8ec5c3;
}

.banner-border a {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
} 

.k2t-thumbmask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
}

.k2t-thumbmask a {
	display: block;
	width: 100%;
	height: 100%;
}

.widget .posts-list .post-item .post-thumb .k2t-thumbmask,
.popular-list-top .k2t-thumbmask,
.alternate .k2t-thumbmask,
.k2t-not-featured .k2t-thumbmask,
.k2t-featured .k2t-thumbmask,
.k2t-related-thumb .k2t-thumbmask {
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.widget .posts-list .post-item .post-thumb:hover .k2t-thumbmask,
.popular-list-top:hover .k2t-thumbmask,
.alternate:hover .k2t-thumbmask,
.k2t-not-featured .hentry:hover .k2t-thumbmask,
.k2t-featured .hentry:hover .k2t-thumbmask,
.k2t-related-thumb:hover .k2t-thumbmask  {
	opacity: 1;
}


.mask-icon {
	position: absolute;
	width: 80px;
	height: 80px;
	padding: 24px;
	background: #fff;
	border-radius: 50%;
	border: 2px solid transparent;
	top: -webkit-calc( 50% - 100px );
	top: -moz-calc( 50% - 100px );
	top: calc( 50% - 100px );
	left: -webkit-calc( 50% - 40px );
	left: -moz-calc( 50% - 40px );
	left: calc( 50% - 40px );
	color: #000;
	font-size: 30px;

}

.link-post .mask-icon {
	padding: 25px;
	border-color: #fff;
	background-color: transparent;
	color: #fff;
	font-size: 29px;
}

.video-post .mask-icon {
	font-size: 48px;
	padding: 15px;
}

.quote-post .mask-icon {
	padding: 15px;
	font-size: 48px;
	border-color: #fff;
}

.video-post .mask-icon,
.audio-post .mask-icon {
	top: -webkit-calc( 50% - 40px );
	top: -moz-calc( 50% - 40px );
	top: calc( 50% - 40px );
}

.alternate .entry-content .mask-icon,
.masonry-1 .entry-content .mask-icon,
.masonry-medium .entry-content .mask-icon {
	position: relative;
	color: #8ec5c3;
	border-color: #8ec5c3;
	left: auto;
	top: auto;
	margin: 0 auto;
}

.alternate .entry-content .mask-icon a,
.masonry-1 .entry-content .mask-icon a,
.masonry-medium .entry-content .mask-icon a {
	color: #8ec5c3;
}


.mask-content {
	width: 80%;
	display: block;
	position: absolute;
	left: 10%;
	top: 50%;
	color: #fff;
	font-family: "PlayFair Display", serif;
	font-size: 160%;
	font-style: italic;
	text-align: center;
}

.flx-entry-thumb .mask-content p {
	color: #fff;
}

.alternate .mask-content,
.masonry-1 .entry-content .mask-content,
.masonry-medium .entry-content .mask-content {
	position: relative;
	color: #414141;
	width: 100%;
	left: 0;
	margin-top: 20px;
	word-wrap: break-word;
}

.alternate .mask-content p,
.masonry-1 .entry-content .mask-content p,
.masonry-medium .entry-content .mask-content p {
	line-height: 1.6;
	max-height: 4.8em;
	overflow: hidden;
	margin-bottom: 2px;
}

.alternate .mask-content:after,
.masonry-1 .entry-content .mask-content:after,
.masonry-medium.quote-post .entry-content .mask-content:after {
	content: "";
	display: block;
	width: 150px;
	height: 1px;
	background: #8ec5c3;
	margin: 0 auto
}

.audio-cont {
	position: absolute;
	bottom: -80px;
	left: 10%;
	width: 80%;
	z-index: 10
}

.k2t-blog-cont > div:last-child,
.k2t-wrap > div:last-child {
	margin-bottom: 0;
}

.large-1 .owl-dots,
.large-2 .owl-dots,
.masonry-medium .owl-dots,
.k2t-sticky-posts .owl-dots, 
.k2t-not-sticky .owl-dots,
.masonry-1 .owl-dots,
.single-post .owl-dots,
.k2t-not-featured article .owl-dots {
	display: none ! important;
}


/*--------------------------------------------------------------
	Blog layout
--------------------------------------------------------------*/

.k2t-main-cont {
	max-width: 1170px;
	margin: 0 auto;
}

.k2t-blog .post-item {
	position: relative;
	margin: 0 0 30px;
	padding: 10px;
	background: #fff;
	z-index: 1;
	max-width: 100%;
}

.post-item .owl-dots {
	display: inline-block;
	line-height: 10px;
	background: transparent;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 20px;
}

.post-item .owl-dot {
	padding: 5px 0;
	background: #fff;
}

.post-item .owl-dot:first-child {
	padding-left: 15px;
}

.post-item .owl-dot:last-child {
	padding-right: 15px;
}

.post-item .owl-controls {
	margin-top: 0;
}

.k2t-blog .flx-entry-thumb, 
.k2t-blog-list .flx-entry-thumb,
.k2t-main-cont .flx-entry-thumb,
.k2t-sticky-posts .flx-entry-thumb{
	position: relative;
}

.k2t-blog .flx-entry-thumb img, 
.k2t-blog-list .flx-entry-thumb img,
.k2t-main-cont .flx-entry-thumb img {
	width: 100%
}

.k2t-blog .post-item:last-child {
	margin-bottom: 0 !important;
	border-bottom: 0;
}

.k2t-blog .post-item .flx-entry-thumb a img {
	display: block;
	width: 100%;
}

.k2t-blog .post-item .entry-content {
	padding: 30px 0 0;
	position: relative;
}

.k2t-blog .post-item .k2t-readmore {
	max-width: 400px;
	text-align: center;
	margin: 25px auto;
}

.k2t-blog .post-item.sticky:before {
	content: '\e078';
	font-family: ElegantIcons;
	font-size: 40px;
	line-height: 0.8;
	position: absolute;
	z-index: 10;
	color: #8ec5c3;
	top: 0;
	right: 30px;
}

.k2t-blog .cat-icon {
	position: absolute;
	z-index: 2;
	width: 50px;
	line-height: 50px;
	display: inline-block;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	background: #959595;
	font-size: 130%;
	color: #fff;
	top: 0;
	right: 30px;
	text-align: center;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	box-shadow: 0 3px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}

.k2t-blog .post-item header {
	margin-bottom: 15px;
	text-align: center;
}

.k2t-blog .post-item header h2 {
	margin-top: 15px;
	margin-bottom: 25px;
	font-size: 160%;
}

.k2t-blog .post-item .entry-title,
.k2t-blog-list .post-item .entry-title,
.k2t-content .post-item .entry-title {
	margin: 0;
}

.k2t-blog .post-item header .post-meta-top:before {
	position: absolute;
	display: block;
}

.k2t-blog .post-item header .entry-author a,
.k2t-blog .post-item header .entry-comment a {
	color: #999999;
}

.k2t-blog .post-item header .entry-author a:hover,
.k2t-blog .post-item header .entry-comment a:hover {
	color: #8ec5c3;
}

.k2t-blog .post-item header .entry-date {
	margin-right: 30px;
}

.quote-wrapper .quote-content .quote {
	font-size: 142%;
	margin: 0;
	font-style: italic;
}

.quote-wrapper .quote-content .quote p:before {
	content: '“';
}

.quote-wrapper .quote-content .quote p:after {
	content: '”';
}

.quote-wrapper .quote-content .author {
	color: #959595;
	font-size: 115%;
}

.quote-wrapper .quote-content .author:before {
	content: '-';
	margin-right: 5px;
}

.format-video .flx-entry-thumb .wp-video,
.format-video .flx-entry-thumb .wp-video .mejs-video,
.format-video .flx-entry-thumb video,
.format-video .flx-entry-thumb .mejs-overlay,
.format-video .flx-entry-thumb iframe,
.format-audio .flx-entry-thumb iframe {
	width: 100%;
}

.format-audio .flx-entry-thumb iframe {
	height: 100%
}

.format-video .video-cont {
	width: 100%;
	padding-bottom: 66.6%;
	position: relative;
}

.format-video .video-cont iframe {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	height: 100%;
}

.format-video .flx-entry-thumb .wpb_video_widget {
	margin-bottom: 0;
}

.format-video .flx-entry-thumb iframe .player .controls,
.format-video .flx-entry-thumb iframe .player .title,
.format-video .flx-entry-thumb iframe .player .title header h1 {
	font-size: 100% ! important;
}

/*-----------Blog Grid-----------------*/

.b-grid .grid-layout {
	margin-left: -15px;
	margin-right: -15px;
}

.b-grid .grid-layout .hentry {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

.b-grid .grid-layout.column-4 .hentry {
	width: 25%;
}

.b-grid .grid-layout.column-4 .hentry:nth-child(4n+1) {
	clear: both;
}

.b-grid .grid-layout.column-3 .hentry {
	width: 33.3%;
}
.gutter-sizer {
	width: 0;
}
.column-3 .isotope-selector {
	width: 33.33%;
}
.b-grid .grid-layout.column-3 .hentry:nth-child(3n+1) {
	clear: both;
}
.column-1 .isotope-selector{
	width: 100%;
}
.b-grid .grid-layout.column-2 .hentry, .column-2 .isotope-selector {
	width: 50%;
}

.b-grid .grid-layout.column-2 .hentry:nth-child(2n+1) {
	clear: both;
}

/* Blog masonry
---------------------------- */

.b-masonry.fullwidth .k2t-wrap {
	max-width: 100%;
}

.b-masonry .k2t-blog > [class*="column-"] {
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
/*	overflow: hidden;
*/}

.b-masonry article {
	overflow: visible;
	float: left;
}

.b-masonry article .post-inner {
	overflow: hidden;
	background: #fff;
}

.b-masonry .masonry-layout .grid-sizer,
.b-masonry .masonry-layout .hentry {
	width: 20%;
}

.b-masonry .column-4 .grid-sizer,
.b-masonry .column-4 .hentry {
	width: 25%;
}

.b-masonry .column-3 .grid-sizer,
.b-masonry .column-3 .hentry {
	width: 33.3%;
}

.b-masonry .masonry-layout .hentry.large {
	width: 40%;
}

.b-masonry .column-2 .grid-sizer,
.b-masonry .column-4 .hentry.large,
.b-masonry .column-2 .hentry {
	width: 50%;
}

.b-masonry .column-3 .hentry.large {
	width: 66.6%;
}

.b-masonry .column-2 .hentry.large {
	width: 100%;
}

.b-masonry .hentry {
	padding: 0 15px;
}

.b-masonry .post-item .mejs-video,
.b-masonry .post-item .mejs-video video,
.b-masonry .mejs-poster,
.b-masonry .mejs-overlay-play {
	height: 169px !important;
	margin-bottom: 35px;
}

.b-masonry .mejs-container .mejs-controls {
	bottom: -17px;
}

.b-masonry .post-item header .entry-title {
	font-size: 142%;
	line-height: 22px;
}

.b-masonry .list-container-1 ul li a {
	padding: 8px;
}

.b-masonry .mejs-container {
	margin-bottom: 35px;
}
.archive .k2t-not-featured .masonry-layout .large-1 {
	width: 0;
	display: none;
}
/*--------------------------------------------------------------
	Single post
--------------------------------------------------------------*/
.owl-nav .owl-next [data-icon]:before,
.owl-nav .owl-prev [data-icon]:before{
	font-family:'ElegantIcons' !important;
}

.entry-box {
	margin: 0 0 30px;
}

.entry-box img {
	max-width: 100%;
}

.entry-box .quote-wrapper {
	padding: 30px 30px 0;
}

.entry-box .k2t-list-top {
	padding: 30px 30px 0;
}

.entry-box .k2t-list-mid {
	padding: 30px;
}

.entry-box .entry-title {
	font-size: 240%;
	margin-bottom: 0
}

.entry-box .k2t-tags {
	overflow: hidden;
	margin-bottom: 40px;
}

.entry-content  ul {
    list-style: none;
    padding:0;
    margin:0;
}

.entry-content  li { 
    padding-left: 1em; 
}

.entry-content  li:before {
    font-family: ElegantIcons;
	content: "\5b";
	font-size: 8px;
	color: #8ec5c3;
	padding-right: 2em;
}

.entry-content iframe {
	max-width: 100%;
}

.entry-box .widget_tag_cloud .tagcloud {
	overflow: hidden;
	text-align: center;
}

.entry-box .widget_tag_cloud .tagcloud > * {
	color: #9e9e9e;
	display: inline-block;
	font-size: 80%;
	border: 1px solid #ededed;
	margin: 0 0 0 7px;
	padding: 2px 20px;
	text-transform: uppercase;
}

.entry-box .widget_tag_cloud .tagcloud a:hover {
	background-color: #8ec5c3;
	color: #fff;
	border-color: #8ec5c3;
}

.entry-box .widget_tag_cloud .tag-title {
	background: #8ec5c3;
	border: 1px solid #8ec5c3;
	color: #fff;
}

.entry-box .k2t-list-share {
	margin-top: 0;
	padding-bottom: 20px;
	border-top: none;
}

.entry-box .title-bot {
	margin-bottom: 30px
}

.k2t-share-title {
	position: relative;
	background: transparent;
	text-align: center;
}

.k2t-share-title h3 span {
	color: #313131;
}

.k2t-single-nav .k2t-nav-link {
	text-align: center;
	font-family: Lato, serif;
	font-weight: 600;
	font-style: italic;
	font-size: 80%;
	color: #9e9e9e;
}

.k2t-single-nav.home-related-posts {
	border-top: 1px solid #eee;
	margin: 0 -30px;
	padding: 30px;
}

.k2t-content-single {
	background: #fff;
}

.single-post .k2t-thumbmask {
	display: none;
}

.single-post .post-entry {
	margin: 30px 0;
}

/*-------------------Single Relate Post--------------------*/

.k2t-related {
	background: #fff;
	padding: 30px 30px 60px;
	text-align: center;
	position: relative;
}

.k2t-related-title {
	margin-bottom: 0;
	font-style: italic;
}

.k2t-related-posts .owl-item article {
	width: 100%;
}

.k2t-related-posts .owl-item .k2t-list-thumb .k2t-list-share,
.k2t-related-posts .owl-item .k2t-list-thumb .owl-nav {
	display: none;
}

.k2t-related-posts .owl-item .entry-title {
	font-size: 160%
}

.k2t-related .owl-controls .owl-nav [class*=owl-] {
	top: auto;
	bottom: -40px;
	border: 1px solid #eee;
	font-size: 24px;
}

.k2t-related .owl-controls .owl-nav [class*=owl-]:hover {
	border: 1px solid #8ec5c3;
	color: #8ec5c3;
}

.k2t-related .owl-controls .owl-nav .owl-next,
.k2t-related:hover .owl-controls .owl-nav .owl-next {
  right: 50%;
  margin-right: -60px ! important;
}

.k2t-related .owl-controls .owl-nav .owl-prev,
.k2t-related:hover .owl-controls .owl-nav .owl-prev {
  left: 50%;
  margin-left: -60px ! important;
}

.k2t-related-top, .k2t-related-top img {
	margin-bottom: 30px;
}

.k2t-related-thumb {
	position: relative;
}

/*----------------- About Author -------------------*/

.k2t-about-author {
	background-color: #fff;
	padding: 30px;
	margin: 60px 0;
	overflow: hidden;
}
.k2t-about-author-left, .k2t-about-author-right {
	float: left;
}
.k2t-about-author-left {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-mozborder-radius: 50%;
	overflow: hidden;
	width: 150px;
}
.k2t-about-author img {
	width: 100%;
}
.k2t-about-author-right {
	width: calc( 100% - 150px );
	width: -webkit-calc( 100% - 150px );
	width: -moz-calc( 100% - 150px );
	padding-left: 30px;
}
.k2t-about-author .author-role {
	display: table;
}
.k2t-about-author .author-role > * {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 100%;
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
}
.k2t-about-author .author-role span.author-link,
.k2t-about-author .author-role a,
.k2t-about-author .author-role i {
	color: #8ec5c3
}

.k2t-about-author .author-role i {
	font-size: 8px;
	padding: 0 10px;
}
.k2t-about-author .author-desc {
	line-height: 2em;
	max-height: 4em;
	overflow: hidden;
}
.user-social li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
}
.user-social li i {
	color: #959595;
}
.user-social li:hover i {
	color: #8ec5c3;
}

/*-----------------Comments List-------------------*/

#comments {
	padding: 30px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	background: #fff;
}

#comments .comments-title {
	font-size: 30px;
	margin-bottom: 0;
	text-align: center;
	font-style: italic;
}

#comments .title-bot {
	margin-bottom: 20px;
}

.comment-list {
	margin: 0;
	list-style: none;
}

.comment-list .comment-content {
	margin-left: 150px;
	position: relative;
	z-index: 0;
}

.comment-list .comment-body {
	margin-bottom: 30px;
	list-style: none;
	padding-bottom: 30px;
	position: relative;
	border-bottom: 1px solid rgba(198,176,153,0.3);
}

.comment-list .comment-body footer .action-link > a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: 67%;
	text-transform: uppercase;
	color: #9e9e9e;
	border: 1px solid #eee;
	padding: 5px 10px;
	line-height: 1;
}

.comment-list .comment-body footer .action-link > a:hover {
	color: #8ec5c3;
	border: 1px solid #8ec5c3;
}

.comment-list .comment-body footer .action-link > a i {
	margin-right: 8px;
}

.comment-list .comment-body footer .action-link .comment-reply-link {
	margin-left: 15px;
}

.comment-body img {
	float: left;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
}

.comment-body {
	position: relative;
	z-index: 0;
}

.comment-body .comment-meta .comment-author {
	display: block;
	font-weight: 600;
	margin-bottom: 10px;
	font-style: normal;
	text-transform: uppercase;
}

.comment-body .comment-meta .comment-author span {
	color: #313131;
}

.comment-body .comment-meta > a {
	display: block;
	font-size: 90%;
	color: #b2b2b2;
	margin-bottom: 13px;
	font-weight: 400;
}

.comment-body .comment-meta > a > i {
	margin-right: 5px;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children {
	padding-left: 40px;
}

.comment-pagination {
	float: right;
}

.comment-pagination a, .comment-pagination span {
	padding-left: 15px;
	font-size: 115%;
	font-family: 'Lato', sans-serif;
}

#comment-nav-below .assistive-text.section-heading {
	display: none;
}

#comment-nav-below .nav-previous, .comment-nav-below .nav-next {
	margin: 20px 0 10px;
}

/*Comment Form
--------------*/

#reply-title {
	font-family: Lato, serif;
	font-weight: 400;
	font-size: 93%;
	text-transform: uppercase;
}

#respond {
	display: inline-block;
	width: 100%;
}
#commentform {
	position: relative;
}
#commentform .comment-notes, .form-allowed-tags, .logged-in-as {
	margin-bottom: 20px;
}
#commentform p.comment-form-comment {
	width: 100%;
	margin-bottom: 30px;
	clear: both;
	position: relative;
}
#commentform #comment {
	height: 155px;
	padding: 20px;
	width: 100%;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	border:  1px solid #eee;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-family: "Lato";
	background-color: transparent;
	resize: none;
	-webkit-appearance: none;
}
#commentform > p.comment-form-author, #commentform > p.comment-form-email, #commentform > p.comment-form-url {
	position: relative;
	margin-bottom: 25px;
	width: 32%;
	float: left;
}
#commentform > p.comment-form-email {
	width: 36%;
	padding: 0 2%;
}

#commentform #author,
#commentform #email,
#commentform #url {
	padding-left: 20px;
	width: 100%;
	box-shadow: none;
	border: 1px solid #eee ;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	margin: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-family: "Lato";
	background: transparent;
}
#commentform .required::-webkit-input-placeholder:after{
	content: " *";
}
#commentform .required:-moz-input-placeholder:after {
	content: " *";
}
#commentform .required::-moz-input-placeholder:after{
	content: " *";
}
#commentform .required:-ms-input-placeholder:after {
	content: " *";
}
#commentform #author:focus,
#commentform #email:focus,
#commentform #url:focus,
#commentform #comment:focus {
	border: 1px solid #8ec5c3;
	outline: none;
}
#form-allowed-tags code {
	font-size: 85%;
}
.form-submit #submit {
	text-transform: uppercase;
	color: #8ec5c3;
	font-size: 94%;
	font-weight: 400;
	border: 1px solid #8ec5c3;
	border-radius: 0;
	background: #fff;
	display: block;
	margin: 0 auto;
	padding: 15px 25px;
	box-shadow: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.form-submit #submit:hover {
	background-color: #8ec5c3;
	color: #fff;;
}

.form-submit #submit label.error {
	position: absolute;
	left: 0;
	top: 15px;
	color: #8ec5c3;
}

#response {
	color: #8ec5c3;
	font-size: 100%;
}
#commentform .wp-social-login-connect-with,
#commentform .wp-social-login-provider-list {
	display: inline-block;
	margin-right: 20px
}


/*--------------------------------------------------------------
	Post format
--------------------------------------------------------------*/

.k2t-thumb .wpb_video_wrapper iframe {
	max-width: 100%;
	height: 400px;
}

.post-entry iframe, .post-entry embed {
	max-width: 100%;
}

.wpb_video_wrapper #player .title a {
	color: #8ec5c3;
}

.k2t-thumb .wp-video {
	width: 100% !important;
}

.k2t-thumb .mejs-audio {
	height: 90px !important;
}

.k2t-thumb .mejs-audio .mejs-controls {
	top: 30px;
}

.k2t-thumb:hover .k2t-thumb-gallery img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.b-medium .format-quote .k2t-thumb,
.b-small .format-quote .k2t-thumb {
	width: 100%;
	max-width: 100%;
}

.k2t-thumb-quote {
	padding: 45px 105px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
}

.k2t-thumb-quote .quote-content {
	font: italic 16px/24px Georgia;
	position: relative;
}

.k2t-thumb-quote .quote-content i {
	font-size: 428%;
	position: absolute;
	left: -80px;
	color: #f2f2f2;
}

.k2t-thumb-quote .quote-content,
.k2t-thumb-quote .quote-author a {
	color: #767676;
}

.k2t-thumb-quote .quote-author {
	position: relative;
	margin-top: 35px;
}

.k2t-thumb-quote .quote-author:before {
	content: "* * *";
	position: absolute;
	top: -26px;
	left: 50%;
	margin-left: -11px;
}

.k2t-thumb-quote .quote-author a {
	font-size: 100%;
	font-weight: 500;
	position: relative;
}

.k2t-thumb-quote .quote-author a:before,
.k2t-thumb-quote .quote-author a:after {
	content: "";
	position: absolute;
	width: 18px;
	height: 1px;
	background: #e5e5e5;
	top: 9px;
}

.k2t-thumb-quote .quote-author a:before {
	left: -24px;
}

.k2t-thumb-quote .quote-author a:after {
	right: -24px;
}

/*--------------------------------------------------------------
	Pagination
--------------------------------------------------------------*/

.k2t-navigation {
	text-align: center;
	margin: 60px 0 30px;
	clear: both;
	padding-top: 60px;
}

.blog-sticky .k2t-navigation {
	margin-top: 100px
}

.pagination-noborder .k2t-navigation {
	border-top: 0;
	margin-top: 0;
	padding: 10px 0 25px;
}

.k2t-navigation ul {
	margin: 0;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.k2t-navigation ul li {
	list-style: none;
	float: left;
	margin: 0;
}

.k2t-navigation ul li a,
.k2t-navigation ul li span {
	display: block;
	color: #8ec5c3;
	padding: 0 25px;
	position: relative;
	z-index: 0;
	line-height: 55px;
	border-right: 0;
}

.k2t-navigation ul li span.current,
.k2t-navigation ul li:hover a {
	color: #fff;
	background-color: #8ec5c3;
}

.k2t-navigation ul > li:first-child > a, 
.k2t-navigation ul > li:first-child > span,
.k2t-navigation ul > li:last-child > a, 
.k2t-navigation ul > li:last-child > span {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.nav-seemore {
	text-align: center;
	position: relative;
	padding-bottom: 10px;
	overflow: hidden;
	width: 200px;
	margin: 60px auto;
}
.nav-seemore .nav-seemore-front {
	padding: 10px 30px;
	background: #fff;
	z-index: 10;
	position: relative;
	margin: 0 10px 0 0;
}

.nav-seemore .nav-seemore-front a {
	display: block;
	color: #313131;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
}

.nav-seemore .nav-seemore-front a:hover {
	color: #8ec5c3;
}

.nav-seemore .nav-seemore-front a:before {
	position: absolute;
	font-family: ElegantIcons;
	content: "\5b";
	font-size: 7px;
	top: -webkit-calc( 50% - 3px );
	top: -moz-calc( 50% - 3px );
	top: calc( 50% - 3px );
	left: -7px;
	line-height: 100%;
	color: #8ec5c3;
}

.nav-seemore .nav-seemore-front a:after {
	position: absolute;
	font-family: ElegantIcons;
	content: "\5b";
	font-size: 7px;
	top: -webkit-calc( 50% - 3px );
	top: -moz-calc( 50% - 3px );
	top: calc( 50% - 3px );
	right: -7px;
	line-height: 100%;
	color: #8ec5c3;
}

.nav-seemore .nav-seemore-back {
	position: absolute;
	width: -webkit-calc( 100% - 10px );
	width: -moz-calc( 100% - 10px );
	width: calc( 100% - 10px );
	height: -webkit-calc( 100% - 10px );
	height: -moz-calc( 100% - 10px );
	height: calc( 100% - 10px );
	top: 10px;
	left: 10px;
	background: #8ec5c3 url(../img/pattern/striped.png) repeat;
}

#infscr-loading {
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 100%;
	min-height: 80px;
}
#infscr-loading * {
	display: inline-block;
}


/*--------------------------------------------------------------
	Widget style
--------------------------------------------------------------*/

.widget {
	padding: 20px;
	color: #959595;
	background: #fff;
	margin-bottom: 60px;
	overflow: hidden;
}

.widget ul {
	list-style: none;
}

.widget-title {
	color: #313131;
	text-transform: uppercase;
	text-align: center;
	font-size: 160%;
	font-style: italic;
	font-weight: 600;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 35px;
}

.widget-title:before {
	position: absolute;
	font-family: ElegantIcons;
	content: "\5b";
	font-weight: 100;
	color: #8ec5c3;
	font-size: 12px;
	bottom: -6px;
	left: 50%;
	line-height: 100%;
	font-style: normal;
	background: #fff;
	z-index: 10;
	border-radius: 100%;
}

.widget-title:after {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 100%;
	display: block;
	background: #ededed;
	content: "";
}

.widget ul li {
	list-style: none;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.widget ul li.current-cat a {
	color: #8ec5c3;
}

.widget ul li.recentcomments a {
	width: auto;
	border: 0;
	padding: 0;
}

.widget .searchform .form-group input,
.widget select {
	border: 1px solid #ededed;
	width: 100%;
}

.widget select {
	height: 42px;
	padding: 0 15px;
}

/*Widget Category*/

.widget_categories > ul li {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%;
}

.widget_categories > ul > .cat-item,
.widget_archive > ul > li {
	border-bottom: 1px dashed #ededed;
	padding-bottom: 15px;
	margin-bottom: 5px;
	overflow: hidden;
}

.widget_categories > ul > .cat-item:last-child,
.widget_archive > ul > li:last-child {
	padding-bottom: 0;
	border: none;
}

.widget_categories > ul > .cat-item > a,
.widget_archive > ul > li > a {
	font-weight: 700;
	float: left;
	position: relative;
	color: #414141;
}

.widget_categories > ul > .cat-item a:hover,
.widget_archive > ul > li a:hover {
	color: #8ec5c3;
}

.widget_archive > ul > li a {
	font-style: italic;
}


.widget_categories > ul > .cat-item > .count {
	float: right;
	color: #9e9e9e;
	font-style: italic;
	font-size: 86%;
}

.widget_categories > ul > .cat-item .children {
	clear: both;
	margin: 0;
	padding: 15px 0;
	background: #f5f5f5;
}

.widget_categories > ul > .cat-item .children li a {
	color: #959595;
	padding: 15px 25px;
	float: left;
}

.widget_categories > ul > .cat-item .children li .count {
	float: right;
	padding: 15px 10px;
}

.widget #wp-calendar {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 3px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
	background: #fff;
}

.widget #wp-calendar {
	border: 0;
}

.widget #wp-calendar th,
.widget #wp-calendar td {
	border: 0;
	font-weight: 300;
	text-align: center;
}

.widget #wp-calendar th {
	padding: 3px 6px;
	background: #f5f5f5;
}

.widget #wp-calendar td {
	padding: 8px 6px;
}

.widget #wp-calendar td a {
	color: #303f9f;
}

.widget #wp-calendar caption {
	padding: 13px;
	background: #303f9f;
	color: #fff;
	font-weight: 500;
	font-size: 115%;
}

.widget #wp-calendar thead {
	background: #f5f5f5;
}

.widget .rss-date {
	display: block;
	margin: 8px 0;
	font-size: 85%;
}

.widget .tagcloud {
	overflow: hidden;
	margin-left: -10px;
}

.widget .tagcloud a {
	font-size: 85% !important;
	color: #9e9e9e;
	display: inline-block;
	border: 1px solid #ededed;
	margin: 0 0 10px 10px;
	padding: 2px 20px;
	text-transform: uppercase;
}

.widget .tagcloud a:hover {
	background-color: #8ec5c3;
	border-color: #8ec5c3;
	color: #FFFFFF;
}

.widget .posts-list .post-item {
	display: block;
	margin-bottom: 30px;
	padding-bottom: 40px;
	border-bottom: 1px dashed #ededed;
	overflow: hidden;
	width: 100%;
}

.widget .posts-list .post-item:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 20px;
}

.widget .posts-list .post-item .post-thumb {
	float: left;
	width: 120px;
	position: relative;
}

.widget .posts-list .post-item .thumb-key {
	position: absolute;
	bottom: -20px;
	left: -webkit-calc( 50% - 20px );
	left: -moz-calc( 50% - 20px );
	left: calc( 50% - 20px );
	width: 40px;
	height: 40px;
	line-height: 36px;
	font-family: 'PlayFair Display', sans-serif;
	font-style: italic;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #8ec5c3;
	border-radius: 50%;
}

.widget .posts-list .post-item .post-text {
	padding-left: 140px;
	margin-top: -5px;
}

.widget .posts-list .post-item h4 {
	clear: none;
	font-size: 120%;
	line-height: 1.5;
	margin-bottom: 0;
}

.widget .posts-list .post-item h4 a {
	color: #313131;
	font-weight: 400;
	font-family: 'PlayFair Display', sans-serif;
}

.widget .posts-list .post-item h4 a:hover {
	color: #8ec5c3;
}

.widget .posts-list .post-item .post-meta {
	font-size: 86%;
	margin-top: 8px;
}

.widget .posts-list .post-item .post-meta i {
	margin-right: 10px;
}

/*--------------Widget searchform--------------*/

.widget .searchform #s {
	height: 50px;
	font-weight: 300;
	color: #959595;
	font-style: italic;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	box-shadow: none;
	background: #ebebeb;
	margin-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
}

.widget .searchform #s:focus {
	border: 1px solid #8ec5c3;
	outline: none;
}

.widget .searchform .searchsubmit {
	background-color: none;
	padding: 0 15px;
	color: transparent;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	width: 40px;
	height: 100%;
	font-size: 16px;
	text-transform: none;
}

.widget .searchform .searchsubmit:after {
	position: absolute;
	;
	content: '\f1c3';
	font-family: Material-Design-Iconic-Font;
	color: #3d3d3d;
	right: 15px;
	top: 0;
	line-height: 50px;
}

.widget .searchform .searchsubmit:after:hover i {
	color: #06c5ac;
}

/*-------------- widget recent comments --------------*/

.widget .comment-cont {
	overflow: hidden;
	border-bottom: 1px dashed #ededed;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.widget .comment-cont:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.comment-lt, .comment-rt {
	float: left;
}

.comment-lt {
	width: 90px;
}

.comment-lt img {
	width: 100%;
	border-radius: 50%;
}

.comment-rt {
	width: -webkit-calc( 100% - 110px );
	width: -moz-calc( 100% - 110px );
	width: calc( 100% - 110px );
	margin: -5px 0 0 20px;
}

.widget .comment-aut {
	font-size: 93%;
	text-transform: uppercase;
	color: #313131;
	font-weight: 700;
	margin-bottom: 20px
}

.widget .comment-aut:hover {
	color: #8ec5c3;
}

.widget .comment-text {
	padding-left: 30px;
	position: relative;
	margin: 15px 0 5px;
	line-height: 1.8em;
	max-height: 3.6em;
	overflow: hidden;
}

.widget .comment-text:before {
	position: absolute;
	left: 0px;
	top: 6px;
	color: #8ec5c3;
	content: "“";
	font-size: 320%;
	font-family: "PlayFair Display";
}

.widget .comment-date {
	padding-left: 30px;
	font-size: 86%;
	color: #999;
}

/*-------------- widget latest tweets --------------*/
.wptt_TwitterTweets * {
	/*font-family: "Lato",sans-serif !important;
	font-weight: 400;*/
}
.wptt_TwitterTweets .fetched_tweets > li {
	box-shadow: none !important;
}
.wptt_TwitterTweets.widget ul li.tweets_avatar .tweet_data {
	color: #414141 !important;
}
.wptt_TwitterTweets h4 {
	margin-bottom: 36px;
}
.wptt_TwitterTweets div.wdtf-screen-name span.screen_name {
	color: #313131 !important;
}
.wptt_TwitterTweets .wdtf-user-card img {
	max-width: 40px;
	max-height: 40px;
	border: thin solid #8EC5C3;
}
.tweet_wrap{
	border-bottom: 1px dashed #EDEDED;
}
.wptt_TwitterTweets ul li:last-child .tweet_wrap {
	border-bottom: none;
}
div.wdtf-screen-name {
	line-height: 13px;
}
.tweet_data {
	font-family: "Lato",sans-serif !important;
	font-size: 100% !important;
	line-height: 182% !important;
}
.wptt_TwitterTweets.widget ul li.tweets_avatar .times a {
	font-size: 82.352941176%;
}
.wptt_TwitterTweets .wdtf-user-card {
	height: 18px;
}
.wptt_TwitterTweets .wdtf-user-card .wdtf-screen-name br {
	display: none;
}
.wptt_TwitterTweets .wdtf-user-card .wdtf-screen-name > * {
	font-size: 82.352941176%;	
}
.wptt_TwitterTweets .wdtf-user-card .wdtf-screen-name .screen_name {
	margin-right: 15px;
}
.wptt_TwitterTweets .tweet_data {
	padding-left: 53px;
}
.wptt_TwitterTweets .times {
	margin-left: 53px;
	margin-bottom: 15px;
}
/*.wptt_TwitterTweets.widget ul li.tweets_avatar .wdtf-screen-name a,
.wptt_TwitterTweets.widget ul li.tweets_avatar .stats a.tweet-lt, 
.wptt_TwitterTweets .tweet-rt,
.wptt_TwitterTweets.widget .fetched_tweets .tweets_avatar .tweet_data a {
	color: #8EC5C3 !important;
}
.wptt_TwitterTweets.widget ul li.tweets_avatar .wdtf-screen-name a:hover,
.wptt_TwitterTweets.widget ul li.tweets_avatar .stats a.tweet-lt:hover, 
.wptt_TwitterTweets .tweet-rt:hover,
.wptt_TwitterTweets.widget .fetched_tweets .tweets_avatar .tweet_data a:hover {
	color: #313131 !important;
}*/
.tweets-intent-data {
	padding-left: 53px;
	border: none !important;
}
.tweets-intent-data ul li {
	padding-bottom: 0 !important;
}
.tweets-intent-data a:hover [data-icon]:before {
	color: #8EC5C3;
}

/*** Instagram Feed **/

.k2t-sidebar #sb_instagram .sbi_follow_btn a {
	background: #fff;
  	margin-top: 20px;
	padding: 14.5px 25.5px;
	border-radius: 0;
	border: 1px solid;
	font-family: "Lato", san-serif;
	color: #8ec5c3;
	text-transform: uppercase;
	font-weight: 600;
	opacity: 1;
}
.k2t-sidebar #sb_instagram .sbi_follow_btn a i {
	display: none;
}

/*--------------------------------------------------------------
	Contact Form 7
--------------------------------------------------------------*/
.wpcf7 input,
.wpcf7 textarea {
	width: 100%;
	background: transparent;
	color: #767676;
	font-weight: 300;
	border: 1px solid #ededed;
	height: auto;
}

.wpcf7 input[type="submit"] {
	background: #fff;
	width: auto;
	height: auto;
	margin: 35px auto 0;
	padding: 15px 40px;
	color: #8ec5c3;
	border: 1px solid #8ec5c3;
	border-radius: 0;
	font-weight: 500;
}

.wpcf7 input[type="submit"]:hover {
	background: #8ec5c3;
	color: #fff;
}

.wpcf7 .wpcf7-form p {
	margin-bottom: 20px;
}

.wpcf7 .wpcf7-form p:last-child {
	margin-bottom: 0;
}

div.wpcf7 img.ajax-loader {
	display: block;
	margin: 0 auto;
}
/*--------------------------------------------------------------
	Social network
--------------------------------------------------------------*/

.social li {
	list-style: none;
	display: inline-block;
}

.social li a {
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: block;
	color: #999;
	background: transparent;
	text-align: center;
	position: relative;
}

.social li a:hover {
	color: #8ec5c3;
}

.social li a span {
	background: #8ec5c3;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	width: 100px;
	color: #fff;
	left: 50%;
	margin-left: -50px;
	line-height: 24px;
	font-size: 80%;
	bottom: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.social li a:hover span {
	opacity: 1;
	visibility: visible;
	bottom: -35px;
}

.social li a span:after {
	content: "";
	position: absolute;
	bottom: auto;
	left: 47%;
	top: -20px;
	border: 5px solid transparent;
	border-bottom: 5px solid #8ec5c3;
	transform: translate3d(-50%,100%,0);
	-moz-transform: translate3d(50%,100%,0);
	-ms-transform: translate3d(50%,100%,0);
}

/* IE 10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .social li a span:after {
  	left: 40%;
  }
}

/* IE9, IE10 */
@media screen and (min-width:0\0) {
	.social li a span:after {
	  	left: 40%;
	  }
}


.k2t-footer .social li a span {
	position: relative;
	opacity: 1;
	visibility: visible;
	margin-left: 0;
	left: 0;
	font-size: 100%;
}

.k2t-footer .social li a:hover span {
	bottom: 0;
}

.k2t-footer .social li a span:after {
	display: none;
}


/*-----------------Social Widget-------------------------------*/

.social-widget ul {
	text-align: center;
}

.social-widget li {
	display: inline-block;
	margin: 0 10px 5px 0;
}

.social-widget li:last-child {
	margin-right: 0;
}

.social-widget li a {
	display: block;
	width: 40px !important;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #8ec5c3;
	color: #9e9e9e;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
}

.social-widget li a:hover {
	background: #8ec5c3;
	color: #fff;
	border-color: #8ec5c3;
}


/*--------------------------------------------------------------
	17. Offcanvas Sidebar / .open-sidebar
--------------------------------------------------------------*/
.open-sidebar {
	width: 41px;
	font-size: 48px;
	z-index: 100;
	position: relative;
	display: inline-block;
}
.k2t-sidebar .sub-menu li a{
	font-size: 12px !important;
} 
.admin-bar .offcanvas-sidebar {
	top: 32px;
}
.offcanvas-type-default {
	position: relative;
}
.offcanvas-type-default,
.offcanvas-sidebar,
.k2t-header-m {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition:    all .4s ease-in-out;
	transition:         all .4s ease-in-out;
}
.offcanvas-right {
	right: 0;
}
.offcanvas-left {
	left: 0;
}
.offcanvas-sidebar {
	position: fixed;
	width: 340px;
	top: 0;
	bottom: 0;
	line-height: 20px;
	z-index: 10001;
	background: #ffffff;
	min-height: 100%;
	height: 100%;
}
.offcanvas-sidebar .k2t-sidebar {
	width: 100% !important;
	padding-top: 0;
}
.offcanvas-right .offcanvas-sidebar {
	right: -340px;
}
.offcanvas-right .offcanvas-sidebar.is-open {
	right: 0;
	left: auto;
}
.offcanvas-right.offcanvas-open {
	right: 340px;
}
.offcanvas-left .offcanvas-sidebar {
	left: -340px;
}
.offcanvas-left .offcanvas-sidebar.is-open {
	left: 0;
	right: auto;
}
.offcanvas-left.offcanvas-open {
	left: 340px;
}
.offcanvas-sidebar .widget,
.offcanvas-sidebar .menu-main-menu-container {
	background: none;
	padding: 0;
	overflow: hidden;
	width: 100%;
}
.offcanvas-sidebar .menu-main-menu-container ul {
	list-style: none;
}

.offcanvas-sidebar .menu-main-menu-container ul li ul {
	margin-top: 20px;
}

.offcanvas-sidebar .widget ul > li,
.offcanvas-sidebar .menu-main-menu-container > ul > li {
	margin-bottom: 20px;
	padding-bottom: 5px;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-bottom: 1px dashed #ededed;
}
.offcanvas-sidebar > * ul > li > ul li a {
	/*color: #959595 !important;*/
}
.offcanvas-sidebar .menu-main-menu-container ul li ul li {
	/*margin-bottom: 10px;*/
}

.offcanvas-sidebar .widget ul > li.menu-item-has-children {
	cursor: pointer;
}
.offcanvas-sidebar .widget ul > li.menu-item-has-children:after {
	content: "\f107";
	font-family: FontAwesome;
	color: #959595;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.offcanvas-sidebar .widget ul > li.canvas_active:after {
	content: "\f106";
}
.offcanvas-sidebar .widget ul li::before,
ul.social li::before {
	display: none;
}
.offcanvas-sidebar .menu-main-menu-container ul li ul > li {
	position: relative;
}
.offcanvas-sidebar .menu-main-menu-container ul li ul > li:before {
	content: "\5b";
	color: #8EC5C3;
	font-family: 'ElegantIcons';
	font-size: 9px;
	position: absolute;
	left: 0;
	top: 3px;
	opacity: 0;
	transition: all 0.3s;
}
.offcanvas-sidebar .menu-main-menu-container ul li ul > li:hover:before {
	opacity: 1;
	transition: all 0.1s linear 0.2s;
}
.offcanvas-sidebar .menu-main-menu-container li:hover > a {
	/*color: #8EC5C3 !important;*/
	transition: all 0.3s;
}
.offcanvas-sidebar .menu-main-menu-container ul li ul > li:hover > a {
	padding-left: 15px;
	/*color: #8EC5C3 !important;*/
}
.offcanvas-sidebar .k2t-sidebar ul.menu > li.menu-item-has-children:after {
	color: #000;
}
.offcanvas-sidebar .k2t-sidebar ul.menu > li.menu-item-has-children:hover:after {
	color: #8EC5C3;
}
.offcanvas-sidebar .menu-main-menu-container ul li ul > li:hover > a:before {
	display: none;
}
.offcanvas-sidebar .widget ul > li:hover,
.offcanvas-sidebar .widget ul > li.menu-item-has-children:hover:after,
.offcanvas-sidebar .widget ul > li:hover > a,
.offcanvas-sidebar .menu-main-menu-container > ul > li:hover > a,
.offcanvas-sidebar .menu-main-menu-container ul li ul > li:hover > a {
	/*color: #8ec5c3;*/
}
.offcanvas-sidebar .widget,
.offcanvas-sidebar .widget ul li a,
.offcanvas-sidebar .menu-main-menu-container ul > li a {
	/*color: #333333;*/
	/*width: 100%;*/
}
.offcanvas-sidebar .widget ul > li ul {
	margin-left: 10px;
	opacity: 0;
	height: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.offcanvas-sidebar .widget ul > li.canvas_active ul {
	opacity: 1;
	height: 100%;
}
.offcanvas-sidebar .widget ul > li li {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 10px;
}
.offcanvas-sidebar .widget-title {
	/*color: #fff;*/
}
.offcanvas-sidebar .widget .posts-list .post-item h4 a {
	/*color: #8ec5c3;*/
}
.offcanvas-sidebar .widget .posts-list .post-item .post-meta {
	color: #949494;
}
/*.offcanvas-sidebar .widget .posts-list .post-item {
	border-bottom: 1px solid #3e3e3e;
}*/

#close-canvas {
	position: absolute;
	top: 10px;
	right: 20px;
	padding: 0 25px;
	font-size: 20px;
	color: #8ec5c3;
	-webkit-transition: all .3s ease-in-out 0.3s;
	-moz-transition: all .3s ease-in-out 0.3s;
	-ms-transition: all .3s ease-in-out 0.3s;
	-o-transition: all .3s ease-in-out 0.3s;
	transition: all .3s ease-in-out 0.3s;
}

#close-canvas {
	color: #000;
	transition: all 0.3s;
}
.offcanvas-sidebar.is-open #close-canvas {
	background-color: rgb(255, 255, 255);
	border-bottom-right-radius: 10px;
	line-height: 35px;
	height: 35px;
	padding: 0px;
	text-align: center;
	top: 0;
	right: -41px;
	-webkit-transition: all .3s ease-in-out 0.3s;
	-moz-transition: all .3s ease-in-out 0.3s;
	-ms-transition: all .3s ease-in-out 0.3s;
	-o-transition: all .3s ease-in-out 0.3s;
	transition: all .3s ease-in-out 0.3s;
}
/*---- off-canvas menu -----*/
.offcanvas-sidebar .menu-main-menu-container ul li ul li {
	/*min-height: 22px;*/
}
.offcanvas-sidebar div.menu-main-menu-container > ul > li {
	padding: 18px 0;
	margin: 0!important;
}
.offcanvas-sidebar .menu-main-menu-container ul > li a {
	/*color: #000 !important;*/
}
.offcanvas-sidebar div.menu-main-menu-container ul.menu > li.menu-item-has-children::after {
	top: 18px;
}
/*--------------------------Menu sidebar-----------------------*/
.k2t-sidebar .widget ul > li,
.k2t-sidebar .menu-main-menu-container > ul > li {
	/*margin-bottom: 20px;*/
	padding-bottom: 5px;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-bottom: 1px dashed #ededed;
}
.k2t-sidebar .social-widget ul {
	border-bottom: 1px dashed #ededed;
}
.k2t-sidebar .social-widget ul li {
	border: none;
}
.k2t-sidebar .menu-main-menu-container ul li ul li {
	/*margin-bottom: 10px;*/
	line-height: 40px;
}

.k2t-sidebar .widget ul > li.menu-item-has-children {
	cursor: pointer;
}
.k2t-sidebar ul.menu > li.menu-item-has-children:after{
	content: "\f107";
	font-family: FontAwesome;
	color: #959595;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.k2t-sidebar .widget ul > li.canvas_active:after {
	content: "\f106";
}
.k2t-sidebar .widget ul li::before,
ul.social li::before {
	display: none;
}
.k2t-sidebar .menu-main-menu-container ul li ul > li:hover > a:before {
	font-family: 'ElegantIcons';
	content: "\5b";
	font-size: 10px;
	padding-right: 5px;
}
.k2t-sidebar .widget ul > li:hover,
.k2t-sidebar .widget ul > li.menu-item-has-children:hover:after,
.k2t-sidebar .widget ul > li:hover > a,
.k2t-sidebar .menu-main-menu-container > ul > li:hover > a,
.k2t-sidebar .menu-main-menu-container ul li ul > li:hover > a {
	/*color: #8ec5c3;*/
}
.k2t-sidebar .widget,
.k2t-sidebar .widget ul li a,
.k2t-sidebar .menu-main-menu-container ul > li a {
	font-size: 95%;
}
.k2t-sidebar .menu-main-menu-container ul > li a {
	text-transform: uppercase;
}
.k2t-sidebar .widget ul > li ul {
	margin-left: 20px;
	opacity: 0;
	height: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.k2t-sidebar .widget ul > li.nav_menu_active ul {
	opacity: 1;
	height: 100%;
}
.k2t-sidebar .widget ul > li li {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 10px;
}
.k2t-sidebar .widget-title {
	/*color: #fff;*/
}
.k2t-sidebar .widget .posts-list .post-item h4 a {
	/*color: #8ec5c3;*/
}
.k2t-sidebar .widget .posts-list .post-item .post-meta {
	color: #949494;
}
/*--------------------------------------------------------------
	18. Background Image Animation
--------------------------------------------------------------*/

@-webkit-keyframes animatedBackground_ltr {
	0% { background-position: left; }
	100% { background-position: right; }
}
@-moz-keyframes animatedBackground_ltr {
	0% { background-position: left; }
	100% { background-position: right; }
}
@keyframes animatedBackground_ltr {
	0% { background-position: left; }
	100% { background-position: right; }
}
.left_to_right {
	animation: 60s linear 0s normal none infinite animatedBackground_ltr;
	-o-animation: 60s linear 0s normal none infinite animatedBackground_ltr;
	-ms-animation: 60s linear 0s normal none infinite animatedBackground_ltr;
	-moz-animation: 60s linear 0s normal none infinite animatedBackground_ltr;
	-webkit-animation: 60s linear 0s normal none infinite animatedBackground_ltr;
}
@-webkit-keyframes animatedBackground_rtl {
	0% { background-position: right; }
	100% { background-position: left; }
}
@-moz-keyframes animatedBackground_rtl {
	0% { background-position: right; }
	100% { background-position: left; }
}
@keyframes animatedBackground_rtl {
	0% { background-position: right; }
	100% { background-position: left; }
}
.right_to_left {
	animation: 60s linear 0s normal none infinite animatedBackground_rtl;
	-o-animation: 60s linear 0s normal none infinite animatedBackground_rtl;
	-ms-animation: 60s linear 0s normal none infinite animatedBackground_rtl;
	-moz-animation: 60s linear 0s normal none infinite animatedBackground_rtl;
	-webkit-animation: 60s linear 0s normal none infinite animatedBackground_rtl;
}
@-webkit-keyframes animatedBackground_ttb {
	0% { background-position: top; }
	100% { background-position: bottom; }
}
@-moz-keyframes animatedBackground_ttb {
	0% { background-position: top; }
	100% { background-position: bottom; }
}
@keyframes animatedBackground_ttb {
	0% { background-position: top; }
	100% { background-position: bottom; }
}
.top_to_bottom {
	animation: 60s linear 0s normal none infinite animatedBackground_ttb;
	-o-animation: 60s linear 0s normal none infinite animatedBackground_ttb;
	-ms-animation: 60s linear 0s normal none infinite animatedBackground_ttb;
	-moz-animation: 60s linear 0s normal none infinite animatedBackground_ttb;
	-webkit-animation: 60s linear 0s normal none infinite animatedBackground_ttb;
}
@-webkit-keyframes animatedBackground_btt {
	0% { background-position: bottom; }
	100% { background-position: top; }
}
@-moz-keyframes animatedBackground_btt {
	0% { background-position: bottom; }
	100% { background-position: top; }
}
@keyframes animatedBackground_btt {
	0% { background-position: bottom; }
	100% { background-position: top; }
}
.bottom_to_top {
	animation: 60s linear 0s normal none infinite animatedBackground_btt;
	-o-animation: 60s linear 0s normal none infinite animatedBackground_btt;
	-ms-animation: 60s linear 0s normal none infinite animatedBackground_btt;
	-moz-animation: 60s linear 0s normal none infinite animatedBackground_btt;
	-webkit-animation: 60s linear 0s normal none infinite animatedBackground_btt;
}

/*--------------------------------------------------------------
	Extra shortcodes
--------------------------------------------------------------*/

/*------ Popup ------*/

.spu-box {
	border-radius: 0;
}

.spu-box h1 {
	font-style: italic; 
	font-weight: bold; 
	text-transform: uppercase;
	margin-bottom: 0;
	padding: 0
}

.spu-box p img {
	width: 100%
}

.spu-close {
	top: 15px;
	right: 15px;
}

.spu-icon-close {
	font-family: "ElegantIcons";
}

.spu-icon-close:before {
	content: "\51";
}

p.spu-powered {
	display: none;
}

/*------  Subscribe ------*/

.mc4wp-form input[type="submit"] {
	color: #8ec5c3;
	text-transform: uppercase;
	font-weight: 400;
	border: 1px solid #8ec5c3;
	background: #fff;
}

.subscribe-cont .mc4wp-form {
	margin-bottom: 0;
}

.subscribe-cont .mc4wp-form input[type="submit"] {
	margin-top: 10px;
}

/*--------------------------------------------------------------
	Post Slider
--------------------------------------------------------------*/

.k2t-postslider {
	margin: 0 auto;
	position: relative;
}
.k2t-postslider.style_1 .ft-post-border{
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.k2t-postslider.style_1 .active + .owl-item:hover .ft-post-border {
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.ft-post-border {
	position: absolute;
	width: 65%;
	height: 16em;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border: 1px solid #fff;
	padding: 30px;
}

.ft-post-cont {
	background: #fff;
	padding: 30px;
	text-align: center;
	height: 100%;
	position: relative;
}

.ft-post-cont h2 {
	margin-bottom: 0;
	font-size: 200%;
	line-height: 1.6em;
	overflow: hidden;
}
.k2t-postslider.style_1 .ft-post-border {
	position: relative;
	display: inline;
	border: none;
}
.k2t-postslider.style_1 .owl-stage {
	background: #ffffff;
}
.k2t-postslider.style_1 .k2t-readmore,
.k2t-postslider.style_1 .title-bot {
	display: none;
}

.k2t-postslider.style_3 .ft-post-cont h2 {
	font-size: 160%;
}
.k2t-postslider.style_3 .owl-controls {
	display: none;
}

.ft-post-cont .k2t-readmore {
	margin: 5px;
}

.k2t-postslider.style_1 .k2t-readmore {
	margin-top: 10px;
}

.k2t-postslider.style_2 .owl-item .title-bot,
.k2t-postslider.style_4_home_10 .owl-item .title-bot{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	position: absolute;
	top: 5em;
	right: -60px;
	z-index: 10;
	display: inline-block;
}
.k2t-postslider.style_2 .owl-item:not(.active) .ft-post-cont .title-bot,
.k2t-postslider.style_2 .active + .active .ft-post-cont .title-bot {
	display: none;
}
.k2t-postslider.style_1 .owl-item:not(.active) .ft-post-border,
.k2t-postslider.style_3 .owl-item:not(.active) .ft-post-border {
	display: none;
}
.k2t-postslider.style_4 .ft-post > div {
	position: relative;
	float: left;
	width: 50%;
	height: auto;
	padding-bottom: 33.3%;
}

.k2t-postslider.style_4 .ft-post > div > div,
.k2t-postslider.style_4 .ft-post > div > a {
	position: absolute;
  	top: 0; bottom: 0; left: 0; right: 0;
}

.k2t-postslider.style_4 .ft-post-border {
	background: #fff url(../img/pattern/striped-2.png) repeat;
	padding: 10px;
	width: 100%;
	height: 100%;
}

.k2t-postslider.style_4 .ft-post-cont {
	text-align: left;
}

.k2t-postslider.style_4 .k2t-list-share {
	margin: 30px 0;
}

.k2t-postslider.style_4 .k2t-catlist:before,
.k2t-postslider.style_4 .k2t-catlist:after {
	left: 0;
}

.k2t-postslider.style_4 .k2t-catlist:before {
	width: -webkit-calc( 100% + 40px );
	width: -moz-calc( 100% + 40px );
	width: calc( 100% + 40px );
}

.k2t-postslider.style_4 .k2t-catlist:after {
	width: -webkit-calc( 100% + 30px );
	width: -moz-calc( 100% + 30px );
	width: calc( 100% + 30px );
}

.k2t-postslider.style_4 .k2t-catlist a {
	padding-left: 0;
}

.k2t-postslider.style_4 .k2t-catlist i {
	padding: 0 15px 0 5px;
}

.k2t-postslider.style_4 .k2t-post-meta {
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.k2t-postslider.style_4 .k2t-post-meta:after {
	position: absolute;
	display: block;
	content: "";
	width: 100px;
	height: 1px;
	bottom: 0;
	left: 0;
	background: #8ec5c3;
}

.k2t-postslider.style_4 .k2t-readmore a:before,
.k2t-postslider.style_4 .k2t-readmore a:after,
.k2t-postslider.style_4 .k2t-readmore:before {
	display: none;
}

.k2t-postslider.style_4 .k2t-readmore {
	margin-top: 0;
	float: left;
}

.k2t-postslider.style_4 .k2t-readmore a {
	padding-left: 0
}

.k2t-postslider.style_4 .k2t-list-share {
	text-align: right;
}

.k2t-postslider.style_4 .owl-nav > div {
	opacity: 0 ! important;
}

.k2t-postslider.style_4:hover .owl-nav > div {
	opacity: 1 ! important;
}

.k2t-postslider.style_4 .entry-content {
	line-height: 2em;
	max-height: 6em;
	overflow: hidden;
}

.k2t-postslider.style_5 .ft-post-border {
	padding: 10px;
	width: 50%;
	top: auto;
	bottom: -6.5em;
	height: 13em;
	background: #fff url(../img/pattern/striped-2.png) repeat;
}

.k2t-postslider.style_5 .owl-stage-outer {
	padding-bottom: 6.5em;
}
.k2t-postslider.style_5 .owl-stage-outer {
	padding-bottom: 6.5em;
}
.k2t-postslider.style_5 .owl-controls {
	opacity: 0;
}
.k2t-postslider.style_5:hover .owl-controls {
	opacity: 1;
}

.k2t-postslider.style_4_home_2 {
	max-width: 1170px;
	margin-top: 30px;
}
.k2t-postslider.style_4_home_2 .ft-post {
	margin-top: 50px;
	float: left;
	padding: 0 20px;
}
.k2t-postslider.style_4_home_2 .ft-post-thumb {
	width: 31.624%;
	float: left;
    margin-right: 30px;
}
.k2t-postslider.style_4_home_2 .ft-post-thumb img {
	border-radius: 50%;
    height: 370px;
}
.k2t-postslider.style_4_home_2 .ft-post-border-cont {
	width: 65%;
	float: left;
}
.k2t-postslider.style_4_home_2 .ft-post-border-cont p {
	margin-bottom: 20px;
}
.k2t-postslider.style_4_home_2 .ft-post-border-cont h2 {
	margin-bottom: 30px;
}
.k2t-postslider.style_4_home_2 .ft-post-border-cont h2:before {
	position: absolute;
    content: "";
    top: 26%;
    height: 1px;
    width: 7%;
    display: block;
    background: #8ec5c3;
}
.k2t-postslider.style_4_home_2 .ft-post-border-cont h2:after {
	position: absolute;
    content: "";
    top: 27%;
    height: 1px;
    width: 5%;
    display: block;
    background: #8ec5c3;
}
.k2t-postslider.style_4_home_2 .ft-post .k2t-readmore-style-4 a {
	border: 1px solid;
	padding: 10px 10px;
	margin-top: 15px;
}
.k2t-postslider.style_4_home_2 .owl-controls {
	opacity: 0;
}
.k2t-postslider.style_4_home_2:hover .owl-controls {
	opacity:1;
}
.k2t-homepage-2 .k2t-main-cont {
	margin: 0;
}
/*--------------------------------------------------------------
	Popular 1
--------------------------------------------------------------*/

.k2t-single-popular {
	max-width: 1170px;
	margin: 60px auto 0;
}

.popular-cat {
	color: #8ec5c3;
}

.popular-cat:hover {
	color: #414141;
}

.k2t-popular-list {
	margin-bottom: 80px;	
	padding-top: 30px;
}

.k2t-popular-list .popular-list-item {
	background: #fff;
}

.k2t-popular-list .owl-dots {
	position: absolute;
	width: 100%;
	top: -10px;
}

.k2t-popular-list .popular-list-item .popular-list-mid {
	padding: 30px 30px 50px;
}

.k2t-popular-list .entry-content p {
	line-height: 2em;
	max-height: 6em;
	overflow: hidden;
}

.popular-list-top {
	position: relative;
}

.popular-list-mid {
	text-align: center;
}

.popular-list-mid h3 {
	margin-bottom: 0;
	font-size: 150%;
	line-height: 1.6em;
	overflow: hidden;
}

.k2t-post-meta span, .k2t-post-meta a {
	font-size: 13px;
	color: #999;
	font-weight: 400;
	position: relative;
}

.k2t-post-meta span {
	padding-right: 20px
}

.k2t-post-meta span:after {
	position: absolute;
	font-family: ElegantIcons;
	content: "\5b";
	font-size: 8px;
	bottom: 2px;
	right: 10px;
	line-height: 100%;
	color: #ededed;
	font-style: normal;
}

.k2t-post-meta span:last-child:after {
	display: none;
}

.k2t-post-meta span:last-child {
	padding-right: 0;
}

.k2t-post-meta .ft-post-author a {
	font-style: italic;
	font-weight: bold;
}

.k2t-post-meta i {
	font-size: 9px;
	margin-right: 10px;
	margin-left: 5px;
}

.k2t-list-share {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin: 30px 0 50px;
	padding: 11px 0;
	text-align: center;
}

.k2t-list-share div {
	display: inline-block;
	margin: 0;
}

.k2t-list-share .likepost .wpulike {
	padding-right: 15px;
	margin-right: 20px;
	margin-top: -3px;
	border-right: 1px solid #eee;
	vertical-align: middle;
}

.entry-content .wpulike {
	display: none;
}

.wpulike .counter a {
	background: none;
	box-shadow: none;
	border: none;
}

.wpulike .count-box, .wpulike .count-box:before {
	border: none;
	font-family: "Lato", san-serif;
	color: #999;
	font-weight: 400;
	font-size: 14px;
	line-height: 13px;
	margin: 0;
	padding: 0;
	background: transparent;
	min-width: 25px;
}

.wpulike .counter a.loading:hover {
	background-color: transparent;
}

.wpulike .counter a.image, .wpulike .counter a.image-unlike {
	background: none;
	padding: 0 2px;
	margin-bottom: 0;
}

.wpulike .counter a:active, .wpulike .counter a:hover {
	border: none;
	text-shadow: none;
	color: #8ec5c3;
}

.wpulike .counter a.image:before {
	font-family: "FontAwesome";
	content: "\f08a";
	font-size: 13px;
	color: #999;
	text-shadow: none;
}

.wpulike .counter a.image-unlike:before {
	font-family: "FontAwesome";
	content: "\f004";
	font-size: 14px;
	color: #8ec5c3;
}
/*--------------------------------------------------------------
	Slider Style Template
--------------------------------------------------------------*/
.k2t-template-slider-style {
	text-align: center;
}
.k2t-template-slider-style .head-title{ 
	max-width: 1170px;
	margin: 30px auto ;
	margin-top: 80px;
}
.k2t-template-slider-style .k2t-catlist:before {
	top: 50%;
}
.k2t-template-slider-style .style-title h2 {
	background-color: #F5F5F5;
	margin: 50px 0;
	padding: 0 10px;
	position: relative;
	text-align: center !important;
	z-index: 10;
}
.style-title.center-block h2{
	text-align: center;
	font-family: Lato;
	text-transform: uppercase;
}
.k2t-template-slider-style .page-title{
	margin-top: 50px;
	font-style: normal;
}
/*--------------------------------------------------------------
	Homepage 8
--------------------------------------------------------------*/
.page-template-home-8 .k2t-container {
	max-width: 100% !important;
}
.page-template-home-8 .header-3 {
	max-width: 100%;
}
.page-template-home-8 .header-3 .k2t-header-mid {
	background: #ffffff;
}
.page-template-home-8 .header-3 .k2t-header-top {
	background: #f5f5f5;
}
.page-template-home-8 .k2t-main-cont {
	margin: 90px auto;
}
.page-template-home-8 .k2t-sidebar .social-widget ul {
	border: none;
}
.large-1 .k2t-list-top, .large-1 .k2t-list-mid, .large-1 .k2t-list-bot {
	padding: 30px 30px 0;
	overflow: hidden;
}

.large-1.audio-post .entry-content {
	margin-top: 100px;
}

.large-1.video-post .k2t-thumbmask {
	display: none;
}

.large-1 .k2t-list-bot {
	padding: 0 0 20px;
}

.large-1 .entry-title {
	font-size: 240%;
}

.large-1 .social li a,
.large-2 .social li a,
.large .social li a,
.k2t-content-single .social li a,
.page-template-blog-sticky .k2t-not-sticky .k2t-not-featured .social li a {
	width: auto;
	height: auto;
}

.large-1 .social li a:hover,
.large-1 .social li a:hover span,
.large-2 .social li a:hover,
.large-2 .social li a:hover span,
.large .social li a:hover,
.large .social li a:hover span,
.k2t-content-single .social li a:hover,
.k2t-content-single .social li a:hover span,
.page-template-blog-sticky .k2t-not-sticky .k2t-not-featured .social li a:hover span {
	color: #8ec5c3;
}

.large-1 .social li a span,
.large-2 .social li a span,
.large .social li a span,
.k2t-content-single .social li a span,
.page-template-blog-sticky .k2t-not-sticky .k2t-not-featured .social li a span {
	opacity: 1;
	background: transparent;
	visibility: visible;
	width: auto;
	color: #999;
	position: relative;
	left: auto;
	margin-left: 0;
	line-height: inherit;
	bottom: auto;
	margin: 0 13px 0 5px;
	border-right: 1px solid #eee;
	padding-right: 20px;
	text-transform: uppercase;
}

.large-1 .social li:last-child a span,
.large-2 .social li:last-child a span,
.large .social li:last-child a span, 
.k2t-content-single .social li:last-child a span,
.page-template-blog-sticky .k2t-not-sticky .k2t-not-featured .social li:last-child a span {
	border-right: none;
}

.large-1 .social li a span:after,
.large-2 .social li a span:after,
.large .social li a span:after,
.k2t-content-single .social li a span:after,
.page-template-blog-sticky .k2t-not-sticky .k2t-not-featured .social li a span:after {
	display: none;
}

.related-title {
	position: relative;
	background: transparent;
}

.related-title h3 {
	background: #fff;
	z-index: 10;
	position: relative;
	display: inline-block;
	font-size: 80%;
	border: 1px solid #eee;
	padding: 10px 30px;
	margin: 0;
}

.related-title span {
	padding: 0 10px;
	color: #999;
	text-transform: uppercase;
	font-family: Lato, san-serif;
	font-weight: 700;
}

.related-title span:before {
	position: absolute;
	font-family: ElegantIcons;
	content: "\5b";
	font-size: 8px;
	top: -webkit-calc( 50% - 4px );
	top: -moz-calc( 50% - 4px );
	top: calc( 50% - 4px );
	left: 20px;
	line-height: 100%;
	color: #8ec5c3;
}

.related-title span:after {
	position: absolute;
	font-family: ElegantIcons;
	content: "\5b";
	font-size: 8px;
	top: -webkit-calc( 50% - 4px );
	top: -moz-calc( 50% - 4px );
	top: calc( 50% - 4px );
	right: 20px;
	line-height: 100%;
	color: #8ec5c3;
}

.related-title:before {
	position: absolute;
	top: -webkit-calc( 50% - 1px );
	top: -moz-calc( 50% - 1px );
	top: calc( 50% - 1px );
	left: 0;
	height: 1px;
	width: 100%;
	display: block;
	background: #eee;
	content: "";
}

.home-related-posts {
	overflow: hidden;
	margin: 30px 0;
}

.home-related-posts-border {
	float: left;
	width: 50%;
	font-size: 120%;
	padding: 0 20px;
}

.home-related-posts-border:first-child {
	border-right: 1px solid #eee;
}

.home-related-posts h4 {
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 0 30px;
	margin: 0;
}

.home-related-posts h4:before {
	position: absolute;
	top: -webkit-calc( 50% - 1px );
	top: -moz-calc( 50% - 1px );
	top: calc( 50% - 1px );
	left: 0;
	height: 1px;
	width: 100%;
	display: block;
	background: #eee;
	content: "";
}

.home-related-posts h4 a {
	color: #999;
	font-style: italic;
	display: inline-block;
	text-align: center;
	padding: 0 15px;
	background: #fff;
	position: relative;
	z-index: 10;
	line-height: 1.6em;
	/*max-height: 1.6em;*/
	width: 100%;
	word-wrap: break-word;
	overflow: hidden;
}

.home-related-posts h4 a:hover {
	color: #8ec5c3;
}

/*--------------------------------------------------------------
	Homepage Basic 2
--------------------------------------------------------------*/
.large-2 .k2t-list-top {
	position: relative;
	height: 90px;
}

.large-2 .k2t-thumbmask {
    border: 10px solid rgba(255, 255, 255, 0.3);
    padding: 10px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.large-2.post-item .entry-content {
	position: inherit;
	text-align: justify;
}s

.large-2 .entry-title {
	font-size: 240%;
}

.large-2 .k2t-list-top-cont {
	padding: 20px;
	position: absolute;
	z-index: 10;
	left: 10%;
	top: -60px;
	width: 80%;
	background: #fff;
}

.large-2 .k2t-list-top-cont:after {
	position: absolute;
	left: -webkit-calc( 50% - 30px );
	left: -moz-calc( 50% - 30px );
	left: calc( 50% - 30px );
	bottom: 0;
	height: 1px;
	width: 60px;
	display: block;
	background: #8ec5c3;
	content: "";
}

.large-2 .k2t-list-mid {
	padding: 0 30px 1px;
}

.k2t-home-basic-2 .k2t-popular-list {
	margin-bottom: 0;
}


/*--------------------------------------------------------------
	Homepage Basic 3
--------------------------------------------------------------*/

.k2t-home-basic-3 .head-title.popuplar-2col {
	margin-bottom: 0;
}

.k2t-home-basic-3 .k2t-popular-list {
	margin-bottom: 80px;
	padding: 0 30px;
	background-color: #fff;
}

.k2t-home-basic-3 .k2t-blog-cont article .flx-entry-thumb .owl-stage-outer {
	padding-top: 10px;
	background: #fff;
}

.k2t-home-basic-3 .k2t-thumbmask {
	background: transparent;
}

/*--------------------------------------------------------------
	Homepage 1
--------------------------------------------------------------*/

.alternate {
	overflow: hidden;
	position: relative;
	margin-bottom: 60px;
}

.alternate .content-alternate {
	background: #fff url(../img/pattern/striped-2.png) repeat;
	padding: 10px;
	width: 40%;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -205px;
	text-align: center;
	height: 410px;
	z-index: 10;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,.1);
	-ms-box-shadow: 0 1px 5px rgba(0,0,0,.1);
	box-shadow: 0 1px 5px rgba(0,0,0,.1);
}

.alternate .content-border {
	background: #fff;
	padding: 30px 60px;
	height: 100%;
	width: 100%;
	display: table;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.alternate.link-post h3,
.alternate.quote-post h3 {
	margin-bottom: 10px;
	line-height: 1.6em;
	max-height: 4.8em;
	overflow: hidden;
}

.alternate .flx-entry-thumb {
	float: left;
	width: 66%;
}

.alternate .flx-entry-thumb .owl-nav {
	display: none;
}

.alternate:nth-child(even) .flx-entry-thumb {
	float: right;
}

.alternate:nth-child(even) .content-alternate {
	right: auto;
	left: 0;
}

.alternate .k2t-list-cont {
	display: table-cell;
	vertical-align: middle;
}
.alternate .k2t-post-meta {
	margin-bottom: 10px;
}

.alternate .entry-title {
	overflow: hidden;
}

.alternate .entry-content p {
	line-height: 2em;
	max-height: 6em;
	color: #313131;
	overflow: hidden;
}

.alternate .k2t-list-share {
	margin: 20px 0 0;
}

.k2t-homepage-1 .k2t-content {
	margin: 0 auto 40px;
}

.k2t-homepage-1 .k2t-main-cont {
	margin-top: 60px;
}

/*--------------------------------------------------------------
	Homepage 2
--------------------------------------------------------------*/
.k2t-homepage-2 .wrap-post-slider, .istyle_home_2 {
	background: #fff url('../img/flower.png') no-repeat 1250px bottom;
    margin-left: 30px;
    padding-bottom: 20px;
    margin-right: 30px;
}
.style_4_home_2 .owl-stage-outer{
	padding-bottom: 20px;
}
.page-template-home-2 .k2t-body .k2t-content{
	margin: 0 auto;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 50px;
}
.page-template-home-2 .k2t-body .k2t-content .k2t-wrap,
.page-template-home-2 .k2t-body .k2t-content .k2t-wrap .k2t-main-cont{
	max-width: 100%;
	margin: 0 auto;
}
.page-template-home-2 .k2t-blog .post-item{
	margin: 0 0 0px 0;
	padding: 15px;
}
.page-template-home-2 .k2t-post-meta .ft-post-author,
.page-template-home-2 .entry-content .k2t-readmore:before,
.page-template-home-2 .entry-content .k2t-readmore:after,
.style_4_home_2 .entry-content .k2t-readmore .more-link:after,
.style_4_home_2 .entry-content .k2t-readmore .more-link:before{
	display: none;
}
.style_4_home_2 .entry-content .k2t-readmore{
	text-align: left;
	float: left;
	margin-top: 20px;
}
.style_4_home_2 .entry-content .k2t-readmore .more-link{
	padding: 15px 18px;
}
.page-template-home-2 ..k2t-navigation {
	padding-top: 60px;
}
.page-template-home-2 .slider-hidden {
	display: none;
}
/*--------------------------------------------------------------
	Homepage 6
--------------------------------------------------------------*/

.medium .entry-title a {
	line-height: 40px;
}

.k2t-home-6 .k2t-popular-list {
	margin-bottom: 0
}
.page-template-home-6 .k2t-content .column-3 article:nth-child(2n+2) {
	float: right;
}

/*--------------------------------------------------------------
	Homepage 3
--------------------------------------------------------------*/
.page-template-home-3{
	background: #f5f5f5 url(../img/pattern/swirl_pattern.png) repeat;
}
.masonry-1.post-item {
	background: transparent;
}
.page-template-home-3 .k2t-container{
	max-width: 1170px;
	margin: 0 auto;
}
.page-template-home-3 .k2t-container .k2t-body{
	background: rgba(245,245,245,0.87);	
}
.page-template-home-3 .k2t-container .blog-masonry.k2t-main-cont{
	padding: 0 30px 50px;
}
.page-template-home-3 .k2t-navigation {
	margin-left: 60px;
}
.masonry-1 .k2t-list-top,
.masonry-1 .k2t-list-mid {
	background: #fff;
	padding: 20px 20px 30px;
}

.masonry-1 .k2t-list-thumb {
	position: relative;
	overflow: hidden;
}

.masonry-1 .k2t-list-thumb .k2t-list-share {
	margin-top: 0;
	position: absolute;
	width: 70%;
	left: 15%;
	bottom: -110px;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.masonry-1 .k2t-list-mid .k2t-list-share {
	margin-bottom: 10px
}

.masonry-1 .k2t-list-thumb .k2t-list-share *, .masonry-1 .k2t-list-thumb .wpulike .counter a.image:before {
	color: #fff;
}

.masonry-1:hover .k2t-list-thumb .k2t-list-share {
	bottom: 50%;
	margin-bottom: -27px;
	z-index: 10;
	text-align: center;
}


.masonry-1 .k2t-list-thumb .mask-icon {
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.masonry-1:hover .k2t-list-thumb .mask-icon {
	opacity: 0;
}

.masonry-1 .k2t-thumbmask {
    border: 10px solid rgba(255, 255, 255, 0.3);
    padding: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background: transparent;
}

.masonry-1:hover .k2t-thumbmask {
	background: rgba(0,0,0,0.3);
	
}

/*--------------------------------------------------------------
	Homepage 4
--------------------------------------------------------------*/
.page-template-home-4 .k2t-container {
	max-width: 100% !important;
	padding-left: 20px;
	padding-right: 20px;
}
.k2t-home-4 {
	max-width: 100%;
	padding: 0 !important;
}

.k2t-home-4 .k2t-blog .lastest-post-label:before {
	position: absolute;
    content: "";
    top: 45%;
    left: 45%;
    height: 1px;
    width: -webkit-calc( 15% - 30px );
    width: -moz-calc( 15% - 30px );
    width: -o-calc( 15% - 30px );
    width: calc( 15% - 30px );
    display: block;
    z-index: 11;
}
.k2t-home-4 .k2t-blog .lastest-post-label:after {
	position: absolute;
    content: "";
    top: 49%;
    left: 47%;
    height: 1px;
    width: -webkit-calc( 8% - 10px );
    width: -moz-calc( 8% - 10px );
    width: -o-calc( 8% - 10px );
    width: calc( 8% - 10px );
    display: block;
    z-index: 11
}
.k2t-home-4 .k2t-blog .lastest-post-label h4 {
	font-family: "PlayFair Display", serif;
    color: #313131;
    text-transform: uppercase;
    font-weight: 600;
    font-style: italic;
    font-size: 150%;
    letter-spacing: 1px;
    text-align: center;
    padding-bottom: 30px;
    position: relative;
    background: #ffffff;
    z-index: 10;
    padding-top: 30px;
    margin-right: 10px;
    margin-bottom: 60px;
}
.k2t-home-4 .k2t-blog .lastest-post-label .cat-list-back {
	margin-left: 4.3%;
    width: 94.2%;
    left: 0;
    height: 100px;
}
.k2t-home-4 .b-masonry article .post-inner {
	padding: 20px;
}

.style_4_home_4 {
	padding-top: 30px
}
.style_4_home_4 .ft-post-border {
	width: 75%;
	overflow: inherit;	
}
.style_4_home_4 .ft-post-border:before {
	content: "////////////////////";
    position: absolute;
    display: inherit;
    margin-top: -46px;
    color: #fff;
    transform: translateX(-50%);
    left: 50%;
}
.style_4_home_4 .ft-post-border:after {
	content: "////////////////////";
    position: absolute;
    display: inherit;
    margin-top: 15px;
    color: #fff;
    transform: translateX(-50%);
    left: 50%;
}
.style_4_home_4 .ft-post-border .bot-center-border p {
	position: absolute;
	margin-top: 20px;
    left: 38%;
    color: #fff;
}
.k2t-home-4 .masonry-1 .entry-content .mask-icon {
	color: #ffffff;
	border-color: #ffffff;
}
/*--------------------------------------------------------------
	Homepage 5
--------------------------------------------------------------*/
.style_5{
	max-width: 1170px;
	margin: 0 auto;
}
.style_4_home_5 .owl-controls{
	margin-top: 0;
}
.page-template-home-5 .k2t-container {
	max-width: 100% !important;
	margin: 0 auto;
}
.page-template-home-5 .k2t-header {
	max-width: 100%;
}
.page-template-home-5 .k2t-header-top {
	background: #f5f5f5;
}
.page-template-home-5 .header-3 .k2t-header-mid {
	background: #ffffff;
}
.page-template-home-5 .ft-post-border {
	overflow: inherit;
}
.style_3 .ft-post-border:before,
.style_4_home_5 .ft-post-border:before{
	content: "////////////////////";
    position: absolute;
    display: inherit;
    margin-top: -45px;
    color: #fff;
    transform: translateX(-50%);
    left: 50%;
}
.style_3 .ft-post-border:after,
.style_4_home_5 .ft-post-border:after {
	content: "////////////////////";
    position: absolute;
    display: inherit;
    margin-top: 15px;
    color: #fff;
    transform: translateX(-50%);
    left: 50%;
}

body .k2t-homepage-5 .k2t-blog {
	margin-top: 0;
}

body .k2t-homepage-5 .k2t-main-cont .cat-list-back {
	margin-top: -192px;
	top: 0;
	margin-bottom: 70px;
}

.k2t-homepage-5 .k2t-main-cont {
	margin: 0;
}
.k2t-homepage-5 .k2t-main-cont .blog-title {
	position: relative;
	background: #ffffff;
	margin-left: 10px;
    margin-right: 20px;
    z-index: 10
}
.k2t-homepage-5 .k2t-main-cont .cat-list-back {
	position: relative;
    top: -192px;
    margin-left: 15px;
    width: 97%;
    height: 160px;
}
.k2t-homepage-5 .k2t-main-cont .blog-title .k2t-cats-filter {
	border-top: 1px solid #ededed;
    padding-top: 15px;
    margin-bottom: 40px;
    padding-bottom: 18px;
}
.k2t-homepage-5 .k2t-main-cont .blog-title .cat-list-back {
	top: 18px;
	left: 18px;
}
.k2t-homepage-5 .blog-title h1 {
	font-family: "PlayFair Display", serif;
    color: #313131;
    text-transform: uppercase;
    font-weight: 600;
    font-style: italic;
    font-size: 150%;
    letter-spacing: 1px;
    text-align: center;
    line-height: 1em;
    padding-bottom: 25px;
    position: relative;
    padding-top: 30px;
}
.k2t-homepage-5 .blog-title h1:before {
	position: absolute;
    content: "";
    top: 75%;
    left: 47%;
    height: 1px;
    width: -webkit-calc( 8% - 20px );
    width: -moz-calc( 8% - 20px );
    width: -o-calc( 8% - 20px );
    width: calc( 8% - 20px );
    display: block;
    z-index: 11;
}
.k2t-homepage-5 .blog-title h1:after {
	position: absolute;
    content: "";
    top: 80%;
    left: 48%;
    height: 1px;
    width: -webkit-calc( 5% - 10px );
    width: -moz-calc( 5% - 10px );
    width: -o-calc( 5% - 10px );
    width: calc( 5% - 10px );
    display: block;
    z-index: 11
}
.k2t-homepage-5 .k2t-main-cont .k2t-cats-filter ul {
	text-align: center;
}
.k2t-homepage-5 .k2t-main-cont .k2t-cats-filter ul li {
	display: inline-block;
	list-style: none;
}
.k2t-homepage-5 .k2t-main-cont .k2t-cats-filter ul li:after {
    font-family: ElegantIcons;
    content: "\5b";
    font-size: 8px;
    top: -webkit-calc( 50% - 4px );
    top: -moz-calc( 50% - 4px );
    top: calc( 50% - 4px );
    right: -1px;
    line-height: 100%;
}
.k2t-homepage-5 .k2t-main-cont .k2t-cats-filter ul li:last-child:after {
	font-family: inherit;
	content: '';	
}
.k2t-homepage-5 .k2t-main-cont .k2t-cats-filter ul li a {
	padding-left: 27px;
	padding-right: 27px;
	font-weight: 600;
}
.k2t-homepage-5 .k2t-blog {
	margin-top: -130px;
}

/*--------------------------------------------------------------
	Homepage 6
--------------------------------------------------------------*/

.b-masonry.masonry-medium .column-3 {
	position: relative;
}
.b-masonry.masonry-medium .hentry {
	background: transparent;
}

/*.b-masonry.masonry-medium .hentry:nth-last-child(1) {
	position: absolute;
	left: 0;
	bottom: 0;
}

.b-masonry .column-3 .hentry:nth-last-child(2) {
	margin-bottom: 0;
}*/

.masonry-medium .k2t-list-thumb .k2t-thumbmask {
    border: 10px solid rgba(255, 255, 255, 0.3);
    padding: 10px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background: transparent;
}

.masonry-medium .k2t-list-thumb:hover .k2t-thumbmask {
	background: rgba(0,0,0,0.3);
}

.masonry-medium .k2t-list-top {
	padding: 20px 20px 20px;
}

.masonry-medium .medium .k2t-list-top .k2t-post-meta {
	margin-bottom: 19px;
	line-height: 2em;
	max-height: 2em;
	overflow: hidden;
}

.masonry-medium .entry-title {
	line-height: 1.6em;
	max-height: 1.6em;
	overflow: hidden;
}
.masonry-medium .large .entry-title {
	font-size: 240%;
}

.masonry-medium .k2t-blog .post-item .entry-content {
	padding: 0;
	display: table-cell;
	vertical-align: middle;
}

.masonry-medium .entry-content .mask-content {
	line-height: 1.6em;
	max-height: 6.4em;
	overflow: hidden;
	word-break: break-all;
}

.masonry-medium .k2t-list-mid .k2t-list-share {
	margin: 0 30px 35px;
}

.masonry-medium .k2t-popular-list .k2t-list-share {
	margin: 30px 0 0; 
}
/*-------------------------------------------------------------
	Homepage 7
----------------------------------------------------------------*/
.page-template-home-7 #menu-top-menu, 
.page-template-home-7 .k2t-container > .k2t-header {
	display: none;
}
.home-7-sidebar{
	float: left;
	width: 17.709% !important;
}
.home-7-sidebar .menu-home-7 .k2t-logo {
	margin: 30px auto;
	margin-bottom: 20px;
}
.page-template-home-7 .k2t-header-bot > *{
	line-height: 50px;
}
.page-template-home-7 .k2t-header-mid{
	border-bottom: none;
	padding-bottom: 35px;
}
.page-template-home-7 .k2t-header-bot .k2t-menu > li:after{
	content: "";
}
/* sub menu */ 
.header-7 .k2t-menu li .sub-menu{
	position: relative;
	visibility: visible;
	background: transparent;
	opacity: 1;
	margin-left: 0;
	width: auto;
	padding: 0;
	left: 0;
	z-index: 0;
}
.header-7 .k2t-header-bot > * ul {
	list-style: none;
	padding: 0 30px;
	overflow: hidden;
}
.header-7 .k2t-header-bot > * ul > li{
    position: relative;
    color: #252525;
}
.header-7 .k2t-header-bot > * ul > li a {
    position: relative;
    z-index: 999;
}
.header-7 .k2t-header-bot > * ul ul {
    opacity: 0;
    height: 0;
    padding: 0;
    margin: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.header-7 .k2t-header-bot > * ul > li > ul li {
    padding: 0;
    padding-top: 0 !important;
}
.header-7 .k2t-header-bot > * ul > li > ul li a {
    display: block;
    color: #959595;
    margin: 0;
    padding: 0 20px;
}
.header-7 .k2t-header-bot > * ul > li.children:after {
    content: "\33";
    font-family: "ElegantIcons";
    position: absolute;
    color: #000;
    cursor: pointer;
    font-size: 18px;
    right: 0px;
    top:14px;
}
.header-7 .k2t-header-bot > * ul ul.k2t-active {
    opacity: 1;
    height: auto;
}
.header-7 .k2t-header-bot > * ul > li.children.k2t-active:after {
    content: "\32";
    top:14px;
    cursor: pointer;
}
.header-7 .k2t-header-bot ul li a{
	border-bottom: none;
}
.header-7 .k2t-header-bot .k2t-menu li.active > a {
    content: "\32";
    padding: 0 20px;
}
.header-7 .k2t-menu{
	margin-top: 10px;
}
.header-7 .k2t-header-bot .k2t-menu > li:last-child{
	border-bottom: 1px solid #ededed;
}
.header-7 .k2t-header-bot li:hover > ul{
	margin: 0;
}
.header-7 .k2t-header-bot .k2t-menu li.active > a:before{
	display: none;
}
.header-7 .k2t-header-bot .k2t-menu li a{
	display: inline-block;
}
.header-7 .k2t-header-bot .k2t-menu > li{
	width: 100%;
	padding:0;
	border-bottom: 1px dashed #ededed;
}
.header-7 .k2t-header-bot .k2t-row > div:first-child .k2t-menu:before{
    position: absolute;
    font-family: ElegantIcons;
    content: "\5b";
    font-weight: 100;
    color: #8ec5c3;
    font-size: 12px;
    top: -6px;
    left: 50%;
    line-height: 100%;
    font-style: normal;
    background: #fff;
    z-index: 10;
    border-radius: 100%;
}

.header-7 .k2t-header-bot .k2t-row > div:first-child .k2t-menu:after{
    position: absolute;
    top: 0;
    left: 12%;
    height: 1px;
    width: 75%;
    display: block;
    background: #ededed;
    content: "";
}
/* end header 7 */
.page-template-home-7 .k2t-body {
	max-width: 100%;
}
.page-template-home-7 .k2t-sidebar {
	width: 100% !important;
}
.page-template-home-7 .k2t-header-bot .k2t-row > div:first-child .k2t-menu > li:first-child{
	padding-left: 0px;
}
.k2t-homepage-7 .k2t-content,
.k2t-homepage-7 .k2t-content .k2t-wrap,
.k2t-homepage-7 .k2t-content .k2t-wrap .k2t-main-cont{
	max-width: 100%;
	margin-top:0;
}
.k2t-homepage-7 .k2t-main-cont {
    margin: 0 auto;
    width: 81.6%;
    float: left;
}
.k2t-homepage-7 .large-1{
	margin: 35px 46px 0 60px;
	position: relative;
}
.k2t-homepage-7 .home-7-sidebar .k2t-sidebar .widget{
	margin-bottom: 0;
}
.k2t-homepage-7 .k2t-body .k2t-content{
	margin-top: 0;
}
.k2t-homepage-7 .large-1 .k2t-list-mid{
	padding: 0;
}
.k2t-homepage-7 .large-1 .k2t-list-top{
	padding: 40px 40px 10px;
}
.k2t-homepage-7 .widget{
	margin-bottom: 0;
}
.k2t-homepage-7 .k2t-main-cont .k2t-list-top {
	border: 1px solid #ffffff;
    position: absolute;
    overflow: inherit;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    text-align: center;
    z-index: 10;

}
.k2t-homepage-7 .k2t-main-cont .k2t-list-top .k2t-catlist,
.k2t-homepage-7 .k2t-post-meta .ft-post-comment, 
.k2t-homepage-7 .k2t-post-meta .ft-post-time:after,
.k2t-homepage-7 .k2t-banner-spot{
	display: none;
}
.k2t-homepage-7 .k2t-main-cont .k2t-list-top .entry-title,
.k2t-homepage-7 .k2t-main-cont .k2t-list-top .k2t-post-meta {
	background: #ffffff;
} 
.k2t-homepage-7 .k2t-main-cont .k2t-list-top .entry-title{
	padding: 20px 30px 0;
}
.k2t-homepage-7 .k2t-main-cont .k2t-list-top .k2t-post-meta {
	margin-bottom: 30px;
	padding: 0 48px 26px;
}
.k2t-homepage-7 .k2t-main-cont .k2t-list-top:before {
    content: "////////////////////";
    position: absolute;
    display: inherit;
    margin-top: -56px;
    color: #fff;
    left: 50%;
    transform:translateX(-50%);
}
.k2t-homepage-7 .k2t-main-cont .k2t-list-top:after {
	content: "////////////////////";
    position: absolute;
    display: inherit;
    margin-top: -4px;
    color: #fff;
    left: 50%;
    transform:translateX(-50%);
}
/*--------------------------------------------------------------
	Homepage 9
--------------------------------------------------------------*/
.page-template-home-9 .k2t-blog .post-item {
	padding: 0;
}
.page-template-home-9 .mask-content:after {
	position: absolute;
    left: -webkit-calc( 50% - 60px );
    left: -moz-calc( 50% - 60px );
    left: calc( 50% - 60px );
    bottom: 0;
    height: 1px;
    width: 125px;
    display: block;
    background: #ffffff;
    content: "";
}
/*--------------------------------------------------------------
	Homepage 10
--------------------------------------------------------------*/
.page-template-home-10 .owl-carousel .owl-stage-outer .owl-stage{
	background: #ffffff;
}
.page-template-home-10 .k2t-main-cont .head-title {
	margin-bottom: 0;
}
.page-template-home-10 .k2t-main-cont .k2t-popular-list {
	padding-top: 0;
}
/*--------------------------------------------------------------
	Homepage 11
--------------------------------------------------------------*/
.page-template-home-11 .k2t-blog .k2t-list-share {
	padding-left: 30px;
}
.page-template-home-11 .k2t-blog .k2t-list-share .social li a {
	width: auto;
}
.page-template-home-11 .k2t-blog .k2t-list-share .social li a:hover span {
	opacity: 1;
	bottom: 0;
}
.page-template-home-11 .k2t-blog .k2t-list-share .social li a span {
	opacity: 1;
    background: transparent;
    visibility: visible;
    width: auto;
    color: #999;
    position: relative;
    left: auto;
    margin-left: 0;
    line-height: inherit;
    bottom: auto;
    margin: 0 13px 0 5px;
    border-right: 1px solid #eee;
    padding-right: 20px;
    text-transform: uppercase;
}
.page-template-home-11 .k2t-blog .k2t-list-share .social li:last-child a span {
	border: none;
}
.page-template-home-11 .k2t-blog .k2t-list-share .social li a span:after {
	border: none;
}
.page-template-home-11 .k2t-blog .k2t-list-share .social li a:hover span{
	opacity: 1;
	bottom: 0;
}
/* for infinite scroll */
.page-template-home-11 .k2t-blog .k2t-not-featured .large-1 {
	display: none;
}
/*--------------------------------------------------------------
	Homepage 12
--------------------------------------------------------------*/

.style_4_home_12 {
	max-width: 1170px;
}
.k2t-homepage-12 .ft-post {
	padding-top: 40px;
}
.style_4_home_12 .ft-post article {
	margin-bottom: 0 !important;
	padding: 0 !important;

}
.home-12-banner {
	/*background-image: url('../img/banner-home-12.jpg');
	background-size: cover;
	background-position: center center;
	position: relative;
	width: 100%;
	min-height: 720px;*/
	position: relative;
}
.home-12-banner .jump-down {
	cursor: pointer;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	text-transform: uppercase;
}
.home-12-banner .jump-down p:first-child {
	margin-bottom: 0;
}
.home-12-banner .jump-down p:first-child:before {
	content: 'My blog';
	color: black;
}
.home-12-banner .jump-down p:last-child {
	text-align: center;
	animation: bounce 1s linear 2s infinite alternate;
}
.k2t-homepage-12 .k2t-blog-list article {
	background: #fff;
	margin-bottom: 50px;
}
.style_4_home_12 .ft-post .post-item .k2t-list-top {
	text-align: left;
	padding: 40px 50px 0px 50px !important;
	background: #ffffff;
}
.style_4_home_12 .ft-post .post-item  .k2t-list-top .entry-content .k2t-readmore {
	margin-top: 20px;
    position: inherit;
    text-align: left;
    float: left;
    position: absolute;
}
.style_4_home_12 .ft-post .post-item  .k2t-list-top .entry-content .k2t-readmore .more-link{
	padding: 0;
}
.k2t-homepage-12 .home-related-posts h4:before,
.k2t-homepage-12 .home-related-posts h4:after{
	display: none;
}
.k2t-homepage-12 .ft-post .post-item  .k2t-list-top .entry-content .k2t-readmore:after {
	height: 0px;
}
.style_4_home_12 .ft-post .post-item  .k2t-list-top .entry-content .k2t-readmore a:before,
.style_4_home_12 .ft-post .post-item  .k2t-list-top .entry-content .k2t-readmore a:after {
	content: "";
}
.style_4_home_12 .ft-post .post-item .k2t-list-mid {
	display: inline-block;
    width: 50%;
    background: #ffffff;
}
.style_4_home_12 .ft-post .post-item .k2t-list-mid .k2t-list-share {
	text-align: right;
    margin-right: 70px;	
    margin-left: 50px;
}
.style_4_home_12 .ft-post .post-item  .k2t-list-top
.style_4_home_12 .post-inner {
	background: #ffffff;
}
.style_4_home_12 .post-inner .clear {
	display: none;
}
.style_4_home_12 .k2t-list-thumb {
	padding: 0 !important;
}
.style_4_home_12 .ft-post .post-item .k2t-catlist:before {
    position: absolute;
    content: "";
    top: 40%;
    left: -30px;
    height: 1px;
    width: -webkit-calc( 100% + 40px );
    width: -moz-calc( 100% + 30px );
    width: -o-calc( 100% + 30px );
    width: calc( 100% + 30px );
    display: block;
}
.style_4_home_12 .ft-post .post-item .k2t-catlist:after {
    position: absolute;
    content: "";
    top: 55%;
    left: -20px;
    height: 1px;
    width: -webkit-calc( 100% + 20px );
    width: -moz-calc( 100% + 20px );
    width: -o-calc( 100% + 20px );
    width: calc( 100% + 20px );
    display: block;
}
.style_4_home_12 .ft-post .post-item .k2t-catlist:before, 
.style_4_home_12 .ft-post .post-item .k2t-catlist:after {
	left: 0;
}
.style_4_home_12 .ft-post .post-item .k2t-catlist a:first-child {
	padding-left: 0;
}
.style_4_home_12 .post-item .post-inner {
	background: #ffffff;
	display: inline-block;
	width: 100%;
}
.style_4_home_12 .post-item:nth-child(2n+1) .k2t-list-thumb {
	float: left;
}
.style_4_home_12 .post-item:nth-child(2n+2) .k2t-list-thumb {
	float: right;
}
.style_4_home_12 .post-item:nth-child(2n+2) .k2t-list-top {
	text-align: right;
}
.style_4_home_12 .post-item:nth-child(2n+2) .k2t-catlist:before,
.style_4_home_12 .post-item:nth-child(2n+2) .k2t-catlist:after {
	right: 0;
	left: auto;
}
.style_4_home_12 .post-item:nth-child(2n+2) .k2t-catlist a {
	padding-left: 10px !important;
}
.style_4_home_12 .k2t-thumbmask, .page-template-home-12 .header-1 .k2t-header-top{
	display: none;
}
.page-template-home-12 .k2t-list-bot .home-related-posts .related-item:first-child {
	margin-left: 5px;
}
.page-template-home-12 .k2t-list-bot .home-related-posts .related-item {
	width: 24%;
	float: left;
	margin-left: 8px;
}
.page-template-home-12 .k2t-list-bot .home-related-posts .home-related-posts-border {
	width: 100%;
	padding: 20px 0;
}
.k2t-homepage-12 .k2t-main-cont .head-title-2 {
	position: relative;
    margin-bottom: 60px;
    padding-bottom: 10px;
}
.k2t-homepage-12 .k2t-main-cont .head-title-2 .title {
	padding: 30px;
    background: #fff;
    z-index: 10;
    position: relative;
    margin: 0 10px 0 0;	
}
.k2t-homepage-12 .k2t-main-cont .head-title-2 .title h2 {
	font-size: 200%;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}
.k2t-homepage-12 .k2t-main-cont .head-title-2 .title h2:before {
	position: absolute;
    content: "";
    bottom: -5px;
    left: -moz-calc( 50% - 50px );
    left: -webkit-calc( 50% - 50px );
    left: calc( 50% - 50px );
    height: 1px;
    width: 100px;
    display: block; 
}
.k2t-homepage-12 .k2t-main-cont .head-title-2 .title h2:after {
    position: absolute;
    content: "";
    bottom: -10px;
    left: -moz-calc( 50% - 30px );
    left: -webkit-calc( 50% - 30px );
    left: calc( 50% - 30px );
    height: 1px;
    width: 60px;
    display: block;
}
.k2t-homepage-12 .k2t-main-cont .head-title-2 .page-title-back {
    position: absolute;
    width: -webkit-calc( 100% - 10px );
    width: -moz-calc( 100% - 10px );
    width: calc( 100% - 10px );
    height: -webkit-calc( 100% - 10px );
    height: -moz-calc( 100% - 10px );
    height: calc( 100% - 10px );
    top: 10px;
    left: 10px;
    background-image: url(../img/pattern/striped.png);
}
.k2t-homepage-12 .k2t-main-cont .k2t-blog-list .entry-content {
	padding-right: 20%;
	padding-left: 20%;
}
.k2t-homepage-12 .k2t-main-cont .k2t-blog-list .entry-content p {
	padding-top: 20px;
	text-align: justify;
}
.k2t-homepage-12 .k2t-main-cont .k2t-blog-list .k2t-readmore:before {
    position: absolute;
    top: -webkit-calc( 50% - 1px );
    top: -moz-calc( 50% - 1px );
    top: calc( 50% - 1px );
    /*left: 131px;*/
    height: 1px;
    width: 100%;
    display: block;
    content: "";
}
.k2t-homepage-12 .k2t-main-cont .k2t-blog-list .k2t-list-mid .k2t-list-share,
.k2t-homepage-12 .k2t-main-cont .k2t-blog-list .k2t-readmore{
	margin-left: 20%;
	margin-right: 20%;
}
/*--------------------------------------------------------------
	Homepage 13
--------------------------------------------------------------*/
/* slide for homepage 13*/
.style_4_home_13{
	padding:30px;
}
.style_4_home_13 .owl-controls {
	padding-top: 0px;
}
.owl-controls .owl-prev,
.owl-controls .owl-next{
	opacity: 0 !important;
}
.owl-carousel:hover .owl-controls .owl-prev,
.owl-carousel:hover .owl-controls .owl-next{
	opacity: 1 !important;
}
.header-13 .k2t-header-mid{
	background: url('../img/bgbanner.jpg') repeat;
	background-position: center center;
}
.header-13 .k2t-header-mid .banner{
	margin: 45px 0;
}
.k2t-homepage-13 .large-1 .k2t-list-top{
	padding: 20px 30px 0;
}
.style_4_home_13 .ft-post .ft-post-cont .k2t-catlist,
.style_4_home_13 .k2t-post-meta .ft-post-comment,
.style_4_home_13 .k2t-post-meta .ft-post-time:after,
.k2t-homepage-13 .k2t-not-featured .k2t-post-meta .ft-post-author {
	display: none;
}
.style_4_home_13 .ft-post .ft-post-cont{
	margin: -60px 30px 10px;
    background: url('../img/bg.jpg') repeat top left;
    padding: 10px;
    -webkit-box-shadow: 0px 4px 3px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 4px 3px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.1);
}
.style_4_home_13 .ft-post-cont .k2t-readmore{
	margin: 17px 5px 5px;	
}
.style_4_home_13 .ft-post .ft-post-cont .ft-post-inner{
	background: #fff;
	padding: 4px 30px 15px;
}
.k2t-homepage-13 .k2t-featured .post-item{
	padding: 0;
}
.k2t-homepage-13 .k2t-main-cont{
	margin: 20px auto 0;
}
.k2t-homepage-13 .k2t-blog .post-item{
	margin: 0 0 30px;
}
.k2t-homepage-13 .k2t-featured .k2t-list-bot .home-related-posts{
	padding: 0 58px;
}
.page-template-home-13 .k2t-header .search-box .searchform > button[type="submit"] {
	padding: 15px 0px;
}
.k2t-homepage-13 .k2t-navigation {
	text-align: center;
	padding-top: 50px;
}
.k2t-homepage-13 .k2t-navigation ul li span {
}
/*.k2t-homepage-13 .k2t-navigation ul li:last-child a {
	border-color: #ffcbcb;
}*/
.k2t-homepage-13 .k2t-post-meta span:after {
	right: 5px;
}
/* for infinite scroll */
.page-template-home-13 .k2t-blog .k2t-not-featured .large-1 {
	display: none;
}
/*--------------------------------------------------------------
	Homepage 14
--------------------------------------------------------------*/
.style_4_home_14 .ft-post-cont{
	background: rgba(255,255,255,0.87);
}
.homepage-14 .owl-controls .owl-prev,
.homepage-14 .owl-controls .owl-next{
	opacity: 0 !important;
}
.homepage-14:hover .owl-controls .owl-prev,
.homepage-14:hover .owl-controls .owl-next{
	opacity: 1 !important;
}
.page-template-home-14 .entry-title{
	font-family: 'ph600';
	font-size: 200%;
}
.style_4_home_14 .ft-post-cont > h2{
	font-family: 'ph600';
}
.style_4_home_14 .k2t-post-meta .ft-post-author a{
	font-style: normal;
}
.style_4_home_14 .k2t-catlist{
	font-weight: 700;
}
.style_4_home_14 .k2t-catlist:after{
	display: none;
}
.style_4_home_14 .k2t-catlist:before{
	top: 45%;
}
.style_4_home_14 .ft-post-cont .k2t-readmore .more-link{
	background: transparent;
}
.style_4_home_14 .ft-post-border {
	overflow: inherit;
	padding: 40px;
}
.style_4_home_14 .ft-post-border:before {
	content: "////////////////////";
    position: absolute;
    display: inherit;
    margin-top: -55px;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
}
.page-template-home-14 .k2t-footer .k2t-main-footer .widget .widget-title{
	font-weight: 400;
	font-style: normal;
}
.page-template-home-14 .masonry-1 .k2t-thumbmask{
	border:none;
}
.homepage-14 .k2t-header-bot {
	margin-bottom: 5px;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    0px 2px 0px 0px rgba(50, 50, 50, 0.1);
	box-shadow:         0px 2px 0px 0px rgba(50, 50, 50, 0.1);
}
.homepage-14{
	margin: 0 auto;
}
.style_4_home_14{
	margin: 55px auto 0;
	max-width: 1170px;
}
.style_4_home_14 .ft-post-border:after {
	content: "////////////////////";
    position: absolute;
    display: inherit;
    margin-top: 26px;
    color: #fff;
    transform: translateX(-50%);
    left: 50%;
}
.page-template-home-14 .k2t-body .k2t-content{
	margin: 60px auto 180px;
}
.page-template-home-14 .b-masonry .post-item .post-inner{
	padding: 0 30px;
}
.page-template-home-14 .k2t-banner-spot{
	margin-bottom: 90px;
}
.page-template-home-14 .k2t-blog .post-item{
	margin: 0 0 30px;
}
.style_4_home_14 .ft-post-cont .k2t-readmore:before{
	width: 30%;
}
.style_4_home_14 .ft-post-cont .k2t-readmore:after{
	width: 30%;
	position: absolute;
    top: -webkit-calc( 50% - 1px );
    top: -moz-calc( 50% - 1px );
    top: calc( 50% - 1px );
    right: 0;
    height: 1px;
    display: block;
    content: "";
}
.page-template-home-14 .k2t-post-meta .ft-post-author a {
	font-size: inherit;
	font-weight: 300;
	font-style: normal;
}
/*--------------------------------------------------------------
	Blog Featured
--------------------------------------------------------------*/

.k2t-not-featured {
	margin: 30px -15px 0 -15px;
}

.k2t-not-featured.b-masonry .hentry {
	background: transparent;
}


.k2t-not-featured .k2t-list-top {
	padding: 30px 30px 0 30px;
} 

.k2t-not-featured .k2t-list-mid {
	padding: 20px 30px 0 30px;
}

.k2t-not-featured .entry-title {
	line-height: 1.6em;
	overflow: hidden;
}

.k2t-blog .k2t-not-featured .post-item .entry-content {
	padding: 0;
	text-align: center;
}

.k2t-blog .k2t-not-featured .post-item .entry-content p {
	line-height: 2em;
	height: 6em;
	overflow: hidden;
}

.k2t-not-featured .mask-icon {
	top: -webkit-calc( 50% - 40px );
	top: -moz-calc( 50% - 40px );
	top: calc( 50% - 40px );
}

.k2t-not-featured .mask-content {
	display: none;
}
.page-template-blog-featured .k2t-blog .k2t-not-featured .large-1 {
	display: none;
}

/*--------------------------------------------------------------
	Blog Sticky
--------------------------------------------------------------*/

.k2t-sticky-posts {
	margin: 0 -15px 50px;
}

.k2t-sticky-posts .hentry {
	margin-bottom: 30px;
}

.k2t-sticky-posts .k2t-list-top,
.k2t-sticky-posts .k2t-list-mid {
	background: #fff;
}

.k2t-sticky-posts .post-item .entry-content p {
	line-height: 2em;
	max-height: 8em;
	overflow: hidden;
	margin-top: 30px
}

.k2t-sticky-posts .k2t-list-bot {
	display: none;
}

.k2t-sticky-posts .k2t-readmore {
	margin: 20px 50px
}

.k2t-sticky-posts .large-1 .social li a {
	width: 20px;
	height: 20px;
}

.k2t-sticky-posts .large-1 .social li a span {
	background: #8ec5c3;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	color: #fff;
	left: 50%;
	bottom: 0;
	margin-left: -40px;
	margin-right: 0;
	border-right: 0;
	padding-right: 0;
	line-height: 24px;
	font-size: 80%;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	width: 100px;
}

.k2t-sticky-posts .large-1 .social li a:hover span {
	opacity: 1;
	visibility: visible;
	bottom: -35px;
}

.k2t-not-sticky .k2t-featured article.hentry {
	margin-bottom: 60px ! important;
	padding: 0;
	width: 100%
}

.k2t-not-sticky .k2t-not-featured {
	margin: 0 0 40px;
}

.k2t-featured {
	overflow: hidden;
}

.small-1.hentry {
	padding: 20px 30px 1px 30px;
	margin-bottom: 60px;
	max-width: 100%;
}

.small-1 .k2t-list-thumb,
.small-1 .k2t-list-top {
	width: 50%;
	float: left;
}

.small-1 .k2t-list-top {
	padding: 0 0 0 30px
}

.small-1 .k2t-list-thumb {
	padding-top: 10px
}

.small-1.post-item .entry-content p {
	margin-top: 10px
}

.small-1.post-item .k2t-readmore {
	margin: 21px auto;
}

.small-1 .k2t-list-mid {
	padding: 0
}

.small-1 .k2t-list-share {
	margin-top: 10px
}


/*--------------------------------------------------------------
	Archive Categories
--------------------------------------------------------------*/
.archive .k2t-not-sticky .k2t-featured article.hentry {
	margin-bottom: 30px ! important
}

.archive .k2t-not-featured {
	margin: 0 -20px 0;
}

.k2t-not-featured .masonry-layout .k2t-list-top {
	padding: 30px 30px 0px 30px;
}

.k2t-not-featured .masonry-layout .small-1 .k2t-list-thumb, 
.k2t-not-featured .masonry-layout .small-1 .k2t-list-top {
   width: 100%;
   float: none; 
}

.k2t-not-featured .masonry-layout .small-1.hentry {
	padding: 20px 20px 0 20px;
}

/*.k2t-not-featured .masonry-layout .k2t-list-share {
	margin: 30px 30px 50px;
}*/

.k2t-not-featured .masonry-layout .small-1 .k2t-list-thumb {
   padding-top: 0; 
}

.k2t-not-featured .masonry-layout .post-item {
	background: transparent;
}

.k2t-cat-title {
	padding: 20px;
	background: #fff;
	margin-bottom: 60px
}

.k2t-cat-title h1 {
	font-family: "PlayFair Display", serif;
	font-style: italic;
	font-size: 160%;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 5px;
}

.k2t-cat-title h1 a {
	color: #8ec5c3;
}

.k2t-cat-title h1 a:hover {
	color: #313131;
}


/*-------------------------------------------------------------
	Other Pages
*-------------------------------------------------------------*/
.page-title-cont {
	position: relative;
	margin-bottom: 60px;
	padding-bottom: 10px;
}

.page-title-front {
	padding: 30px;
	background: #fff;
	z-index: 10;
	position: relative;
	margin: 0 10px 0 0;
}

.page-title-back {
	position: absolute;
	width: -webkit-calc( 100% - 10px );
	width: -moz-calc( 100% - 10px );
	width: calc( 100% - 10px );
	height: -webkit-calc( 100% - 10px );
	height: -moz-calc( 100% - 10px );
	height: calc( 100% - 10px );
	top: 10px;
	left: 10px;
	background-color: #8ec5c3;
	background-image: url(../img/pattern/striped.png);
}

.page-title {
	font-size: 200%;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}

.page-title:before {
	position: absolute;
	content: "";
	bottom: -5px;
	left: -moz-calc( 50% - 50px ) ;
	left: -webkit-calc( 50% - 50px ) ;
	left: calc( 50% - 50px ) ;
	height: 1px;
	width: 100px;
	display: block;
	background: #8ec5c3;
}

.page-title:after {
	position: absolute;
	content: "";
	bottom: -10px;
	left: -moz-calc( 50% - 30px ) ;
	left: -webkit-calc( 50% - 30px ) ;
	left: calc( 50% - 30px ) ;
	height: 1px;
	width: 60px;
	display: block;
	background: #8ec5c3;
}

.page-entry {
	background: #fff;
	padding: 30px
}

.page-thumb {
	margin-bottom: 30px;
}

/*------------ 404 Page ----------- */


.k2t-not-found {
	margin: 30px 0;
	position: relative;
	text-align: center;
}

.error-404-cont {
	position: relative;
	padding-bottom: 10px;
	margin: 120px auto ! important;
	max-width: 900px;
}

.error-404-front {
	padding: 50px;
	background: #fff;
	z-index: 10;
	position: relative;
	margin: 0 10px 0 0;
}

.error-404-back {
	position: absolute;
	width: -webkit-calc( 100% - 10px );
	width: -moz-calc( 100% - 10px );
	width: calc( 100% - 10px );
	height: -webkit-calc( 100% - 10px );
	height: -moz-calc( 100% - 10px );
	height: calc( 100% - 10px );
	top: 10px;
	left: 10px;
	background-color: #8ec5c3;
	background-image: url(../img/pattern/striped.png);
}

.error-404-cont h1 {
	font-family: "Playfair Display";
	font-size: 210px;
	font-weight: 700;
	line-height: 1;
}

.error-404-cont h1 span.prim {
	color: #8ec5c3;
}

.error-404-cont h2 {
	position: relative;
	display: inline-block;
}

.error-404-cont h2:before {
	position: absolute;
	top: 50%;
	left: -100px;
	height: 1px;
	width: -webkit-calc( 100% + 200px );
	width: -moz-calc( 100% + 200px );
	width: calc( 100% + 200px );
	display: block;
	background: #8ec5c3;
	content: "";
}

.error-404-cont h2 span {
	padding: 0 25px;
	background: #fff;
	font-family: Lato;
	color: #313131;
	font-size: 18px;
	font-weight: 400;
	font-style: italic;
	text-transform: uppercase;
	z-index: 10;
	position: relative;
}

.error-404-cont h2 span:before {
	position: absolute;
	font-family: ElegantIcons;
	content: "\5b";
	font-size: 10px;
	color: #8ec5c3;
	font-style: normal;
	top: -webkit-calc( 50% - 5px );
	top: -moz-calc( 50% - 5px );
	top: calc( 50% - 5px );
	left: -1px;
	line-height: 100%;
}

.error-404-cont h2 span:after {
	position: absolute;
	font-family: ElegantIcons;
	content: "\5b";
	font-size: 10px;
	color: #8ec5c3;
	font-style: normal;
	top: -webkit-calc( 50% - 5px );
	top: -moz-calc( 50% - 5px );
	top: calc( 50% - 5px );
	right: -1px;
	line-height: 100%;
}

.error-404-cont .searchform {
	position: relative;
	margin: 30px auto;
}

.error-404-cont .searchform .form-group {
	width: 100%;
	max-width: 350px;
	border: 1px solid #ededed;
}

.error-404-cont .searchform #s {
	background-color: #fff;
}

.error-404-cont .searchform .searchsubmit {
	background-color: transparent;
	border: 0;
	color: transparent;
	width: 50px;
	padding: 15px;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.error-404-cont .searchform .searchsubmit:before {
	font-family: ElegantIcons;
	content: "\55";
	color: #999;
	font-size: 14px;
}

/*------------ Under Construction ----------- */


.k2t-under-construction {
	text-align: center;
	border: 20px solid #fff;
	display: table; 
	position: absolute; 
	height: 100%; 
	width: 100%;
	top: 0;
	left: 0;
}

.k2t-under-construction .k2t-wrap {
	display: table-cell; 
	vertical-align: middle;
	padding: 100px;
}

.under-construction-cont {
	position: relative;
	margin: 0 auto;
	padding: 60px;
	max-width: 1050px;
	background: #fff;
	text-align: center;
}

.under-construction-cont .k2t-logo {
	width: 100%;
	display: block;
	margin: 0 auto;
}

.under-construction-cont h2 {
	position: relative;
	display: inline-block;
	margin: 20px 0;
}

.under-construction-cont h2 span {
	padding: 0;
	background: #fff;
	font-family: Lato;
	color: #313131;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	z-index: 10;
	position: relative;
}

.under-construction-cont h2:before {
	position: absolute;
	content: "";
	top: 45%;
	left: -100px;
	height: 1px;
	width: -webkit-calc( 100% + 200px );
	width: -moz-calc( 100% + 200px );
	width: -o-calc( 100% + 200px );
	width: calc( 100% + 200px );
	display: block;
	background: #8ec5c3;
}

.under-construction-cont h2:after {
	position: absolute;
	content: "";
	top: 55%;
	left: -70px;
	height: 1px;
	width: -webkit-calc( 100% + 140px );
	width: -moz-calc( 100% + 140px );
	width: -o-calc( 100% + 140px );
	width: calc( 100% + 140px );
	display: block;
	background: #8ec5c3;
}

.under-construction-cont #cd-clock {
	margin: 30px 0 60px;
}

.cd-el {
	display: inline-block;
	width: 20%;
	font-family: "Playfair Display";
	font-style: italic;
	font-weight: bold;
	
}

.cd-el > span {
	display: block;
	margin: 0 auto;
}

span.cd-num {
	font-size: 60px;
	width: 150px;
	height: 150px;
	line-height: 140px;
	color: #8ec5c3;
	border: 1px solid #ededed;
	border-radius: 50%;
	margin-bottom: 20px;
}

.cd-title {
	font-size: 18px;
	text-transform: uppercase;
	color: #999;
}

.under-construction-cont .mc4wp-form p {
	display: inline-block;
}

@-moz-document url-prefix() { 
	.under-construction-cont .mc4wp-form p {
		height: 21px;
	}
	.under-construction-cont .mc4wp-form input[type="submit"] {
		font-size: 14px;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
 	.under-construction-cont .mc4wp-form p {
		height: 19px;
	}
	.under-construction-cont .mc4wp-form input[type="submit"] {
		font-size: 14px;
	}
}

.under-construction-cont .mc4wp-form p:first-child {
	width: 250px;
}

.under-construction-cont .mc4wp-form input[type="submit"] {
	margin-left: -8px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 15px;
}

.under-construction-cont .mc4wp-form input[type="submit"]:hover {
	background: #8ec5c3;
	color: #fff;
}

.mc4wp-form label {
	display: none ! important;
}

/*------------ Page Social Share ----------- */
.page-social-share {
	max-width: 1170px;
	margin: 60px auto 120px;
	text-align: center;
	padding: 30px;
	background: #fff;
}

.page-social-share .k2t-social {
	display: inline-block;
	position: relative;
}

.page-social-share .k2t-social ul {
	padding: 0 20px;
	background: #fff;
	position: relative;
	z-index: 10;
}

.page-social-share .k2t-social:before {
	position: absolute;
	content: "";
	top: 40%;
	left: -60px;
	height: 1px;
	width: -webkit-calc( 100% + 120px );
	width: -moz-calc( 100% + 120px );
	width: -o-calc( 100% + 120px );
	width: calc( 100% + 120px );
	display: block;
	background: #8ec5c3;
}

.page-social-share .k2t-social:after {
	position: absolute;
	content: "";
	top: 55%;
	left: -40px;
	height: 1px;
	width: -webkit-calc( 100% + 80px );
	width: -moz-calc( 100% + 80px );
	width: -o-calc( 100% + 80px );
	width: calc( 100% + 80px );
	display: block;
	background: #8ec5c3;
 }

.page-social-share .social li {
	margin-right: 20px
}

.page-social-share .social li:last-child {
	margin-right: 0;
}

.page-social-share .social li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%; 
	border: 1px solid #8ec5c3;
	padding: 0 ! important;
}

.page-social-share .social li a:hover {
	color: #fff;
	background: #8ec5c3;
}

.page-template-default .wpulike {
	display: none;
}

/*------------ Custom CSS ----------- */
.form-title {
	text-transform: uppercase;
}

.form-contactme {
	margin-top: 30px;
}

.half-col {
	width: 49%;
	float: left;
}

.half-col:nth-child(even) {
	margin-left: 1%;
}

.half-col:nth-child(odd) {
	margin-right: 1%;
}

.about-lt, .about-rt {
	float: left;
	width: 50%;
}

.about-lt img {
	width: 100%;
	border-radius: 50%;
}

.about-rt {
	padding-left: 60px;
}

.about-title {
	position: relative;
	margin-bottom: 40px;
}

.about-title:before {
	position: absolute;
	content: "";
	bottom: -5px;
	left: 0;
	height: 1px;
	width: 100px;
	display: block;
	background: #8ec5c3;
}

.about-title:after {
	position: absolute;
	content: "";
	bottom: -10px;
	left: 0 ;
	height: 1px;
	width: 60px;
	display: block;
	background: #8ec5c3;
}


/*----------- Search Results -------------*/
.search-results article {
	padding: 30px;
	background: #fff;
	margin-bottom: 30px;
}

/*--------------------------------------------------------------
	Footer
--------------------------------------------------------------*/
.k2t-footer .k2t-main-footer {
	background: #ffffff;
	position: relative;
	font-weight: 400;
	padding: 55px;

}
.k2t-footer .k2t-wrap .k2t-row {
	display: table;
	margin: 0;
	width: 100%;
}

.k2t-footer .k2t-main-footer .widget {
	padding: 0;
	margin-bottom: 30px;
	line-height: 1.8em;
	color: #414141;
}
.k2t-footer .k2t-main-footer .widget .widget-title {
	font-family: "PlayFair Display", serif;
	color: #313131;
	text-transform: uppercase;
	font-weight: 600;
	font-style: italic;
	font-size: 150%;
	letter-spacing: 1px;
	text-align: center;
	line-height: 1.5em;
	padding-bottom: 12px;
	margin-bottom: 32px;
	position: relative;
}
.k2t-footer .k2t-main-footer .widget .textwidget img {
	margin-bottom: 20px;
}

	/* Footer Social */
.k2t-footer .k2t-footer-social {
	background: #8ec5c3;
	text-align: center;
}
.k2t-footer .k2t-footer-social ul li {
	line-height: 80px;
}
.k2t-footer .k2t-footer-social ul li a {
	font-family: "PlayFair Display", serif;
	color: #ffffff;
	font-size: 120%;
	font-weight: 500;
	font-style: italic;
	text-transform: uppercase;
	width: auto;
	height: 40px;
	border-right: 1px solid #fff;
	padding: 0 30px;
	display: inline-block;
}
.k2t-footer .k2t-footer-social ul li:last-child a {
	border-right: 0;
	padding-right: 0;
}
.k2t-footer .k2t-footer-social ul li:first-child a {
	padding-left: 0;
}
.k2t-footer .k2t-footer-social ul li a i {
	background: #fff;
	width: 40px;
	height: 40px;
	margin-right: 15px;
	line-height: 40px;
	border-radius: 90%;
	color: #8ec5c3;
}

	/* Footer Instagram */
.k2t-footer #sb_instagram {
	position: relative;
}
.k2t-footer #sb_instagram .sbi_photo {
	opacity: 1 !important;
}
.k2t-footer #sb_instagram #sbi_load {
	padding: 0 !important;
}
.k2t-footer #sb_instagram .sbi_follow_btn {
	background: url(../img/pattern/striped.png);
	padding: 10px;
	margin: -40px 0 0 -90px !important;
	position: absolute;
	top: 50%;
	left: 50%;
}
.k2t-footer #sb_instagram .sbi_follow_btn a {
	background: #fff;
	margin: 0;
	padding: 20px 40px;
	border-radius: 0;
	font-family: "Lato", san-serif;
	color: #8ec5c3;
	text-transform: uppercase;
	font-weight: 600;
	opacity: 1;
}
.k2t-footer #sb_instagram .sbi_follow_btn a i {
	display: none;
}

	/* Footer Info */
.k2t-footer .k2t-info {
	position: relative;
}

.k2t-footer .k2t-info {
	background: #fff;
}

.k2t-footer .k2t-info > div {
	height: 70px;
	display: table;
	width: 100%;
	z-index: 2;
}

.k2t-footer .k2t-info > div > div {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #999;
}

	/* Footer Go To Top */
.k2t-footer .k2t-btt {
	background: #fff;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	border-radius: 180%;
	display: inline-block;
	position: absolute;
	top: -30px;
	left: 50%;
	z-index: 1;
	text-align: center;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.k2t-footer .k2t-btt:before {
	font-family: 'ElegantIcons';
	content: "6";
	font-size: 160%;
	color: #999999;
	line-height: 35px
}
/* NANO SCROLL */
/** initial setup **/
.nano {
  position : relative;
  width    : 100%;
  height   : 100%;
  overflow : hidden;
}
.nano > .nano-content {
  padding: 0 35px 30px 35px;
  position      : absolute;
  overflow      : scroll;
  overflow-x    : hidden;
  top           : 0;
  right         : 0;
  bottom        : 0;
  left          : 0;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano > .nano-pane {
  background : rgba(0,0,0,.25);
  position   : absolute;
  width      : 10px;
  right      : 0;
  top        : 0;
  bottom     : 0;
  visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
  opacity    : .01;
  -webkit-transition    : .2s;
  -moz-transition       : .2s;
  -o-transition         : .2s;
  transition            : .2s;
  -moz-border-radius    : 5px;
  -webkit-border-radius : 5px;
  border-radius         : 5px;
}
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0,0,0,.5);
  position              : relative;
  margin                : 0 1px;
  -moz-border-radius    : 3px;
  -webkit-border-radius : 3px;
  border-radius         : 3px;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility : visible\9; /* Target only IE7 and IE8 with this hack */
  opacity    : 0.99;
}

