/*
Theme Name: Yoko Child
Theme URI: http://www.elmastudio.de/wordpress-themes/yoko/
Description: Yoko Child Theme

Author: Hiherson Danila
Author URI: http://www.elmastudio.de/wordpress-themes/
Version: 1.0.5
Tags: light, three-columns, right-sidebar, flexible-width, custom-colors, custom-header, custom-background, custom-menu, theme-options, threaded-comments, sticky-post, translation-ready

License: GNU/GPL Version 2 or later
License URI: http://www.gnu.org/licenses/gpl.html
*/

/* Google Fonts Import
--------------------------------------------- */
@import url(//fonts.googleapis.com/css?family=Droid+Sans:regular,bold|Droid+Serif:regular,italic,bold,bolditalic&subset=latin);

/* Reset
--------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/*------------Linkable Networks Import---------------------------*/

@import url("linkablenetworks/media/css/reset.css");
@import url("linkablenetworks/media/css/grid.css");
@import url("linkablenetworks/media/css/typography.css");
/*---------------------------------------------------------------*/

@font-face { font-family: "Museo Sands Rounded"; src: url('linkablenetworks/media/fonts/MuseoSansRounded-500.otf'); } 
@font-face { font-family: "Museo Sands Rounded"; font-weight: 500; src: url('linkablenetworks/media/fonts/MuseoSansRounded-500.otf'); }


#content address {
	padding: 0 0 10px 0;
}
#content abbr, acronym {
	border-bottom: .1em dotted;
}
#content pre, code, tt {
	font-size: 1.1em;
}

ol, ul {
	list-style: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
/* General Structure and Styles
--------------------------------------------- */
html, body {
	background-color: #2b2b2b;
	color: #404040;
	height: 100%;
	width: 100%;
	line-height:1.5;
}
#container,
#section-top-bar,
#section-hero,
#section-homepage-bullets,
#section-homepage-video,
#section-breadcrumbs-container,
#section-content-container,
#section-footer { 
	clear:both;
	width: 100%;
}
#container { 
	background: url(linkablenetworks/media/images/bg-textured.png) repeat;
	overflow: hidden;
	position: relative;
}

#page {
	max-width: 960px;
	margin: 12px auto;
	padding:0 30px 30px;
	z-index: 0;
}
#wrap {

	clear:both;
}
#main {
	/* width: 99.9%; */
	//float: left;
	//overflow: hidden;
	max-width: 960px;
	overflow: hidden;
	margin:0 auto;
}
#content {
	width: 75.669%;
	float: left;
}

#content-nosidebar {
	width: 100%;
	float: left;
}
#secondary {
	width: 17.275%;
	margin-left:7.054%;
	float: left;
}
#tertiary {
	width: 23.775%;
	float: right;
	overflow: hidden;
}
#colophon {
	width: 70%;
	float: left;
	padding:30px 0 0;
	overflow: hidden;
	font-size: 0.8em;
}
.aligncenter, div.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
hr {
	background: url(linkablenetworks/media/images/bg-horizontal-rule.png) repeat-x;
	border: none;
	clear: both;
	height:2px;
	margin: 10px 0;
	width: 100%;
}

.dark-line { background: url(linkablenetworks/media/images/bg-horizontal-rule-dark.png) repeat-x; }

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 500; letter-spacing:-1px; line-height: normal;  }

h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 26px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}

#section-content-container h1 { 
	font-weight: 600;
	margin-bottom: 10px;
}

#section-content-container h2,
#section-content-container h3 { 
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: bold;
	letter-spacing: 0px;
}

#section-content-container h2 {
	font-size: 34px;
	line-height: 36px;
	margin-bottom: 20px;
}

#section-content-container h4 { 
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: normal;
}

#section-content-container h5 { letter-spacing: normal; }
 
/* Links
--------------------------------------------- */
a:focus,
a:hover     { color: #8b4713; text-decoration:none; }
a           { color: #f47b20; font-weight: 600; text-decoration: none; vertical-align: baseline; /* css3 */ transition: 0.5s; -moz-transition: 0.5s; -webkit-transition: 0.5s;   }
/* Lists
--------------------------------------------- */
#content .post ul, #content .page ul, .commentlist ul  {
	padding:7px 0 7px 30px;
	line-height: 1.3;
}
#content .post ul li, #content .page ul li, .commentlist ul li {
	padding:0 0 12px;
	list-style: square;
}
#content .post ol, #content .page ol, .commentlist ol  {
	padding:7px 0 7px 30px !important;
	line-height: 1.3;
}
#content .post ol li, #content .page ol li, .commentlist ol li {
	padding:0 0 12px;
	list-style: decimal;
}
#content .post ol ol li, #content .page ol ol li,  .commentlist ol ol li {
	list-style: upper-alpha;
}
#content .post ol ol ol li, #content .page ol ol ol li, .commentlist ol ol ol li {
	list-style: lower-roman;
}
#content dl {
	margin:0 ;
	padding: 0;
}
#content dt {
	font-weight: bold;
	margin: 0;
	padding: 10px 5px 5px;
}
#content dd {
	margin: 0;
	padding: 0 0 10px 15px;
}
.lists-horizontal,
.lists-vertical { width: auto; }

.lists-horizontal { margin: 0 0 20px 0; }

.lists-horizontal li { 
	border-right: 1px solid #c0c0c0;
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
}

.lists-horizontal li:last-child { 
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

.lists-vertical li { 
	line-height: 18px;
	margin-bottom: 15px; 
}

.lists-vertical li.current-item {
	background-color: #eee;
	margin-left: 10px;
	padding: 5px;
}

.lists-vertical li.current-item a {
	color: #686868;
	font-weight: 600;
}

.lists-vertical-check { margin-top: 20px; }

.lists-vertical-check li {
	background: url(linkablenetworks/media/images/icn-check.png) 0px 1px no-repeat;
	font-weight: 600;
	margin-bottom: 12px;
	margin-left: 20px;
	padding-left: 30px;
}

.lists-vertical-disc { margin-bottom: 10px; list-style:disc !important; margin-left:20px; }

.lists-vertical-disc li {list-style-type:disc !important;}

.lists-vertical-disc ul {margin-left:40px;}

.two-columns-two .lists-vertical {
	background: #f0f0f0;
	border: 1px solid #cfcfcf;
	padding: 145px 20px 20px 20px;
	
	/* css3 */
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 0 3px 5px rgba(0,0,0,.05);
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,.05);
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,.05);
}

.two-columns-two .lists-vertical li {
	background: url(linkablenetworks/media/images/icn-check.png) 0px 1px no-repeat;
	padding-left: 30px;
}


/* Header
--------------------------------------------- */
#site-title {
	padding: 21px 0 15px;
}
#site-title h1 {
	margin: 0 10px 0 0;
	font-size: 2.1em;
	line-height:1.2;
	font-weight: bold;
	text-transform:uppercase;
	display: block;
	float: left;
}
#site-title h1 a:hover {
	text-decoration:none;
}
#site-title h2 {
	font:italic .9em 'Droid Serif',  Times, serif;
	color: #777;
	margin: 17px 0 0 0;
}
header#branding img.headerimage {
	width: 100%;
	height: auto;
	margin-top: 12px;
}
header#branding img.attachment-headerimage.wp-post-image {
	width: 100%;
	height: auto;
}
hgroup#site-title img {
	max-width: 100%;
}

/* Navigations
--------------------------------------------- */
/* --- Main Nav --- */
#branding #mainnav {
	margin: 30px 0 0;
	max-width: 70%;
	float:right;
}
#branding #mainnav ul li {
	float: left;
	list-style: none;
	position: relative;
}
#branding #mainnav ul li a {
	margin:0;
	padding:9px 14px;
	display: block;
	font-size: .8em;
	text-transform: uppercase;
}
#branding #mainnav ul li:first-child {
	margin: 0px;
}
#branding #mainnav ul li a:hover {
	background:#F0F0F0;
	color: #999;
	text-decoration: none;
}
#branding #mainnav ul ul {
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
#branding #mainnav ul ul ul {
	left: 100%;
	top: 0;
}
#branding #mainnav ul ul a {
	background: #F9F9F9;
	padding: 9px 14px;
	width: 11em;
	height: auto;
	text-transform: none;
}
#branding #mainnav li:hover > a,
#branding #mainnav ul ul :hover > a {
	background: #F0F0F0;
}
#branding #mainnav ul ul a:hover {
	background: #F0F0F0;
}
#branding #mainnav ul li:hover > ul {
	display: block;
}
/* --- Sub Nav --- */
nav#subnav {
	margin:0;
	padding:0;
	overflow: hidden;
}
nav#subnav ul.menu {
	margin: 5px 0 0 0;
	padding:16px 0 30px;
	border-top: 1px solid #ddd;
	overflow: hidden;
}
nav#subnav ul.menu li.menu-item {
	width: 14.2468%;
	margin:0px;
	float: left;
	list-style: none;
}
nav#subnav ul.menu li.menu-item a {
	font-size: .8em;
	text-transform: uppercase;
	font-weight: bold;
}
nav#subnav ul.menu li.menu-item ul.sub-menu {
	margin: 0;
	padding: 6px 0 0;
	overflow: hidden;
}
nav#subnav ul.menu li.menu-item ul.sub-menu li.menu-item {
	width: 100%;
	letter-spacing: 0;
}
nav#subnav ul.menu li.menu-item ul.sub-menu li.menu-item a {
	font-size: .8em;
	font-weight: normal;
	line-height:2;
	text-transform: none;
}
/* Posts
--------------------------------------------- */
#content .post {
	margin: 0 0 40px;
	padding: 0 0 40px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	clear: both;
	font-size: .95em;
	line-height: 1.6;
}
#content .entry-header h2.entry-title {
	margin: 0 0 12px;
	font: bold 1.3em/1.4 'Droid Sans', arial, sans-serif;
}
#content .entry-header h2.entry-title a:hover {
	color: #777;
	text-decoration: none;
}
#content .post p {
	padding: 0 0 20px;
}
#content .entry-details {
	width: 22.507%;
	padding: 2px 18px 0 0;
	float: left;
	font: italic .8em/1.6 'Droid Serif',  Times, serif;
}
#content .entry-details p span.entry-date, #content .entry-details p a {
	width: 100%;
	font-family: 'Droid Sans', arial, sans-serif;
	font-style: normal;
}
#content .entry-content {
	width: 74.5%;
	margin: 0;
	float: right;
}
#content .post img.wp-post-image {
	width: 140px;
	height: auto;
	margin: 5px 0 8px;
	padding: 0;
}
#content .entry-meta p {
	padding: 15px 0 0;
	font: italic .8em/1.5 'Droid Serif', Times, serif;
}
#content .entry-meta a {
	padding: 15px 0 0;
	font-family: 'Droid Sans', arial, sans-serif;
	font-style: normal;
}
.page-link {
	background-color: #f0f0f0;
	border-top: 1px solid #ddd;
	padding: 5px 20px;
	overflow: hidden;
	font-size: .9em;
}
.page-link a {
	font-weight: bold;
	margin: 0 1px;
}
.page-link a:hover {
	text-decoration: none;
}
/* --- Sticky Post --- */
#content .sticky {
	border-top: 1px solid #ddd;
	background-color: #F0F0F0;
	padding: 15px 10px;
	overflow: hidden;
}
/* --- Post Typography --- */
#content strong {
	font-weight: bold;
}
#content p em {
	font-family:'Droid Serif',  Times, serif;
	font-style: italic;
}
#content em {
	font-family:'Droid Serif',  Times, serif;
	font-style: italic;
	font-size: .9em;
}
#content p small {
	font-size: .8em;
}
#content .post blockquote, #content .page blockquote {
	margin: 0 20px 10px 0;
	overflow: hidden;
	font: italic 1.1em/1.6 'Droid Serif', Times, serif;
}
#content .single-entry-content blockquote {
	margin: 20px 20px 10px 20px;
	background: none;
}
#content blockquote cite {
	margin: 10px 0 0 0;
	padding: 0 25px 15px 0;
	float: right;
	font: normal .8em 'Droid Sans', arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
}
#content pre {
	background-color: #f0f0f0;
	font-family: monospace;
	font-size: 1.2em;
	line-height: 1.3;
	margin: 0 0 20px 0;
	padding: 10px;
}
#content p.nocomments {
	font-size: .8em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
/* --- Post Images and Video --- */
#content img {
	max-width:100%;
	height: auto;
	margin: 0;
	padding: 0;
}
#content img.aligncenter {
	margin: 20px auto;
}
#content img.alignleft ,#content .wp-caption.alignleft {
	margin: 10px 20px 0 0;
}
#content img.alignright,#content .wp-caption.alignright {
	margin: 10px 0 0 20px;
}
#content img.alignnone {
	margin: 20px 0;
}
#content .wp-caption.alignnone {
	margin: 0 0 20px 0;
}
#content .wp-caption.aligncenter{
	margin-bottom: 10px;
}
#content .post .wp-caption {
	max-width: 100%;
	text-align: center;
}
#content .single-entry-content .wp-caption {
	max-width: 100%;
	text-align: center;
}
#content .post p.wp-caption-text {
	font: normal .8em/1.4 'Droid Sans', arial, sans-serif;
	margin: 0;
	padding: 7px 0 10px 0;
	color: #999;
}
#content object,
#content embed,
#content iframe {
	max-width: 100%;
	margin: 3px 0 10px;
	display: block;
}
/* --- Post Columns Shortcodes --- */
.two-columns-one{
	width:55%;
}

.two-columns-two{
	float: right;
	margin-top: 50px;
	position: relative;
	width:40%;
}
.three-columns-one{
	width:30.66%;
}
.three-columns-two{
	width:65.33%;
}
.four-columns-one {
	width: 22%;
}
.four-columns-two {
	width:48%;
}
.four-columns-three {
	width:74%;
}
.two-columns-one,.three-columns-one,.three-columns-two, .four-columns-one, .four-columns-two, .four-columns-three {
	float:left;
	margin-right:4%;
	position:relative;
}
.last{
	clear:right;
	margin-right:0 !important;
}
.divider { 
	clear:both; 
	display:block; 
	margin-bottom:20px;
	width:100%; 
}
#content span.highlight {
	padding: 2px;
	background-color: #FFFBCC;
}
.yellow-box {
	margin: 10px 0;
	background: #FFFBCC;
	border: 1px solid #E6DB55;
	padding: 20px;
	overflow:hidden;
}
.red-box {
	margin: 10px 0;
	background: #FFD9C8;
	border: 1px solid #F37C72;
	padding: 20px;
	overflow:hidden;
}
.green-box {
	margin: 10px 0;
	background: #D5FFCA;
	border: 1px solid #BDDC7F;
	padding: 20px;
	overflow:hidden;
}

/* --- Post Tables --- */
#content table {
	margin:10px 0px 30px 0px;
}
#content table thead {
	border-top:1px solid #ddd;
}
#content table tr {
	border-bottom:1px solid #ddd;
}
#content table tr th {
	padding: 10px 20px 10px 20px;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}
#content table tr td {
	padding: 10px 20px 10px 20px;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}

/* Single Posts
--------------------------------------------- */
#content .post .single-entry-header {
	margin: 0;
}
#content .single-entry-header h1.entry-title {
	margin: 0 0 5px;
	font: bold 1.3em/1.4 'Droid Sans', arial, sans-serif;
	color: #009BC2;
}
#content .single-entry-header p {
	padding: 0 0 5px;
	font-size: .8em;
}
#content .single-entry-header p span.entry-date, #content .single-entry-header p span.entry-author {
	font: italic 1em/1.5 'Droid Serif', Times, serif;
}
#content .single-entry-details {
	width: 22.507%;
	padding: 0 18px 0 0;
	float: left;
}
#content .single-entry-content {
	width: 100%;
	margin: 15px 0 0;
	padding: 0;
	float: left;
}
#content .post .single-entry-meta p {
	padding: 15px 0 0;
	font: italic .8em/1.5 'Droid Serif',  Times, serif;
}
#content .post .single-entry-meta p a {
	font-family:'Droid Sans', arial, sans-serif;
	font-style: normal;
}
#content .post .author-info {
	margin: 40px 0 0;
	padding: 15px 20px 15px;
	background: #F0F0F0;
	overflow: hidden;
	border-top: 1px solid #ddd;
}
#content .post .author-info h3 {
	margin: 0 0 4px;
	font: bold .9em/1.5 'Droid Sans', arial, sans-serif;
}
#content .post .author-info .avatar {
	max-width: 100%;
	width: 70px;
	margin: 0 15px 0 0;
	float: left;
}
#content .post .author-description {
	overflow: hidden;
}
#content .post .author-description p {
	padding: 0;
	font-size: .9em;
	line-height: 1.5;
}
#content .post .author-description a:hover {
	text-decoration: underline;
}
/* --- Post Nav Below --- */
#content #image-nav {
	margin: 30px 0 3px 0;
	overflow: hidden;
}
#comment-nav-below {
	margin:40px 0;
	overflow: hidden;
}
#content #nav-below .nav-previous a, #content #image-nav span.previous-image a, #comment-nav-below .nav-previous a {
	width: 40%;
	display: block;
	float: left;
	font-size: .9em;
	font-weight: bold;
}
#content #nav-below .nav-next a, #content #image-nav span.next-image a, #comment-nav-below .nav-next a {
	display: block;
	float: right;
	font-size: .9em;
	font-weight: bold;
}
#content #nav-below .nav-previous a:hover, #content #nav-below .nav-next a:hover, #content #image-nav span.previous-image a:hover, #content #image-nav span.next-image a:hover {
	text-decoration: none;
}

/* --- Comments --- */
#comments {
	font-size: .9em;
	padding: 0 0 30px 0;
}
#comments h3#comments-title {
	padding:30px 0 10px;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .2em;
}
#comments p.write-comment-link {
	padding:0 0 20px;
}
#comments .comment-body p {
	padding:0 0 10px;
}
#comments p.moderation {
	font-family:'Droid Serif',  Times, serif;
	font-style:italic;
}
#content #comments ol {
	padding:0;
}
#content #comments ol li ul.children {
	padding:0;
}
#content #comments ol li.depth-1 {
	padding:0;
	border-bottom:1px solid #ddd;
	overflow:hidden;
}
#content #comments ol li.depth-2, #content #comments ol li.depth-3, #content #comments ol li.depth-4, #content #comments ol li.depth-5 {
	margin:0 0 0 35px;
	padding:0;
	border-top:1px solid #ddd;
	border-bottom:none;
	overflow:hidden;
}
.comment-meta {
	padding:0 0 12px;
	font-size: .8em;
}
.comment-meta cite.fn {
	font-size: 1.3em;
	font-weight: bold;
	font-style: normal;
}
#comments .comment-body {
	padding:20px 0px;
	overflow:hidden;
	line-height: 1.5;
}
.reply {
	margin:0;
	float:left;
}
a.comment-reply-link {
	font-size:.9em;
}
#comments ol li.post.pingback {
	margin:0;
	padding: 20px 0 0;
	list-style:none;
	font-weight: bold;
}
#comments ol li.post.pingback a {
	font-weight: normal;
}
#comments ol li img.avatar {
	max-width: 100%;
	width: 65px;
	height: 65px;
	margin:22px 15px 0 0;
	float:left;
}
#comments .bypostauthor {
}
/* --- Comment Reply --- */
#content #comments #respond {
	margin:30px 0 0;
	padding:20px;
	background-color: #F0F0F0;
}
a#cancel-comment-reply-link {
	padding:3px 0 0;
	float:right;
	font-size: .8em;
	font-weight: normal;
}
#content #comments #respond h3#reply-title {
	margin:0 0 3px 0;
	font-size: 1.2em;
}
form#commentform p.comment-notes, p.logged-in-as {
	padding:0 0 15px 0;
	font-size: .8em;
}
form#commentform span.required {
	color: #E75428;
}
form#commentform p.comment-form-author, form#commentform p.comment-form-email, form#commentform p.comment-form-url, form#commentform p.comment-form-comment {
	padding:15px 0 0;
}
input#submit, input.wpcf7-submit {
	margin: 10px 0 0;
	padding: 8px 10px 7px;
	display: inline-block;
	vertical-align: baseline;
	outline: none;
	background-color: #777;
	border: none;
	font-size: .75em;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
}
input#submit:hover, input.wpcf7-submit:hover {
	background-color: #009BC2;
	color: #fff;
}
form#commentform input#author, form#commentform input#email, form#commentform input#url {
	width: 60%;
	margin: 5px 0 0;
	padding: 9px 5px 9px;
	display: block;
	background-color:#fff;
	border: 1px solid #ddd;
	font-size:1em;
}
form#commentform textarea#comment {
	width:95%;
	margin: 5px 0 0;
	padding: 9px 5px;
	background-color:#fff;
	border: 1px solid #ddd;
	font: 1em 'Droid Sans', arial, sans-serif;
}
form#commentform p.subscribe-to-doi-comments {
	padding: 20px 0 0;
	font-size: .8em;
	color: #666;
	letter-spacing: 1px;
}
/* Post Formats
--------------------------------------------- */
#content .entry-link, #content .entry-gallery, #content .entry-video {
	width: 100%;
	margin: 0;
	float: left;
}
/* --- Link Post Format --- */
#content .entry-link a {
	font-size: 1.1em;
	color: #009BC2;
	font-weight: bold;
}
#content .entry-link .entry-meta a {
	font-size: 1em;
	font-weight: normal;
}
/* --- Image Post Format --- */
#content .entry-header h2.entry-title-image {
	margin-top: 0;
	font-size: 1.1em;
}
/* --- Video, Image and Gallery Post Format --- */
#content .entry-post-format .entry-header h2.entry-title {
	margin: 0 0 5px;
}
#content .entry-post-format .entry-header p {
	font: italic .8em/1.5 'Droid Serif', Times, serif;
}
#content .entry-post-format .entry-header p a {
	font-family: 'Droid Sans', arial, sans-serif;
	font-style: normal;
}
#content .entry-post-format .entry-content-gallery {
	width: 54%;
	float: left;
}
#content .entry-post-format .gallery-thumb {
	width: 42.258%;
	float: left;
	margin: 5px 15px 0 0;
}
#content .post img.attachment-medium {
	max-width: 100%;
	height: auto;
	padding: 0;
}

/* WordPress Image Gallery
--------------------------------------------- */
#content .gallery {
	margin: auto;
	padding:0;
	clear: both;
}
#content .gallery-item {
	width:19%;
	float: left;
	margin-top: 10px;
	margin-right: 3px;
	text-align: center;
	vertical-align: top;
	overflow: hidden;
}
#content .gallery-icon {
	width: 100%;
}
#content .gallery-caption {
	margin-left: 0;
	padding: 0;
	font-size: .8em;
	line-height: 1.25;
	color: #999;
	display: block;
}

/* Pages 
--------------------------------------------- */
#content .page {
	margin: 0 0 40px;
	padding: 0 0 30px;
	overflow: hidden;
	clear: both;
	font-size: .95em;
	line-height: 1.6;
	border-bottom: 1px solid #ddd;
}
#content .page-entry-header {
	margin: 0;
}
#content .page-entry-header h1.entry-title {
	margin: 0;
	font: bold 1.5em/1.5 'Droid Sans', arial, sans-serif;
	color: #009BC2;
}
#content .page p {
	padding: 0 0 20px 0;
}
/* --- Fullwidth Page --- */
#content.full-width {
	width:100% !important;
}
#content.full-width .page {
	margin: 0;
	padding: 0 0 20px;
	border-bottom: none;
}
/* --- Archive, 404, Search Results --- */
#content .page-header h1.page-title {
	padding: 0 0 15px 0;
	font-size: .8em;
	color: #777;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
}
/* --- Contact Page --- */
#content .wpcf7 {
	overflow: hidden;
	margin: 0;
	padding:20px;
	background: #F0F0F0;
}
#content .wpcf7 h3#form-title {
	margin:0 0 3px 0;
	font-size: 1.2em;
}
#content .wpcf7 p.form-info {
	padding:0 0 15px 0;
	font-size: .8em;
}
#content .wpcf7 p span.required {
	color: #E75428;
}
#content .wpcf7 input.wpcf7-text {
	width: 60%;
	margin: 5px 0 15px;
	padding: 9px 5px;
	background-color:#fff;
	border: 1px solid #ddd;
	font-size:1em;
}
#content .wpcf7 textarea {
	width:95%;
	margin: 5px 0 0;
	padding: 9px 5px;
	font: 1em 'Droid Sans', arial, sans-serif;
	background-color:#fff;
	border: 1px solid #ddd;
}
#content .wpcf7-form p {
	padding:0;
}

.container_12 .page-content{padding:5px;}

#section-content-container .back-top-link {
	display: block;
	text-align: right;
}

#section-content-container ul { 
	padding-left: 30px;
	margin: 10px 0 10px 20px;
}

#section-content-container ul.nav-about {
	padding: 0;
	margin: 0;
}

#section-content-container ul li { 
	font-weight: bold;
	list-style-type: disc;
}


#section-content-container ul li ul { 
	background-color: #fff;
	border: 1px solid #efefef;
	color: rgba(0,0,0,.75);
	list-style-position: inside;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 15px 25px;
	
	/* css3 */
	border-radius: 3px;
	box-shadow: inset 0 0 .11904761904762em rgba(0,0,0,.1);
}

#section-content-container ul li ul li { 
	font-weight: normal;
	list-style-type: circle;
}

/* Sidebars
--------------------------------------------- */
aside.widget {
	margin: 0 0 30px 0;
	padding:  0 0 30px 0;
	font-size: .8em;
	border-bottom: 1px solid #ddd;
}
aside.widget ul li {
	padding: 0 0 7px 0;
	line-height: 1.4em;
}
aside.widget ul li:last-child {
	padding: 0;
}
.widget h3.widget-title, .widget_get_recent_comments h1.widget-title {
	padding: 0 0 15px 0;
	color: #777;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.textwidget {
	line-height: 1.6;
}
/* --- Standard Widgets --- */
.widget_categories ul li ul.children, .widget_nav_menu ul li ul.sub-menu, .widget_pages ul li ul.children {
	margin: 5px 0 0 0;
}
.widget_categories ul li ul.children li, .widget_nav_menu ul li ul.sub-menu li, .widget_pages ul li ul.children li {
	margin: 0 0 0 20px;
}
.widget_recent_entries ul, .widget_recent_comments ul {
	padding: 0 0 0 15px;
}
.widget_recent_entries ul li, .widget_recent_comments ul li {
	list-style: square;
}
.widget_calendar #wp-calendar caption {
	font-family:'Droid Serif', Times, serif;
	font-style: italic;
	text-align: left;
	padding: 0 0 5px 0;
}
.widget_calendar table#wp-calendar th, .widget_calendar table#wp-calendar td {
	padding: 0 6px 6px 0;
}
.widget_calendar table#wp-calendar tbody tr td#today {
	font-weight: bold;
}
/* --- Search Widget --- */
.widget_search {
	overflow: hidden;
}
.searchform {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
}
#secondary .searchform .search-input {
	width: 90%;
	margin: 0 0 5px 0;
}
#tertiary .searchform .search-input {
	width: 62%;
	margin: 0 2px 5px 0;
}
.searchform .search-input {
	width: 40%;
	margin: 0 2px 5px 0;
	padding: 6px 5px;
	background-color:#F0F0F0;
	border: 1px solid #ddd;
}
.searchform .search-input:hover, #searchform .search-input:focus, #searchform .search-input:active {
	background-color:#fff;
}
.searchsubmit {
	margin: 0;
	padding: 8px 10px 7px;
	display: inline-block;
	vertical-align: baseline;
	outline: none;
	background-color: #777;
	border: none;
	font-size: 11px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
}
.searchsubmit:hover {
	color: #fff;
	background-color: #009BC2;
}
/* --- Social Links Custom Widget --- */
.widget_sociallinks a {
	padding:0 20px;
}
.widget_sociallinks a.rss {
	background:url(images/rss-icon.png) 0 0 no-repeat;
}
.widget_sociallinks a.twitter {
	background:url(images/twitter-icon.png) 0 0 no-repeat;
}
.widget_sociallinks a.facebook {
	background:url(images/fb-icon.png) 0 0 no-repeat;
}
.widget_sociallinks a.flickr {
	background:url(images/flickr-icon.png) 0 0 no-repeat;
}
.widget_sociallinks a.vimeo {
	background:url(images/vimeo-icon.png) 0 0 no-repeat;
}
.widget_sociallinks a.linkedin {
	background:url(images/linkedin-icon.png) 0 0 no-repeat;
}
.widget_sociallinks a.delicious {
	background:url(images/delicious-icon.png) 0 0 no-repeat;
}
.widget_sociallinks a.googleplus {
	background:url(images/googleplus-icon.png) 0 0 no-repeat;
}
/* --- Recent Comments Widget --- */
.widget_get_recent_comments li.sidebar-comment {
	margin:10px 0;
	overflow:hidden;
}
.widget_get_recent_comments li.sidebar-comment:first-child {
	margin:3px 0 10px;
}
.widget_get_recent_comments li.sidebar-comment .comment-content {
	padding:0 0 0 6px;
	overflow:hidden;
}
.widget_get_recent_comments li.sidebar-comment p {
	line-height: 1.4;
}
.widget_get_recent_comments .kjgrcGravatar {
	margin:0;
	float:left;
	display:block;
}
.widget_get_recent_comments span.sidebar-comment-autor a {
	padding: 0 0 3px;
}
/* --- Flickr Fotostream Widget --- */
#flickr_badge_wrapper {
	margin:3px 0 0;
}
.flickr_badge_image {
	max-width:80px;
	height:60px;
	margin:0 6px 6px 0;
	float:left;
}
.flickr_badge_image img {
	width:80px;
	height:60px;
}

/* Footer
--------------------------------------------- */
#colophon p {
	line-height: 1.5;
}
a.top {
	margin: 3px 0 0 0;
	font-weight: bold;
	display: block;
}
a.top:hover {
	text-decoration: none;
}

/* Clearing Floats
--------------------------------------------- */
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:15px;
}
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}




/*-------------Linkable Networks styles--------------------*/
#section-top-bar {
	background: url(linkablenetworks/media/images/bg-topbar.png) repeat-x;
	height: 115px;
	overflow: hidden;
}

#section-hero { 
	background: url(linkablenetworks/media/images/bg-hero.png) #b2b2b2 top center no-repeat;
	border-bottom: 1px solid #e0e0e0;
	/* height: 730px; */
	padding: 0;
}

#section-breadcrumbs-container { 
	height: 46px; 
	overflow: hidden;
}

#section-content-container {
	border-top: 1px solid #dcdcdc;
	padding:40px 0;
	
	/* css3 */
	background-image: linear-gradient(bottom, rgb(255,255,255) 45%, rgb(242,242,242) 92%);
	background-image: -o-linear-gradient(bottom, rgb(255,255,255) 45%, rgb(242,242,242) 92%);
	background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 45%, rgb(242,242,242) 92%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 45%, rgb(242,242,242) 92%);
	background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 45%, rgb(242,242,242) 92%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.45, rgb(255,255,255)),
		color-stop(0.92, rgb(242,242,242))
	);
	box-shadow: inset 0 1px 0 #fff;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 0 #fff;
}


/* ------------------------------------------------------- =Top Bar Section */

#section-top-bar a.home-link {
	display: inline-block;
	height: 91px;
	margin-top: 14px;
	overflow: hidden;
	width: 169px;
}

#section-top-bar .top-navigation ul { 
	float: right;
	margin-top: 40px;
	text-align: right;
	width: 100%;
}

#section-top-bar .top-navigation  ul li {
	background: url(linkablenetworks/media/images/bg-vertical-border.png) left repeat-y;
	display: inline-block;
	margin-left: 10px;
	padding-left: 15px;
	text-align: left;
}

#section-top-bar .top-navigation  ul li a {
	color: #414448;
	display: block;
	font-size: 15px;
	font-weight: 600;
	line-height: 22px;
	margin-bottom: -3px;
	text-transform: capitalize;
	
	/* css3 */
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;	
}

#section-top-bar .top-navigation  ul li a:hover {
	color: #999;
	text-decoration: none;
}

#section-top-bar .top-navigation  ul li a.nav-hiring { color: #b5121e; }

#section-top-bar .top-navigation  ul li a.nav-hiring:hover { color: #fa1925; }

#section-top-bar .top-navigation  ul li span  {
	clear: both;
	color: #8b9b92;
	display: block;
	font-size: 12px;
}

 

/* ------------------------------------------------------- =Banner Hero */
#section-hero strong {
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: bold;
}

#section-hero h1 {
	color: #e0e0e0;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 45px;
	font-weight: 300 !important;
	letter-spacing: normal;
	margin: 35px 0 10px 0;
	text-align: center;
	
	/* css3 */
	text-shadow: 0 3px 7px rgba(0,0,0,0.60);
}

#section-hero h3 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 18px;
	letter-spacing: normal;
	margin-bottom: 10px;	
}

#section-hero h3.subtitle {
	color: #e0e0e0;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 26px;
	letter-spacing: normal;
	margin-bottom: 35px;
	text-align: center;
	
	/* css3 */
	text-shadow: 0 3px 7px rgba(0,0,0,0.60);
}

#section-hero .hero-box h4 {
	color: #F47B20;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 14px;
	letter-spacing: normal;
	margin-top:-45px;
	margin-bottom:25px;
	text-align: center;
}

#section-hero .hero-box strong { color: #404040; }

#section-hero .hero {
	clear: both;
	margin-bottom: 20px;
	overflow: auto;
}

#section-hero .hero-box {
	background: rgba(255,255,255, 0.85);
	width: 47%;
	
	/* css3 */
	box-shadow: 2px 2px 0px rgba(0,0,0,0.15);
}

#section-hero .hero-box ul { padding: 20px; } 

#section-hero .hero-box ul li span.hero-logo {
	background-position: center top;
	background-repeat: no-repeat;
	border-bottom: 1px solid #ccc;
	display: block;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 22px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-top: 55px;
	text-align: center;
	width: 100%;
}

#section-hero .hero-box ul li span.hero-logo.tln { background-image: url(linkablenetworks/media/images/logo-TLN.png); }

#section-hero .hero-box ul li span.hero-logo.lnp { background-image: url(linkablenetworks/media/images/logo-LNP.png); }

#section-hero .hero-box ul li a {
	background: url(linkablenetworks/media/images/icn-go-white.png) 98% 10px #221f1f no-repeat;
	color: #F47B20;
	display: block;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 16px;
	margin-bottom: 5px;
	padding: 8px;
	width: auto;
}

#section-hero .hero-box ul li a:hover {
	color: #fff;
	background-color: #F47B20;
}

#section-hero .hero-slider {
	clear: both;
}


#section-hero .hero-link-value {
	clear: both;
	padding-top: 20px;
	text-align: center;
}

#section-hero .logos-recognition {
	background: rgba(0,0,0,0.15);
	margin-top: 50px;
	padding: 40px 0;
}




/* ------------------------------------------------------- =Bullets Section */

#section-homepage-bullets ul li { position: relative; }

#section-homepage-bullets ul li div {
	background-color: #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	padding: 70px 15px 1000px 15px;
	margin-bottom: -1000px;
	
	/* css3 */
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	background-image: linear-gradient(top, rgb(255,255,255) 21%, rgb(246,246,246) 85%);
	background-image: -o-linear-gradient(top, rgb(255,255,255) 21%, rgb(246,246,246) 85%);
	background-image: -moz-linear-gradient(top, rgb(255,255,255) 21%, rgb(246,246,246) 85%);
	background-image: -webkit-linear-gradient(top, rgb(255,255,255) 21%, rgb(246,246,246) 85%);
	background-image: -ms-linear-gradient(top, rgb(255,255,255) 21%, rgb(246,246,246) 85%);
	
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.21, rgb(255,255,255)),
		color-stop(0.85, rgb(246,246,246))
	);
}

#section-homepage-bullets  h2 {
	background: url(linkablenetworks/media/images/bg-black-title.png) no-repeat;
	height: 73px;
	left: -10px;
	position: absolute;
	top: 10px;
	width: 320px;	
}

#section-homepage-bullets h2 a {
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	line-height: 42px;
	margin-left: 50px;
	
	/* css3 */
	text-shadow: #000 0 1px 0;
}

#section-homepage-bullets h2 a:hover {
 	color: #f57b20;
	text-decoration: none;	
}

/* ------------------------------------------------------- =Breadcrumb Section */

#section-breadcrumbs-container #breadcrumbs {
	font-size: 13px;
	line-height: 44px;
	margin: 0;
}

#section-breadcrumbs-container #breadcrumbs strong {
	color: #221f1f;
	font-family: "Museo Sands Rounded", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal !important;
}

#section-breadcrumbs-container #breadcrumbs a {
	color: #8f8f8f;
	font-size: 13px;
	font-weight: normal;	
}

#section-breadcrumbs-container #breadcrumbs a:hover {
	color: #B5121B;
}


/* ------------------------------------------------------- =Content Section */
#side-img {
	height: 203px;
	position: absolute;
	text-indent: -9999px;
	top: -70px;
	width: 100%;
} 

#side-img.img-ads { background: url(linkablenetworks/media/images/side-graphic-ads.png) center no-repeat; }

#side-img.img-fi { background: url(linkablenetworks/media/images/side-graphic-fi.png) center no-repeat; }

#side-img.img-consumer { background: url(linkablenetworks/media/images/side-graphic-consumer.png) center no-repeat; }

#side-img.img-merchant { background: url(https://linkablenetworks.com/wp-content/themes/yoko-child/linkablenetworks/media/images/side-graphic-merchant.png) center no-repeat; }

.highlighted-section {
	background-color: #f9f9f9;
	border: 1px solid #efefef;
	margin-top: 40px;
	padding: 20px;
	position: relative;
	
	/* css3 */
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	background-image: linear-gradient(top, rgb(249,249,249) 20%, rgb(240,240,240) 59%);
	background-image: -o-linear-gradient(top, rgb(249,249,249) 20%, rgb(240,240,240) 59%);
	background-image: -moz-linear-gradient(top, rgb(249,249,249) 20%, rgb(240,240,240) 59%);
	background-image: -webkit-linear-gradient(top, rgb(249,249,249) 20%, rgb(240,240,240) 59%);
	background-image: -ms-linear-gradient(top, rgb(249,249,249) 20%, rgb(240,240,240) 59%);

	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.2, rgb(249,249,249)),
	color-stop(0.59, rgb(240,240,240))
	);
}

.highlighted-section .highlighted-section-badge {
	background: url(linkablenetworks/media/images/icn-badge.png) no-repeat;
	display: inline-block;
	height: 50px;
	left: -25px;
	position: absolute;
	top: -18px;
	width: 50px;
}

.highlighted-section p { margin-bottom: 0; }




/* ------------------------------------------------------- =Footer Section */

#section-footer { 
	color: #888;
	font-size: 12px;
	position: relative;
}

#section-footer p { 
	line-height: 22px;
        margin: 0;
}

#section-footer a { 
	color: #fff;
	
	/* css3 */
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;	
	
}

#section-footer li a:hover { color: #c0c0c0; }

#section-footer li a.footer-highlighted-links {
	border: 1px solid #282a2c;
	background-color: #212121;
	font-weight: 600;
	padding: 4px;
	
	/* css3 */
	box-shadow: 0 1px 0 rgba(255,255,255,.15);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.15);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.15);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

#section-footer  a.footer-highlighted-links:hover {
	background-color: #2f2f2f;
	text-decoration: none;
	
	/* css3 */
	box-shadow: 0 1px 0 rgba(255,255,255,.15);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.15);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.15);
}

#section-footer .footer-video {
	color: #e5e5e5;
	font-size: 15px;
	padding: 40px 0 20px 0;
}

#section-footer .footer-finovate{
	margin: 0px auto -50px;
	width:420px;
}
#section-footer .footer-finovate img{
	width:400px;
	height:184px;
	margin: 10px auto;
}

#section-footer .footer-video h2 { 
	background: url(linkablenetworks/media/images/icn-red-arrow.png) right no-repeat;
	color: #fff;
	font-size: 34px;
	margin-bottom: 15px;
	margin-top: 20px;
}

#section-footer .footer-mylinkables {}

#section-footer .footer-mylinkables div {}

#section-footer .footer-mylinkables h4 {
	color: #fff;
	font-weight: 600;
	letter-spacing: normal;
}

#section-footer .footer-mobile-links {}

#section-footer .footer-mobile-links h4 { 
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    margin-top: 20px;
}

#section-footer .footer-mobile-links a { color: #f47b20; }

#section-footer .footer-mobile-links a:hover { text-decoration: underline; }

#section-footer .footer-mobile-links li { 
	display: inline-block;
	margin-right: 15px;	
}

#section-footer .footer-mobile-links span {
	display: inline-block;
	float: left;
}
 
#section-footer .footer-links { 
	padding: 20px 0;
	text-align: center;
}

#section-footer .footer-links li { 
	display: inline-block;
	margin: 0 10px;
}

#section-footer .footer-bottom { padding: 5px 0 20px 0; }

#section-footer .footer-legal li { 
	display: inline-block;
	margin-right: 5px;
}

#section-footer .footer-legal li:last-child { margin-right: 0; }

#section-footer .footer-social { text-align: right; }

#section-footer .footer-social ul li {
	display: inline-block;
	line-height: 60px;
	text-align: right;
}



/* ------------------------------------------------------- =CSS3 Elements */
.box-shadow-light {
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.35);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.35);
	box-shadow: 0 1px 0 rgba(255,255,255,.35);
}

.box-shadow-dark {
	box-shadow: 0 0 7px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 7px rgba(0,0,0,.2);
}

.box-shadow-none {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.rc-shadow-dark {
	box-shadow: 0 0 7px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 7px rgba(0,0,0,.2);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.rc {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.text-shadow-dark { text-shadow: #000 0 1px 0; }

.text-shadow-light { text-shadow: #FFF 1px 1px 0; }

/* ------------------------------------------------------- =API Page related styles */

#api_objects{margin-bottom:40px;}

#api_objects li{display:inline;}

#api_header_img{margin: 10px auto; width:428px;}

ul#api_objects li a {
	/*background: url(linkablenetworks/media/animation/home-page/home-page_Resources/deal1.png) no-repeat top left;*/
	height: 155px;
	width: 260px;
	display:inline-block;
	text-align: center;
}

ul#api_objects li a img{height: 155px;width: 260px;}


/* ------------------------------------------------------- =Inland Bank related styles */
.page-inland-bank h1 {
	background: #eaeaea;
	border: 1px solid #cdcdcd;
	display: inline-block;
	margin-bottom: 20px;
	padding: 10px;
	width: auto;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 0 1px 0 #fff,0 0 5px rgba(0,0,0,0.12) inset;
	-webkit-box-shadow: 0 1px 0 #fff,0 0 5px rgba(0,0,0,0.12) inset;	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: -moz-linear-gradient(top,  #eaeaea 0%, #ececec 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eaeaea 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eaeaea 0%,#ececec 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eaeaea 0%,#ececec 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eaeaea 0%,#ececec 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
}

.page-inland-bank h2 {
	font-size: 36px;
	line-height: 36px;
}

.page-inland-bank h3 { 
	color: #999;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0;
	font-size: 24px;
}

.page-inland-bank h1 span {
	background-color: #fff;
	display: inline-block;
	max-width: 100%;
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
	box-shadow: 0 2px 3px rgba(0,0,0,0.3);
}

.page-inland-bank h1 span img { max-width: 100%; }

.page-inland-bank br { display: none !important; }

.page-inland-bank strong { font-weight: bold; }

.page-inland-bank ul li[class^="ib-content"] { 
	line-height: normal;
	margin-bottom: 80px;
	position: relative;
}

.page-inland-bank ul li[class^="ib-content"]:last-child { margin-bottom: 0; }

.page-inland-bank ul li.ib-content-1 li {
	background: url(linkablenetworks/media/images/icn-check.png) 0px 1px no-repeat;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-left: 30px;
}

.page-inland-bank ul li.ib-content-1 li:last-child { margin-bottom: 0; }

.page-inland-bank ul li.ib-content-2 span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
}

.page-inland-bank ul li.ib-content-2 ul li { 
	border: none;
	font-size: 16px;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
	padding-right: 0;
	text-align: center;
	vertical-align: top;
	width: 300px;
}

.page-inland-bank ul li.ib-content-2 ul li img { max-width: 100%; }

.page-inland-bank ul li.ib-content-2 .orange-arrow {
	background: url("../../uploads/2013/05/arrow.png") no-repeat;
	bottom: 110px;
	display: block;
	height: 70px;
	overflow: hidden;
	position: absolute;
	width: 98px;
}

.page-inland-bank ul li.ib-content-2 .orange-arrow.arrow-1 { left: 255px; }

.page-inland-bank ul li.ib-content-2 .orange-arrow.arrow-2 { right: 270px; }

.page-inland-bank ul li.ib-content-4 ul {
	float: left;
	margin-top: 50px;
	width: 400px;
}

.page-inland-bank ul li.ib-content-4 ul li { 
	font-size: 16px;
	margin-bottom: 20px;
}

.page-inland-bank ul li.ib-content-4 div {
	float: right;
	width: 540px;
}

.page-inland-bank ul li.ib-content-4 div img { max-width: 100%; }

.page-inland-bank ul li.ib-content-5 li {
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: 10px;
	overflow: auto;
	padding-bottom: 10px;
	vertical-align: top;
}

.page-inland-bank ul li.ib-content-5 form#cntctfrm_contact_form {
	background: #efefef;
	border: 1px solid #d0d0d0;
	margin: 20px auto 0 auto;
	padding: 20px;
	position: relative;
	width: 630px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.13);
}

.page-inland-bank ul li.ib-content-5 form#cntctfrm_contact_form .error-message {
	position: absolute;
	left: 98%;
	padding: 5px;
	background: #95131c;
	color: #fff;
	font-size: 13px;
	width: 185px;
}

.page-inland-bank ul li.ib-content-5 form#cntctfrm_contact_form .error-message.error-1 {
	top: -15px;
	left: 10px;
	width: 408px;
}

.page-inland-bank ul li.ib-content-5 form#cntctfrm_contact_form .error-message.error-2 { top: 30px; }

.page-inland-bank ul li.ib-content-5 form#cntctfrm_contact_form .error-message.error-3 { top: 75px; }

.page-inland-bank ul li.ib-content-5 form#cntctfrm_contact_form .error-message.error-4 { top: 120px; }

.page-inland-bank ul li.ib-content-5 form#cntctfrm_contact_form .error-message.error-5 { top: 165px; }

.page-inland-bank ul li.ib-content-5 form#cntctfrm_contact_form .error-message.error-6 { bottom: 135px; } 
  
.page-inland-bank ul li.ib-content-5 form#cntctfrm_contact_form label {
	clear: both;
	display: inline-block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 210px;
	line-height: 35px;
}

.page-inland-bank ul li.ib-content-5 form#cntctfrm_contact_form input,
.page-inland-bank ul li.ib-content-5 form#cntctfrm_contact_form textarea {
	background-color: #fff;
	border: 3px solid #d0d0d0;
	float: right;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 6px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	width: 400px;
	margin-bottom: 10px !important;
}

.page-inland-bank ul li.ib-content-5 form#cntctfrm_contact_form textarea { 
	height: 75px;
	resize: none;
}

.page-inland-bank ul li.ib-content-5 form#cntctfrm_contact_form input:focus,
.page-inland-bank ul li.ib-content-5 form#cntctfrm_contact_form textarea:focus { border-color: #b0b0b0; }

.page-inland-bank ul li.ib-content-5 form#cntctfrm_contact_form .inland-submit-button { 
	display: inline-block;
	cursor: pointer;
	padding: 10px;
	border: none;
	background: #c31a25;
	color: #fff;
	width: 200px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 15px;
	box-shadow: 0 1px 0 #fff;
}

.page-inland-bank ul li.ib-content-5 form#cntctfrm_contact_form .inland-submit-button:hover { background: #95131c; }

.page-inland-bank ul li.ib-content-5 form#cntctfrm_contact_form .inland-submit-button:focus,
.page-inland-bank ul li.ib-content-5 form#cntctfrm_contact_form .inland-submit-button:active {
	box-shadow: inset 2px 2px 6px rgba(0,0,0,0.76), 0 1px 0 #fff;
}


/* ------------------------------------------------------- =SKU Matcher related styles */

.page-sku-matcher .lists-vertical li {
	background: url(linkablenetworks/media/images/icn-check.png) 0px 1px no-repeat;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-left: 30px;
}

.page-sku-matcher h2 { margin-bottom: 10px; }

.page-sku-matcher .sku-matcher-header {
	background: #eaeaea;
	border: 1px solid #cdcdcd;
	display: inline-block;
	margin-bottom: 20px;
	padding: 10px;
	width: auto;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 0 1px 0 #fff,0 0 5px rgba(0,0,0,0.12) inset;
	-webkit-box-shadow: 0 1px 0 #fff,0 0 5px rgba(0,0,0,0.12) inset;	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: -moz-linear-gradient(top,  #eaeaea 0%, #ececec 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eaeaea 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eaeaea 0%,#ececec 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eaeaea 0%,#ececec 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eaeaea 0%,#ececec 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
}

.page-sku-matcher .sku-matcher-header img { max-width: 100%; }

.page-sku-matcher form#cntctfrm_contact_form {
	background: #efefef;
	border: 1px solid #d0d0d0;
	margin: 20px auto 0 auto;
	padding: 20px;
	position: relative;
	width: 630px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.13);
}

.page-sku-matcher form#cntctfrm_contact_form .error-message {
	position: absolute;
	left: 98%;
	padding: 5px;
	background: #95131c;
	color: #fff;
	font-size: 13px;
	width: 185px;
}

.page-sku-matcher form#cntctfrm_contact_form .error-message.error-1 {
	top: -15px;
	left: 10px;
	width: 408px;
}

.page-sku-matcher form#cntctfrm_contact_form .error-message.error-2 { top: 30px; }

.page-sku-matcher form#cntctfrm_contact_form .error-message.error-3 { top: 75px; }

.page-sku-matcher form#cntctfrm_contact_form .error-message.error-4 { top: 120px; }

.page-sku-matcher form#cntctfrm_contact_form .error-message.error-5 { top: 165px; }

.page-sku-matcher form#cntctfrm_contact_form .error-message.error-6 { bottom: 135px; } 
  
.page-sku-matcher form#cntctfrm_contact_form label {
	clear: both;
	display: inline-block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 210px;
	line-height: 35px;
}

.page-sku-matcher form#cntctfrm_contact_form input,
.page-sku-matcher form#cntctfrm_contact_form textarea {
	background-color: #fff;
	border: 3px solid #d0d0d0;
	float: right;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 6px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	width: 400px;
	margin-bottom: 10px !important;
}

.page-sku-matcher form#cntctfrm_contact_form textarea { 
	height: 75px;
	resize: none;
}

.page-sku-matcher form#cntctfrm_contact_form input:focus,
.page-sku-matcher form#cntctfrm_contact_form textarea:focus { border-color: #b0b0b0; }

.page-sku-matcher form#cntctfrm_contact_form .inland-submit-button { 
	display: inline-block;
	cursor: pointer;
	padding: 10px;
	border: none;
	background: #c31a25;
	color: #fff;
	width: 200px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 15px;
	box-shadow: 0 1px 0 #fff;
}

.page-sku-matcher form#cntctfrm_contact_form .inland-submit-button:hover { background: #95131c; }

.page-sku-matcher form#cntctfrm_contact_form .inland-submit-button:focus,
.page-sku-matcher form#cntctfrm_contact_form .inland-submit-button:active {
	box-shadow: inset 2px 2px 6px rgba(0,0,0,0.76), 0 1px 0 #fff;
}



/* ------------------------------------------------------- =Misc Styles */

div.inset-shadow {
	background: url(linkablenetworks/media/images/bg-bottom-inset-shadow.png) repeat-x;
	top: -13px;
	height: 12px;
	position: absolute;
	width: 100%;
}

a.learn-more { 
	background: url(linkablenetworks/media/images/icn-blue-arrow.png) right no-repeat;
	padding-right: 15px;
 }
 
 .hide {
	display: none;
	height: 0;
	margin: 0;
	padding: 0; 
}

.button {
	display: inline-block;
	padding: 7px 10px;
	width: auto;
}

.button-red {
	background-color: #b5121a;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 10px auto 0 auto;
	
	/* css3 */
	text-shadow: #000 0 1px 0;
}

.button-red:hover { background-color: #8b0c12; }

table {
    font-family: Arial, sans-serif;
    font-size: 100%;
	width:80%;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	margin-top: 20px;		
	width: 100%;
}

table.formats { 
		width:50%; 
 } 

table th {
    font-weight: normal;
    color: #333;
    background-color: #efefef;
}

table thead th {
    background-color: #f0f4f5;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 84.6%;
    color: #000;
    text-transform: uppercase;
}

table th a {}

table th a:hover {}

table td,
table th {
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    padding: 5px 15px;
}

table tr.even td {}

table td code{font:0.8em/0.9em 'andale mono','lucida console',monospace;; padding:0;}

.align-center { text-align: center; }
.align-left { text-align: left; }
.align-right { text-align: right; }

/**********Sharebar styles****************************/
body ul#sharebar { width: 265px; float: left; background: #fff; padding: 0; text-align: center; border: 1px solid #ccc; list-style: none; margin: 0; z-index: 99; }
body ul#sharebar li { display: inline-block; margin: 5px; padding: 0; overflow: hidden; text-align: center; }
body ul#sharebarx { list-style: none; width: 100%; margin: 0 0 10px; padding: 0; }
body ul#sharebarx a { line-height: 14px; text-decoration: none; }
body ul#sharebarx li {display:inline-block !important; margin-right: 5px; line-height: 18px; }
body ul#sharebarx li .st_email  { margin: 0 15px !important; }
body ul#sharebarx li:first-child{width:88px !important;}
.sharebar-button { font-size: 11px; font-family: Verdana, Arial; padding: 2px 4px; background: #f7f7f7; color: #444; border: 1px solid #ddd; display: block;margin: 0 0 5px; }
.sharebar-button:hover { border-color: #aaa; }
.credit { margin: 0; padding: 0; line-height: 9px; }
.credit a { font-size: 8px; color: #ccc; text-transform: uppercase; text-decoration: none; font-family: Verdana; line-height: 9px; }
.FBConnectButton_Small{background-position:-5px -232px !important;border-left:1px solid #1A356E;}
.FBConnectButton_Text{margin-left:12px !important ;padding:2px 5px 3px !important;}
.stButton{margin:0 0 6px !important;}
.stButton:last-child{margin:0 !important;}
.stButton .stFb_vbubble { width:53px !important; }
.stButton .stFb_text { padding: 2px 5px 3px !important; margin: 1px 1px 0 14px !important; }

#postMeta {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #E9E9E9;
    border-radius: 10px 10px 10px 10px;
    margin: 1px 0 20px;
    padding: 15px 15px 8px;
}
/********************************************************************************************************************************************/




/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}