/*
Theme Name: Farad Pro
Theme URI: http://designorbital.com/farad-pro/
Author: DesignOrbital.com
Author URI: http://designorbital.com/
Description: Farad is a clean, creative, feature-rich and powerful multi-purpose theme that is perfect for creative agencies, creative portfolios, freelancers or for any purpose.
Version: 5.1
Tags: white, light, one-column, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/*  Farad Table of Contents
 *
 * Note: See the "Help" tab in the "Kamn Options" admin page for license, changelog and other informations.
 *
 * =Reset, =Skeleton, =Header, =Content/Sidebar, =Footer
 * =Paragraph, =Headings, =Text Elements, =Blockquote, =Links
 * =List, =Table, =Button, =Form, =Search Form Widget, =Images, =General Classes, =Sidebar(s), =Widget(s)
 * =Type Post, =Entry Content, =Entry Meta, =Loop Meta
 * =Author, =Pagination, =Comments
 * =Menu Primary
 *
------------------------ */

/**
|------------------------
| =Reset default browser CSS. http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain)
|------------------------
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**
|------------------------
| =Skeleton
|------------------------
*/

body { 
	font-family: 'Lora', serif;
	font-size: 15px;
	line-height: 26px;
	background: #fff;
	color: #2f2f2f;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;	
}

.kamn-layout-box .wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	background: #FFF;
	-moz-box-shadow: 0 -4px 7px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 -4px 7px rgba(0,0,0,.2);
	box-shadow:  0 -4px 7px rgba(0,0,0,.2);
}

.no-boxshadow .kamn-layout-box .wrapper {
	border: solid 1px #dcdcdc;
}

.kamn-layout-wide .wrapper {
	width: 100%;
	position: relative;
}

/**
|------------------------
| =Header
|------------------------
*/

#header {
	width: 100%;
	margin: 0;
	background: #f5f5f5;
	border-bottom: solid 2px #fff;
	z-index: 100;
}

.kamn-layout-box #header {
	width: 1000px;
}

.header-sticky-element.header-stuck {
	position: fixed;
	top: 0;
}

.header-sticky-element.animated.fadeInUp {
	position:relative;
}

#header-image-wrapper {
	width: 100%;
	overflow: hidden;
	margin: 20px 0;
}

#header-custom-text-wrapper {
	margin: 10px 0;
}

#header-custom-text-wrapper .site-name  {
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 28px; 
	line-height: 34px; 
}

#header-custom-text-wrapper .site-description {
	display: block;
}

#nav {
	width: 100%;
}

#nav select {
	margin: 0 0 30px 0;
}

/**
|------------------------
| =Content
|------------------------
*/

#content {
	padding: 60px 0 0 0;
}

/**
|------------------------
| =Sidebar
|------------------------
*/

#sidebar {
	font-size: 14px;
	padding: 60px 0 0 60px;
}

#sidebar a,
#sidebar a:visited {
	color: #2f2f2f;
	text-decoration: none;
}

#sidebar a:hover,
#sidebar a:focus {
	color: #488ac5;
}

/**
|------------------------
| =Footer
|------------------------
*/

#footer {
	position: relative;
	width: 100%;
	background: #f5f5f5;
	font-size: 13px;
	color: #929397;	
}

#footer a,
#footer a:visited {
}

#footer a:hover,
#footer a:focus {
}

#footer_sidebars {
	position: relative;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
}

#footer_tail {
	position: relative;
	width: 100%;
	padding: 20px 0 40px 0;
	border-top: 1px solid #e7e7e7;
}

#copyright_wrapper {
	padding-top: 2px;
}

#kamntop_wrapper {
	text-align: right;
}

#kamntop_wrapper a {
	display: block;
	text-align: center;
}

#kamntop_wrapper i {
	font-size: 24px;
	display: block;
}

/**
|------------------------
| =Full Width Template
|------------------------
*/

body.home .template-full-width {
	margin: 0 0 0 0;
}

body.page .template-full-width {
	margin: 0 0 0 0;
}

body.single .template-full-width {
	margin: 0 0 0 0;
}

.template-full-width {
	margin: 0px 0 0 0;
}

.template-full-width-margin-zero {
	margin: 0;
}

/**
|------------------------
| =Paragraph
|------------------------
*/

p { 
	line-height: 26px;
	margin: 0 0 26px 0;
}

p:last-child {
	margin-bottom: 0;
}

p img { 
	margin: 0;
}

/**
|------------------------
| =Headings
|------------------------
*/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	color: #2f2f2f;
	font-weight: normal;
	clear: both;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: normal; }

h1 { 
	font-size: 30px; 
	line-height: 36px; 
	margin-bottom: 14px;
}

h2 { 
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 20px;
}

h3 { 
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;	
}

h4 { 
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 22px;	
}

h5 { 
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;	
}

h6 { 
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 25px;	
}

/**
|------------------------
| =Text Elements
|------------------------
*/

strong {
	font-weight: bold;
}

cite, em, i {
	font-style: italic;
}

small { 
	font-size: 80%;
}

pre {
	background: #f5f5f5;
	padding: 15px 30px;
	overflow: auto;	
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 20px;
}

code, kbd {
	color: #a0a0a0;
}

abbr, acronym, dfn {
	border-bottom: 1px solid #e7e7e7;
	cursor: help;
}

address {
	display: block;
	margin: 0 0 20px 0;
}

ins {
	color: #f5f5f5;
	background: #488ac5;
	text-decoration: none;
}

sup, sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

/**
|------------------------
| =Colors
|------------------------
*/

.color-dark {
	color: #363636;
}
.color-danger {
	color: #da4f49;
}
.color-info {
	color: #49afcd;
}
.color-light {
	color: #ffffff;
}
.color-primary {
	color: #006dcc;
}
.color-skin {
	color: #488ac5;
}
.color-success {
	color: #5bb75b;
}
.color-warning {
	color: #68CCB9;
}

.bgcolor-dark {
	background-color: #363636;
}
.bgcolor-danger {
	background-color: #da4f49;
}
.bgcolor-info {
	background-color: #49afcd;
}
.bgcolor-light {
	color: #2f2f2f;
	background-color: #ffffff;
}
.bgcolor-primary {
	background-color: #006dcc;
}
.bgcolor-skin {
	background-color: #488ac5;
}
.bgcolor-success {
	background-color: #5bb75b;
}
.bgcolor-warning {
	background-color: #00AEEF;
}

/**
|------------------------
| =Blockquote
|------------------------
*/

blockquote {
	font-size: 14px;
	line-height: 22px;
	padding-left: 30px;
	margin-bottom: 20px;
	margin-top: 20px;
	background: transparent url(images/quote.png) no-repeat top left;
	
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote cite {
	color: #555;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	text-align: right;
}

blockquote cite a {
	display: block;
	margin: 10px 0 0 0;
}

/**
|------------------------
| =Links
|------------------------
*/

a,
a:visited {
	color: #488ac5;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #296ba0;
	outline: none;
}

a img {
	border: none;
}

p a, 
p a:visited { 
	line-height: inherit;
}

/**
|------------------------
| =List
|------------------------
*/

ul, ol {
	margin: 0 0 18px 30px;
}

ul {
	list-style: square;
}

ul ul {
	list-style: circle;
}

ul ul ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

ul ul, ul ol,
ol ol, ol ul { 
	margin: 4px 0 5px 30px;
}

ul ul li, ul ol li,
ol ol li, ol ul li { 
	margin-bottom: 6px;
	font-size: 98%; 
}

dl {
	margin-bottom: 18px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 18px;
}

/**
|------------------------
| =Table
|------------------------
*/

table { 
	width: 95%;
	margin: 0 auto 20px auto;
	border-collapse: collapse;
}

caption {
	font-weight: bold;
	margin: 0 0 5px 0;
}

thead, th {
	color: #fff;
	background: #488ac5;
	text-align: left;
}

tbody, td {
	background: #fff;
}

td, th { 
	padding: 5px;
	border: 1px #e7e7e7 solid;
}

/**
|------------------------
| =Button
|------------------------
*/

.btn:visited {
	color: #333333;
}

.btn-primary:visited,
.btn-warning:visited,
.btn-danger:visited,
.btn-success:visited,
.btn-info:visited,
.btn-inverse:visited {
	color: #ffffff;
}

.btn-skin,
.btn-skin:visited {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #488ac5;
  *background-color: #488ac5;
  background-image: -moz-linear-gradient(top, #488ac5, #296ba0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#488ac5), to(#296ba0));
  background-image: -webkit-linear-gradient(top, #488ac5, #296ba0);
  background-image: -o-linear-gradient(top, #488ac5, #296ba0);
  background-image: linear-gradient(to bottom, #488ac5, #296ba0);
  background-repeat: repeat-x;
  border-color: #296ba0 #296ba0 #488ac5;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff488ac5', endColorstr='#ff296ba0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active,
.btn-skin.disabled,
.btn-skin[disabled] {
  color: #ffffff;
  background-color: #296ba0;
  *background-color: #296ba0;
}

.btn-skin:active,
.btn-skin.active {
  background-color: #296ba0 \9;
}

.btn-link,
.btn-link:visited {
  color: #488ac5;
}

.btn-link:hover,
.btn-link:focus {
  color: #296ba0;
}

.btn-medium {
  padding: 8px 16px;
  font-size: 14.5px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.btn-medium [class^="icon-"],
.btn-medium [class*=" icon-"] {
  margin-top: 4px;
}

.btn i {
	padding-right: 8px;
}

.more-link.btn-link {
	padding-left: 0;
	margin-left: 0;
}

span.more-link-wrap {
	display: block;
	margin: 20px 0 0 0;
}

.parent-post-link-wrapper {
	text-align: center;
	margin: 0 0 30px 0;
}

/**
|------------------------
| =Form
|------------------------
*/

form {
	margin-bottom: 20px;
}

fieldset {
	margin-bottom: 20px;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;	
	color: #2f2f2f;
	background: #fff;
	border: 1px solid #e7e7e7;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 6px 4px;
	width: 95%;
	max-width: 100%;
	display: block;
	margin: 10px 0 20px 0;
	outline: none;	
}

select {
	padding: 0;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow:  0 0 3px rgba(0,0,0,.2);
}

textarea {
	min-height: 60px;
}

label,
legend {
	display: block;
}

input[type="checkbox"] {
	display: inline;
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	*display: inline;
	padding: 4px 12px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #cccccc;
	*border: 0;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #488ac5;
	*background-color: #488ac5;
	background-image: -moz-linear-gradient(top, #488ac5, #296ba0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#488ac5), to(#296ba0));
	background-image: -webkit-linear-gradient(top, #488ac5, #296ba0);
	background-image: -o-linear-gradient(top, #488ac5, #296ba0);
	background-image: linear-gradient(to bottom, #488ac5, #296ba0);
	background-repeat: repeat-x;
	border-color: #296ba0 #296ba0 #488ac5;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff488ac5', endColorstr='#ff296ba0', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	   -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
			box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	
	outline: none;
	-webkit-appearance: none;
	
}

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	color: #ffffff;
	background-color: #296ba0;
	*background-color: #296ba0;	
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	   -moz-transition: background-position 0.1s linear;
		 -o-transition: background-position 0.1s linear;
			transition: background-position 0.1s linear;
}

button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/**
|------------------------
| =Objects
|------------------------
*/

embed,
iframe,
object,
video,
audio {
	max-width: 100% !important;
}

/**
|------------------------
| =Images
|------------------------
*/

img {
	max-width: 100% !important;
	height: auto !important;
}

.lt-ie9 img.scale-with-grid {
	width: 100%;
}

.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

img.alignleft {
	display: inline;
	float: left;
	margin: 20px 20px 20px 0;
}

img.alignright {
	display: inline;
	float: right;
	margin: 20px 0 20px 20px;
}

img.aligncenter,
img.centered {
	display: block;
	margin: 20px auto 20px auto;
	clear: both;
}

img.alignnone {
	display: inline;
}

/**
|------------------------
| =Caption
|------------------------
*/

.wp-caption {
	margin-bottom: 20px;
	max-width: 100%;
	overflow: hidden;
}

.wp-caption .wp-caption-text {
	margin: 12px 12px 0 0;	
	font-size: 12px;
	font-style: italic;
}

/**
|------------------------
| =Gallery
|------------------------
*/

.gallery {
	margin: 0 auto 20px auto;
}

dl.gallery-item {
	margin: 0;
}

.gallery-item a {
	width: 90%;
	display: block;
}

.gallery-caption {
	width: 90%;
	margin: 0 0 10px 0;
	font-size: 12px;	
	font-style: italic;
}

.gallery-caption a {
	display: inline;
}

.gallery a img {
	border: none;
}

dl.gallery-item img {
	padding: 5px;
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	height: auto;
}

.gallery br+br {
	display:none;
}

.gallery .gallery-item {
	float: left; 
	text-align: center; 
	margin-bottom: 10px;
}

/** Gallery Columns */

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-4 .gallery-item img {
	width: 98%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-5 .gallery-item img {
	width: 96%;
}

.gallery-columns-6 .gallery-item {
	width: 16%;
}

.gallery-columns-6 .gallery-item img {
	width: 94%;
}

.gallery-columns-7 .gallery-item {
	width: 14%;
}

.gallery-columns-7 .gallery-item img {
	width: 90%;
}

.gallery-columns-8 .gallery-item {
	width: 12%;
}

.gallery-columns-8 .gallery-item img {
	width: 88%;
}

.gallery-columns-9 .gallery-item {
	width: 11%;
}

.gallery-columns-9 .gallery-item img {
	width: 86%;
}

.gallery-columns-10 .gallery-item {
	width: 10%;
}

.gallery-columns-10 .gallery-item img {
	width: 84%;
}

/**
|------------------------
| =General Classes
|------------------------
*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.sticky {
}

/**
|------------------------
| =Type Post
|------------------------
*/

.type-post,
.type-page,
.type-kamn_portfolio {
	margin: 0 0 100px 0;
}

.type-attachment {
	margin: 0 0 40px 0;
}

.entry-title  {
	font-size: 40px;
	letter-spacing: 1px;
	line-height: 50px; 
	margin-bottom: 25px;
	word-wrap: break-word;
}

.entry-title-single {}

.entry-title-page {}

.entry-title a,
.entry-title a:visited {
	color: #2f2f2f;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #488ac5;
}

/**
|------------------------
| =Entry Content
|------------------------
*/

.entry-content {
	margin: 0 0 0 0;
	word-wrap: break-word;
}

.entry-content-single {
}

/**
|------------------------
| =Entry Meta
|------------------------
*/

body.single .entry-meta {
    color: #999999;
    font-size: 12px;
    line-height: 22px;
    margin: 0;
}
body.home .entry-meta {
display: none;
}

.entry-meta a,
.entry-meta a:visited {
	color: #999;
}

.entry-meta a:hover,
.entry-meta a:focus {
	color: #296ba0;
}

.entry-meta-sep {
	margin: 0 5px;
	color: #999;
}

.entry-meta-top {
}

.entry-meta-bottom {
	font-size: 15px;
	line-height: 26px;
}

.entry-meta-featured a,
.entry-meta-featured a:visited,
.entry-meta-post-format a,
.entry-meta-post-format a:visited {
	color: #488ac5;
	margin: 0 15px 0 0;
}

.entry-meta-featured a:hover,
.entry-meta-post-format a:hover {
	color: #296ba0;
	cursor: help;
}

.entry-date {
}

.cat-links a,
.cat-links a:visited,
.tag-links a,
.tag-links a:visited {
	color: #488ac5;
}

.cat-links a:hover,
.cat-links a:focus,
.tag-links a:hover,
.tag-links a:focus {
	color: #296ba0;
}

/**
|------------------------
| =Loop Meta
|------------------------
*/

#loop-meta {
	width: 100%;
	background: #488ac5;
	margin: 0;
}

body.blog #loop-meta, body.single #loop-meta {
background: none;
}



#loop-meta-inside {
padding-bottom: 40px;
padding-top: 0px;
}

.loop-meta-title {
	font-size: 60px;
	font-weight: bold;
	letter-spacing: 10px;
	line-height: 65px;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	padding: 0;
}

body.blog .loop-meta-title, body.single .loop-meta-title {
    color: #000000;
    font-size: 70px;
    font-weight: normal;
    letter-spacing: 3px;
    line-height: 65px;
    margin: 0;
    padding: 0;
    text-transform: none;
}

.loop-meta-description {
	color: #fff;
	margin: 5px 0 0 0;	
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 24px;
	text-transform: uppercase;
}

/**
|------------------------
| = Entry Featured Image
| = Kamn Media
|------------------------
*/

.entry-featured-image-wrapper {
	display: block;
	float: none;
	max-width: 640px;
	margin: 25px 0;
	overflow: hidden;	
}

.lt-ie9 .entry-featured-image-wrapper {
	width: 6400px;
}

.kamn-media-video-wrapper,
.kamn-media-image-wrapper {
	margin: 0 0 25px 0;
}

.entry-featured-image,
.kamn-media-image {
	max-width: 100% !important;
	height: auto !important;
}

.flexslider-gallery-wrapper.flexslider,
.nivoslider-gallery-wrapper.slider-wrapper.theme-kamn {
	margin-bottom: 25px;
}

/**
|------------------------
| =Author
|------------------------
*/

#author-info {
	font-size: 11px;
	margin: 0 0 100px 0;
}

#author-avatar {
	margin: 0 0 10px 0;
}

#author-avatar-inside {
	text-align: center;
}

#author-description h3 {
	margin: 0 0 8px 0;
}

#author-description p {
	margin: 0 0 4px 0;
}

/**
|------------------------
| =Post Formats
|------------------------
*/

.format-chat .entry-content {
	font-family: Consolas, "Andale Mono", Monaco, Courier, "Courier New", Verdana, sans-serif;
}

.format-aside .entry-content,
.format-chat .entry-content {
	background: #f8f8f8;
	margin-bottom: 20px;	
}

.format-aside .entry-content p,
.format-chat .entry-content p {
	margin: 0;
	padding: 10px;
}

/**
|------------------------
| =Pagination
|------------------------
*/

.pagination ul > li > span.current {
  background-color: #f5f5f5;
}

.pagination-wrapper-paginate,
.pagination-wrapper-np,
.pagination-wrapper-single,
.pagination-wrapper-attachment,
.pagination-wrapper-comments {
	margin: 0 0 60px 0;
}

.single .pagination-wrapper-link-pages {
	margin: 0 0 30px 0;
}

.loop-nav-next {
	text-align: right;
}

/**
|------------------------
| =Post Comments
|------------------------
*/

#comments {
	margin: 0 0 60px 0;
    display: none;
}

.page #comments {
	border-bottom: none;
}

.commentlist {
	list-style: none;
	margin: 0 auto 40px auto;	
}

.commentlist .children {
	list-style: none;
	margin: 15px auto 0 auto;	
}

.commentlist li.comment,
.commentlist li.pingback {
    background: #fff;
    margin: 0 0 20px 0;
	padding: 15px;
	overflow: hidden;	
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.commentlist li.odd {
	background: #f5f5f5;
}

.commentlist li.bypostauthor {
	border-bottom: 2px solid #488ac5;
}

.commentlist li.pingback p {
	margin: 0;
}

.commentlist .comment-author {
	position: relative;
	height: 75px;
	padding: 0 0 0 100px;
}

.commentlist .avatar {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #eaeaea;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 5px;
}

.commentlist .fn {
	display: block;
	margin: 0 0 5px 0;
}

.commentlist .edit-link {
	display: block;
	margin: 5px 0 0 0;
}

.commentlist .comment-awaiting-moderation {
	display: block;
	margin: 5px 0 0 0;
}

.nopassword,
p.nocomments {
	font-size: 16px;
	color: #aaa;
	text-align: center;
	margin-bottom: 70px;
}

/**
|------------------------
| =Comments Form
|------------------------
*/

#respond {
	position: relative;
	color: #808080;
    margin: 0 0 50px 0;
	overflow: hidden;	
}

.commentlist #respond {
	margin: 15px 0;
	padding: 25px 0;
	width: auto;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

#respond p {
	margin: 0;
}

#reply-title {
	margin: 0 0 10px 0;
}

#cancel-comment-reply-link {
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}

#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
}

#respond .comment-notes,
#respond .logged-in-as {
	margin: 0 0 20px 0;
}

#respond #commentform {
	margin: 0;
}

#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}

#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	position: absolute;
	left: 82%;
}

#respond .comment-form-comment label {
	text-indent: -9999px;
}

#respond .required {
	color: #bd3500;
}

#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	position: absolute;
	top: 1%;
	left: 115%;
}

#respond input[type=text] {
	display: block;
	width: 75%;
	height: 24px;	
	margin: 0 0 20px 1px;
}

#respond textarea {
	resize: vertical;
	width: 95%;
	margin: 0 0 20px 1px;
}

#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}

.form-allowed-tags {
	display: none;
}

/**
|------------------------
| =Menu Primary
|------------------------
*/

.menu {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	z-index: 300;
}

.menu ul,
.menu ul * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu ul {
	line-height: 1.0;
}

.menu ul ul {
	position: absolute;
	top: -999em;
	width: 10em;
}

.menu ul ul li {
	width:100%;
}

.menu ul li:hover {
	visibility: inherit;
}

.menu ul li {
	float: left; 
	position: relative;
	word-wrap: break-word;
}

.menu ul li li {
	background: none;
}

/**
 * Menu Position
 */


/** Top Level Position */
.menu ul li:hover ul, 
.menu ul li.sfHover ul {
	top: 84px;
	left: 0;
	z-index: 200;
}

.menu ul li:hover li ul,
.menu ul li.sfHover li ul {
	top: -999em;
}

/** Nested Level Position*/
.menu ul li:hover li ul li, 
.menu ul li.sfHover li ul li {
	top: 0;
	left: 0;
}

.menu ul li li:hover ul,
.menu ul li li.sfHover ul {
	top: 0;		
}

.menu ul li li:hover li ul,
.menu ul li li.sfHover li ul {
	top: -999em;
}

.menu ul li li li:hover ul,
.menu ul li li li.sfHover ul {
	top: 0;
}

/**
 * Menu Skin
 */

/** Top UL */
.menu ul {
}

/** Nested UL */
.menu ul ul.sub-menu {
	webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2);
	background: #fff;
}

/** Top Level List */
.menu ul li {
}

.menu ul li:last-child {
	border-right: none;
}

/** Nested List */
.menu ul ul.sub-menu li,
.menu ul ul.children li {
}

/** Top Level Anchors */
.menu ul a,
.menu ul a:visited {
	display: block;
	font-size: 14px;
	line-height: 21px;
	padding: 33px 20px;
	position: relative;
	text-decoration: none;
	color: #2f2f2f;
}

/** Nested Anchors */
.menu ul ul.sub-menu a,
.menu ul ul.sub-menu a:visited,
.menu ul ul.children a,
.menu ul ul.children a:visited {
	font-size: 13px;
	margin: 0 20px;
	padding: 20px 0;
	border-bottom: dotted 1px #e7e7e7;
}

/** Global Anchors Hover */
.menu ul a:focus,
.menu ul a:hover,
.menu ul a:active {
	color: #488ac5;
	background: #fff;	
}

/** Global List Hover */
.menu ul li:hover,
.menu ul li.sfHover {
}

/** Nested Anchors Hover */
.menu ul ul.sub-menu a:focus,
.menu ul ul.sub-menu a:hover,
.menu ul ul.sub-menu a:active,
.menu ul ul.children a:focus,
.menu ul ul.children a:hover,
.menu ul ul.children a:active {
}

/** Nested List Hover */
.menu ul ul.sub-menu li:hover,
.menu ul ul.sub-menu li.sfHover,
.menu ul ul.children li:hover,
.menu ul ul.children li.sfHover {
}

/** Nested List Last Child */
.menu ul li:last-child {
}

/** Nested Anchor Last Child */
.menu ul.sub-menu li:last-child a,
.menu ul.sub-menu li:last-child a:visited {
	border: none;
}

/** Menu Indicator */
.menu ul .sf-sub-indicator {
	display: inline-block;
	width: 7px;
	height: 12px;
	margin: 0 0 0 8px;
	text-indent: -9999px;
	background: url(images/menu-indicator-down.png) no-repeat;
	/*border: solid 1px red;*/
}

.menu ul ul .sf-sub-indicator {
	position: absolute;
	width: 7px;
	height: 15px;
	top: 8px;
	right: 15px;
	text-indent: -9999px;
	background: url(images/menu-indicator-right.png) no-repeat;
	/*border: solid 1px red;*/
}

/**
|------------------------
| =Portfolio Templates
|------------------------
*/

/** Filter */
.template_portfolio-filters-wrapper {
	margin-bottom: 30px;
}

.template_portfolio-list-wrapper {
	display: inline-block;
	*display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

.template_portfolio-list-wrapper li {
	display: inline-block;
	*display: inline;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.template_portfolio-list-wrapper li {
	display: inline;
}

.template_portfolio-list-wrapper li a {
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	font-size: 14px;
	text-transform: uppercase;	
}

.template_portfolio-wrapper-background-skin .template_portfolio-list-wrapper li a,
.template_portfolio-wrapper-background-skin .template_portfolio-list-wrapper li a:visited {
	color: #ebebeb;
}

.template_portfolio-list-wrapper li a.active {
	color: #2f2f2f;	
}

/** Projects */
.template_portfolio-projects {
	margin-bottom: 30px;	
}

.template_portfolio-projects .columns,
.template_portfolio-projects .column {
	margin-bottom: 30px;
}

.kamn-layout-box .template_portfolio-projects .columns,
.kamn-layout-box .template_portfolio-projects .column {
}

.template_portfolio-projects-image {
	margin: 0 0 10px 0;
	padding: 0;
}

.template_portfolio-projects-title {
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;	
	color: #2f2f2f;
	margin-bottom: 0;
}

.template_portfolio-projects-title a,
.template_portfolio-projects-title a:visited {
	color: #2f2f2f;
}

.template_portfolio-projects-title a:hover,
.template_portfolio-projects-title a:active {
	color: #296ba0;
}

/**
|------------------------
| =Widgets
|------------------------
*/

#template_full_width .widget,
#sidebar .widget,
#footer_sidebars .widget {
	width: 100%;
	margin: 0 0 60px 0;
	word-wrap: normal;
	overflow: hidden;
}

#template_full_width .widget,
#footer_tail_sidebar .widget {
	margin: 0;		
}

#sidebar .widget-title,
#template_full_width .widget-title,
#footer_sidebars .widget-title {
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-transform: uppercase;
	padding: 0 0 12px 0;
	border-bottom: solid 1px #e7e7e7;	
}

#template_full_width .widget-title,
#footer_sidebars .widget-title {
	padding: 0;
	border: none;
}

#template_full_width .widget-title {
	margin-bottom: 30px;
	text-align: center;
}

#footer_tail_sidebar .widget-title {
	display: none;
}

#sidebar ul,
#sidebar ol,
#footer_sidebars ul,
#footer_sidebars ol,
#footer_tail_sidebar ul,
#footer_tail_sidebar ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul li,
#sidebar ol li,
#footer_sidebars ul li,
#footer_sidebars ol li {
	margin: -2px 0 8px 0;
}

#sidebar ul ul li,
#sidebar ol ol li,
#footer_sidebars ul ul li,
#footer_sidebars ol ol li {
	margin: 5px 0 0 10px;
	padding-bottom: 0;
	border-bottom: none;
}

/**
|------------------------
| =Columns
|------------------------
*/

.one_half { width:48.5%; }
.one_third { width:31.33%; }
.two_third { width:65.66%; }
.one_fourth { width:22.75%; }
.three_fourth { width:74.25%; }
.one_fifth { width:17.6%; }
.two_fifth { width:38.2%; }
.three_fifth { width:58.8%; }
.four_fifth { width:79.4%; }
.one_sixth { width:14.16%; }
.five_sixth { width:82.83%; }

.one_half,
.one_third,
.two_third,
.one_fourth,
.three_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth { position:relative; margin:0 3% 0 0; float:left; }

.column_last { margin:0 !important; clear:right; }

/**
|------------------------
| =Search Widget
|------------------------
*/

.widget_search form {
	width: 99%;
	background: #fff;
	border: solid 1px #e7e7e7;	
	padding: 0;
	margin: 0;	
	overflow: auto;
}

.widget_search .assistive-text {
	display: none;
}

.widget_search input[type="text"] {
	width: 78%;
	float: left;	
	padding: 6px 0 6px 11px;
	margin: 0;
	vertical-align: middle;
	border: 0;
}

.widget_search input[type="submit"] {
	width: 33px;
	height: 33px;
	float: right;
	
	background-color: #fff;
	background-image: url(images/search-retina.png);
	background-repeat: no-repeat;
	background-size: auto 33px;
	
	border: 0;
	cursor: pointer;
	text-indent: -9999px;
	vertical-align: middle;
	margin: 0;
	padding: 0;	
	text-transform: capitalize;
	font-size: 0;
	display: block;
	line-height: 0;
	
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

.no-backgroundsize .widget_search input[type="submit"] {
	background-image: url(images/search-normal.png);
}

.widget_search input[type="submit"]:hover {
	text-decoration: none;
	background-position: 0 0;
	transition: none;
}

/**
|------------------------
| =Tag Widget
|------------------------
*/

#sidebar .tagcloud a,
#footer_sidebars .tagcloud a {
	padding: 2px 10px; 
	margin: 0 4px 6px 0; 
	display: inline-block;
	border: solid 1px #e7e7e7;
}

#sidebar .tagcloud a:hover,
#footer_sidebars .tagcloud a:hover {
	background: #296ba0; 
	color: #fff;
}

/**
|------------------------
| =Flexslider Widget
|------------------------
*/

.widget_flexslider-wrapper {
	margin-bottom: 60px;
}

.widget_flexslider-margin-bottom-zero {
	margin-bottom: 0;
}

.widget_flexslider-wrapper-background-base {
}

.widget_flexslider-wrapper-background-base-inverse {
	padding: 60px 0;
	background: #f5f5f5;
}

.widget_flexslider-wrapper-background-skin {
	padding: 60px 0;
	background: #488ac5;
}

.widget_flexslider-wrapper-background-skin .widget-title {
	color: #fff;
}

.container_flexslider {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

/**
|------------------------
| =Nivoslider Widget
|------------------------
*/

.widget_nivoslider-wrapper {
	margin-bottom: 60px;
}

.widget_nivoslider-margin-bottom-zero {
	margin-bottom: 0;
}

.widget_nivoslider-wrapper-background-base {
}

.widget_nivoslider-wrapper-background-base-inverse {
	padding: 60px 0;
	background: #f5f5f5;
}

.widget_nivoslider-wrapper-background-skin {
	padding: 60px 0;
	background: #488ac5;
}

.widget_nivoslider-wrapper-background-skin .widget-title {
	color: #fff;
}

/**
|------------------------
| =Social Widget
|------------------------
*/

/** Layout Common Settings */
.widget_social-list-wrapper {
	display: inline-block;
	*display: inline;
}

.widget_social-list-wrapper li {
	display: inline-block;
	*display: inline;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.widget_social-list-wrapper li {
	display: inline;
}

#footer_sidebars .widget_social-layout-wrapper {
	text-align: right;
}

/** Layout One */
.widget_social-one li a {
	float: left;
	width: 30px;
	height: 30px;	
	margin: 0 4px 4px 0;
	padding: 0;
	
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	
	background: transparent url(images/social-retina.png) no-repeat 0 0;
    background-size: auto 60px;
	
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
	
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	
}

.no-backgroundsize .widget_social-one li a {
	background: transparent url(images/social-normal.png) no-repeat 0 0;
}

.widget_social-one li.facebook a {
    background-position: 0 1px;
}
.widget_social-one li.twitter a {
    background-position: -30px 1px;
}
.widget_social-one li.gplus a {
    background-position: -60px 1px;
}
.widget_social-one li.linkedin a {
    background-position: -90px 1px;
}
.widget_social-one li.pinterest a {
    background-position: -120px 1px;
}
.widget_social-one li.dribbble a {
    background-position: -150px 1px;
}
.widget_social-one li.flickr a {
    background-position: -180px 1px;
}
.widget_social-one li.skype a {
    background-position: -210px 1px;
}
.widget_social-one li.rss a {
    background-position: -240px 1px;
}
.widget_social-one li.wordpress a {
    background-position: -270px 1px;
}
.widget_social-one li.youtube a {
    background-position: -300px 1px;
}
.widget_social-one li.vimeo a {
    background-position: -330px 1px;
}
.widget_social-one li.instagram a {
    background-position: -360px 1px;
}


.widget_social-one li.facebook a:hover {
    background-position: 0px -30px;
}
.widget_social-one li.twitter a:hover {
    background-position: -30px -30px;
}
.widget_social-one li.gplus a:hover {
    background-position: -60px -30px;
}
.widget_social-one li.linkedin a:hover {
    background-position: -90px -30px;
}
.widget_social-one li.pinterest a:hover {
    background-position: -120px -30px;
}
.widget_social-one li.dribbble a:hover {
    background-position: -150px -30px;
}
.widget_social-one li.flickr a:hover {
    background-position: -180px -30px;
}
.widget_social-one li.skype a:hover {
    background-position: -210px -30px;
}
.widget_social-one li.rss a:hover {
    background-position: -240px -30px;
}
.widget_social-one li.wordpress a:hover {
    background-position: -270px -30px;
}
.widget_social-one li.youtube a:hover {
    background-position: -300px -30px;
}
.widget_social-one li.vimeo a:hover {
    background-position: -330px -30px;
}
.widget_social-one li.instagram a:hover {
    background-position: -360px -30px;
}

/** Layout Two */
.widget_social-two li a {
	float: left;
	width: 30px;
	height: 30px;	
	margin: 0 4px 4px 0;
	padding: 0;
	
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	
	background: transparent url(images/social-retina-two.png) no-repeat 0 0;
    background-size: auto 60px;
	
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
	
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;	
}

.no-backgroundsize .widget_social-two li a {
	background: transparent url(images/social-normal-two.png) no-repeat 0 0;
}

.widget_social-two li.facebook a {
    background-position: 0 1px;
}
.widget_social-two li.twitter a {
    background-position: -30px 1px;
}
.widget_social-two li.gplus a {
    background-position: -60px 1px;
}
.widget_social-two li.linkedin a {
    background-position: -90px 1px;
}
.widget_social-two li.pinterest a {
    background-position: -120px 1px;
}
.widget_social-two li.dribbble a {
    background-position: -150px 1px;
}
.widget_social-two li.flickr a {
    background-position: -180px 1px;
}
.widget_social-two li.skype a {
    background-position: -210px 1px;
}
.widget_social-two li.rss a {
    background-position: -240px 1px;
}
.widget_social-two li.wordpress a {
    background-position: -270px 1px;
}
.widget_social-two li.youtube a {
    background-position: -300px 1px;
}
.widget_social-two li.vimeo a {
    background-position: -330px 1px;
}
.widget_social-two li.instagram a {
    background-position: -360px 1px;
}


.widget_social-two li.facebook a:hover {
    background-position: 0px -30px;
}
.widget_social-two li.twitter a:hover {
    background-position: -30px -30px;
}
.widget_social-two li.gplus a:hover {
    background-position: -60px -30px;
}
.widget_social-two li.linkedin a:hover {
    background-position: -90px -30px;
}
.widget_social-two li.pinterest a:hover {
    background-position: -120px -30px;
}
.widget_social-two li.dribbble a:hover {
    background-position: -150px -30px;
}
.widget_social-two li.flickr a:hover {
    background-position: -180px -30px;
}
.widget_social-two li.skype a:hover {
    background-position: -210px -30px;
}
.widget_social-two li.rss a:hover {
    background-position: -240px -30px;
}
.widget_social-two li.wordpress a:hover {
    background-position: -270px -30px;
}
.widget_social-two li.youtube a:hover {
    background-position: -300px -30px;
}
.widget_social-two li.vimeo a:hover {
    background-position: -330px -30px;
}
.widget_social-two li.instagram a:hover {
    background-position: -360px -30px;
}

/** Layout Three */
.widget_social-three li a {
	float: left;
	width: 55px;
	height: 55px;	
	margin: 0 4px 4px 0;
	padding: 0;
	
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	
	background: transparent url(images/social-retina.png) no-repeat 0 0;
    background-size: auto 110px;
	
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
	
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	
}

.no-backgroundsize .widget_social-three li a {
	background: transparent url(images/social-normal-three.png) no-repeat 0 0;
}

.widget_social-three li.facebook a {
    background-position: 0 -55px;
}
.widget_social-three li.twitter a {
    background-position: -55px -55px;
}
.widget_social-three li.gplus a {
    background-position: -110px -55px;
}
.widget_social-three li.linkedin a {
    background-position: -165px -55px;
}
.widget_social-three li.pinterest a {
    background-position: -220px -55px;
}
.widget_social-three li.dribbble a {
    background-position: -275px -55px;
}
.widget_social-three li.flickr a {
    background-position: -330px -55px;
}
.widget_social-three li.skype a {
    background-position: -385px -55px;
}
.widget_social-three li.rss a {
    background-position: -440px -55px;
}
.widget_social-three li.wordpress a {
    background-position: -495px -55px;
}
.widget_social-three li.youtube a {
    background-position: -550px -55px;
}
.widget_social-three li.vimeo a {
    background-position: -605px -55px;
}
.widget_social-three li.instagram a {
    background-position: -660px -55px;
}


.widget_social-three li.facebook a:hover {
    background-position: 0px 1px;
}
.widget_social-three li.twitter a:hover {
    background-position: -55px 1px;
}
.widget_social-three li.gplus a:hover {
    background-position: -110px 1px;
}
.widget_social-three li.linkedin a:hover {
    background-position: -165px 1px;
}
.widget_social-three li.pinterest a:hover {
    background-position: -220px 1px;
}
.widget_social-three li.dribbble a:hover {
    background-position: -275px 1px;
}
.widget_social-three li.flickr a:hover {
    background-position: -330px 1px;
}
.widget_social-three li.skype a:hover {
    background-position: -385px 1px;
}
.widget_social-three li.rss a:hover {
    background-position: -440px 1px;
}
.widget_social-three li.wordpress a:hover {
    background-position: -495px 1px;
}
.widget_social-three li.youtube a:hover {
    background-position: -550px 1px;
}
.widget_social-three li.vimeo a:hover {
    background-position: -605px 1px;
}
.widget_social-three li.instagram a:hover {
    background-position: -660px 1px;
}


/** Layout Four */
.widget_social-four li a {
	float: left;
	width: 55px;
	height: 55px;	
	margin: 0 4px 4px 0;
	padding: 0;
	
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	
	background: transparent url(images/social-retina-two.png) no-repeat 0 0;
    background-size: auto 110px;
	
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
	
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	
}

.no-backgroundsize .widget_social-four li a {
	background: transparent url(images/social-normal-four.png) no-repeat 0 0;
}

.widget_social-four li.facebook a {
    background-position: 0 -55px;
}
.widget_social-four li.twitter a {
    background-position: -55px -55px;
}
.widget_social-four li.gplus a {
    background-position: -110px -55px;
}
.widget_social-four li.linkedin a {
    background-position: -165px -55px;
}
.widget_social-four li.pinterest a {
    background-position: -220px -55px;
}
.widget_social-four li.dribbble a {
    background-position: -275px -55px;
}
.widget_social-four li.flickr a {
    background-position: -330px -55px;
}
.widget_social-four li.skype a {
    background-position: -385px -55px;
}
.widget_social-four li.rss a {
    background-position: -440px -55px;
}
.widget_social-four li.wordpress a {
    background-position: -495px -55px;
}
.widget_social-four li.youtube a {
    background-position: -550px -55px;
}
.widget_social-four li.vimeo a {
    background-position: -605px -55px;
}
.widget_social-four li.instagram a {
    background-position: -660px -55px;
}


.widget_social-four li.facebook a:hover {
    background-position: 0px 1px;
}
.widget_social-four li.twitter a:hover {
    background-position: -55px 1px;
}
.widget_social-four li.gplus a:hover {
    background-position: -110px 1px;
}
.widget_social-four li.linkedin a:hover {
    background-position: -165px 1px;
}
.widget_social-four li.pinterest a:hover {
    background-position: -220px 1px;
}
.widget_social-four li.dribbble a:hover {
    background-position: -275px 1px;
}
.widget_social-four li.flickr a:hover {
    background-position: -330px 1px;
}
.widget_social-four li.skype a:hover {
    background-position: -385px 1px;
}
.widget_social-four li.rss a:hover {
    background-position: -440px 1px;
}
.widget_social-four li.wordpress a:hover {
    background-position: -495px 1px;
}
.widget_social-four li.youtube a:hover {
    background-position: -550px 1px;
}
.widget_social-four li.vimeo a:hover {
    background-position: -605px 1px;
}
.widget_social-four li.instagram a:hover {
    background-position: -660px 1px;
}

/**
|------------------------
| =Flickr Widget
|------------------------
*/

.widget_flickr-kamn img {
	float: left;
	width: 60px;
	max-width: 60px;
	margin: 0 10px 10px 0;
}

#sidebar .widget_flickr-kamn img {
	margin: 0 10px 10px 0;
}

/**
|------------------------
| =Twitter Widget
|------------------------
*/

#sidebar a.widget_twitter-tweet-link,
#sidebar a.widget_twitter-tweet-link:visited, 
#footer_sidebars a.widget_twitter-tweet-link,
#footer_sidebars a.widget_twitter-tweet-link:visited {
	color: #488ac5;
}

#sidebar a.widget_twitter-tweet-link:hover,
#sidebar a.widget_twitter-tweet-link:focus,
#footer_sidebars a.widget_twitter-tweet-link:hover,
#footer_sidebars a.widget_twitter-tweet-link:focus {
	color: #296ba0;
}

/**
|------------------------
| =Common Widget Settings
| =Pages Widget
| =Posts Widget
| =Portfolios Widget
|------------------------
*/

.widget_pages-kamn img,
.widget_posts-kamn img,
.widget_portfolios-kamn img {
	float: left;
	width: 48px;
	max-width: 48px;
	margin: 0 10px 10px 0;
}

#sidebar .widget_posts-kamn ul li,
#footer_sidebars .widget_posts-kamn ul li,
#sidebar .widget_pages-kamn ul li,
#footer_sidebars .widget_pages-kamn ul li,
#sidebar .widget_portfolios-kamn ul li,
#footer_sidebars .widget_portfolios-kamn ul li {
	margin: -2px 0 14px 0;
}

/**
|------------------------
| =Twitter Widget
|------------------------
*/

#sidebar .widget_twitter-kamn,
#footer_sidebars .widget_twitter-kamn {
	margin: 0;
}

.widget_twitter-wrapper iframe {
	width: 100%;
}

/**
|------------------------
| =Clientcarousel Widget
|------------------------
*/

.widget_clientcarousel-wrapper {
	text-align: center;
	margin-bottom: 60px;
}

.widget_clientcarousel-margin-bottom-zero {
	margin-bottom: 0;
}

.widget_clientcarousel-wrapper-background-base {
}

.widget_clientcarousel-wrapper-background-base-inverse {
	padding: 60px 0;
	background: #f5f5f5;
}

.widget_clientcarousel-wrapper-background-skin {
	padding: 60px 0;
	background: #488ac5;
}

.widget_clientcarousel-wrapper-background-skin .widget-title {
	color: #fff;
}

/** jCarousel Controls */
.widget_clientcarousel-controls-wrapper {
	margin-bottom: 30px;
}

.widget_clientcarousel-controls-list-wrapper {
	display: inline-block;
	*display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget_clientcarousel-controls-list-wrapper li {
	display: inline-block;
	*display: inline;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.widget_clientcarousel-controls-list-wrapper li {
	display: inline;
}

.widget_clientcarousel-controls-list-wrapper li a {
	float: left;
	font-size: 18px;
	line-height: 24px;
	margin: 0 5px;
	padding: 0;
}

/** jCarousel Data */
.jcarousel {
    position: relative;
    overflow: hidden;
	width: 100%;
    height: 75px;
}

.jcarousel ul {
    width: 20000em;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    display: block;
	float: left;
	width: 170px;
	margin: 0 32px;
	padding: 0;
}

/**
|------------------------
| =Services Widget
|------------------------
*/

.widget_services-wrapper {
	margin-bottom: 60px;
}

.widget_services-margin-bottom-zero {
	margin-bottom: 0;
}

.widget_services-wrapper-background-base {
}

.widget_services-wrapper-background-base-inverse {
	padding: 60px 0;
	background: #f5f5f5;
}

.widget_services-wrapper-background-skin {
	padding: 60px 0;
	background: #488ac5;
}

.widget_services-wrapper-background-skin .widget-title {
	color: #fff;
}

.widget_services-row {
	width: 100%;
	position: relative;
	float: left;
	display: inline;
}

.widget_services-row-tail {
	margin-top: 60px;
}

/** Icon Top */
.widget_service-icon-top {
	text-align: center;
}

.widget_service-icon-top-inside {
}

.widget_service-icon-top-inside:hover {	
}

.widget_service-icon-top-icon {
	margin-bottom: 30px;
}

.widget_service-icon-top i {
	display: block;
}

.widget_service-icon-top i.size-large {
	font-size: 64px;
	line-height: 64px;
}

.widget_service-icon-top i.size-medium {
	font-size: 54px;
	line-height: 54px;
}

.widget_service-icon-top i.size-small {
	font-size: 44px;
	line-height: 44px;
}

.widget_service-icon-top i.size-mini {
	font-size: 24px;
	line-height: 24px;
}

.widget_service-icon-top-title {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;	
	color: #2f2f2f;
	margin-bottom: 10px;
}

/*.widget_services-wrapper-background-skin .widget_service-icon-top-title {
	color: #fff;
}*/

.widget_service-icon-top-content {
	color: #2f2f2f;
}

.widget_services-wrapper-background-skin .widget_service-icon-top-content {
	color: #ebebeb;
}

.widget_services-wrapper-background-skin a,
.widget_services-wrapper-background-skin a:visited,
.widget_services-wrapper-background-skin a:hover,
.widget_services-wrapper-background-skin a:focus,
.widget_services-wrapper-background-skin a:active {
	color: #ebebeb;
}

/**
|------------------------
| =Callout Widget
|------------------------
*/

/** Callout Button Bottom */
.widget_callout-button-bottom {
	text-align: center;
	margin-bottom: 60px;
}

.widget_callout-margin-bottom-zero {
	margin-bottom: 0;
}

.widget_callout-background-base {
}

.widget_callout-background-base-inverse {
	padding: 60px 0;
	background: #f5f5f5;
}

.widget_callout-background-skin {
	padding: 60px 0;
	background: #488ac5;
}

.kamn-layout-wide .widget_callout-button-bottom-inside {
}

.widget_callout-button-bottom-inside {
	padding: 0 100px;
}

.widget_callout-button-bottom-head {
	font-size: 60px;
	font-weight: normal;
	letter-spacing: 8px;
	line-height: 73px;
	text-transform: uppercase;
	margin: 0 0 20px;
	padding: 0;
}

.widget_callout-background-skin .widget_callout-button-bottom-head {
	color: #fff;
}

.widget_callout-button-bottom-subhead {
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 4px;
	line-height: 40px;
	text-transform: none;
	color: #656668;
	margin: 0;
	padding: 0;
}

.widget_callout-background-skin .widget_callout-button-bottom-subhead {
	color: #ebebeb;
}

.widget_callout-button-bottom-button {
	margin: 40px 0 0 0;
}

/**
|------------------------
| =Feedburner Widget
|------------------------
*/

.widget_feedburner-desc {
	margin-bottom: 30px;
}

.widget_feedburner-form {
	margin: 0;
	padding: 0;
}

.widget_feedburner-form input[type="text"] {
	float: left;
	width: 50%;
	margin: 0 2px 0 0;
}

.lt-ie9 .widget_feedburner-form input[type="text"] {
	width: 45%;	
}

.widget_feedburner-form input[type="submit"] {
	margin: 0;
}

.lt-ie9 .widget_feedburner-form input[type="submit"] {
	padding: 6px 0;
	border: none;
}

/**
|------------------------
| =Portfolio Widget
|------------------------
*/

/** Wrapper */
.widget_portfolio-wrapper {
	text-align: center;
}

.widget_portfolio-wrapper-background-base {
	margin-bottom: 30px;
}

.widget_portfolio-wrapper-background-base-inverse {
	padding: 60px 0 30px 0;
	margin-bottom: 60px;
	background: #f5f5f5;
}

.widget_portfolio-wrapper-background-skin {
	padding: 60px 0 30px 0;
	margin-bottom: 60px;
	background: #488ac5;
}

.widget_portfolio-wrapper-margin-bottom-zero {
	margin-bottom: 0;
}

.widget_portfolio-wrapper-background-skin .widget-title {
	color: #fff;
}

/** Isotope Item */
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/** Filter */
.widget_portfolio-filters-wrapper {
	margin-bottom: 30px;
}

.widget_portfolio-list-wrapper {
	display: inline-block;
	*display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget_portfolio-list-wrapper li {
	display: inline-block;
	*display: inline;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.widget_portfolio-list-wrapper li {
	display: inline;
}

.widget_portfolio-list-wrapper li a {
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	font-size: 14px;
	text-transform: uppercase;	
}

.widget_portfolio-wrapper-background-skin .widget_portfolio-list-wrapper li a,
.widget_portfolio-wrapper-background-skin .widget_portfolio-list-wrapper li a:visited {
	color: #ebebeb;
}

.widget_portfolio-list-wrapper li a.active {
	color: #2f2f2f;	
}

/** Projects */
.widget_portfolio-projects {	
}

.widget_portfolio-projects .columns,
.widget_portfolio-projects .column {
	margin-bottom: 30px;
}

.kamn-layout-box .widget_portfolio-projects .columns,
.kamn-layout-box .widget_portfolio-projects .column {
}

.widget_portfolio-projects-image {
	margin: 0 0 10px 0;
	padding: 0;
}

.widget_portfolio-projects-title {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;	
	color: #2f2f2f;
	margin-bottom: 0;
}

.widget_portfolio-projects-title a,
.widget_portfolio-projects-title a:visited {
	color: #2f2f2f;
}

.widget_portfolio-projects-title a:hover,
.widget_portfolio-projects-title a:active {
	color: #296ba0;
}

/** Button */
.widget_portfolio-button-wrapper {
	margin: 30px 0;
}

/**
|------------------------
| =Text Widget
|------------------------
*/

.widget_text-wrapper {
	text-align: center;
	margin-bottom: 60px;
}

.widget_text-wrapper-margin-bottom-zero {
	margin-bottom: 0;
}

.widget_text-wrapper-background-base {
}

.widget_text-wrapper-background-base-inverse {
	padding: 60px 0;
	background: #f5f5f5;
}

.widget_text-wrapper-background-skin {
	padding: 60px 0;
	background: #488ac5;
}

.widget_text-wrapper-background-skin .widget-title {
	color: #fff;
}

.widget_text-wrapper-background-skin .widget_text-box {
	color: #ebebeb;
}

.widget_text-box-inside {
	padding: 0 100px;
}

/**
|------------------------
| =Progressbar Widget
|------------------------
*/

.widget_progressbar-wrapper {	
	margin-bottom: 60px;
}

.widget_progressbar-wrapper-margin-bottom-zero {
	margin-bottom: 0;
}

.widget_progressbar-wrapper-background-base {
}

.widget_progressbar-wrapper-background-base-inverse {
	padding: 60px 0;
	background: #f5f5f5;
}

.widget_progressbar-wrapper-background-skin {
	padding: 60px 0;
	background: #488ac5;
}

.widget_progressbar-wrapper-background-skin .widget-title {
	color: #fff;
}

.widget_progressbar-inside {
	color: #ffffff;
	margin-bottom: 15px;
	background-color: #f0f0f0;
}

.widget_progressbar-body {
	font-size: 15px;
	line-height: 15px;
}

.widget_progressbar-data {
	padding: 12px 20px;
}

.widget_progressbar-title {
	float: left;
}

.widget_progressbar-progress {
	float: right;
	font-weight: bold;
}

/**
|------------------------
| =GMap Widget
|------------------------
*/

.widget_gmap-wrapper {
	margin-bottom: 60px;
}

.widget_gmap-wrapper-margin-bottom-zero {
	margin-bottom: 0;
}

.widget_gmap-wrapper-background-base {
}

.widget_gmap-wrapper-background-base-inverse {
	padding: 60px 0;
	background: #f5f5f5;
}

.widget_gmap-wrapper-background-skin {
	padding: 60px 0;
	background: #488ac5;
}

.widget_gmap-wrapper-background-skin .widget-title {
	color: #fff;
}

.container_gmap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

/**
|------------------------
| =Contactinfo Widget
|------------------------
*/

.widget_contactinfo-wrapper i {
	display: block;
	width: 28px;
	height: 28px;
	float: left;
	margin-right: 10px;
	padding-left: 2px; 
	font-size: 24px;
	line-height: 24px;
}

/**
|------------------------
| =Staff Widget
|------------------------
*/

.widget_staff-wrapper {
	margin-bottom: 60px;
}

.widget_staff-wrapper-margin-bottom-zero {
	margin-bottom: 0;
}

.widget_staff-wrapper-background-base {
}

.widget_staff-wrapper-background-base-inverse {
	padding: 60px 0;
	background: #f5f5f5;
}

.widget_staff-wrapper-background-skin {
	padding: 60px 0;
	background: #488ac5;
}

.widget_staff-wrapper-background-skin .widget-title {
	color: #fff;
}

.widget_staff-row {
	width: 100%;
	position: relative;
	float: left;
	display: inline;
}

.widget_staff-row-tail {
	margin-top: 60px;
}

.widget_staff-layout-wrapper {
	text-align: center;
}

.widget_staff-layout-wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget_staff-image {
	margin-bottom: 30px;
}

.widget_staff-title {
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;	
	color: #2f2f2f;
	margin-bottom: 5px;
}

.widget_staff-designation {
	color: #505050;
	text-transform: uppercase;
	margin-bottom: 10px;
}

/*.widget_staff-wrapper-background-skin .widget_staff-designation  {
	color: #ebebeb;
}*/

.widget_staff-description {
    left: 30%;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    width: 41%;
}

.widget_staff-wrapper-background-skin .widget_staff-description  {
	color: #ebebeb;
}

/**

|---Extra Design Info---

*/

a#exer {

color: #EE5B23;

}

a:hover#exer {

color: #68CCB9;

}

a#tarasocial {

color: #ffffff;

}

a#tarasocial:hover {

color: #EF5B1B;

}

a#tarasocial2 {

    padding-right: 1.22em;

}

i#tarasocial2 {

    padding-right: 0.25em;

}

i#tarasocial3 {

    padding-right: 0.55em;

}

div.ave2 {

padding-top: 0.75em;

}

div#widget-text-kamn-14.widget h3.widget-title {

display: none;

}

div#widget-text-kamn-14.widget div.widget-inside div.widget_text-wrapper-background-base-inverse {

padding-top: 0px;

}

div.widget_flickr-wrapper {

margin-bottom: 30px;

text-align: center;

}

.st_facebook_custom{

	background: url("http://www.elasticmind.ca/innerpreneur/wp-content/uploads/2013/09/InnerCritic.png") no-repeat scroll left top transparent;

	padding:0px 16px 0 0;

}

div#mc_embed_signup form {

padding-bottom: 0px;

margin-bottom: 15px;

}

div#mc_embed_signup .clear {

    display: none;

}

div#mc_embed_signup label {
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 7px;
}

div#text-6.widget h3 {

border-bottom: 2px solid #c5c5c5;

    font-size: 18px;

    line-height: 24px;

    padding: 0 0 12px;

margin-bottom: 0px;

}

div#text-6.widget h3#orange {
border-bottom: 2px solid #c5c5c5;
}

div.ssba, div.ssba a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-family: "francois one",sans-serif !important;
    font-size: 18px;
    margin-bottom: 2.25em;
    margin-top: 1.25em;
    padding-right: 10px;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
div.ssba, div.ssba a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-family: 'francois one',sans-serif !important;
    font-size: 18px;
    padding-right: 2.75px;
margin-bottom: 2.25em;
    margin-top: 1.25em;
}
}

div.yarpp-related h3 {
margin-bottom: 5px;
}

div#author-info {
display: none;
}
.page #comments {
    display: none;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
.menu ul a, .menu ul a:visited {
    color: #2F2F2F;
    display: block;
    font-size: 12px;
    line-height: 16px;
    padding: 10px 10px;
    position: relative;
    text-decoration: none;
margin-bottom: 1em;
margin-top: -1em;
}
}

div.author em {
color: #5E5F61;
}
div.author {
margin-bottom: 25px;
}
div#post-7310.post-7310 h1.entry-title {
text-align: center;
}
div#subscr {
    display: block;
    position: relative;
    top: -18em;
}
p#fixy {
  display: block;
    position: relative;
    top: -18em;
}

table#give thead, 
table#give th {
    background: none repeat scroll 0 0 #FFFFFF;
}

table#give td, table#give th {
    border: medium none;
    color: #000000;
    padding: 5px;
    text-align: center;
}