/*



Theme Name: halfbit



*/
@font-face { font-family: Helvetica Neue; src: url('../../../HENL____.TTF'); } 
@font-face {
 font-family: 'HelveticaNormalRegular';
 src: url('fonts/helvetica.eot');
 src: url('fonts/helvetica.eot') format('embedded-opentype'),  url('fonts/helvetica.woff') format('woff'),  url('fonts/helvetica.ttf') format('truetype'),  url('fonts/helvetica.svg') format('svg');
}
 @font-face {
 font-family: 'OpenSansRegular';
 src: url('fonts/OpenSans-Regular-webfont.eot');
 src: url('fonts/OpenSans-Regular-webfont.eot#iefix') format('embedded-opentype'),  url('fonts/OpenSans-Regular-webfont.woff') format('woff'),  url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),  url('fonts/OpenSans-Regular-webfont.svg') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'OpenSansLight';
 src: url('fonts/OpenSans-Light-webfont.eot');
 src: url('fonts/OpenSans-Light-webfont.eot#iefix') format('embedded-opentype'),  url('fonts/OpenSans-Light-webfont.woff') format('woff'),  url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),  url('fonts/OpenSans-Light-webfont.svg') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
	font-family: 'MYRIADPROREGULAR';
	src: url('fonts/MYRIADPROREGULAR.eot');
	src: local('fonts/MYRIADPROREGULAR'), url('fonts/MYRIADPROREGULAR.woff') format('woff'), url('fonts/MYRIADPROREGULAR.ttf') format('truetype');
}
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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
/* =Layout

-------------------------------------------------------------- */



/*

LAYOUT: Two columns

DESCRIPTION: Two-column fixed layout with one sidebar right of content

*/



#container {
	float: left;
	margin: 0 -270px 0 0;
	width: 100%;
}
#content {
	border-right: 1px solid #D5D6D6;
	margin: 0 300px 0 0px;
	padding-right: 30px;
}
#primary,  #secondary {
	float: right;
	overflow: hidden;
	width: 270px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}
/*

LAYOUT: One column, no sidebar

DESCRIPTION: One centered column with no sidebar

*/



.one-column #content {
	margin: 0 auto;
	width: 100%;
	border-right: none;
	padding-right: 0px;
}
/*

LAYOUT: Full width, no sidebar

DESCRIPTION: Full width content with no sidebar; used for attachment pages

*/



.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}
/* =Fonts

-------------------------------------------------------------- */

body,  input,  textarea,  .page-title span,  .pingback a.url {
	font-family: OpenSansRegular;
}
h3#comments-title,  h3#reply-title,  #access .menu,  #access div.menu ul,  #cancel-comment-reply-link,  .form-allowed-tags,  #site-info,  #site-title,  #wp-calendar,  .comment-meta,  .comment-body tr th,  .comment-body thead th,  .entry-content label,  .entry-content tr th,  .entry-content thead th,  .entry-meta,  .entry-title,  .entry-utility,  #respond label,  .navigation,  .page-title,  .pingback p,  .reply,  .widget-title,  .wp-caption-text {
	font-family: OpenSansRegular;
}
input[type=submit] {
	font-family: OpenSansRegular;
}
pre {
	font-family: OpenSansRegular;
}
code {
	font-family: OpenSansRegular;
}
/* =Structure

-------------------------------------------------------------- */



/* The main theme structure */

#colophon,  #branding,  #main,  #wrapper {
	margin: 0 auto;
	width: 1020px;
}
#wrapper {
}
/* Structure the footer area */

#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 10px;
	/*width: 160px;*/

        width: 330px;
}
#footer-widget-area #third {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}
/* =Global Elements

-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */

body {
	/*background: #fff url(images/bg.jpg) repeat-x;*/
     background: #fcfcfc;
	  /*background: #f1f1f1; */
}
/*
.home {
	background-colour: #fcfcfc;
}
*/
body,  input,  textarea {
	color: #333;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}
/* Text elements */

p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,  ol ol,  ul ol,  ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,  em,  i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,  blockquote em,  blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,  acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,  sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"], textarea {
	background: #ffffff;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555555;
	font-size: 14px;
	padding: 10px 12px;
}
.woocommerce input[type="text"]:focus, .woocommerce textarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
	outline: 0 none;
}
.toplk a:link {
	color: #407EC4;
	text-decoration: underline;
}
.toplk a:visited {
	color: #407EC4;
	text-decoration: underline;
}
.toplk a:hover {
	color: #407EC4;
	text-decoration: underline;
}
.toplk a:active {
	color: #407EC4;
	text-decoration: underline;
}
a:link {
	color: #407EC4;
	text-decoration: none;
}
a:visited {
	color: #407EC4;
}
a:active,  a:visited {
	color: #407EC4;
}
/* Text meant only for screen readers */

.screen-reader-text {
	position: absolute;
	left: -9000px;
}
/* =Header

-------------------------------------------------------------- */

#header-main {
	position:fixed;
	width: 100%;
	z-index:1001;
	background:#282b38;
}

/*
.home #header-main {
	position:absolute;
	background:none;
}
*/

#header {
	padding: 10px 0 0 0;
	height:50px;
	margin:0 auto;
	width:1040px;
}

/*
.home #header {
	padding: 25px 0 0 0;
	height:70px; 
}
*/
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
}
/* This is the custom header image */

#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	float: left;
}
/* =Menu

-------------------------------------------------------------- */



#access {
	display: block;
	float: right;
}
#access .menu-header,  div.menu {
	font-size: 18px;
}
#access .menu-header ul,  div.menu ul {
	list-style: none;
	margin: -1px -0px;
}
#access .menu-header li,  div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: rgba(255, 255, 255, 0.6);
	display: block;
	line-height: 38px;
	padding: 0 20px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f0f3f5;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,  #access ul ul :hover > a {
	color: #f0f3f5;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,  #access ul li.current-menu-ancestor > a,  #access ul li.current-menu-item > a,  #access ul li.current-menu-parent > a {
	color: #fff;
	text-decoration: underline;
}
* html #access ul li.current_page_item a,  * html #access ul li.current-menu-ancestor a,  * html #access ul li.current-menu-item a,  * html #access ul li.current-menu-parent a,  * html #access ul li a:hover {
	color: #fff;
}
#access li#menu-item-18:hover > a {
	background: #f0f3f5;
	color:#000;
}
/* =Content

-------------------------------------------------------------- */



#main {
	clear: both;
	overflow: hidden;
	padding: 20px 0 0 0;
}

.home #main {
	padding: 50px 0 0 0;
}

#content {
	margin-bottom: 36px;
}
#content,  #content input,  #content textarea {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
#ptag content p {
	margin-bottom: 0px;
}
#content p,  #content ul,  #content ol,  #content dd,  #content pre,  #content hr {
	margin-bottom: 24px;
}
#content ul ul,  #content ol ol,  #content ul ol,  #content ol ul {
	margin-bottom: 0;
}
#content pre,  #content kbd,  #content tt,  #content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,  #content th {
	color: #000;
}
#content h1,  #content h3,  #content h4,  #content h5,  #content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
	padding: .5em 0;
	margin: 0;
	font-size: 1em;
	text-align: center;
}
#content h2 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
	padding-top: 2px;
	font-size: 22px;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
	background: #fff;
}
#content tr th,  #content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
/*
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
*/
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #333333 !important;
	font-size: 21px;
	line-height: 27px !important;
	margin: 0 0 36px;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,  .page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,  .page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,  .entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,  .entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,  .entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,  .entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,  .entry-summary {
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,  .entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,  .entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,  .page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,  .page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,  .entry-utility a {
	color: #888;
}
.entry-meta a:hover,  .entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}
/* =Asides

-------------------------------------------------------------- */



.home #content .format-aside p,  .home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,  .home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,  .home #content .category-asides .entry-content {
	padding-top: 0;
}
/* =Gallery listing

-------------------------------------------------------------- */



.format-gallery .size-thumbnail img,  .category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,  .category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,  .home #content .category-gallery .entry-utility {
	padding-top: 4px;
}
/* =Attachment pages

-------------------------------------------------------------- */



.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}
/* =Images

-------------------------------------------------------------- */



/*

Resize images to fit the main content area.

- Applies only to images uploaded via WordPress by targeting size-* classes.

- Other images will be left alone. Use "size-auto" class to apply to other images.

*/

img.size-auto,  img.size-full,  img.size-large,  img.size-medium,  .attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,  img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,  img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,  img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,  img.alignright,  img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
/* =Navigation

-------------------------------------------------------------- */



.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,  .navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,  .navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,  .single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}
/* =Comments

-------------------------------------------------------------- */

#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,  h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,  #comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,  .comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,  .comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,  a.comment-edit-link {
	color: #888;
}
.reply a:hover,  a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,  .nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}
/* Comments form */

input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
/* =Widget Areas

-------------------------------------------------------------- */



.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #6E798B;
	font-weight: bold;
	font-size:13px;
}
.widget-area a:link,  .widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,  .widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}
/* Main sidebars */

#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}
/* Footer widget areas */

#footer-widget-area {
}
/* =Footer

-------------------------------------------------------------- */



#footer {
	border-top: 1px solid #DEDEDE;
	color: #407EC4;
	font-size: 12px;
	margin-top: 40px;
	padding: 5px 0 5px;
	line-height:20px;
}
#colophon {
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}
/* =Mobile Safari ( iPad, iPhone and iPod Touch )

-------------------------------------------------------------- */



pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,  .entry-meta,  .entry-utility,  .navigation,  .widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}





/* =Print Style

-------------------------------------------------------------- */



@media print {
body {
	background: none !important;
}
#wrapper {
	clear: both !important;
	display: block !important;
	float: none !important;
	position: relative !important;
}
#header {
	border-bottom: 2pt solid #000;
	padding-bottom: 18pt;
}
#colophon {
	border-top: 2pt solid #000;
}
#site-title,  #site-description {
	float: none;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}
#site-title {
	font-size: 13pt;
}
.entry-content {
	font-size: 14pt;
	line-height: 1.6em;
}
.entry-title {
	font-size: 21pt;
}
#access,  #branding img,  #respond,  .comment-edit-link,  .edit-link,  .navigation,  .page-link,  .widget-area {
	display: none !important;
}
#container,  #header,  #footer {
	margin: 0;
	width: 100%;
}
#content,  .one-column #content {
	margin: 24pt 0 0;
	width: 100%;
}
.wp-caption p {
	font-size: 11pt;
}
#site-info,  #site-generator {
	float: none;
	width: auto;
}
#colophon {
	width: auto;
}
img#wpstats {
	display: none;
}
#site-generator a {
	margin: 0;
	padding: 0;
}
#entry-author-info {
	border: 1px solid #e7e7e7;
}
#main {
	display: inline;
}
.home .sticky {
	border: none;
}
}
#footer-border {
	border-top: 1px solid #F0F0F0;
	height: 28px;
	padding-top: 14px;
	text-align: center;
}
#logo {
	float:left;
	width:125px;
}
#logo img {
	max-width: 140%;
}
.site-header-product-ico {
	padding-right: 50px;
	position: relative;
	text-align: center;
}
.like-cell {
	display: table-cell;
	vertical-align: middle;
}
.site-header-product-info {
	vertical-align: top;
	width: 55%;
}
.site-header-product-name {
	color: #FFFFFF !important;
	display: inline-block;
	font-size: 48px;
	font-weight: 200;
	margin-bottom: 26px;
	position: relative;
	text-decoration: none;
}
.site-header-product-slogan {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 200;
	margin-bottom: 5px;
}
.site-header-product-about {
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 26px;
	margin-top: 10px;
}
.site-header-product-about a {
	color: #FFFFFF;
	text-decoration: none;
	white-space: nowrap;
}
.site-header-product-actions {
	height: auto;
	width: auto;
}
.site-header-product-actions .like-cell:first-child {
	padding-right: 35px;
}
.button-download {
	background: -webkit-gradient(linear, left top, left bottom, from(#48C703), to(#338606));
	background: -moz-linear-gradient(top, #48C703, #338606);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#48C703', endColorstr='#338606');
	border-radius: 5px;
	box-shadow: 0 1px #76DF1B inset;
	color: #FFFFFF !important;
	display: inline-block;
	font-size: 19px;
	padding: 15px 25px 15px 25px;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.button-download:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#4CD501), to(#359600));
	background: -moz-linear-gradient(top, #4CD501, #359600);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4CD501', endColorstr='#359600');
}
.button-alt-buy {
	background-image: url("http://halfbit.com/img/main/button_icons/buy.svg");
	padding-left: 50px;
}
.button-alt {
	background-position: 20px center;
	background-repeat: no-repeat;
	border-radius: 5px;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
	color: #FFFFFF !important;
	display: inline-block;
	font-size: 16px;
	padding: 12px 25px 15px 25px;
	text-decoration: none;
}
.button-alt:hover {
	background-color: #FFFFFF;
	box-shadow: 0 0 0 2px #FFFFFF;
	color: #000000 !important;
	opacity: 0.8;
}
#slider {
	clear:both;
	height:412px;
}
#wpss_slideshow_homepage {
	background:none !important;
}
.wpss_content_full h4 {
	visibility:hidden;
}
.block-title.center {
	text-align: center;
	margin-bottom: 35px;
}
.block-title.center1 {
	text-align: center;
	margin-bottom: 50px;
}
.block-title1 {
	font-size: 33px;
	font-weight: 200;
	margin-bottom: 45px;
}
.block-products-list .like-cell {
	vertical-align: bottom;
	width: 12%;
}
.block-products-list-item {
	font-size: 16px;
	font-weight: 300;
	position: relative;
	top: 0;
	transition: top 0.2s ease 0s;
	width: 170px;
}
.block-products-list-item-icon {
	display: block;
}
.block-products-list-item-name {
	margin-top: 10px;
	white-space: nowrap;
}
.block-products-list-item-info {
	display: none;
	font-size: 14px;
	left: 0;
	max-width: 100%;
	padding-top: 5px;
	position: absolute;
	right: 0;
	top: 100%;
}
.block-products-list-item:hover {
	top: -10px;
}
.block-products-list-item:hover .block-products-list-item-info {
	display: block;
}
.seperator {
	height:75px;
}
.seperator2 {
	height:60px;
}
.cols-2-layout-50 {
	float: left;
	width: 43%;
}
.cols-2-layout-50.right {
	float: right;
	margin-top:10px;
	padding-right:20px;
}
.block-title {
	font-size: 33px;
	font-weight: 200;
	margin-bottom: 20px;
}
.block-about-us-socials {
	margin-top: 30px;
}
.block-about-us {
	font-size: 16px;
	line-height: 1.5;
	padding-top:5px;
}
#slider_2 {
	margin-left:65px;
}
#wpss_slideshow_homepage-small-below {
	border: 1px solid #DDDDDD;
	padding: 5px !important;
}
.block-about-us-socials-item.facebook {
	background-image: url(images/fb.jpg);
}
.block-about-us-socials-item {
	background-position: 0 0;
	display: inline-block;
	height: 45px;
	margin-right: 20px;
	width: 44px;
}
.block-about-us-socials-item.twitter {
	background-image: url(images/tw.jpg);
}
.block-about-us-socials-item.google {
	background-image: url(images/google.jpg);
}
.block-about-us-socials-item.email {
	background-image: url(images/email.jpg);
}
.block-about-us-socials-item:hover {
	background-position: 0 100%;
}
.post-box {
	float: left;
	font-size: 14px;
	line-height: 24px;
	margin-right: 30px;
	width: 30%;
}
.post-title a {
	text-decoration:none;
}
.site-navigation-product-name {
	color: #283859;
	display: block;
	font-size: 13px;
	font-weight: 200;
	margin-top: 3px;
}
.sub-menu li img {
	max-height: 75px;
	height:auto;
}
.sub-menu li {
	text-align:center;
}
#menu-item-18 .sub-menu {
	background: none repeat scroll 0 0 #f0f3f5;
	padding: 15px 10px;
	width: 400px;
}
#access #menu-item-18 ul li {
	min-width: 130px;
}
#access #menu-item-18 ul li:hover {
	top:-10px;
}
#access #menu-item-18 ul li a {
	width: 110px;
}
#access #menu-item-49 {
	min-width:0px;
}
#access #menu-item-49 a {
	width:0px;
	padding:0px;
}
#slider #wpss_slideshow_pager_homepage {
	right:50%;
	top:385px;
}
#slider #wpss_slideshow_pager_homepage a {
	height:9px;
	width:9px;
	font-size:0px;
	background:none;
	border:1px solid rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#slider #wpss_slideshow_pager_homepage a.activeSlide {
	background:rgba(255, 255, 255, 0.8);
}
#slider_2 #wpss_slideshow_homepage-small-below {
	overflow:inherit;
}
#slider_2 #wpss_slideshow_pager_homepage-small-below {
	right:50%;
	top:232px;
}
#slider_2 #wpss_slideshow_pager_homepage-small-below a {
	height:10px;
	width:10px;
	font-size:0px;
	background:none;
	border:1px solid #9eb4ce;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#slider_2 #wpss_slideshow_pager_homepage-small-below a.activeSlide {
	background:#9eb4ce;
}
#footer-socials {
	margin-bottom: 6px;
}
#footer .social-icon {
	background-image: url(images/icons.png);
	background-repeat: no-repeat;
	background-size: auto 20px;
	display: inline-block;
	height: 20px;
	margin-right: 7px;
	width: 20px;
}
#footer .footer-icon-facebook {
	background-position: 0 0;
}
#footer .footer-icon-twitter {
	background-position: -40px 0;
}
#footer .footer-icon-google {
	background-position: -20px 0;
}
#footer .footer-icon-youtube {
	background-position: -60px 0;
}
#slider #wpss_slideshow_homepage {
	width:100%;
	padding: 0;
	height:412px;
}
.site-header-product-ico img {
	margin-top: -12px;
}
#slider .wpss_slideshow_ {
	width:100% !important;
}
#slider .wpss_slide {
	padding-top: 95px;
	width: 100% !important;
	height: 317px !important;
}
#slider .wpss_content_full {
	width:1000px;
	margin:0 auto;
}
#slider #wpss_prev_homepage {
	height: 62px;
	left: 25px;
	width: 35px;
	background:url(images/slider_arrow_left.png) no-repeat;
}
#slider #wpss_next_homepage {
	height: 62px;
	right: 25px;
	width: 35px;
	background:url(images/slider_arrow_right.png) no-repeat;
}
.well {
	background-color: #F8F8F8;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
	margin-bottom: 20px;
	min-height: 20px;
	padding: 19px;
}

.well3 {
	background-color: #F8F8F8;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
	margin-bottom: 20px;
	min-height: 20px;
	padding: 19px;
margin-bottom: -25px;
}

.wellHeader {
background-color: #ECECEC;
border: 1px solid rgba(0, 0, 0, 0.05);
border-radius: 4px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
margin-bottom: 20px;
min-height: 20px;
padding: 9px 19px 9px 19px;
}
.well1 {
	background-color: #F8F8F8;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
	margin-bottom: 20px;
	min-height: 20px;
	padding: 8px;
}
.icon-question-sign {
	background:url(images/question.png) no-repeat 0 3px;
	padding-left: 38px;
}
.icon-bug {
	  background: url(images/bug.png) no-repeat 0 6px;
  padding-left: 38px;
  background-size: 27px 27px;
}
}
.icon-lightbulb {
background: url(images/bulb.png) no-repeat 0 6px;
  padding-left: 28px;
  background-size: 22px 26px;
}
.icon-camera {
	background:url(images/camera.png) no-repeat 0 3px;
	padding-left: 43px;
}
.icon-envelope {
	background:url(images/envelope.png) no-repeat 0 9px;
	padding-left: 43px;
  background-size: 31px 23px;
}
.tw-centered {
	float: left;
	padding-top: 50px;
	text-align: center;
	width: 50%;
}
.home .post-content img {
	display:none;
}
.bio-block {
	background-color: #F9F9F9;
	border: 10px solid #F9F9F9;
}
.bio-title {
	font-weight: 300;
	padding-bottom: 5px;
}
.bio-title .author-block {
	display: inline-block;
	padding-left: 5px;
	vertical-align: text-bottom;
	padding-left: 12px;
}
.bio-title .written {
	font-size: 13px;
}
.bio-title .author-name {
	font-size: 20px;
}
.bio-title a {
	font-weight: 500;
	text-decoration: none;
}
.author-bio {
	display: inline-block;
	padding-top: 2px;
	width: 100%;
}
.author-bio .author-description {
	display: inline-block;
	font-size: 13px;
	letter-spacing: 0.07em;
	line-height: 16px;
	padding-bottom: 10px;
	vertical-align: top;
}
i {
	font-style: italic;
}
#primary .widget-title {
	color: #414141;
	font-size: 22px;
	margin-bottom: 24px;
	font-weight:normal;
	font-family: 'OpenSansLight';
}
#primary .widget-container {
	margin: 0 0 35px;
}
#primary.widget-area ul ul {
	list-style:none;
	margin:0px !important;
}
#primary.widget-area ul ul li {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.home .really_simple_share, .blog .really_simple_share {
	display:none;
}
.bottomcontainerBox {
	margin-left: 200px;
}
.social-panel-title {
	color: #373737;
	font-size: 17px;
	font-weight: 600;
	text-align: center;
}
.widget_recent_entries .post-date {
	font-size: 11px;
}
#recent-posts-3 ul li a {
	font-size: 13px;
}
.subnav-title {
	float: left;
	font-size: 21px;
	line-height: 27px;
	padding-top: 3px;
}
.subnav-menus {
	float: right;
}
.subnav-menus ul {
	list-style:none;
	margin:0px;
}
.subnav-menus ul li {
	float: left;
	margin-left: 4px;
}
.subnav-menus ul li a {
	display: block;
	font-size: 15px;
	padding: 9px 15px;
	color: #333333;
}
.subnav-menus ul li a:hover {
	color:#222020;
	background: none repeat scroll 0 0 rgba(185, 191, 199, 0.22);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.subnav-menus ul li.current-menu-item a {
	background:#dcdfe3;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#post-11 .entry-title, #post-99 .entry-title, #post-97 .entry-title, #post-95 .entry-title, #post-1110 .entry-title {
	display:none;
}

.mt-img-left {
	float: none !important;
	margin-right: 0 !important;
}
.myteam-box-info {
	float: none !important;
	text-align: center !important;
}
.myteam-inner-box {
	float: none !important;
}
.subnav-wrap {
	border-bottom: 1px solid #F0F0F0;
	height:45px;
	padding-top: 71px;
}
.dwqa-question h1.dwqa-title {
	display:none;
}
.subnav {
	margin: 0 auto;
	width: 1020px;
}
.page-id-11 #main, .page-id-99 #main, .page-id-97 #main, .page-id-95 #main, .page-id-9 #main, .page-id-294 #main, .page-id-287 #main, .page-id-324 #main, .page-id-1110 #main {
	clear: both;
	overflow: hidden;
	padding: 15px 0 0;
}


.page-id-696 #main, .page-id-683 #main, .page-id-692 #main {
	clear: both;
	overflow: hidden;
	padding: 22px 0 0;
}
.page-id-99 #menu-item-17 a, .page-id-97 #menu-item-17 a, .page-id-95 #menu-item-17 a {
	color:#fff;
	text-decoration: underline;
}

.page-id-1164 #menu-item-1141 a, .page-id-1162 #menu-item-1141 a, .page-id-1160 #menu-item-1141 a {
	color:#fff;
	text-decoration: underline;
}
.mt-white-border {
	border:none !important;
	box-shadow: none !important;
	transition: none 0s ease 0s !important;
	background:url(images/portrait.png) no-repeat;
	padding: 17px 15px;
}
.col-left {
	float: left;
	width: 690px;
}
.col-right {
	float: right;
	width: 290px;
}
.page-title2 {
	font-size: 32px;
	margin-bottom: 25px;
}
.form-line {
	margin-bottom: 25px;
}
.form-line-2 > *:first-child, .form-line-2 > *:last-child {
}
.form-line-2 > .wpcf7-form-control-wrap.your-name {
	float: left;
}
.form-line-2 > .wpcf7-form-control-wrap.your-email {
	float: right;
}
#wpcf7-f168-p99-o1 .wpcf7-form-control {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555555;
	font-size: 14px;
	padding: 10px 12px;
}
#wpcf7-f168-p99-o1 .wpcf7-form-control:focus {
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
	outline: 0 none;
}
#wpcf7-f168-p99-o1 input[type="text"], #wpcf7-f168-p99-o1 input[type="email"] {
	width: 310px;
}
#wpcf7-f168-p99-o1 textarea {
	width: 664px;
}
.form-actions {
	text-align: right;
}
#wpcf7-f168-p99-o1 input[type="submit"] {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #000000;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 9px 20px;
	text-align: center;
	text-decoration: none;
	transition: all 0.1s ease-in-out 0s;
	white-space: nowrap;
	width: 690px;
}
#wpcf7-f168-p99-o1 .wpcf7-submit:hover {
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
	outline: 0 none;
}
.company-contact-info {
	font-size: 14px;
}
.like-table {
	display: table;
  height: 100%;
  width: 83%;
  background-color: #F8F8F8;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 23px;
  margin-top: 24px;
}
.like-row {
	display: table-row;
}
.company-contact-info-item {
	padding: 10px 5px;
	vertical-align: top;
}
.like-cell {
	display: table-cell;
}
span.wpcf7-not-valid-tip {
	margin-bottom:20px;
}
.ajax-loader {
	display:none !important;
}
.wpcf7-response-output {
	padding: 0px;
}
.home .like-table {
	width:auto;
	height:auto;
	text-align:center;
}
.ln1 {
	color: #444444;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}
.ln2 {
	font-family: "Times New Roman", Georgia, Serif;
	font-size: 38px;
	line-height: 40px;
	text-align: center;
}
.ln3 {
	color: #444444;
	font-size: 18px;
	font-weight: normal;
	margin-top: 10px;
	text-align: center;
}
.ln4 {
	font-size: 28px;
	line-height: 30px;
	text-align: center;
}
.ln4 a:link {
	color: #407EC4;
}
.ln4 a:hover {
	color: #407EC4;
}
.ln4 a:visited {
	color: #407EC4;
}
.ln5 {
	color: #666666;
	font-style: italic;
	text-align: center;
}
.sTitle {
	color: #444444;
	font-size: 18px;
	font-weight: normal;
}
#second ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
#second li {
	display: list-item;
	margin: 0;
	padding: 0;
}
#second a.twitter:before {
	background-position: -40px -220px;
}
#second a.facebook:before {
	background-position: -120px -220px;
}
#second a.linkedin:before {
	background-position: -200px -220px;
}
#second a.google:before {
	background-position: -360px -220px;
}
#second a.twitter:hover:before {
	background-position: 0 -220px;
}
#second a.facebook:hover:before {
	background-position: -80px -220px;
}
#second a.linkedin:hover:before {
	background-position: -160px -220px;
}
#second a.google:hover:before {
	background-position: -320px -220px;
}
#second a:hover {
	background-color: rgba(0, 0, 0, 0.1);
}
#second a:before {
	background: url(images/sprite.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	content: "";
	height: 32px;
	left: 4px;
	position: absolute;
	top: 4px;
	width: 32px;
}
#second a {
	border-radius: 3px;
	color: #666666;
	display: block;
	line-height: 16px;
	margin-bottom: 5px;
	padding: 4px 4px 4px 40px;
	position: relative;
	text-decoration: none;
}
#second a strong {
	color: #444444;
	text-decoration: underline;
}
#second strong {
}
#second a .sLink {
	color: #407EC4;
	white-space: nowrap;
}
#third strong {
}
#third .sCF:before, #third .sCF:after {
	content: "";
	display: table;
}
#third .sCF:after {
	clear: both;
}
#third .sCF {
	width: 330px;
	padding-left: 5px;
}
#third ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
#third li {
	line-height: 22px;
	margin-right: 10%;
	width: 40%;
}
#third .sFL {
	display: inline !important;
	float: left !important;
}
#third li {
	display: list-item;
	padding: 0;
}
#third a, #third a:link, #third a:visited {
	color: #407EC4;
}
.woocommerce-result-count, .woocommerce-ordering {
	display:none !important;
}
.woocommerce .page-title {
	display:none !important;
}
.archive.woocommerce #main, .woocommerce-cart #main, .woocommerce-checkout #main {
	padding:20px 0 0;
}
.woocommerce-account #main {
	padding:30px 0 0;
}
#slider-store {
	margin: 20px auto 30px;
	width: 1020px;
}
#wpss_slideshow_store {
	border: none;
	padding: 0px !important;
}
#slider-store #wpss_slideshow_store {
	overflow:inherit;
}
#slider-store #wpss_slideshow_pager_store {
	right:50%;
	top:300px;
}
#slider-store #wpss_slideshow_pager_store a {
	height:10px;
	width:10px;
	font-size:0px;
	background:none;
	border:1px solid #9eb4ce;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#slider-store #wpss_slideshow_pager_store a.activeSlide {
	background:#9eb4ce;
}
#slider-store .wpss_content_half {
	display:none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
/*width: 152px !important;
border: 2px solid #fff;
padding:4px !important;
margin-right: 6px !important;*/

}
.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
/*border: 2px solid #ddd;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;*/
}
.woocommerce ul.products li.product a.button.product_type_simple, .woocommerce-page ul.products li.product a.button.product_type_simple {
	display:none;
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
	margin:0 0 1px !important;
}
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
	padding:0px !important;
	margin-bottom: 0 !important;
}
.product .thumbnails a {
	margin-bottom: 15px;
}
.woocommerce .product_title.entry-title {
	display:none;
}
.single-product #main {
	clear: both;
	overflow: hidden;
	padding: 30px 0 0;
}
.single-product .images {
	width: 720px !important;
}
.single-product .zoom.last {
	margin-right: 3.8% !important;
}
.single-product .zoom.first {
	clear: none !important;
}
.single-product .summary.entry-summary {
	padding-top: 0 !important;
	width: 255px !important;
}
.single-product .thumbnails a {
	width:15.75% !important;
}
.free {
	font-size: 24px;
	font-weight: bold;
}
.single-product #content .summary.entry-summary {
	font-size:13px;
}
.single-product .price {
	display:none;
}
.trucktext {
	color: #777777;
}
hr.separator1 {
	clear: both;
	height: 1px;
	margin: 40px 0;
	border: none;
	background-color: #f2f2f2;
}
#productHeader {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
	padding-top: 2px;
	font-size: 20px;
}
.dwqa-list-question {
	width:100%;
	max-width:740px;
	float:left;
}
.dwqa-list-sidebar {
	width:100%;
	max-width:250px;
	float:right;
}
.dwqa-list-sidebar ul {
	padding:0;
	margin:0px 0 27px 0;
	list-style-type:none;
	font-family:"HelveticaNormalRegular";
}
.dwqa-list-sidebar ul li span {
	border-bottom: 1px solid #E5E5E5;
	overflow: hidden;
	padding: 9px 0 9px 0px;
	display:block;
	color:#999;
	text-transform:uppercase;
	font-size:11px;
	font-family:"HelveticaNormalRegular";
}
.dwqa-list-sidebar ul li ul li {
	border-bottom: 1px solid #E5E5E5;
	overflow: hidden;
	padding: 9px 0 9px 30px;
	background:url(images/ff.png) no-repeat 0 50%;
	font-size:14px;
	font-family:"HelveticaNormalRegular";
}
.dwqa-list-sidebar ul li ul li a {
	color:#222!important;
}
.ask_question_link {
}
.ask_question_link a {
	display:block!important;
	margin-bottom:27px!important;
}
.dwqa-list-question .dwqa-question {
	padding-right:0!important;
}
/******* 29.04.14 ********/
.tag-dropdown select {
	float: none;
	width: 100%;
}
#recaptcha_area .recaptcha_input_area #recaptcha_response_field {
	width: 277px!important;
	margin-bottom: 9px;
}
.pagination ul>li>a {
	border-radius: 3px!important;
}
i .fa {
	font-style:normal!important;
}
.dwqa-meta, .dwqa-meta a {
	font-size:11px!important;
	color:#888888!important;
}
.dwqa-meta:hover 1 {
color:#000;
}
.dwqa-meta i {
	display:inline-block;
	margin:0 2px 0 5px;
}
.btn-submit-question {
	display:block!important;
}

/* ************ 21/08/2014 ************ */
#content ul.products {
	margin-left:-15px;
	margin-right:-15px;
}
body.woocommerce ul.products li.product-list-item.first {
	clear: initial;
}
body.woocommerce ul.products li.product-list-item {
	width:100%!important;
	max-width:231px;
	padding:0!important;
	border:none!important;
	margin:0 15px 30px 15px!important;
	-webkit-box-shadow: 0 8px 6px -6px rgba(85, 85, 85, 0.2);
	box-shadow: 0 8px 6px -6px rgba(85, 85, 85, 0.2);
}
body.woocommerce ul.products li.product-list-item a img {
	width:auto;
	box-shadow:none;
	margin:0;
}
body.woocommerce ul.products li.product-list-item a:hover img {
	box-shadow:none;
}
body.woocommerce ul.products li.product-list-item a img.attachment-shop_catalog {
	width:100%;
	max-width:231px;
	max-height:130px;
border-radius: 5px 5px 0px 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 5px 5px 0px 0px;
}
.product-info {
	overflow: hidden;
	width: 100%;
	height: 60px;
	background: #fff;
	color: #555;
}
.product-info .product-info-top, .product-info-bottom {
	height:50%;
}
body.woocommerce ul.products li.product-list-item .product-info .product-info-top h3 {
	text-align:left;
	font-size:15px;
	margin:5px 0 0 6px!important;
	float:left;
	color:#555!important;
	font-family: 'MYRIADPROREGULAR';
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	line-height:normal!important;
	width:75%;
}
.operating-systems {
	float:right;
	margin:5px 6px 0 0;
}
.rating-holder {
	font-size:12px;
	float:left;
	line-height:12px;
	margin-top: 9px;
	color:#999;
	width:60%;
}
body.woocommerce ul.products li.product-list-item .product-info-bottom .price {
	float:right;
	line-height:18px;
	font-family: 'MYRIADPROREGULAR';
	font-size:15px;
	margin:6px 6px 0 0;
	color:#555;
}
.rating-valu, .rating-count {
	float:left;
}
.rating-valu {
	margin:0 6px;
}
.rating-count{
	font-size: 11px;
	margin-top: 2px;
}
.about-question-sign {
background: url(../../uploads/2014/09/about-icon2.png) no-repeat 0 3px;
padding-left: 38px;
}

blockquote {
border-top: 1px dashed #ccc;
border-bottom: 1px dashed #ccc;
border-left: none;
border-right: none;
text-align: center;
font-size: 22px;
line-height: 1.5em;
margin: 50px 25px 0px;
padding: 20px 20px 0px;
font-style: italic;
color: #666;
width:800px;
}

/* 04.09.2014 */
.clr{ clear:both;}
.apps{ width:100%; max-width:1024px; margin:0 auto;}
.apps .title{
	font-family: arial;
	font-weight: bold;
	line-height: 14px;
	vertical-align: baseline;
	white-space: nowrap;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 20px;
	padding: 10px 20px;
	text-shadow: 0px 1px 1px #fff;
	color: #222;
	margin-bottom: 5px;
	background-color: #ccc;
}
.hero-unit-home{
	margin-left: -20px;
}
.appdiv{
	width:100%; 
	max-width:326px; 
	float:left; 
	margin-left:20px;
padding-top:5px;
}
.appdiv .well{
	height:250px;
	text-align:center; 
	padding:19px; 
	margin-bottom:20px; 
	background-color:#f5f5f5; 
	border: 1px solid rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.appdiv img {
	height: 145px; 
	width: 145px; 
	vertical-align: middle;
}
.appdiv h1{
	font-family: sans-serif; 
	font-weight:200; 
	
	margin:15px 0 5px 0!important; 
	color:#333333!important; 
	line-height:44px!important; 
	text-rendering: optimizelegibility;
letter-spacing: -.5px;
}
.appdiv p{
	font-family: Helvetica Neue; 
	font-size: 18px; 
	line-height: 24px; 
	text-align: center; 
	text-shadow: 0px 1px 1px #fff; 
	font-weight: 350; 
	letter-spacing:-1px; 
	color: #0088cc;
text-decoration: underline;
}


.messenger-body{ background:#fff;}
.messenger-page{}
.messenger-top{ height:820px; background: url(../../uploads/2015/04/blue-bg.jpg) center no-repeat; -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
.messenger-wrapper{ margin: 0 auto; width: 1020px; padding-top: 150px; }
.body-wrapper{ margin: 0 auto; width: 960px;}
.msg-icon{ text-align: center;}
.mac-pic{ text-align: center;  padding-top: 50px;}
.simple-txt{ color:#008afe; font-size:45px; text-align: center; line-height: 50px; padding-bottom: 15px; text-transform:uppercase; font-family: 'OpenSansLight';}
.simple-txt span{ color:#008afe; font-size:45px; font-weight: bold; text-transform:uppercase; font-family: 'OpenSansRegular';}
.light-txt{ color:#53555f; font-family: 'OpenSansRegular'; font-size:25px; text-align: center; line-height: 28px; padding-bottom: 15px; text-transform:uppercase; font-family: 'OpenSansLight';}
.btn-row{ text-align:center; margin-top: 25px;}
.btn-row img{ padding: 0 20px;}
.requires-txt{ text-align:center; color:#999; font-size:13px; padding:25px 0px 0 0;}
.body-part1{ border-bottom:#93959b solid 3px; padding:0px 0px 25px 0;}
.body-part2{ padding:90px 0px 0 0px; 
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(140,207,254,1) 99%, rgba(140,207,254,1) 99%, rgba(140,207,254,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(99%, rgba(140,207,254,1)), color-stop(99%, rgba(140,207,254,1)), color-stop(100%, rgba(140,207,254,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(140,207,254,1) 99%, rgba(140,207,254,1) 99%, rgba(140,207,254,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(140,207,254,1) 99%, rgba(140,207,254,1) 99%, rgba(140,207,254,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(140,207,254,1) 99%, rgba(140,207,254,1) 99%, rgba(140,207,254,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(140,207,254,1) 99%, rgba(140,207,254,1) 99%, rgba(140,207,254,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#8ccffe', GradientType=0 );
}
.body-part2 .light-txt{ font-size:20px; line-height: 30px; }
.body-part3{ padding:80px 0px 50px 0px; overflow: hidden; }
.body-part3-left{ float:left; width:55%;}
.body-part3-right{ float:right; width:40%;}
.body-part3 .simple-txt{ text-align:left; padding-top:100px; font-size:38px; line-height: 50px; font-family: 'OpenSansLight';}
.body-part3 .simple-txt span{ font-size:36px;}
.body-part3 .light-txt{ text-align:left; font-size:20px; line-height: 30px; font-family: 'OpenSansLight'; }
.icon-row{  margin-top: 15px;}
.icon-row img{ display:block;}

.body-part4{ padding:50px 0px 70px 0px;

background: rgba(140,207,254,1);
background: -moz-linear-gradient(top, rgba(140,207,254,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(140,207,254,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(140,207,254,1) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(140,207,254,1) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(140,207,254,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(140,207,254,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ccffe', endColorstr='#ffffff', GradientType=0 );
}

.body-part4-left{ float:left; width:45%; min-height: 600px;}
.body-part4-right{ float:right; width:55%; position:relative;}
.body-part4 .simple-txt{ text-align:left; padding-top:200px; font-size:38px; line-height: 50px; font-family: 'OpenSansLight';}
.body-part4 .simple-txt span{ font-size:38px;}
.body-part4 .light-txt{ text-align:left; font-size:20px; line-height: 30px;  font-family: 'OpenSansLight';}
.part4-pic{ position:absolute; right:0;}

.body-part5{ padding:30px 0px 0px 0px; border-top:#93959b solid 3px; overflow: hidden;}
.body-part5-left{ float:left; width:60%; }
.body-part5-right{ float:right; width:30%;}
.body-part5 .simple-txt{ text-align:left; padding-top:90px; font-size:35px; line-height: 40px; font-family: 'OpenSansLight';}
.body-part5 .simple-txt span{ font-size:35px;}
.body-part5 .light-txt{ text-align:left; font-size:20px; line-height: 30px; font-family: 'OpenSansLight'; }

.body-part6{ padding:60px 0px 50px 0px; background:#e8f9fe;}
.body-part6-top{ border-bottom:#93959b solid 3px; padding-bottom: 50px;}
.body-part6-left{ float:left; width:45%;}
.body-part6-right{  float:right; width:45%;}
.body-part6-bottom{ padding:60px 0px 30px 0px; overflow: hidden;}
.body-part6-bottom h2{ color:#008afe; font-weight:700; font-size:25px;}
.body-part6-bottom h2 span{ position: relative; top: 10px;}
.body-part6-bottom h3{ color:#666; font-size:18px; padding: 18px 0; line-height: 25px;}
.support-btn{ width:150px; text-align:center; background:#008afe; border-radius:5px; float:right;}
.support-btn a{ display:block; padding:10px 0; color:#fff; font-size: 17px;}
.subscribe-btn{ padding:12px 0; color:#fff; font-size: 17px; width:120px; text-align:center; background:#5db6fe; border-radius:5px; border:none; margin-left:15px; cursor:pointer;}
.inptu-txt{ width:220px; height:30px; border:#5c9bfe solid 1px; border-radius:5px; padding: 5px; color:#333;}