/*
Theme Name: Author
Theme URI: http://themes.okaythemes.com/author
Description: Author is a very clean blog style theme. Post your photos, articles or video with this responsive design.
Author: Mike McAlister
Author URI: http://okaythemes.com
Version: 2.0
Tags: white, two-columns, fluid, threaded-comments
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html 
*/

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, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}

.clearfix {
    *display: inline-block;
    height: 1%;
}

ol, ul { list-style: none }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles!  */

:focus { outline: 0 }

/* remember to highlight inserts somehow!  */

ins { text-decoration: none }

del { text-decoration: line-through }

/* tables still need 'cellspacing="0"' in the markup  */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html { overflow-x: hidden; }

body {
    margin: 0;
    color: #666;
    font: 14px/22px Georgia, serif;
    background: #f0f3f4;
    overflow-x: hidden;
}

::selection{background:#fff8ab; color:#666}
::-moz-selection{background:#fff8ab; color:#666}

code {
	background: #e0f6fb;
	padding: 20px;
	display: block;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
	border-left: solid 8px #caebf2;
}

img { border-style: none }

a { text-decoration: none }

a:hover { text-decoration: underline }

input, textarea, select {
    font: 100% arial,sans-serif;
    vertical-align: middle;
    color: #000;
}

form, fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

/* ===[ Text Formatting ]=== */

@font-face {
    font-family: 'EntypoRegular';
    src: url('includes/fonts/entypo-webfont.eot');
    src: url('includes/fonts/entypo-webfont.eot?#iefix') format('embedded-opentype'),
         url('includes/fonts/entypo-webfont.woff') format('woff'),
         url('includes/fonts/entypo-webfont.ttf') format('truetype'),
         url('includes/fonts/entypo-webfont.svg#EntypoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.entypo {
	font-family: 'EntypoRegular';
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 25px 0;
    font-family: Georgia, serif;
    font-weight: 400;
    color: #687A8A;
}

h1 { 
	font-size: 34px;
	line-height: 40px;
}

h2 { 
	font-size: 28px;
	line-height: 32px;
 }

h3 { 
	font-size: 20px;
	line-height: 24px;
}

h4 { 
	font-size: 18px;
	line-height: 22px;
}

h5 { 
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
}

h6 { 
	font-size: 12px;
	font-weight: 700;
}

/* ===[ Main Body Styles ]=== */

#wrapper {
    padding: 0 25px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    max-width: 1250px;
    position: relative;
    height: 100%;
    margin: 0 auto !important;
}

#main {
    width: 100%;
    height: 100%;
    margin: 0 auto 0;
    padding: 0;
}

#content {
    width: 77.5%; /* 930 (originally 930) / 1200 */ 
    float: left;
    height: auto !important;
    margin-top: 85px;
}

.page-template-full-width-php #content {
	width:100%;
}

.page-template-full-width-php #sidebar {
	display: none;
}

.page #content {
	margin-bottom: 70px;
}

#content .entry-title a { 
	color: #687A8A;
	-webkit-transition: .05s ease-in;  
	-moz-transition: .05s ease-in;  
	-o-transition: .05s ease-in;  
	transition: .05s ease-in;  
}

#content .entry-title a:hover {
	color: #798ea0;
	text-decoration: none;
	-webkit-transition: .05s ease-in;  
	-moz-transition: .05s ease-in;  
	-o-transition: .05s ease-in;  
	transition: .05s ease-in; 
}

#content .entry-title a:hover { text-decoration: none }

#content p { 
	margin: 0 0 18px;
	line-height: 26px;
	font-size:15px;
}

#content .more {
    background: url(images/arrow2.gif) no-repeat 100% 60%;
    padding: 0 11px 0 0;
    color: #d02c2c;
}

/* ===[ Header Area Styles ]=== */

.header-wrapper {
	width: 100%;
	margin: 0 -999px 0 -999px;
	padding: 25px 999px 30px 999px;
	z-index:100;
	background: #ffffff;
	position: relative;
	box-shadow: rgba(0,0,0, 0.15) 0px 0px 5px;
	-moz-box-shadow: rgba(0,0,0, 0.15) 0px 0px 5px;
	-webkit-box-shadow: rgba(0,0,0, 0.15) 0px 0px 5px;
}

.header-wrapper-border {
	border-top: solid 6px #f7f7f7;
}

.header-right {
    width: 400px;
    display: block;
    float:right;
}

.top-bar {
	float: right;
	margin: 13px 0px 0 0;
}

.top-bar .sub-menu .sub-menu { 
	z-index: 999;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}

.logo {
    display: block;
    margin: 0;
    float: left;
    max-width: 100%;
}

.logo-default {
	float: left;
}

.logo-text {
    font-size: 28px;
    font-weight: 200;
    line-height: 30px;
    padding: 6px 0 0 15px;
}

.logo-text span {
    font-size: 11px;
    line-height: 16px;
    font-weight: normal;
    color:#888;
}

.logo-text a { 
	color: #687A8A; 
	font-weight: bold;
	letter-spacing: -1px;
}

.logo-text a:hover {
	color: #778b9d;
	text-decoration: none;
}

.logo a {
    display: block;
    height: 100%;
}

/* ===[ Navigation Styling ]=== */

.menu-wrap {
	float: right;
	position: relative;
}

.menu-wrap .main-select-menu {
	display: none;
}

.menu-wrap span.select {
	display: none;
}

.nav {
    float: left;
    position: relative;
    z-index: 999;   
}

.nav a {
    color: #8695a2;
    float: left;
    padding: 5px 25px;
    display: block;
    font-family: Georgia, serif;
    font-weight: 700;
    font-size: 13px;
}
.nav a:first-child {
	padding-left: 0;
}
.nav a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #687A8A;
    display: block;
}

.nav .current-menu-item a {
	font-weight: 900;
	color: #687A8A;
}

.nav > li {
    float: left;
    padding: 0;
    margin: 0;
    display: inline;   
}

.nav > li:last-child a {
	border-right: none;
	padding-right: 0px;
}

.nav, .nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
}

.nav li {
    float: left;
    position: relative;
}

.nav ul {
    position: absolute;
    display: none;
    width: 180px;
    top: 32px;
    left: 0;
    -webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
}

.nav > li > .sub-menu {
	margin: 0;
	padding-top: 15px;
}

.nav li ul {
	background: #fff;
}

.nav li ul li { 
	padding: 0 12px; 
}

.nav li ul a {
    width: 155px;
    height: auto;
    float: left;
    border-bottom: solid 1px #eee;
    padding:10px 0 8px 0;
    font-weight: 400;
    font-size: 12px;
}

.nav li ul li:last-child > a {
	border: none;
}

.nav li ul li:last-child {
    background: none;
    border-bottom: none;
}

.nav li ul li ul {
    padding: 0;
}

.nav ul ul { top: auto }

.nav li ul ul {
    left: 162px;
    margin: 0 0 0 10px;
}

.nav li:hover ul ul, .nav li:hover ul ul ul, .nav li:hover ul ul ul ul { display: none }

.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li li li li:hover ul { display: block }

/* ===[ Category Menu ]=== */

.secondary-menu-wrap {
	margin: 0 -999px 0 -999px;
	padding: 0 999px 0 999px;
	background: #E2E5E8;
	border-bottom: solid 1px #fff;
}

.secondary-menu li {
	position: relative;
	list-style-type: none;
	display: inline-block;
	margin: 0 0px 0 0 !important;
	padding: 15px 10px;
	background: #E2E5E8;
}

.secondary-menu li ul li:last-child {
	border-bottom: none;
}

.secondary-menu li.current-menu-item a {
	color: #4e5b67;
}

.secondary-menu li a {
	color: #687A8A;
	font-size: 13px;
	font-weight: 700;
}

.secondary-menu li:hover a {
	text-decoration: none;
	display: inline-block;
	color: #4e5b67;
}

.secondary-menu ul {
    margin: 0;
    padding: 0;
    list-style-position: outside;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}

.secondary-menu ul {
    position: absolute;
    display: none;
    width: 179px;
    top: 52px;
    left: 0;
	z-index: 999;
}

.secondary-menu > li > .sub-menu {
	margin: 0;
}

.secondary-menu li ul {
	background: #E2E5E8;
}

.secondary-menu li ul li { 
	padding: 0 12px; 
	border-top: none;
}

.secondary-menu li ul li:hover {
	background: #fff;
}

.secondary-menu .children a:hover {
	color: #8695A2;
}

.secondary-menu li ul a {
    width: 155px;
    height: auto;
    float: left;
    padding:10px 0 8px 0;
    font-weight: 700;
    font-size: 12px;
}

.secondary-menu li ul li ul {
    padding: 0;
}

.secondary-menu ul ul { top: auto }

.secondary-menu li ul ul {
    left: 162px;
    margin: 0 0 0 10px;
}

.secondary-menu li:hover ul ul, .secondary-menu li:hover ul ul ul, .secondary-menu li:hover ul ul ul ul { display: none }

.secondary-menu li:hover ul, .secondary-menu li li:hover ul, .secondary-menu li li li:hover ul, .secondary-menu li li li li:hover ul { display: block }

.secondary-menu-wrap .select-menu, .secondary-menu-wrap .select {
	display: none;
}

/* ===[ Post Styles ]=== */

.post {
    margin: 0 0 75px 0;
	float:left;
	width: 100%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;
	-moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;
	-webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
}

.featured-image {
	width: 100%;
}

.featured-image img {
	max-width: 100%;
	min-width: 100%;
	height: auto;
}

.post img {
	max-width: 100%;
	height: auto;
}

.post hr {
	height: 1px;
	margin: 30px 0 30px 0;
	border: 0;
	border-bottom: solid 1px #eee;
}

.post li {
	list-style-type: square;
	margin-bottom: 5px;
}

.post .box { 
	position: relative;
}

.post .frame {
	width: 100%;
}

.post .frame-full {
	width: 100% !important;
}

.post .frame .post-content {
	padding: 0 25px;
}

.post .frame ul { 
	margin: 0 0 25px 15px;
}

.post .frame ul li {
    list-style-type: circle;
    margin: 0 0 8px 0;
}

.post .frame ol {
    margin: 0 0 25px 15px;
}

.post .frame ol li {
	list-style-type: decimal;
}

.post-thumb {
    margin: 5px 0 15px 0;
    float: left;
}

.title-wrap {
	background: #f7f7f7;
	padding: 20px 25px 20px 25px;
	margin: 0 0 30px 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.entry-title {
   	font-family: 'Merriweather', serif;
    font-weight: 400;
	font-size: 30px;
	letter-spacing: -1px;
	line-height: 40px;
	color: #6b6b6b;
	margin-bottom: 0;
}

.sub-title {
	background: #E4E9EB;
	padding: 12px 25px 8px 15px;
	font-family: 'Merriweather', serif;
    font-weight: 700;
	font-size: 18px;
	letter-spacing: -1px;
	line-height: 28px;
	color: #687A8A;
	margin-bottom: 30px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
}

.intro {
	font-size: 20px;
	font-family: "Merriweather", Georgia, serif;
	font-weight: 300;
	line-height: 30px;
	color: #A7B5C1;
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: solid 8px #f6f6f6;
}

.title-meta {
	color: #bbb;
	font-size: 11px;
}

.title-meta span {
	margin-right: 15px;
}

.post .bar {
	background: #f7f7f7;
	border-top: solid 1px #eee;
    width: 100%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    float: left;
    margin: 25px 0 0 0;
    padding: 15px 20px 7px 20px;
    font-size: 12px;
    position: relative;
    color: #A7B5C1;
    -webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.post .bar-frame { 
	padding: 0 0px 5px 0px;
	margin-left:15px 0px 15px 0px;
	line-height: 18px;
}

.bar .title {
	font-size: 40px;
	display: inline;
	float: left;
	line-height: 6px;
	margin-right: 5px;
	color: #A7B5C1;
}

.bar a {
	color: #A7B5C1;
}

.bar .categories {
	float: left;
	margin-right: 20px;
}

.bar .tags {
	float: left;
}

.bar .tags .entypo {
	font-size: 32px;
}

.bar .share {
	float:right;
	margin:-3px 0 0 0;
	position: relative;
}

.bar .share:before {
	content: "f";
	font-family: 'EntypoRegular';
	-webkit-font-smoothing: antialiased;
	position: absolute;
	font-size: 28px;
	left: -18px;
	line-height: 14px;
}

.bar .share a {
	float: right;
	margin-left: 3px;
	padding: 3px 3px 0px 3px;
}

.bar .share a:hover {
	background: #fff8ab;
	color: #555;
	text-decoration: none;
}

.large-image {
	margin: 0 0 30px 0;
	-webkit-transition: .1s ease-in;  
	-moz-transition: .1s ease-in;  
	-o-transition: .1s ease-in;  
	transition: .1s ease-in;
	background: url(images/loading.gif) no-repeat center center; 
}
.large-image:hover {
	opacity: .9;
	-webkit-transition: .1s ease-in;  
	-moz-transition: .1s ease-in;  
	-o-transition: .1s ease-in;  
	transition: .1s ease-in; 
}
.large-image img {
	width: 100%;
}
.gallery-wrap, .okvideo {
}
.gallery-wrap .slides li {
	margin-bottom: 0 !important;
}

.okvideo {
    position: relative;
    z-index: 1;
    margin: 0 0 0 0;
    float: left;
    clear: both;
    width: 100%;
}

.video object { width: auto !important }

.next-prev {
	width: 100%;
	border-bottom: solid 1px #eee;
	margin: -35px 0 0 0;
	padding: 0 0 40px 0;
	float: left;
	color: #687A8A;
}
.prev-post .title {	
	float: left;
}
.prev-post span {
	float: left;
	clear: both;
}
.next-post .title {	
	float: right;
}
.next-post span {
	float: right;
	clear: both;
}
.next-post {
	float: right;
	margin: 0 0 0 0;
}
.prev-post {
	float: left;
}

.post .img {
    padding: 0 15px 15px;
    width: 535px;
    overflow: hidden;
}

.post .img img { display: block }

.post blockquote {
    overflow: hidden;
    font-family: 'Merriweather', serif;
    font-weight: 700;
    padding: 15px 0 15px 50px;
    margin: 22px 25px 25px 0px;
    position: relative;
    border-top: solid 1px #EEE;
    border-bottom: solid 1px #EEE;
}

.post blockquote p { 
	font-size: 20px !important;
	line-height: 32px !important; 
	margin-bottom: 0px !important;
	color: #A7B5C1;
}

.quote { font-style: italic }

.post blockquote .frame { padding: 12px 41px 46px 27px }

.post q:before, .post q:after { content: "" }

.post blockquote q {
    display: block;
    margin: 0 0 23px;
}

cite {
    margin-top: 10px;
    float: right;
}

/* ===[ Sidebar Styles ]=== */

#sidebar {
    float: right;
    color: #8c99a4;
    font-size: 13px;
    margin-top: 95px;
    margin-left: 3.75%;
    width: 18.75%; /* 225 (originally 225) / 1200 */ 
}

.social-count {
}

.count-box {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: solid 1px #e6e6e6;
	min-height: 40px;
}

.count-box:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.twitter-count {
	background: url(images/twitter-count.png) no-repeat 0 3px;
	padding-left: 50px;
}

.rss-count {
	background: url(images/rss-count.png) no-repeat 0 3px;
	padding-left: 50px;
}

.rss-count .count-text {
	font-size: 20px;
}

.dribbble-count {
	background: url(images/dribbble-count.png) no-repeat 0 3px;
	padding-left: 50px;
}

.facebook-count {
	background: url(images/facebook-count.png) no-repeat 0 3px;
	padding-left: 50px;
}

.count-text {
	font-size: 24px;
	letter-spacing: -1px;
}

.follow-text, .follow-text a {
	font-size: 12px;
	line-height: 16px;
	color: #a7b5c1;
	margin-top:5px;
}

.follow-text a:hover {
	text-decoration: none;
	color: #8C99A4;
}

.follow-text a:hover:after {
	content: " \2192";
}

.link-count-show {
	display: block;
}

.link-count-show-ipad {
	display: none;
}

.widget ul { margin:0 0 0 15px; }

.widget ul li { 
	list-style-type: circle;
	margin-bottom:5px;
}

.widget ul li:last-child {
	border-bottom:none;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}

.widget {
	width: 100%;
    float: left;
    margin: 0 0 25px 0;
    padding: 0 0 25px 0;
    display: block;
    border-bottom: double 4px #e6e6e6;
}

.widget:last-child {
	border-bottom: none;
}

.widget p { margin: 0 0 25px }

.widget .date { font-size: 11px }

.widget h2 {
    font-weight: normal;
    font-size: 15px;
    margin:0;
    color: #687a8a;
    padding: 0 0 8px 0;
}

.widget h4 { font-weight: normal }

.tagcloud {}

.tagcloud a {
	background:#e0e6e8;
	padding:6px 10px 5px 10px;
	float:left;
	font-size:12px !important; 
	line-height: 18px;
	margin:0 5px 8px 0;
	color: #687a8a;
	-webkit-border-radius: 15px; 
	-moz-border-radius: 15px; 
	border-radius: 15px;
}

.tagcloud a:hover {
	text-decoration: none;
	background: #fff;
}

.items {
    font-size: 11px;
    line-height: 16px;
    padding: 5px 0 14px;
}

.widget h4 {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.widget h4 a { color: #fff }

.widget .media img { display: block }

/* ===[ Dribbble Widget Styling ]=== */

.dribbbles {}

.dribbbles li a img {
	width:100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 5px #fff;
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;
	-moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;
	-webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
}


/* ===[ Search Form Styling ]=== */

.search-form .text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    font-size: 12px;
    font-style: italic;
    font-family: Georgia, serif;
    border: none;
    float: left;
     width: 100%;
	background: #fff url(images/search.png) no-repeat 10px 9px;
	padding: 8px 7px 8px 30px;
	border: solid 4px #e4e9eb;
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px; 
	border-radius: 20px;
	color: #898e99;
} 

.search-form .submit {
    background: #666 url(images/search.png) no-repeat center center;
    width: 26px;
    height: 28px;    
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    border: 0;
    cursor: pointer;
    float: right;
}

.search-form .submit {
	display: none;
}


/* ===[ Scroll ]=== */

.scroll {
	margin-top: 60px;
	min-height: 2px;
	background: url(images/bar-loading.gif) no-repeat center bottom;
}

.scroll .slides {
	background: #F0F3F4;
}

.scroll-excerpt {
	font-family: 'Merriweather', serif;
	font-weight: 700;
	font-size: 38px;
	letter-spacing: -2px;
	line-height: 50px;
	color: #6b6b6b;
}

.scroll-excerpt a {
	color: #687A8A;
	-webkit-transition: .05s ease-in;  
	-moz-transition: .05s ease-in;  
	-o-transition: .05s ease-in;  
	transition: .05s ease-in;
}

.scroll-excerpt a:hover {
	color: #798ea0;
	text-decoration: none;
	-webkit-transition: .05s ease-in;  
	-moz-transition: .05s ease-in;  
	-o-transition: .05s ease-in;  
	transition: .05s ease-in; 
}

.scroll-post {
	margin-top: 10px;
	font-size: 14px;
	font-weight: 700;
	color: #778b9d;
}

.scroll-post a {
	color: #A7B5C1;
}

.scroll-post a:hover {
	text-decoration: none;
	border-bottom: dashed 1px #A7B5C1;
}

/* ===[ Comment Styling ]=== */

.comments {
	width:100%;
    float: left;
    margin: 0 0px 70px 0px;
    padding-bottom: 25px;
    background: #fff;
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;
	-moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;
	-webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
}

#comments {
	padding: 35px;
}

#comments-title {
    padding: 20px 35px 15px 65px;
   	margin: -35px -35px 25px -35px !important;
   	background: #f7f7f7;
    font-weight: 700;
	font-size: 18px;
	letter-spacing: -1px;
	line-height: 30px;
	color: #687A8A;
	margin-bottom: 0;
	text-align: center;
}

#respond {
    margin: 0 0 15px 0;
    padding: 0 0 20px 0;
}

.comment #respond { margin-top: 0px }

#respond h3 {
    padding: 0 0 10px 0;
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: 25px;
    letter-spacing: -1px;
    font-weight: 500;
}

#respond h3 .entypo {
	font-size: 30px;
	margin-left: 3px;
	-webkit-font-smoothing: antialiased;
}

#respond label {
	display: inline-block;
    font-weight: bold;
    font-size: 12px;
    margin: 5px 0 0 0;
}

#respond p .required {
	font-size: 11px;
}

#respond p { margin-bottom: 15px }

#respond input[type="text"], #respond textarea {
    color: #777;
    border: none;
    border: solid 1px #DDD;
	border-bottom: solid 1px #CCC;
    background: #fff;
    width: 100%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    padding: 10px;
    font-size: 13px;
    font-family: Georgia, serif;
}

#respond input:focus, #respond textarea:focus {
    outline: none;
}

#respond textarea {
    line-height: 22px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Georgia, serif;
}

.form-submit #submit {
	font-family: Georgia, serif;
	background:#e0e6e8;
	padding:8px 15px 7px 15px;
	float:left;
	font-size:12px !important;
	font-weight: 700; 
	line-height: 18px;
	margin:0 5px 8px 0;
	color: #687a8a;
	-webkit-border-radius: 30px; 
	-moz-border-radius: 30px; 
	border-radius: 30px;
	border: none;
}

.form-submit #submit:hover {
	background: #687a8a;
	color: #fff;
	cursor: pointer;
}

.form-allowed-tags code {
	background: none;
	border: none;
	font-size: 11px;
	line-height: 18px;
	color: #aaa;
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 15px 0;
}

.commentlist {
	list-style-type: none !important;
}

.commentlist li {
    padding: 15px 0 35px 0;
    margin: 0 0 25px 0;
    position: relative;
    list-style-type: none !important;
    border-bottom: 1px solid #eee;
}

.comments .children {
	margin-bottom: 0px !important;
	margin-top: 25px !important;
}

.comments .children li { 
	margin: 0 0 0 0;
	padding-left: 25px;
	border-bottom: none;
	border-left: solid 4px #f7f7f7;
 }

.comments .children li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.comment-block {
    padding: 0;
}

.comment-text {
}

.comment-text:before {
	width: 0;
	height: 0;
}

.reply {
    margin: 0px !important;
    font-size: 12px !important;
}

.reply .entypo {
	font-size: 30px;
	line-height: 16px;
}

.comments .children .reply { text-align: left }

.reply a:hover {
    text-decoration: none;
}

#cancel-comment-reply-link {
    font-size: 12px;
    color: #aaa;
    margin-left: 10px;
    letter-spacing: 0;
}

.comment-notes {
	color: #aaa;
	font-size: 12px;
}

.comments .logged-in {
	float: left;
}

.comment-awaiting-moderation {
    color: #555;
    font-weight: bold;
    font-size: 11px;
}

.vcard {
    float: left;
}

.vcard img {
    float: left;
    background: #fff;
    border: solid 1px #eee;
    padding: 3px;
    -webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
}

.fn {
    float: left;
    font-weight: bold;
    font-size: 14px;
    font-style:	normal;
    line-height: 20px;
    margin-top: 0;
}
.fn a { color: #687A8A }

.comment-info {
	margin-bottom: 10px;
	position: relative;
}

.comment-meta {
    float: left;
    margin: 2px 0 0 12px;
}

.comment-time {
    font-size: 12px;
    color: #999;
}

.comment-edit-link {
	font-size: 12px;
}

/* ===[ Flickr Widget Styling ]=== */

.flickrPhotos { }

.flickrPhotos { 
	margin: 0 0 0 0 !important; 
	float: left; 
}

.flickrPhotos li {
    float: left;
    display: inline;
    margin: 0px 0 15px 0px !important; 
    padding: 0 !important;
    overflow: hidden;
    list-style-type: none;
}

.flickr li img {
	width:100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 5px #fff;
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;
	-moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;
	-webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
}

.flickr-more {
    font-size: 10px;
    color: #aaa;
}

.flickrPhotos .remove-margin, #envato-marketplace-items .remove-margin { margin-right: 0px !important }

/* ===[ Twitter Widget Styling ]=== */

.tweet-scroll {
    margin: 0 0 0 0!important;
    list-style-type: none;
}

.tweet-scroll li {
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
    list-style-type: none !important;
}

.tweet-scroll li:last-child {
	margin-bottom: 0px !important;
}

.tweets-more {
    color: #aaa;
    margin: 10px 0 0 0;
    float: left;
    width: 100%;
   
}

/* ===[ Post Navigation Styling ]=== */

.pagelink p {
	background: #f7f7f7;
	padding: 10px;
}

.post-nav {
    margin: -20px 0 75px 0;
    float: left;
    width: 100%;
    font-family: Georgia, serif;
    font-weight: 700;
}

.post-nav a {
	background:#e0e6e8;
	-webkit-border-radius: 15px; 
	-moz-border-radius: 15px; 
	border-radius: 15px;
    color: #687a8a;
    text-decoration: none;
    padding: 6px 10px 5px 10px;
}

.postnav-left a {
    float: left;
}

.postnav-right a {
    float: right;
}

.postnav-right a:hover, .postnav-left a:hover {
    background: #fff;
    text-decoration: none;
}

/* ===[ Archive Styles ]=== */

#archive {
}

#archive h3 {
	margin-bottom: 10px;
}

#archive ul {
	margin:0 0 45px 15px;	
}

#archive ul li {
	line-height: 20px;
}

.columnize	{
	float: left;
	width: 190px;
	margin: 0 40px 0 0;
}

.columnize-last {
	margin-right: 0px;
}

/* ===[ Footer Styles ]=== */

#footer {
    width: 100%;
    margin: 0 -999px 0 -999px;
	padding: 30px 999px 30px 999px;
    display: block;
    overflow: hidden;
    background: #fff;
	box-shadow: rgba(0,0,0, 0.15) 0px 0px 5px;
	-moz-box-shadow: rgba(0,0,0, 0.15) 0px 0px 5px;
	-webkit-box-shadow: rgba(0,0,0, 0.15) 0px 0px 5px;
}

#footer .bar ul {
	margin-left: 15px;
}

#footer .bar li {
	list-style-type: square;
	margin-bottom: 5px;
}

#footer .footernav { 
	float: left;
	margin: 0 0 0 0;
}

#footer .footer-copy {
	float: left;
}

#footer .copyright {
    float: left;
    margin: 0;
    position: relative;
    font-size: 12px;
    color: #A7B5C1;
}

#footer .menu-footer-wrapper {
	float: left;
}

#footer #menu-footer-container { float: left }

#footer #menu-footer {
    float: left;
}

#footer #menu-footer li {
    float: left;
    margin: 0 20px 5px 0;
    display: inline;
}

#footer #menu-footer li a {
	color: #8695a2;
    display: block;
    font-weight: 700;
    font-size: 13px;	
}

#footer #menu-footer li a:hover {
	color: #4e5b67;
	text-decoration: none;
}

#footer #menu-footer li:last-child { margin: 0 0 0 0 }

/* ===[ Icons ]=== */

.social-icons {
	float: right;
	margin-top:5px;
}

.social-icons a img {
	width:28px;
	height: auto;
}

.social-icons a img:hover {
	opacity: .8;
}

/* ===[ Post Gallery Styling ]=== */

.gallery-wrap {
	margin: 0 0 -5px 0;
}

/* ===[ Various Default WordPress Styling ]=== */

.alignleft { float: left }

.alignright { float: right }

.aligncenter { text-align: center }

.bypostauthor { }

.wp-caption {
    background: rgba(255,255,255, 0.6);
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
    padding: 5px;
    max-width: 96%; /* Image does not overflow the content area */
    text-align: center;
}

.wp-caption.alignnone { margin: 5px 20px 20px 0 }

.wp-caption.alignleft { margin: 5px 20px 20px 0 }

.wp-caption.alignright { margin: 5px 0 20px 20px }

img.alignleft, img.alignright {
	padding: 5px;
}

img.alignleft {
	margin: 5px 25px 20px 0;
}

img.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 10px !important;
    margin: 0 !important;
    padding: 3px 0 0 0!important;
}

.gallery-caption { text-align: center }

.gallery-item {
    width: 115px !important;
    margin-right: 15px;
    margin-bottom: 20px;
    
}

.gallery-icon { width: 115px }

.gallery-item img {
    width: 95px;
    height: auto;
    padding: 5px;
    border: solid 1px #eee !important;
}

.highlight {
	background: #fcf8a5;
	width: auto;
	display: inline;
	padding: 2px 3px;
}

/* ===[ Tab Style ]=== */

.tabs { 
	list-style-type:none !important; 
	margin:0 !important; 
	padding:0;
	height:30px;
	width:100%;
	clear: both;
}

.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0 !important;
	margin:0 0 5px 0!important;
	list-style-type:none !important; 
}

.tabs > li a { 
	display:block;	
	text-decoration:none;
	height: 30px;
	width:40px;
	margin-right: 5px;
	text-align: center;
	position:relative;
	color: #8C99A4;
	background: #e2e5e8;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
}

.tabs > li:last-child a {
	margin-right: 0px;
}

.tabs > li a:hover {
	background: #fff;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
}

.tabs a:active {
	outline:none;		
}

.tabs li.active a {		 
	color:#fff !important;
	background: #687A8A;
}

.tabs li span {
	font-family: 'EntypoRegular';
	-webkit-font-smoothing: antialiased;
	font-size: 32px;
}

.pane {
	float: left;
	margin-top:20px;
	width: 100%;
}

/* Profile Widget */

.profile-img {
	float: right;
	margin: 0 0 5px 10px;
	background: white;
	border: solid 1px #ddd;
	padding: 3px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
}

/* Recent Posts Widget */

.recent-posts-widget {
	margin: 0 !important;
	padding: 0;
}

.recent-posts-widget li {
	list-style-type: none !important;
	margin: 0 0 8px 0 !important;
	padding: 0 0 8px 0;
	border-bottom: solid 1px #e6e6e6;
}

.recent-posts-widget li h3 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0px;
}

.recent-posts-widget li h3 a {
	color: #687A8A;
}

.recent-posts-widget li p {
	font-size: 12px;
	color: #A7B5C1;
	margin-bottom: 0;
}

/* Recent Comments Widget */


.recent-comments-widget {
	margin: 0 !important;
	padding: 0;
}

.recent-comments-widget li {
	list-style-type: none !important;
	margin: 0 0 20px 0 !important;
	padding: 0 0 15px 0 !important;
	border-bottom: solid 1px #e6e6e6;
}

.comment-widget-text {
	float: left;
	width: 100%;
}

.recent-comments-widget .comment-avatar {
	float: left;
	width:30px;
}

.recent-comments-widget .comment-avatar img {
	float: left;
	background: white;
	border: solid 1px #ddd;
	padding: 3px;
}

.recent-comments-widget .comment-avatar-right {
	float: left;
	width: 129px;
	font-size: 12px;
	color: #A7B5C1;
	padding: 0 0 0 6px;
	margin:2px 0 10px 10px;
}

.recent-comments-widget .comment-avatar-right a {
	color: #687A8A;
	font-weight: 700;
}

.recent-comments-widget .comment-author {
	height: 16px;
}

.recent-comments-widget .comment-txt {
	color: #8C99A4;
}

/* ===[ Contact Form 7 Style ]=== */

.wpcf7 {
	margin-bottom: 45px !important;
}

.wpcf7 input[type="text"] {
    color: #888;
    border: none;
	background: #ebeef1;
    width: 50%;
    padding: 10px;
    font-size: 14px;
    font-family: Georgia, serif;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    -webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	position: relative;
}

.wpcf7 textarea {
	color: #888;
    border: none;
    background: #ebeef1;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-family: Georgia, serif;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    -webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
}

.wpcf7 input:focus, .wpcf7 textarea:focus {
	background: #687A8A;
	color: #fff;
}

.wpcf7 input:focus:after {
	content: "W";
	position: absolute;
	right: 8px;;
	top:-5px;
	opacity: .2;
	font-family: 'EntypoRegular';
	font-size: 44px;
}

.wpcf7 p {
	font-size:14px !important;
	margin:0 0 15px 0;
}

.wpcf7 br {
	margin-bottom:10px;
}

.wpcf7-submit {
	font-family: Georgia, serif;
	background:#e0e6e8;
	padding:8px 15px 7px 15px;
	float:left;
	font-size:12px !important;
	font-weight: 700; 
	line-height: 18px;
	margin:0 5px 8px 0;
	color: #687a8a;
	-webkit-border-radius: 30px; 
	-moz-border-radius: 30px; 
	border-radius: 30px;
	border: none;
}
.wpcf7-submit:hover {
	background: #687a8a;
	color: #fff;
	cursor: pointer;
}

.wpcf7-response-output {
	background: #faf7d6;
	border: none !important;
}
.wpcf7-mail-sent-ok {
	margin-left: 0px !important;
	margin-right: 0px !important;
	background: #ECF3E5;
	background: rgba(229, 243, 212, .5);
	padding: 15px !important;
	border: solid 1px #D2EFAC !important;
}
.wpcf7-validation-errors {
	margin-left: 0px !important;
	background: #FCF3F3;
	background: rgba(255, 238, 238, .5);
	border: solid 1px #FBDCDC !important;
	padding: 10px !important;
	margin-right: 0px !important;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* ===[ Custom Widget Styles ]=== */

.dribbbles, .chirp {
	margin: 0 !important;
	padding: 0;
}

.dribbbles li, .chirp li, .flickr li {
	list-style-type: none !important;
}

.flickr {
	margin-left: 0 !important;
}

/* ===[ Custom Widget Styles ]=== */

.dribbbles, .chirp {
	margin: 0 !important;
	padding: 0;
}

.dribbbles li, .chirp li, .flickr li {
	list-style-type: none !important;
}

.flickr {
	margin-left: 0 !important;
}

/*Kanbanchi styles*/
.kanbanchi-wrap {
	background: #fff;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 5px;
	padding: 20px 0px 20px 0px;
}

#content .kanbanchi-left-part p {
	margin: 0 0 20px;
	line-height: 26px;
	font-size: 15px;
}

#content .kanbanchi-left-part h1, #content .kanbanchi-left-part h2, #content .kanbanchi-left-part h3, #content .kanbanchi-left-part h4, #content .kanbanchi-left-part h5, #content .kanbanchi-left-part h6 {
	font-family: 'Roboto', sans-serif;
    line-height: 150%;
    color: #000;
}

.kanbanchi-title {
	color: #68AECF;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	font-size: 325%;
	margin-top: 50px;
}

.kanbanchi-btn {
	color: #fff;
	font-size: 100%;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
	border: none;
	background: #9d78da;
	background-image: -webkit-linear-gradient(top,#9d78da,#b367bb);
	background-image: -moz-linear-gradient(top,#9d78da,#b367bb);
	background-image: -ms-linear-gradient(top,#9d78da,#b367bb);
	background-image: -o-linear-gradient(top,#9d78da,#b367bb);
	background-image: linear-gradient(to bottom,#9d78da,#b367bb);
	padding: 10px 20px 10px 20px;
	border-radius: 5px;
	-webkit-box-shadow: 4px 6px 20px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 4px 6px 20px 0 rgba(0,0,0,0.1);
	box-shadow: 4px 6px 20px 0 rgba(0,0,0,0.1);
	cursor: pointer;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.kanbanchi-btn:hover {
	background: #9b5dcd;
}

.kanbanchi-google-drive {
	font-weight: normal;
	color: #999999;
	font-size: 80%;
	margin-top: 10px;
	margin-bottom: 30px;
	font-family: 'Roboto', sans-serif;
	border: 0;
	background: transparent;
	padding: 15px 0px 15px 20px;
	cursor: default;
}

.kanbanchi-google-drive-img {
	position: relative;
	top: 3px;
}

.kanbanchi-left-part {
	width: 45%;
	float: left;
	padding-left: 20px;
	box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

.kanbanchi-right-part {
	width: 55%;
	float: right;
	position: relative;
}

.kanbanchi-dashboard {
	padding-top: 20px;
	margin-bottom: -20px;
}

@media (max-width: 1226px) {
	.kanbanchi-btn {
		font-size: 105%;
	}
}

@media (max-width: 1215px) {
	.kanbanchi-btn {
		font-size: 100%;
	}
}

@media (max-width: 1189px) {
	.kanbanchi-btn {
		font-size: 95%;
	}
}

@media (max-width: 1180px) {
	.kanbanchi-btn {
		padding: 10px 15px 10px 15px;
	}
}

@media (max-width: 1150px) {
	.kanbanchi-google-drive {
		padding: 15px 0px 15px 15px;
	}
}

@media (max-width: 1135px) {
	.kanbanchi-google-drive {
		padding: 15px 0px 15px 10px;
	}
}

@media (max-width: 1120px) {
	.kanbanchi-btn {
		padding: 10px 10px 10px 10px;
	}
}

@media (max-width: 1092px) {
	.kanbanchi-google-drive {
		padding: 15px 0px 15px 5px;
	}
}

@media (max-width: 1077px) {
	.kanbanchi-btn {
		font-size: 95%;
	}
}

@media (max-width: 1051px) {
	.kanbanchi-google-drive {
		padding: 15px 0px 15px 0px;
	}
}

@media (max-width: 1040px) {
	.kanbanchi-google-drive {
		font-size: 75%;
	}
}

@media (max-width: 1015px) {
	.kanbanchi-google-drive {
		font-size: 70%;
		padding: 15px 0px 15px 0px;
	}
}

@media (max-width: 1014px) {
	#content .kanbanchi-left-part p {
		font-size: 14px;
	}
}

@media (max-width: 1011px) {
	.kanbanchi-google-drive {
		font-size: 65%;
		padding: 15px 0px 15px 0px;
	}
}

@media (max-width: 1003px) {
	#content .kanbanchi-left-part p {
		font-size: 14px;
	}
}

@media (max-width: 945px) {
	.kanbanchi-btn {
		padding: 9px 9px 9px 9px;
	}
}

@media (max-width: 940px) {
	#content .kanbanchi-left-part p {
		font-size: 12px;
	}
}

@media (max-width: 935px) {
	#content .kanbanchi-left-part p {
		font-size: 13px;
	}
	.kanbanchi-btn {
		font-size: 100%;
	}
}

@media (max-width: 922px) {
	#content .kanbanchi-left-part p {
		font-size: 12px;
	}
}

@media (max-width: 915px) {
	#content .kanbanchi-left-part p {
		font-size: 12px;
	}
	.kanbanchi-btn {
		font-size: 100%;
	}
}

@media (max-width: 891px) {
	#content .kanbanchi-left-part p {
		font-size: 12px;
	}
	.kanbanchi-btn {
		font-size: 100%;
	}
	.kanbanchi-left-part br {
		display: none;
	}
}

@media (max-width: 825px) {
	.kanbanchi-btn {
		padding: 8px 8px 8px 8px;
	}
	.kanbanchi-dashboard {
		padding-top: 80px;
		margin-bottom: -20px;
	}
}

@media (max-width: 819px) {
	.kanbanchi-google-drive {
		font-size: 70%;
		padding: 15px 0px 15px 0px;
		margin-top: -30px;
		margin-left: 2px;
		margin-bottom: 15px;
	}
	.kanbanchi-dashboard {
		padding-top: 70px;
		margin-bottom: -20px;
	}
	.kanbanchi-btn {
		padding: 6px 6px 6px 6px;
	}
}

@media (max-width: 813px) {
	.kanbanchi-btn {
		padding: 5px 5px 5px 5px;
	}
}

@media (max-width: 808px) {
	.kanbanchi-btn {
		padding: 5px 5px 5px 5px;
		font-size: 95%;
	}
}

@media (max-width: 790px) {
	#content .kanbanchi-left-part p {
		font-size: 11px;
	}
}

@media (max-width: 788px) {
	#content .kanbanchi-left-part p {
		font-size: 15px;
	}
	.kanbanchi-btn {
		padding: 10px 10px 10px 10px;
		font-size: 100%;
	}
	.kanbanchi-google-drive {
		font-size: 70%;
		padding: 15px 0px 15px 0px;
		margin-top: -35px;
		margin-left: 7px;
		margin-bottom: 15px;
	}
	.kanbanchi-dashboard {
		padding-top: 115px;
		margin-bottom: -20px;
	}
}

@media (max-width: 742px) {
	#content .kanbanchi-left-part p {
		font-size: 14px;
	}
}

@media (max-width: 718px) {
	#content .kanbanchi-left-part p {
		font-size: 13px;
	}
}

@media (max-width: 658px) {
	#content .kanbanchi-left-part p {
		font-size: 12px;
	}
}

@media (max-width: 470px) {
	.kanbanchi-dashboard {
		padding-top: 125px;
		margin-bottom: -20px;
	}
}

@media (max-width: 440px) {
	.kanbanchi-left-part {
		width: 100%;
		float: left;
	}
	.kanbanchi-right-part {
		width: 100%;
		float: right;
		text-align: center;
		min-height: 275px;
	}
	.kanbanchi-dashboard {
		padding-top: 0px;
		margin-bottom: 15px;
	}
}

@media (max-width: 385px) {
	.kanbanchi-right-part {
		min-height: 250px;
	}
}

@media (max-width: 320px) {
	.kanbanchi-right-part {
		min-height: 225px;
	}
}

@media (max-width: 295px) {
	.kanbanchi-right-part {
		min-height: 200px;
	}
}

@-webkit-keyframes kanbanchi-animationFadeInOut {
 0% {
   opacity:1;
 }
 17% {
   opacity:1;
 }
 25% {
   opacity:0;
 }
 92% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@-moz-keyframes kanbanchi-animationFadeInOut {
 0% {
   opacity:1;
 }
 17% {
   opacity:1;
 }
 25% {
   opacity:0;
 }
 92% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@-o-keyframes kanbanchi-animationFadeInOut {
 0% {
   opacity:1;
 }
 17% {
   opacity:1;
 }
 25% {
   opacity:0;
 }
 92% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@keyframes kanbanchi-animationFadeInOut {
 0% {
	opacity: 1; 
 }
 17% {
    opacity:1;   
 }
 25% {
    opacity:0; 
 }
 92% {
    opacity:0;    
 }
 100% {
    opacity:1;      
 }
}

#kanbanchi-animation img:nth-of-type(1) {
	-webkit-animation-delay: 6s;
	-moz-animation-delay: 6s;
	-o-animation-delay: 6s;
	animation-delay: 6s;
}
#kanbanchi-animation img:nth-of-type(2) {
	-webkit-animation-delay: 4s;
	-moz-animation-delay: 4s;
	-o-animation-delay: 4s;
	animation-delay: 4s; 	
	
}
#kanbanchi-animation img:nth-of-type(3) {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-o-animation-delay: 2s;
	animation-delay: 2s;	
	
}
#kanbanchi-animation img:nth-of-type(4) {
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
	-o-animation-delay: 0;
	animation-delay: 0;  	

}

#kanbanchi-animation img {
	-webkit-animation-name: kanbanchi-animationFadeInOut;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 8s;

	-moz-animation-name: kanbanchi-animationFadeInOut;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-iteration-count: infinite;
	-moz-animation-duration: 8s;

	-o-animation-name: kanbanchi-animationFadeInOut;
	-o-animation-timing-function: ease-in-out;
	-o-animation-iteration-count: infinite;
	-o-animation-duration: 8s;

	animation-name: kanbanchi-animationFadeInOut;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 8s;	
	
}

#kanbanchi-animation img {
	position: absolute;
	left: 0;
	background: #fff;
    max-height: 298px;
}

.kanbanchi-block .fluid-width-video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.kanbanchi-block .fluid-width-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.clear {
	clear: both;
	height: 1px;
	width: 100%;
}