/**
 * The main stylesheet for Ruby.
 *
 * @package Ruby
 * @author  KingKongThemes
 * @link	http://www.kingkongthemes.com
 */
/*--------------------------------------------------------------
CSS Overview
---------------------------------------------------------------*/
@import url(//fonts.googleapis.com/css?family=Roboto:400,300,500,700);
@import url(//fonts.googleapis.com/css?family=Raleway:400,300,500,700);

/*--------------------------------------------------------------
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: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-x: hidden;
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol,
ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
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, i {
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition:    all .3s ease-in-out 0s;
	transition:         all .3s ease-in-out 0s;
}
a {
	color: #5ec5f4;
}
a,
a:hover,
a:active,
a:focus {
	outline: 0;
	text-decoration: none;
}
a img {
	border: 0;
}
/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #767676;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.625;
}
h1, h2, h3, h4, h5, h6 {
	color: #4f4f4f;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
p {
	margin-bottom: 5px;
	line-height: 1.8;
}
b,
strong {
	font-weight: 500;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote,
q {
	border: 1px dashed #e1e1e1;
	display: inline-block;
	margin: 20px auto;
	padding: 20px 45px 20px 75px;
	position: relative;
	width: 100%;
}
blockquote:before,
q:before {
	color: #e8e8e8;
	content: "“";
	font-family: serif;
	font-size: 60px;
	font-weight: bold;
	left: 30px;
	line-height: 1em;
	position: absolute;
	top: 15px;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
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%;
}
/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	vertical-align: middle;
	border: 0;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	border: 0;
	font-family: 'Raleway', 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;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-radius: 3px;
	background: #5ec5f4;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: button;
	font-size: 14px;
	padding: 0 30px;
	display: block;
	height: 48px;
	text-transform: uppercase;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #4cb3e2;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #b8b8b8;
	border-radius: 3px;
	height: 48px;
	background: #fff;
	padding: 0 30px;
	border: 1px solid rgba(0, 0, 0, .1);
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
textarea {
	padding: 10px;
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
	height: auto;
}
select {
	border: 1px solid #eee;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
}
.full-screen{
	height: 100vh;
}
.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;
}

/*--------------------------------------------------------------
Page Loader
--------------------------------------------------------------*/
#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
	background: #fbfbfb;
}
.loader {
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -2em;
	width: 4em;
	height: 4em;
	-webkit-border-radius: 50%;
	-moz-border-radius:    50%;
	-ms-border-radius:     50%;
	border-radius:         50%;
	-webkit-box-shadow: inset 0 0 0 2px #fbfbfb;
	-moz-box-shadow:    inset 0 0 0 2px #fbfbfb;
	-ms-box-shadow:     inset 0 0 0 2px #fbfbfb;
	box-shadow:         inset 0 0 0 2px #fbfbfb;
}
.loader:before,
.loader:after {
	position: absolute;
	z-index: -1;
	top: 1px;
	bottom: 1px;
	left: 1px;
	content: "";
}
.loader:before {
	right: 50%;
	background-size: 70.71068% 50%;
	background: -webkit-linear-gradient(to left bottom, #696969 50%, rgba(0, 0, 0, 0) 50%) no-repeat 100% 0;
	background: -moz-linear-gradient(to left bottom, #696969 50%, rgba(0, 0, 0, 0) 50%) no-repeat 100% 0;
	background: -ms-linear-gradient(to left bottom, #696969 50%, rgba(0, 0, 0, 0) 50%) no-repeat 100% 0;
	background: linear-gradient(to left bottom, #696969 50%, rgba(0, 0, 0, 0) 50%) no-repeat 100% 0;
	-webkit-animation: rot 1s linear infinite;
	-moz-animation:    rot 1s linear infinite;
	-ms-animation:     rot 1s linear infinite;
	-o-animation:      rot 1s linear infinite;
	animation:         rot 1s linear infinite;
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin:    100% 50%;
	-ms-transform-origin:     100% 50%;
	-o-transform-origin:      100% 50%;
	transform-origin:         100% 50%;
	-webkit-border-radius: 100% 0 0 100%/ 50% 0 0 50%;
	-moz-border-radius:    100% 0 0 100%/ 50% 0 0 50%;
	-ms-border-radius:     100% 0 0 100%/ 50% 0 0 50%;
	border-radius:         100% 0 0 100%/ 50% 0 0 50%;
}
.loader:after {
	right: 1px;
	-webkit-border-radius: 50%;
	-moz-border-radius:    50%;
	-ms-border-radius:     50%;
	border-radius:         50%;
	background: radial-gradient( #fbfbfb 1.65em , transparent  1.65em ),  linear-gradient( 45deg , transparent  45% ,  #fbfbfb 45% ,  #fbfbfb 54% , transparent  54% )  ,  linear-gradient( 90deg , transparent  45% ,  #fbfbfb 45% ,  #fbfbfb 54% , transparent  54% )  ,  linear-gradient( 135deg , transparent  45% ,  #fbfbfb 45% ,  #fbfbfb 54% , transparent  54% )  ,  linear-gradient( 180deg , transparent  45% ,  #fbfbfb 45% ,  #fbfbfb 54% , transparent  54% )  rgba(192, 192, 192, 0.5);
	background: -webkit-radial-gradient( #fbfbfb 1.65em , transparent  1.65em ),  -webkit-linear-gradient( 45deg , transparent  45% ,  #fbfbfb 45% ,  #fbfbfb 54% , transparent  54% )  ,  -webkit-linear-gradient( 90deg , transparent  45% ,  #fbfbfb 45% ,  #fbfbfb 54% , transparent  54% )  ,  -webkit-linear-gradient( 135deg , transparent  45% ,  #fbfbfb 45% ,  #fbfbfb 54% , transparent  54% )  ,  -webkit-linear-gradient( 180deg , transparent  45% ,  #fbfbfb 45% ,  #fbfbfb 54% , transparent  54% )  rgba(192, 192, 192, 0.5);
	background: -moz-radial-gradient( #fbfbfb 1.65em , transparent  1.65em ),  -moz-linear-gradient( 45deg , transparent  45% ,  #fbfbfb 45% ,  #fbfbfb 54% , transparent  54% )  ,  -moz-linear-gradient( 90deg , transparent  45% ,  #fbfbfb 45% ,  #fbfbfb 54% , transparent  54% )  ,  -moz-linear-gradient( 135deg , transparent  45% ,  #fbfbfb 45% ,  #fbfbfb 54% , transparent  54% )  ,  -moz-linear-gradient( 180deg , transparent  45% ,  #fbfbfb 45% ,  #fbfbfb 54% , transparent  54% )  rgba(192, 192, 192, 0.5);
	background: -ms-radial-gradient( #fbfbfb 1.65em , transparent  1.65em ),  -ms-linear-gradient( 45deg , transparent  45% ,  #fbfbfb 45% ,  #fbfbfb 54% , transparent  54% )  ,  -ms-linear-gradient( 90deg , transparent  45% ,  #fbfbfb 45% ,  #fbfbfb 54% , transparent  54% )  ,  -ms-linear-gradient( 135deg , transparent  45% ,  #fbfbfb 45% ,  #fbfbfb 54% , transparent  54% )  ,  -ms-linear-gradient( 180deg , transparent  45% ,  #fbfbfb 45% ,  #fbfbfb 54% , transparent  54% )  rgba(192, 192, 192, 0.5);
	-webkit-animation: rot 1.9s linear infinite reverse;
	-moz-animation:    rot 1.9s linear infinite reverse;
	-ms-animation:     rot 1.9s linear infinite reverse;
	-o-animation:      rot 1.9s linear infinite reverse;
	animation:         rot 1.9s linear infinite reverse;
}
@-webkit-keyframes rot {
	to {
		-webkit-transform: rotate(360deg);
		-moz-transform:    rotate(360deg);
		-ms-transform:     rotate(360deg);
		-o-transform:      rotate(360deg);
		transform:         rotate(360deg);
	}
}
@-moz-keyframes rot {
	to {
		-webkit-transform: rotate(360deg);
		-moz-transform:    rotate(360deg);
		-ms-transform:     rotate(360deg);
		-o-transform:      rotate(360deg);
		transform:         rotate(360deg);
	}
}
@-ms-keyframes rot {
	to {
		-webkit-transform: rotate(360deg);
		-moz-transform:    rotate(360deg);
		-ms-transform:     rotate(360deg);
		-o-transform:      rotate(360deg);
		transform:         rotate(360deg);
	}
}
@-o-keyframes rot {
	to {
		-webkit-transform: rotate(360deg);
		-moz-transform:    rotate(360deg);
		-ms-transform:     rotate(360deg);
		-o-transform:      rotate(360deg);
		transform:         rotate(360deg);
	}
}
@keyframes rot {
	to {
		-webkit-transform: rotate(360deg);
		-moz-transform:    rotate(360deg);
		-ms-transform:     rotate(360deg);
		-o-transform:      rotate(360deg);
		transform:         rotate(360deg);
	}
}
.wave:before,
.wave:after {
	content: "";
	position: absolute;
	width: 1168px;
	height: 34px;
	left: calc(50% - 584px);
	z-index: 20;
	background: url('../img/pattern/wave-mask.png') no-repeat center center;
}
.wave:before {
	top: 0;
}
.wave:after {
	bottom: 0;
	-webkit-transform: rotate(180deg);
	-moz-transform:    rotate(180deg);
	-ms-transform:     rotate(180deg);
	-o-transform:      rotate(180deg);
	transform:         rotate(180deg);
}

/*--------------------------------------------------------------
WordPress Recommended Classes
--------------------------------------------------------------*/
.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: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	font-style: oblique;
	font-size: 12px;
}
.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: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
.gallery-caption {
	color: #aaa;
	margin: 5px 0 0;
}
.bypostauthor {
	color: #aaa;
}
.sticky {
	z-index: 100;
}
/*--------------------------------------------------------------
Grid
--------------------------------------------------------------*/
.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;
}
.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%;     }

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.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: block;
}
.admin-bar .k2t-header.fixed {
	margin-top: 32px;
}
.menu-toggle {
	display: none;
}
.h-element {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	text-align: left;
}
.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-"]:last-child *:last-child {
	margin-right:0;
}
.admin-bar .sticky {
	margin-top: 32px;
}
.k2t-header .sticky {
	z-index: 10000;
	position: fixed;
	top: 0;
	background: #fff !important;
	width: 100%;
	border-bottom: 1px solid #f9f9f9;
}
.boxed .k2t-header .sticky {
	width: 1170px;
}
.k2t-header-m {
	display: none;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.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: 35px;
	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: 25px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 3px;
}
.k2t-searchbox #searchsubmit:hover {
	color:#5ec5f4;
}
.search-box {
	cursor: pointer;
}


/*--------------------------------------------------------------
Header - Vertical menu
--------------------------------------------------------------*/
body.vertical,
.k2t-header.vertical-menu .k2t-header-mid  {
	-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 {
	position: relative;
	left: 0;
	padding-left: 280px;
}
body.vertical.vertical-close {
	padding-left: 0;
}
.k2t-header.vertical-menu #showPushMenu {
	position: absolute;
	right: -30px;
	font-size: 21px;
	top: 0;
	cursor: pointer;
}
.vertical-close .vertical-menu .k2t-header-mid {
	left: -280px;
}
.vertical-menu .k2t-header-mid {
	position: fixed;
	width: 280px;
	height: 100%;
	z-index: 1000;
	padding: 40px 25px;
	left: 0;
}
.vertical-menu .k2t-header-mid.sticky {
	background: #000 !important;
}
.vertical-menu .k2t-header-mid .h-element {
	font-family: Roboto;
}
.vertical-menu .k2t-header-mid .k2t-row {
	margin: 0;
}
.vertical-menu .k2t-header-mid [class*="col-"] {
	width: 100%;
	padding: 0;
}
.vertical-menu .k2t-header-mid .h-element {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.vertical-menu .k2t-header-mid .k2t-menu {
	text-align: left;
}
.vertical-menu .k2t-header-mid .k2t-menu li,
.vertical-menu .k2t-header-mid .k2t-menu > li.k2t-megamenu {
	width: 100%;
	position: relative;
}
.vertical-menu .k2t-header-mid .k2t-menu > li > a {
	padding: 10px 0;
	font-size: 13px;
	letter-spacing: 0;
}
.vertical-menu .k2t-header-mid .k2t-menu > li.children > a:before,
.vertical-menu .k2t-header-mid .k2t-menu > li.children > a:after {
	right: 0;
}
.vertical-menu .k2t-header-mid .k2t-menu > li.children > a:before {
	margin-top: -3.5px;
}
.vertical-menu .k2t-header-mid .k2t-menu > li.children > a:after {
	margin-top: 0;
}
.vertical-menu .k2t-header-mid .k2t-menu > li.children > a:hover:before,
.vertical-menu .k2t-header-mid .k2t-menu > li.children > a:hover:after {
	right: 0;
	width: 7px;
}
.vertical-menu .k2t-header-mid .k2t-menu li .mega-container,
.vertical-menu .k2t-header-mid .k2t-menu li ul {
	left: 300px;
	top: 0;
	margin: 0;
	z-index: -1;
	visibility: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius:    0;
	-ms-border-radius:     0;
	border-radius:         0;
}
.vertical-menu .k2t-header-mid .k2t-menu li:hover .mega-container,
.vertical-menu .k2t-header-mid .k2t-menu > li:hover > ul,
.vertical-menu .k2t-header-mid .k2t-menu li ul ul {
	left: 255px;
	margin: 0;
	z-index: 100;
}
.vertical-menu .k2t-header-mid .k2t-menu li:hover .mega-container,
.vertical-menu .k2t-header-mid .k2t-menu li:hover ul {
	visibility: visible;
}
.vertical-menu .k2t-header-mid .k2t-menu > li > ul:before {
	box-shadow: none;
	left: 0;
	top: 14px;
}
.vertical-menu .k2t-header-mid .k2t-menu li ul ul {
	top: -1px;
}
.vertical-menu .k2t-header-mid .k2t-menu ul li:hover ul {
	left: 208px;
}
.vertical-menu .k2t-header-mid .k2t-logo img {
	padding-bottom: 80px;
	max-height: inherit;
}
.vertical-menu .k2t-header-mid .search-box > i {
	display: none;
}
.vertical-menu .k2t-header-mid .search-box form {
	background: none;
	border: 0;
	display: block !important;
	padding: 0;
	position: relative;
	top: 0;
}
.vertical-menu .k2t-header-mid .search-box form input[type="text"] {
	background: none;
	border: 0;
	width: 100%;
	height: 42px;
	padding-left: 32px;
}
.vertical-menu .k2t-header-mid .search-box form input[type="text"]:focus {
	background-color: rgba(255, 255, 255, .1);
	color: #ccc;
}
.vertical-menu .k2t-header-mid .search-box form button {
	background: none;
	color: #6a6a6a;
	line-height: 14px;
	pointer-events: none;
	position: absolute;
	top: 3px;
}
.vertical-menu .k2t-header-mid .search-box form i {
	color: #6a6a6a;
}
.vertical-menu .k2t-header-mid .element-editor,
.vertical-menu .k2t-header-mid .search-box {
	padding: 20px 0;
}
.vertical-menu .k2t-header-mid .social li a {
	padding: 0;
}
.vertical-menu .k2t-header-mid .open-sidebar {
	left: 120px;
}

/*--------------------------------------------------------------
Header - Top
--------------------------------------------------------------*/
.k2t-header-top,
.k2t-header-top .k2t-menu li a,
.k2t-header-top a:hover {
	color: #717171;
}
.k2t-header-top a,
.k2t-header-top .k2t-menu li a:hover {
	color: #5ec5f4;
}
.k2t-header-top {
	background: #110805;
	font-size: 12px;
	font-weight: 400;
}
.k2t-header-top p {
	margin: 0;
	padding: 10px 0;
}
.k2t-header-top .k2t-menu > li > a {
	display: block;
	padding: 15px 10px 11px;
	font-size: 11px;
	text-transform: uppercase;
}
.k2t-header-top .k2t-menu li ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	background: #fff;
	border: 1px solid #ddd;
	width: 150px;
	z-index: 100;
	margin: 0;
	top: 44px;
	-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-top .k2t-menu li ul li {
	width: 100%;
}
.k2t-header-top .k2t-menu li .sub-menu a.has-icon i{
	margin-left: 10px;
	margin-top: -8px;
}
.k2t-header-top .k2t-menu li .sub-menu a.has-icon span.k2t-title-menu{
	margin-left: 10px;
}
.k2t-header-top .k2t-menu > li a.has-icon{
	padding-left: 30px;
}
.k2t-header-top .k2t-menu > li a span.k2t-title-menu{
	margin-left: 0;
}
.k2t-header-top .k2t-menu > li a i{
	position: absolute;
	top: 50%;
	left: 10px;
	font-size: 15px;
	margin-top: -6px;
}
.k2t-header-top .k2t-menu li ul li a {
	display: block;
	padding: 8px 10px 8px 20px;
	border-bottom: 1px solid #ececec;
	position: relative;
}
.k2t-header-top .k2t-menu li ul li:last-child a {
	border: 0;
}
.k2t-header-top .k2t-menu li ul li a:hover {
	background: #f9f9f9;
}
.k2t-header-top .k2t-menu li ul li a:before {
	content: "\f105";
	left: 8px;
	position: absolute;
	font-family: FontAwesome;
}
.k2t-header-top .k2t-menu li ul ul {
	left: 148px;
	top: -1px;
}
.k2t-header .social li {
	margin-left: 15px;
}
.k2t-header .social li a {
	background: none;
	color: #717171;
	font-size: 16px;
	height: auto;
	line-height: inherit;
	width: auto;
}
.k2t-header-top .social li a i {
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition:    all .3s ease-in-out 0s;
	transition:         all .3s ease-in-out 0s;
}
.k2t-header-top .element-editor,
.k2t-header-top .search-box,
.k2t-header-bot .element-editor,
.k2t-header-bot .search-box {
	padding: 11px 0;
}
.k2t-header-top .social li a,
.k2t-header-bot .social li a {
	padding: 8px 0;
}
.k2t-header-top .search-box form,
.k2t-header-bot .search-box form {
	top: 49px;
}
.k2t-header-top .search-box > i:hover,
.k2t-header-top .social li a i:hover {
	color: #fff;
}
.k2t-header-top .shop-cart .shop-item,
.k2t-header-bot .shop-cart .shop-item {
	top: 45px;
}
.k2t-header-top .widget ul li a,
.k2t-header-top .widget ul li.recentcomments {
	border-color: #241b18;
}
.k2t-header-top .k2t-logo img,
.k2t-header-bot .k2t-logo img {
	max-height: 46px;
}

/*--------------------------------------------------------------
Header - Middle
--------------------------------------------------------------*/
.k2t-header-mid {
	background: #fff;
}
.k2t-header-mid .k2t-menu li,
.k2t-header-top .k2t-menu li,
.k2t-header-bot .k2t-menu li {
	float: left;
	position: relative;
	list-style: none;
}
.k2t-header-mid .k2t-menu > li > a {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	position: relative;
}
.k2t-header-mid .k2t-menu li a,
.k2t-header-bot .k2t-menu li a {
	display: block;
	padding: 40px 20px;
	color: #767676;
}
.k2t-header-mid .k2t-menu li > a:hover,
.k2t-header-mid .k2t-menu li.active > a,
.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: #5ec5f4;
}
.k2t-header-mid .k2t-menu li .sub-menu a.has-icon span.k2t-title-menu {
	margin-left: -9px;
}
.k2t-header-mid .k2t-menu > li a span.k2t-title-menu {
	margin-left: 0;
}
.k2t-header-mid .k2t-menu > li a i {
	top: 50%;
	left: 13px;
	font-size: 12px;
	margin: -9px 15px  0 0;
}
.k2t-header-mid .k2t-menu > li.children > a:before,
.k2t-header-mid .k2t-menu > li.children > a:after,
.k2t-header-bot .k2t-menu > li.children > a:before,
.k2t-header-bot .k2t-menu > li.children > a:after {
	background: #ccc;
	content: "";
	height: 2px;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	width: 7px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition:    all .3s ease-in-out 0s;
	transition:         all .3s ease-in-out 0s;
}
.k2t-header-mid .k2t-menu > li.children > a:before,
.k2t-header-mid .k2t-menu > li.children > a:hover:after,
.k2t-header-bot .k2t-menu > li.children > a:before,
.k2t-header-bot .k2t-menu > li.children > a:hover:after {
	-webkit-transform: rotate(45deg);
	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	-o-transform:      rotate(45deg);
	transform:         rotate(45deg);
}
.k2t-header-mid .k2t-menu > li.children > a:after,
.k2t-header-mid .k2t-menu > li.children > a:hover:before,
.k2t-header-bot .k2t-menu > li.children > a:after,
.k2t-header-bot .k2t-menu > li.children > a:hover:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform:    rotate(-45deg);
	-ms-transform:     rotate(-45deg);
	-o-transform:      rotate(-45deg);
	transform:         rotate(-45deg);
}
.k2t-header-mid .k2t-menu > li.children > a:before,
.k2t-header-bot .k2t-menu > li.children > a:before {
	right: 7px;
}
.k2t-header-mid .k2t-menu > li.children > a:after,
.k2t-header-bot .k2t-menu > li.children > a:after {
	right: 3px;
}
.k2t-header-mid .k2t-menu > li.children > a:hover:before,
.k2t-header-mid .k2t-menu > li.children > a:hover:after,
.k2t-header-bot .k2t-menu > li.children > a:hover:before,
.k2t-header-bot .k2t-menu > li.children > a:hover:after {
	right: 3px;
	width: 11px;
	background-color: #5ec5f4;
}
.k2t-header-mid .k2t-menu li ul,
.k2t-header-bot .k2t-menu li ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 210px;
	background: #fafafa;
	border: 1px solid #ededed;
	left: 50%;
	margin-left: -145px;
	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-mid .k2t-menu li:hover > ul,
.k2t-header-top .k2t-menu li:hover > ul,
.k2t-header-bot .k2t-menu li:hover > ul {
	opacity: 1;
	visibility: visible;
}
.k2t-header-mid .k2t-menu > li:hover > ul,
.k2t-header-bot .k2t-menu > li:hover > ul {
	margin-left: -105px;
}
.k2t-header-mid .k2t-menu ul li,
.k2t-header-bot .k2t-menu ul li {
	display: inline-block;
	width: 100%;
}
.k2t-header-mid .k2t-menu ul li a,
.k2t-header-bot .k2t-menu ul li a {
	padding: 10px 0;
	margin: 0 10px;
	border-bottom: 1px solid #efefef;
	font-weight: 400;
	font-size:12px;
}
.k2t-header-mid .k2t-menu ul li:last-child > a,
.k2t-header-bot .k2t-menu ul li:last-child > a {
	border: 0;
}
.k2t-header-mid .k2t-menu ul li.children > a:after,
.k2t-header-bot .k2t-menu ul li.children > a:after {
	position: absolute;
	content: "\f105";
	font-family: FontAwesome;
	top: 10px;
	right: 15px;
}
.k2t-header-mid .k2t-menu ul ul,
.k2t-header-bot .k2t-menu ul ul {
	top: -1px;
	left: 208px;
	left: 207px\9;
	margin: 0;
}
.k2t-header-mid .k2t-menu .menu-rtl > ul,
.k2t-header-bot .k2t-menu .menu-rtl > ul {
	left: -210px;
}
.k2t-header-mid .element-editor {
	font-size: 12px;
}
.k2t-header-mid .element-editor,
.k2t-header-mid .search-box {
	padding: 40px 0;
}
.k2t-header-mid .search-box {
	transition:all ease-in-out .3s;
	-moz-transition:all ease-in-out .3s;
	-ms-transition:all ease-in-out .3s;
	-o-transition:all ease-in-out .3s;
	-webkit-transition:all ease-in-out .3s;
}
.k2t-header-mid .search-box:hover {
	cursor:pointer;
	color:#5ec5f4;
}
.k2t-header-mid .social li a {
	padding: 35px 0;
}
.k2t-header-mid .social li a:hover {
	color: #5ec5f4;
}
.k2t-header-mid .shop-cart {
	padding: 30px 0;
}
.k2t-header-mid .shop-cart .cart-control span {
	top: 36px;
}
.k2t-header-mid .shop-cart .shop-item {
	top: 82px;
}
.k2t-header-mid .search-box form {
	top: 101px;
}
.k2t-header-mid .k2t-logo img {
	max-height: 33px;
}

/*--------------------------------------------------------------
Header - Bottom
--------------------------------------------------------------*/
.k2t-header-bot {
	background: #fff;
	font-size: 12px;
}
.k2t-header-bot,
.k2t-header-bot a:hover {
	color: #767676;
}
.k2t-header-bot .k2t-menu > li > a {
	text-transform: none;
	font-weight: 500;
	position: relative;
}
.k2t-header-bot .k2t-menu li a {
	padding: 12px 20px;
	font-size: 13px;
}
.k2t-header-bot a,
.k2t-header-bot .social li a:hover {
	color: #5ec5f4;
}
.k2t-header-bot .k2t-menu li .sub-menu a.has-icon i{
	margin-top: -8px;
}
.k2t-header-bot .k2t-menu li .sub-menu a.has-icon span.k2t-title-menu{
	margin-left: -9px;
}
.k2t-header-bot .k2t-menu > li a.has-icon{
	padding-left: 35px;
}
.k2t-header-bot .k2t-menu > li a span.k2t-title-menu{
	margin-left: 0;
}
.k2t-header-bot .k2t-menu > li a i{
	position: absolute;
	top: 50%;
	left: 12px;
	font-size: 15px;
	margin-top: -7px;
}
.k2t-header-bot .k2t-menu li ul {
	top: 50px;
}
.k2t-header-bot .k2t-menu li ul ul {
	top: -1px;
}
.k2t-header-bot.sticky {
	-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);
}

/*--------------------------------------------------------------
Title bar & breadcrumb
--------------------------------------------------------------*/
.k2t-title-bar {
	background-color: #1e2026;
	padding: 80px 0;
	color: #767676;
	position: relative;
	margin-bottom: 70px;
}
.k2t-title-bar.center {
	text-align: center;
}
.k2t-title-bar .mask,
.k2t-title-bar.shadow:after,
.k2t-breadcrumbs li:after {
	content: "";
	position: absolute;
}
.k2t-title-bar .mask {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.k2t-title-bar .mask.colors {
	background-color: #000;
}
.k2t-title-bar .mask.pattern {
	background-image: url('../img/pattern/dot.png');
	background-repeat: repeat;
}
.k2t-title-bar .k2t-wrap {
	position: relative;
	z-index: 1;
}
.k2t-title-bar .main-title,
.k2t-title-bar a {
	color: #fff;
}
.k2t-title-bar .main-title {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
}
.k2t-title-bar.shadow:after {
	background: url('../img/shadow.png') no-repeat center top / 100% auto;
	left: 0;
	right: 0;
	top: 0;
	height: 92px;
}
.k2t-title-bar.zoom-effect {
	height: 500px;
	left: 0;
	margin-top: 0;
	position: fixed;
	width: 100%;
	padding: 0;
}
.k2t-title-bar.zoom-effect + .k2t-content {
	position: relative;
}
.k2t-title-bar.zoom-effect .zoom + .k2t-wrap {
	bottom: auto;
	left: 50%;
	position: absolute;
	right: auto;
	text-align: center;
	top: 50%;
	width: 90%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform:    translateX(-50%) translateY(-50%);
	-ms-transform:     translateX(-50%) translateY(-50%);
	-o-transform:      translateX(-50%) translateY(-50%);
	transform:         translateX(-50%) translateY(-50%);
}
.k2t-breadcrumbs {
	list-style: none;
	margin-top:10px;
}
.k2t-breadcrumbs li {
	display: inline-block;
	font-size: 12px;
	position: relative;
	margin-right: 30px;
}
.k2t-title-bar.center .k2t-breadcrumbs li:last-child {
	margin-right: 0;
}
.k2t-breadcrumbs li:after {
	width: 4px;
	height: 4px;
	border: 1px solid #7e7f83;
	top: 8px;
	right: -18px;
}
.k2t-breadcrumbs li.current {
	color: #5ec5f4;
}
.k2t-breadcrumbs li.current:after {
	border: 0;
}

/*--------------------------------------------------------------
Content
--------------------------------------------------------------*/
.boxed .k2t-container {
	max-width: 1170px;
	margin: auto;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	-moz-box-shadow:    0 0 10px rgba(0, 0, 0, .2);
	-ms-box-shadow:     0 0 10px rgba(0, 0, 0, .2);
	box-shadow:         0 0 10px rgba(0, 0, 0, .2);
}
.boxed .k2t-container .k2t-wrap {
	padding: 0 15px;
}
.k2t-body {
	overflow: hidden;
}
.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: 75%;
}
.k2t-sidebar {
	width: 25%;
}
.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;
}
.right-sidebar .k2t-blog,
.k2t-main {
	padding-right: 80px;
}
.left-sidebar .k2t-blog,
.left-sidebar .k2t-main {
	padding-left: 80px;
}
.two-sidebars .k2t-blog,
.two-sidebars .k2t-btc {
	width: 80%;
}
.k2t-sidebar-sub,
.two-sidebars .k2t-sidebar {
	width: 20% !important;
}
.k2t-sidebar-sub {
	padding-right: 20px;
}
.two-sidebars .k2t-sidebar {
	padding-left: 20px;
}
.fullsc > * {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform:    translateY(-50%);
	-ms-transform:     translateY(-50%);
	-o-transform:      translateY(-50%);
	transform:         translateY(-50%);
}

/*--------------------------------------------------------------
Blog layout
--------------------------------------------------------------*/
.post.sticky {
	margin-top: 0;
}
.post.sticky .k2t-thumb:before {
	content: "Sticky";
	text-transform: uppercase;
	width: 200px;
	background: #5ec5f4;
	position: absolute;
	top: 25px;
	left: -50px;
	text-align: center;
	line-height: 50px;
	letter-spacing: 1px;
	color: #fff;
	z-index: 100;
	-webkit-transform: rotate(-45deg);
	-moz-transform:    rotate(-45deg);
	-ms-transform:     rotate(-45deg);
	-o-transform:      rotate(-45deg);
	transform:         rotate(-45deg);
}
.post-author {
	color: #949494;
}
.post-author span {
	font-weight: 500;
	color: #646464;
}
.posted-on,
.post-comment a {
	display: block;
}
.posted-on,
.post-comment a,
.post-cat a {
	font-size: 12px;
	color: #949494;
}
.post-cat {
	line-height: 20px;
}
.post-comment a:hover,
.entry-title a:hover,
.post-cat a:hover {
	color: #5ec5f4;
}
.post-comment a i {
	margin-right: 5px;
}
.entry-title a {
	color: #4f4f4f;
	margin: 15px 0;
	font-weight:500;
	display: block;
	letter-spacing:1px;
}
.more-link {
	background: #f5f5f5;
	color: #4f4f4f;
	display: table;
	font-size: 10px;
	letter-spacing: 1px;
	margin-top: 15px;
	padding: 5px 15px;
	text-transform: uppercase;
	font-weight: 500;
	margin: 20px auto 0;
	-webkit-border-radius: 2px;
	-moz-border-radius:    2px;
	-ms-border-radius:     2px;
	border-radius:         2px;
}
.more-link:hover {
	background: #e5e5e5;
}
.k2t-thumb {
	position: relative;
	overflow: hidden;
}
.k2t-thumb img {
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition:    all .3s ease-in-out 0s;
	transition:         all .3s ease-in-out 0s;
	width: 100%;
	height: auto;
	border: 10px solid rgba(0, 0, 0, 0.02);
}
.k2t-thumb .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .8);
	opacity: 0;
}
.k2t-thumb .mask,
.k2t-thumb .mask i {
	transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
	-moz-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
	-ms-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
	-webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}
.k2t-thumb .mask i {
	color: #000;
	height: 40px;
	left: 50%;
	line-height: 40px;
	margin: -20px 0 0 -20px;
	position: absolute;
	text-align: center;
	top: -10%;
	width: 40px;
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	-ms-border-radius:     3px;
	border-radius:         3px;
}
.k2t-thumb:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform:    scale(1.1);
	-ms-transform:     scale(1.1);
	-o-transform:      scale(1.1);
	transform:         scale(1.1);
}
.k2t-thumb:hover .mask {
	opacity: 1;
}
.k2t-thumb:hover .mask i {
	top: 50%;
}
.k2t-meta {
	margin-bottom: 18px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ededed;
	display: inline-block;
	width: 100%;
}
.k2t-meta i,
.k2t-meta a i {
	margin-right: 5px;
	color: #ccc;
}
.k2t-meta > div {
	float: left;
	display: inline-block;
	color: #949494;
	margin-right: 20px;
	text-transform:uppercase;
}
.k2t-meta .post-author {
	font-size: 12px;
}
.k2t-navigation {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 70px auto 100px;
	position: relative;
}
.k2t-navigation ul {
	list-style: none;
}
.k2t-navigation ul li {
	display: inline-block;
}
.k2t-navigation ul li a,
.k2t-navigation ul li .current,
.k2t-navigation ul li .dots {
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 39px;
	border: 1px solid #e9e9e9;
	font-weight: 400;
	color: #646464;
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	-ms-border-radius:     3px;
	border-radius:         3px;
}
.k2t-navigation ul li .current {
	background: #5ec5f4;
	color: #fff;
	border-color: #5ec5f4
}
.k2t-navigation ul li a:hover {
	color: #5ec5f4;
}
.k2t-navigation ul li a.prev,
.k2t-navigation ul li a.next {
	position: absolute;
	top: 0;
	width: 80px;
}
.k2t-navigation ul li a.prev {
	left: 0;
}
.k2t-navigation ul li a.next {
	right: 0;
}
.nav-seemore {
	position: absolute;
	left: 50%;
}
.nav-seemore-inner {
	position: relative;
}
.nav-seemore-inner:before {
	color: #fff;
	content: "\f021";
	display: block;
	font-family: FontAwesome;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	margin-left: -18px;
	font-size: 18px;
}
.nav-seemore-inner a {
	display: block;
	text-indent: -999em;
}
#infscr-loading {
	background: #fff;
	bottom: 0;
	font-size: 12px;
	left: 50%;
	margin-left: -98px;
	padding: 15px;
	position: absolute;
	text-align: center;
	z-index: 100;
	width: 200px;
}
#infscr-loading div em {
	font-style: normal;
}
.post-password-form label {
	float: left;
}
.post-password-form input[type="password"] {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius:    3px 0 0 3px;
	-ms-border-radius:     3px 0 0 3px;
	border-radius:         3px 0 0 3px;
}
.post-password-form input[type="submit"] {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius:    0 3px 3px 0;
	-ms-border-radius:     0 3px 3px 0;
	border-radius:         0 3px 3px 0;
}
.post .k2t-entry embed,
.post .k2t-entry iframe {
	max-width: 100%;
}
/*--------------------------------------------------------------
Blog large thumbnail
--------------------------------------------------------------*/
.b-large .post {
	overflow: hidden;
	margin-bottom: 80px;
}
.b-large .k2t-meta {
	width: 160px;
	float: left;
	text-align: center;
	border: 0;
	text-transform:uppercase;
}
.b-large .k2t-meta > div {
	float: none;
	display: block;
	margin-right: 0;
}
.b-large .author-avatar img {
	position: relative;
	margin-top: -40px;
	padding: 5px;
	background: rgba(255, 255, 255, .4);
}
.b-large .post-author {
	margin-top: 5px;
}
.b-large .post-comment {
	margin: 15px 0 0;
	padding-top: 5px;
	border-top: 1px solid #ededed;
	width: 100%;
}
.b-large .k2t-entry {
	display: block;
	overflow: hidden;
	padding-left: 35px;
}
.b-large .more-link,
.b-medium .more-link {
	margin: 20px 0;
}
/*--------------------------------------------------------------
Blog medium thumbnail
--------------------------------------------------------------*/
.b-medium {
	padding-top: 70px;
}
.b-medium .post {
	margin-bottom: 70px;
	overflow: hidden;
}
.b-medium .k2t-thumb {
	width: 250px;
	float: left;
}
.b-medium .k2t-entry {
	overflow: hidden;
	padding-left: 50px;
}
.b-medium .entry-title a {
	margin-top: -10px;
}
/*--------------------------------------------------------------
Blog small thumbnail
--------------------------------------------------------------*/
.blog .k2t-content.b-small {
	padding-top: 0;
}
.b-small .k2t-thumb {
	float: left;
	max-width: 250px;
}
.b-small .category-featured .k2t-thumb {
	max-width: 380px;
}
.b-small .k2t-entry {
	overflow: hidden;
	padding-left: 20px;
}
.b-small .entry-title a {
	margin: 8px 0;
	font-weight: 400;
}
.b-small .post {
	overflow: hidden;
	border-bottom: 1px solid #ededed;
	margin-bottom: 35px;
	padding-bottom: 35px;
}
.k2t-featured-post .ribbon {
	background: #8dc63f;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	height: 26px;
	line-height: 25px;
	padding: 0 15px;
	position: relative;
	text-transform: uppercase;
}
.k2t-featured-post .ribbon:after {
	content: "";
	position: absolute;
	border: 13px solid transparent;
	border-left: 13px solid #8dc63f;
	right: -25px;
	top: 0;
}
.other-post > h2 {
	font-size: 16px;
	color: #4f4f4f;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
	display: block;
	background: #fff;
	margin: 20px 0 15px;
}
.other-post > h2:after {
	content: "";
	position: absolute;
	background: url('../img/pattern/bg-heading.png') repeat 0 0;
	height: 7px;
	left: 125px;
	top: 9px;
	right: 0;
}
.other-post a {
	color: #4f4f4f;
}
.other-post a:hover {
	color: #5ec5f4;
}
.other-post ul li {
	list-style: none;
	display: block;
	position: relative;
	margin-top: 10px;
}
.other-post ul li i {
	margin-right: 10px;
}
.b-small .k2t-blog .k2t-meta {
	border: 0;
	margin: 0;
	padding: 0;
}
.b-small .k2t-blog .post {
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.b-small .k2t-blog .entry-title a {
	font-size: 20px;
}
.b-small .post-slider .post {
	padding: 0;
	border: 0;
}
.b-small .more-link {
	margin:20px 0 0 0;
}
/*--------------------------------------------------------------
Blog timeline
--------------------------------------------------------------*/
.b-timeline .tl-bar {
	background: #d8d8d8;
	height: 100%;
	left: 50%;
	position: absolute;
	width: 2px;
	margin-left: -1px;
}
.b-timeline .tl-author {
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
	position: relative;
}
.b-timeline .author-avatar {
	float: left;
}
.b-timeline .post-left .author-avatar {
	float: right;
}
.b-timeline .author-avatar img {
	border: 4px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius:    50%;
	-ms-border-radius:     50%;
	border-radius:         50%;
}
.b-timeline .tl-author:before,
.b-timeline .tl-dot {
	content: "";
	height: 16px;
	top: 5px;
	left: -31px;
	position: absolute;
	width: 16px;
	background: #5ec5f4;
	border: 1px solid #d8d8d8;
	-webkit-box-shadow: 0 0 0 3px #fff inset;
	-moz-box-shadow:    0 0 0 3px #fff inset;
	-ms-box-shadow:     0 0 0 3px #fff inset;
	box-shadow:         0 0 0 3px #fff inset;
	-webkit-border-radius: 10px;
	-moz-border-radius:    10px;
	-ms-border-radius:     10px;
	border-radius:         10px;
}
.b-timeline .tl-author:before {
	top: 50%;
	margin-top: -8px;
	z-index: 1;
}
.b-timeline .tl-author:after {
	background: #d8d8d8;
	content: "";
	height: 1px;
	left: -20px;
	margin-top: -.5px;
	position: absolute;
	top: 50%;
	width: 68px;
	z-index: -1;
}
.b-timeline .post-left .tl-author:after {
	left: auto;
	right: -20px;
}
.b-timeline .tl-dot {
	background: #fff;
	border: 2px solid #d8d8d8;
	top: 0;
	left: 50%;
	margin-left: -8px;
	z-index: 1;
}
.b-timeline .tl-avatar {
	width: 70px;
	height: 70px;
	margin: auto;
	left: 50%;
	margin-left: -35px;
	top: -40px;
	position: absolute;
	border: 5px solid rgba(0, 0, 0, .1);
	-webkit-border-radius: 50%;
	-moz-border-radius:    50%;
	-ms-border-radius:     50%;
	border-radius:         50%;
}
.b-timeline .post-left {
	text-align: right;
}
.b-timeline .post-left .tl-author:before {
	left: auto;
	right: -32px;
}
.b-timeline .k2t-meta i {
	color: #949494;
}
.right-sidebar.b-timeline .tl-author:before,
.left-sidebar.b-timeline .tl-author:before {
	left: -23px;
}
.right-sidebar.b-timeline .post-left .tl-author:before,
.left-sidebar.b-timeline .post-left .tl-author:before {
	right: -24px;
	left: auto;
}
.b-timeline .hentry {
	display: block;
	margin: 50px 2% 4%;
	position: relative;
	width: 46%;
}
.b-timeline .hentry:nth-child(3) {
	margin-top: 100px;
}
.b-timeline .k2t-meta {
	border: 0;
	margin-top: 14px;
	padding: 0 0 0 60px;
	display: block;
}
.b-timeline .post-left .k2t-meta {
	padding: 0 60px 0 0;
}
.b-timeline .k2t-meta > div {
	text-transform: none;
}
.b-timeline .post-left .k2t-meta > div {
	margin-right: 0;
	margin-left: 20px;
	float: right;
}
.b-timeline .k2t-entry {
	padding: 12px 0 0;
}
.b-timeline .entry-title a {
	margin: 0 0 10px;
}
.b-timeline .more-link {
	margin: 20px 0;
}
.b-timeline .post-left .more-link {
	float: right;
}
/*--------------------------------------------------------------
Blog masonry
--------------------------------------------------------------*/
.b-masonry .k2t-blog {
	overflow: hidden;
}
.b-masonry .grid-sizer {
	width: 20%;
}
.b-masonry .column-4 .grid-sizer {
	width: 25%;
}
.b-masonry .column-3 .grid-sizer {
	width: 33.3%;
}
.b-masonry .column-2 .grid-sizer {
	width: 50%;
}
.b-masonry .masonry-layout .hentry {
	width: 18%;
	float: left;
	margin: 0 1% 20px;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius:    2px;
	-ms-border-radius:     2px;
	border-radius:         2px;
}
.b-masonry .masonry-layout .hentry.large {
	width: 38%;
}
.b-masonry .masonry-layout.column-4 .hentry {
	width: 23%;
}
.b-masonry .masonry-layout.column-4 .hentry.large {
	width: 48%;
}
.b-masonry .masonry-layout.column-3 .hentry {
	width: 31.3%;
}
.b-masonry .masonry-layout.column-3 .hentry.large {
	width: 64.6%;
}
.b-masonry .masonry-layout.column-2 .hentry {
	width: 48%;
}
.b-masonry .masonry-layout.column-2 .hentry.large {
	width: 98%;
}
.b-masonry.fullwidth .k2t-wrap {
	max-width: 100%;
	padding: 0 20px;
}
.b-masonry .k2t-blog .hentry .k2t-thumb img{
	border: none;
}
.b-masonry .k2t-blog .hentry .k2t-text{
	border: 1px solid #e5e5e5;
	border-top: none;
	border-radius: 0 0 2px 2px;
}
.b-masonry .masonry-layout .hentry .entry-title a {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	color: #3d3d3d;
	line-height: 20px;
	margin-bottom: 5px;
	padding: 0 10px;
}
.b-masonry .k2t-blog .hentry .entry-title a:hover {
	color: #5ec5f4;
}
.b-masonry .k2t-blog .hentry .k2t-entry {
	padding: 10px 25px 25px;
}
.b-masonry .k2t-blog .hentry .k2t-meta {
	border: 0;
	margin: 0;
	padding: 0;
}
.b-masonry .k2t-blog .hentry .k2t-meta > div {
	float: none;
	color: #a5a5a5;
	margin: 0;
}
.b-masonry .k2t-blog .hentry .post-author span {
	color: #a5a5a5;
}
.b-masonry .k2t-thumb-quote {
	padding: 25px;
	border: 0;
}
.b-masonry .k2t-thumb-quote .quote-content i {
	position: initial;
}
.b-masonry .format-audio .k2t-thumb {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.b-masonry .format-audio .k2t-thumb > *,
.b-masonry .format-video .mejs-container {
	width: 100% !important;
}

/*--------------------------------------------------------------
Single post
--------------------------------------------------------------*/
.single .k2t-content .k2t-blog {
	padding-bottom: 50px;
}
.single .entry-title a {
	margin-top: 0;
}
.single .k2t-meta {
	border: 0;
	margin-bottom: 5px;
}
.single .k2t-thumb {
	margin-bottom: 35px;
}
.single .post-entry,
.k2t-post-share,
.author-info,
.author-social,
.single-nav,
.comment-list {
	margin-bottom: 40px;
}
.post-entry ul {
	list-style: inside;
	margin: 20px 0 20px 30px;
}
.author-social ul {
	list-style: none;
	margin-top: -40px;
	text-align: right;
}
.author-social ul li {
	display: inline-block;
}
.author-social ul li a {
	display: block;
	margin: 0 5px;
	color: #727272;
}
.author-social ul li a:hover {
	color: #5ec5f4;
}
.k2t-post-share,
.single-nav {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 15px 0;
	margin-left: 0;
	margin-right: 0;
}
.k2t-post-share .columns {
	padding: 0;
}
.tags-links {
	padding: 5px 0;
}
.tags-links a {
	position: relative;
	font-size: 12px;
	color: #7d7d7d;
	display: inline-block;
	margin-left: 20px;
	font-weight: 400;
}
.tags-links a:hover,
.single-nav a:hover {
	color: #5ec5f4;
}
.tags-links a:before {
	content: "•";
	position: absolute;
	left: -5px;
}
.k2t-social-share {
	text-align: right;
}
.author-info img {
	float: left;
	margin: 7px 28px 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius:    50%;
	-ms-border-radius:     50%;
	border-radius:         50%;
}
.author-bio {
	overflow: hidden;
	font-size: 12px;
	color: #9f9f9f;
}
.single-nav {
	font-size: 12px;
	font-weight: 400;
	color: #9f9f9f;
	overflow: hidden;
	padding: 30px 0 35px;
}
.single-nav .prev {
	float: left;
}
.single-nav .next {
	float: right;
	text-align: right;
}
.single-nav a {
	display: block;
	color: #4f4f4f;
	font-size: 14px;
}
.author-bio h3,
.comment-reply-title,
.comments-title {
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
}
.comments-area ol {
	list-style: none;
	margin-left: 0;
}
.comments-area .comment-list > li {
	margin-top: 20px;
}
.comments-area .comment-body {
	position: relative;
}
.comments-area .comment-body:before {
	content: "";
	position: absolute;
	left: 75px;
	top: 15px;
	border: 10px solid transparent;
	border-right: 10px solid #f5f5f5;
}
.comments-area .comment-body .avatar {
	float: left;
	margin-right: 35px;
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	-ms-border-radius:     4px;
	border-radius:         4px;
}
.comments-area .comment-body .comment-meta,
.comments-area .comment-body .comment-content {
	overflow: hidden;
}
.comments-area .comment-body .comment-content {
	background: #f5f5f5;
	padding: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	-ms-border-radius:     4px;
	border-radius:         4px;
}
.comment-author {
	font-style: normal;
	color: #3d3d3d;
	margin-right: 25px;
	font-weight: 500;
}
.comment-meta a {
	color: #adadad;
	font-size: 12px;
}
.comment-meta a i {
	margin-right: 5px;
}
.comment-content p {
	font-size: 12px;
	color: #767676;
	margin-top: 10px;
}
.action-link {
	text-align: right;
	margin-top: 15px;
}
.action-link a {
	font-size: 10px;
	color: #fff;
	display: inline-block;
	margin-left: 5px;
	padding: 1px 8px;
	background: #3d3d3d;
	-webkit-border-radius: 2px;
	-moz-border-radius:    2px;
	-ms-border-radius:     2px;
	border-radius:         2px;
}
.comments-area .children {
	margin: 25px 0 0 95px;
}
.comment-reply-title {
	margin-bottom: 40px;
}
.comment-notes,
.form-allowed-tags,
.form-allowed-tags code {
	margin-bottom: 42px;
	font-size: 12px;
	color: #7d7d7d;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
	width: 31.3%;
	margin-right: 3%;
	margin-bottom: 30px;
	float: left;
}
.comment-form-url {
	margin-right: 0;
}
.comments-area .comment-form label {
	display: block;
	color: #3d3d3d;
	margin-bottom: 10px;
}
.comments-area .comment-form input {
	padding: 0 10px;
	width: 100%;
}
.comments-area .comment-form input,
.comments-area .comment-form textarea {
	border-color: #e4e4e4;
	background: #fbfbfb;
}
.comments-area .comment-form input:focus,
.comments-area .comment-form textarea:focus {
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1) inset;
	-moz-box-shadow:    0 0 6px 0 rgba(0, 0, 0, .1) inset;
	box-shadow:         0 0 6px 0 rgba(0, 0, 0, .1) inset;
}
.form-allowed-tags {
	margin: 20px 0;
}
.comments-area .comment-form .form-submit input {
	background: #363636;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
}
.comments-area .comment-form .form-submit input:hover,
.action-link a:hover {
	background: #5ec5f4;
}
/*--------------------------------------------------------------
Post format
--------------------------------------------------------------*/
.k2t-thumb .wpb_video_wrapper iframe {
	max-width: 100%;
	height: 400px;
}
.k2t-thumb .wp-video {
	width: 100% !important;
}
.b-timeline .k2t-thumb .wp-video {
	height: auto !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: 60px;
	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: 14px;
	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;
}

/*--------------------------------------------------------------
404 page
--------------------------------------------------------------*/
.k2t-not-found,
.k2t-error-404,
.k2t-subscribe {
	position: relative;
}
.error404 .k2t-header {
	border-bottom: 1px solid #eee; 
}
.k2t-error-404 {
	color: #444;
	text-align: center;
	padding: 240px 0;
}
.k2t-error-404 h1 {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 15px;
}
.k2t-error-404 .page-content p a {
	color: #5ec5f4;
}
.k2t-error-404 .page-content p a:hover {
	color: #444;
}

/*--------------------------------------------------------------
Widget style
--------------------------------------------------------------*/
.widget {
	margin-bottom: 60px;
	color: #767676;
}
.widget ul {
	list-style: none;
}
.widget-title {
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
}
.widget a {
	color: #767676;
}
.widget a:hover {
	color: #5ec5f4;
}
.widget ul li {
	position: relative;
}
.widget ul li:before {
	content: "\f0da";
	position: absolute;
	font-family: FontAwesome;
	left: 0;
	top: 10px;
}
.widget ul li a,
.widget ul li.recentcomments {
	display: inline-block;
	width: 100%;
	padding: 10px 0 10px 15px;
	border-bottom: 1px solid #ededed;
	font-weight: 400;
}
.widget ul li.current-cat a {
	color: #5ec5f4;
}
.widget ul li .count {
	position: absolute;
	right: 0;
	top: 8px;
	color: #ccc;
}
.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 #wp-calendar caption {
	padding: 10px;
	background: rgba(0, 0, 0, .05);
	border-width: 1px 1px 0;
	border-style: solid;
	border-color: rgba(0, 0, 0, .06);
	text-transform: uppercase;
	text-align: center;
}
.widget .rss-date {
	display: block;
	margin: 8px 0;
	font-size: 12px;
}
.widget .tagcloud {
	overflow: hidden;
}
.widget .tagcloud a {
	border: 1px solid #eee;
	display: inline-block;
	float: left;
	font-size: 12px !important;
	margin: 0 5px 5px 0;
	padding: 5px 8px;
}
.widget .posts-list .post-item {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ededed
}
.widget .posts-list .post-item .post-thumb {
	float: left;
	margin: 0 22px 0 0;
}
.widget .posts-list .post-item .post-text {
	padding-left: 102px;
}
.widget .posts-list .post-item h4 {
	clear: none;
}
.widget .posts-list .post-item h4 a {
	color: #767676;
	font-weight: 500;
}
.widget .posts-list .post-item h4 a:hover {
	color: #5ec5f4;
}
.widget .posts-list .post-item .post-meta {
	color: #949494;
	font-size: 12px;
	margin-top: 10px;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.k2t-footer {
	position: relative;
	z-index: 1;
}
.k2t-bottom {
	padding: 55px 0;
}
.k2t-info {
	text-align: center;
	color: #939393;
	font-size: 12px;
	padding: 28px 0 35px;
	border-top: 1px solid #2f2f2f;
	background-color:#282828;
}
.k2t-btt {
	width: 32px;
	height: 32px;
	background: #3d3d3d;
	line-height: 28px;
	text-align: center;
	position: fixed;
	right: 10px;
	bottom: 10px;
	color: #fff;
	display: none;
	z-index: 10;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition:    all .3s ease-in-out 0s;
	transition:         all .3s ease-in-out 0s;
}
.k2t-btt:hover {
	background: #5ec5f4;
}

/*--------------------------------------------------------------
Contact Form 7
--------------------------------------------------------------*/
.wpcf7 input,
.wpcf7 textarea {
	width: 100%;
	background:transparent;
	border: 0;
	color: #767676;
	font-weight:300;
	padding: 0 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius:    2px;
	-ms-border-radius:     2px;
	border-radius:         2px;
	border:1px solid #ededed;
}
.wpcf7 textarea {
	padding: 15px;
}
.wpcf7 input[type="submit"] {
	background: #282828;
	width: auto;
	margin: auto;
	padding: 0 40px;
	color:#f1f1f1;
	border:none;
	font-weight:500;
}
.wpcf7 input[type="submit"]:hover {
	background: #5ec5f4;
	color:#fff;
}
.wpcf7 .wpcf7-form > p {
	margin-bottom: 35px;
}

/*--------------------------------------------------------------
Newsletter
--------------------------------------------------------------*/
.newsletter table,
.newsletter th,
.newsletter td {
	padding: 0;
	border: 0;
}
.newsletter th {
	display: none;
}
.newsletter tbody > tr {
	float: left
}
.newsletter .newsletter-email {
	width: 386px;
	margin-right: 20px;
	border: 0;
}
.newsletter .newsletter-submit {
	background: #972e37;
	border: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition:    all .3s ease-in-out 0s;
	transition:         all .3s ease-in-out 0s;
}
.newsletter .newsletter-submit:hover {
	background: #7a1019;
}
.widget .newsletter form {
	position: relative;
}
.widget .newsletter .newsletter-email {
	width: 100%;
	border: 1px solid #ededed;
	padding: 0 40px 0 15px;
}
.widget .newsletter .newsletter-submit {
	background: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	text-indent: -999em;
}
.widget .newsletter form > p:last-child {
	width: 0;
	height: 0;
}
.widget .newsletter form > p:last-child:before {
	content: "\f0e0";
	position: absolute;
	font-family: FontAwesome;
	top: 12px;
	right: 15px;
	color: #ccc;
}

/*--------------------------------------------------------------
Social network
--------------------------------------------------------------*/
.social li {
	list-style: none;
	display: inline-block;
	margin-left: 10px;
}
.social li a {
	width: 32px;
	height: 32px;
	line-height: 32px;
	display: block;
	color: #fff;
	background: #ccc;
	text-align: center;
	position: relative;
	-webkit-border-radius: 2px;
	-moz-border-radius:    2px;
	-ms-border-radius:     2px;
	border-radius:         2px;
}
.social li a span {
	background: rgba(0, 0, 0, .7);
	position: absolute;
	opacity: 0;
	visibility: hidden;
	width: 80px;
	color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	line-height: 24px;
	font-size: 11px;
	top: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition:    all .3s ease-in-out 0s;
	transition:         all .3s ease-in-out 0s;
	-webkit-border-radius: 2px;
	-moz-border-radius:    2px;
	-ms-border-radius:     2px;
	border-radius:         2px;
}
.social li a:hover span {
	opacity: 1;
	visibility: visible;
	top: -35px;
}
.social li a span:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -5px;
	border: 5px solid transparent;
	border-top: 5px solid rgba(0, 0, 0, .7);
}
.social li a.twitter:hover {
	background-color: #3cc7f4;
}
.social li a.facebook:hover {
	background-color: #346da6;
}
.social li a.youtube:hover {
	background-color: #cc181e;
}
.social li a.googleplus:hover {
	background-color: #dd4b39;
}
.social li a.linkedin:hover {
	background-color: #006699;
}
.social li a.pinterest:hover {
	background-color: #c71e25;
}
.social li a.myspace:hover {
	background-color: #008dde;
}
.social li a.flickr:hover {
	background-color: #ed006e;
}
.social li a.dribble:hover {
	background-color: #e3558b;
}
.social li a.stumbleupon:hover {
	background-color: #ef785b;
}
.social li a.yahoo:hover {
	background-color: #2d1152;
}
.social li a.skype:hover {
	background-color: #17b5ef;
}
.social li a.vimeo:hover {
	background-color: #44bbff;
}
.social li a.rss:hover {
	background-color: #ffbb04;
}
.social li a.em:hover {
	background-color: #9e0039;
}
.social li a.tumblr:hover {
	background-color: #529ecc;
}

/*--------------------------------------------------------------
Ultimate WP
--------------------------------------------------------------*/
#uwpqsf_id {
	border: 0;
	background: url('../img/icons/search.png') no-repeat 15px center;
	padding-left: 80px;
	display: inline-block;
	width: 100%;
}
#uwpqsf_id .uwpqsf_class {
	display: inline-block;
	width: 100%;
	max-width: 220px;
	margin-right: 20px;
	float: left;
	clear: none;
	position: relative;
}
#uwpqsf_id .uwpqsf_class[class*="tax-select-"]:after {
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	width: 20px;
	height: 41px;
	background: #fff;
	right: -1px;
	top: 7px;
	border-radius: 1px;
	line-height: 41px;
}
#uwpqsf_id .uwpqsf_submit {
	max-width: 100px;
	margin-top: 6px;
	margin-right: 0
}
#uwpqsf_id .uwpqsf_class input,
#uwpqsf_id .uwpqsf_class select {
	height: 43px;
	width: 100%;
	padding: 0 15px;
	color: #989898;
	border-color: #dfdfdf;
	border-radius: 2px;
	font-size: 12px;
	background: #fff;
}
#uwpqsf_id .uwpqsf_class select { 
	padding: 0 0 0 15px;
	border: none;
	box-shadow: none;
}
#uwpqsf_id .uwpqsf_class input {
	margin-top: 6px;
}
.uform_title,
#uwpqsf_id label.uwpqsf_class {
	display: none;
}
#uwpqsf_id .uwpqsf_class input#uwpqsf_id_btn {
	color: #fff;
	margin-top: 0;
	height: 42px;
	background: #434343;
}
#uwpqsf_id .uwpqsf_class input#uwpqsf_id_btn:hover {
	background: #5ec5f4;
}
.uwpqsf_class > span[class*="taxolabel-"],
.uwpqsf_class > span[class*="cmflabel-"] {
	padding: 3px;
}

/*--------------------------------------------------------------
Extra shortcodes
--------------------------------------------------------------*/
.ow-bg-video {
	position: relative;
}
.ow-bg-video .inlinePlayer {
	width: 100%;
}
.ow-bg-video .inlinePlayer .mb_YTVPPlaypause {
	width: 74px;
	height: 74px;
	display: block;
	background: url('../img/icons/play.png') no-repeat 0 0;
	position: absolute;
	left: 50%;
	margin-left: -37px;
	text-indent: -999em;
	cursor: pointer;
}
.ow-bg-video .playerBox {
	margin-top: 0 !important;
}
.ow-bg-video .mb_YTVPMuteUnmute,
.ow-bg-video .mb_YTVPUrl,
.ow-bg-video .mb_OnlyYT,
.ow-bg-video .mb_YTVPTime {
	display: none;
}
.null-instagram-feed {
	overflow:hidden;
}
.null-instagram-feed ul li {
	float: left;
}
.null-instagram-feed ul li a {
	border: 0;
	padding: 0;
}
.null-instagram-feed ul li:before {
	display: none;
}
.null-instagram-feed ul li img {
	float: left;
	width: 60px;
	height: 60px;
	margin: 0 7px 0 0;
	
}
.null-instagram-feed ul li:hover a {
	transform:scale(1.2);
}

/*--------------------------------------------------------------
Offcanvas Sidebar
--------------------------------------------------------------*/
.open-sidebar {
	height: 30px;
	width: 30px;
	z-index: 100;
	position: relative;
	display: inline-block;
	top:10px;
	margin:0 10px;
}
.open-sidebar:hover .inner,
.open-sidebar:hover .inner:before,
.open-sidebar:hover .inner:after {
	background-color: #5ec5f4
}
.open-sidebar .inner,
.open-sidebar .inner:before,
.open-sidebar .inner:after {
	background-color: #767676;
	content: "";
	display: block;
	height: 3px;
	width: 14px;
	-webkit-transition: all .5s ease;
	-moz-transition:    all .5s ease;
	transition:         all .5s ease;
}
.open-sidebar .inner {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform:    translate(-50%, -50%);
	-ms-transform:     translate(-50%, -50%);
	-o-transform:      translate(-50%, -50%);
	transform:         translate(-50%, -50%);
}
.open-sidebar .inner:before {
	margin-top: -5px;
	position: absolute;
}
.open-sidebar .inner:after {
	margin-top: 5px;
	position: absolute;
}
.open-sidebar.close-sidebar .inner {
	background-color: transparent;
	left: 54%;
}
.open-sidebar.close-sidebar .inner:before,
.open-sidebar.close-sidebar .inner:after {
	width: 14px;
	-webkit-transform: rotate(45deg);
	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	-o-transform:      rotate(45deg);
	transform:         rotate(45deg);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin:     0 50%;
	transform-origin:         0 50%;
}
.open-sidebar.close-sidebar .inner:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform:    rotate(-45deg);
	-ms-transform:     rotate(-45deg);
	-o-transform:      rotate(-45deg);
	transform:         rotate(-45deg);
}
.admin-bar .offcanvas-sidebar {
	top: 32px;
}
.offcanvas-type-default {
	position: relative;
}
.offcanvas-type-default,
.offcanvas-sidebar {
	-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;
	font-size: 14px;
	line-height: 20px;
	padding: 35px 25px;
	z-index: 10001;
	background: #1c1c1c;
	overflow: auto;
	min-height: 100%;
	height: 100%;
}
.offcanvas-sidebar .k2t-sidebar {
	width: 100% !important;
}
.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 .widget ul li a {
	font-size: 13px;
}
.offcanvas-sidebar .widget ul li a,
.offcanvas-sidebar .widget ul li.recentcomments,
.widget .tagcloud a {
	border-color: rgba(255, 255, 255, .1);
}

/*--------------------------------------------------------------
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;
}

/*--------------------------------------------------------------
VC Override
--------------------------------------------------------------*/
.wpb_alert.wpb_content_element{
	position: relative;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition:    all .3s ease-in-out 0s;
	transition:         all .3s ease-in-out 0s;
	display: inline-block;
	width: 100%;
	padding: 23px 25px;
	margin-bottom: 25px;
	border: 0;
}
.wpb_alert.wpb_content_element .messagebox_text {
	background: none;
	padding: 0;
	display: table;
	width: 100%;
}
.wpb_alert.wpb_content_element .messagebox_text > * {
	display: table-cell;
	vertical-align: middle;
}
.wpb_alert.wpb_content_element .messagebox_text span:first-child {
	width: 66px;
}
.wpb_alert.wpb_content_element .messagebox_text i {
	margin-right: 40px;
	font-size: 26px;
}

/* Background Transparent
---------------------------- */
.wpb_alert.wpb_content_element.bg-transparent {
	background: none !important;
	border-width: 1px;
	border-style: solid;
}

/* Alert Info
---------------------------- */
.wpb_alert.wpb_content_element.wpb_alert-info {
	border-color: #d9edf8;
	background: #d9edf6;
	border-left: 4px solid #6690a6;
	color: #6690a6;
}

/* Alert Warning
---------------------------- */
.wpb_alert.wpb_content_element.wpb_alert-warning {
	border-color: #fbf9e4;
	background: #fdf8e4;
	border-left: 4px solid #baa77f;
	color: #baa77f;
}

/* Alert Success
---------------------------- */
.wpb_alert.wpb_content_element.wpb_alert-success {
	border-color: #e2f1da;
	background: #e0efd8;
	border-left: 4px solid #65a266;
	color: #65a266;
}

/* Alert Danger
---------------------------- */
.wpb_alert.wpb_content_element.wpb_alert-danger {
	border-color: #f2dedf;
	background: #f2dedf;
	border-left: 4px solid #aa4442;
	border-radius: 0;
	color: #aa4442;
}

/* Revoluition
---------------------------- */
.wpb_revslider_element .k2t-btn{
    height: auto !important;
}
.wpb_revslider_element p{
    font-size: 100% !important;
}

/* Close action
---------------------------- */
.wpb_alert.wpb_content_element.has-close {
	padding-right: 35px;
}
.wpb_alert .close{
	color: #6d747a;
	cursor: pointer;
	float: right;
	font-size: 35px;
	font-weight: normal;
	line-height: 1;
	margin-top: -15px;
	opacity: 0.3;
	position: absolute;
	right: 10px;
	text-shadow: 0 1px 0 #fff;
	top: 50%;
}
.wpb_alert .close:hover {
	opacity: .5;
}
/* DARK BACKGROUND */
.background-dark h1,
.background-dark h2,
.background-dark h3,
.background-dark h4,
.background-dark h5 {
	color:#fff !important;
}
.background-dark .k2t-heading.has-border.short_line .text .h::before{
	background: #fff;
}