/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

li {
/*
  For IE6 + IE7.
*/
  display: list-item;
}

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

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

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

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
/*
  For IE9.
*/
  overflow: hidden;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

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

/* http://css-tricks.com/snippets/css/clear-fix/ */

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}


 /* TABLE OF CONTENTS
 
    # GENERAL
    # RTF
    # HEADER
	# FOOTER
	# LAYOUT
	# TABLE & MAT & WALL
	# BOX SECTION
	# HOME PAGE
	# PAGE
	# BLOG
	# APPs
	# DEVICEs
	# APPs ARCHIVE LIST
	# WIDGETS
	# LIBS & ETC
	
------------------------------------------------ */


/* # GENERAL
-------------------------------------*/
body {
	color: #555;
	background-color:  #00C5FB;
	font: normal 100% Helvetica, Arial, sans-serif;
	line-height: 1.5em;
}
a {
	text-decoration: none;
	color: #e54b00;
	outline: none;
}
a:hover {
	color: #b73a00;
}
::selection {
	background: #ff5400;
	color: #FFF;
	opacity: 1;
}
::-moz-selection {
	background: #ff5400;
	color: #FFF;
}
.last {
	margin-right: 0 !important;
}
header, footer, article, section, nav, menu, hgroup {  
   display: block;  
}
.container {
	width: 950px;
	margin: 0 auto;
	position: relative;
}

/* TYPO */
h1 {
  font-size: 24px;
  line-height: 1.5em;
}

h2 {
  font-size: 22px;
  line-height: 1.5em;
}

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

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

h5 {
  font-size: 16px;
  line-height: 1.5em;
}

h6 {
  font-size: 14px;
  line-height: 1.5em;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child {
    margin-top: 0;
}
ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}
p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 15px;
	font-weight: normal;
}
h3,
h4,
h5,
h6 {
	margin-top: 10px;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	margin-left: 5px;
	opacity: 0.75;
}

/* # RTF
-------------------------------------*/
.rtf {
	font-size: 13px;
	line-height: 1.5em;
}
.rtf p {
	margin-bottom: 1.5em;
}
.rtf img.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
.rtf img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
.rtf li {
	margin: 0 0 4px 0;
	padding: 0 0 0 24px;
	list-style: none;
	background: url(bullet.png) no-repeat -1px 2px;
}
.rtf ol {
	margin-left: 24px;
}
.rtf ol li {
	list-style: decimal;
	background: no-repeat;
	padding: 0;
}
.rtf code {
	background: #EEE;
	padding: 0 2px;
}
.rtf .align-left,
.alignleft {
	float: left;
	margin: 0 30px 30px 0;
}
.rtf .align-right {
	float: right;
	margin: 0 0 30px 30px;
}
.rtf .align-center,
.aligncenter {
	margin: 0 auto 30px auto;
	float: none;
}
.sticky {
	
}
p.attachment img {
	padding: 10px;
	background: url(home_files/pattern/chess.png) repeat #FAFAFA;
	border: 1px solid #EEE;
}
.wp-caption {
	padding: 10px 5px 0 5px;
	background: url(home_files/pattern/chess.png) repeat #FAFAFA;
	border: 1px solid #EEE;
	text-align: center;
}
.wp-caption-text {
	margin: 0 !important;
	padding: 5px 0;
	color: #888;
}
.gallery {
	margin: 0 auto 20px auto !important;
}
.gallery-item {
	
}
.gallery p {
	margin: 0;
}
.gallery-caption {
	
}

/* # HEADER
-------------------------------------*/
header {
	position: relative;
	z-index: 2000;
	background: #FFF;
}
#header-shadow {
	height: 8px;
	width: 100%;
	background: url(home_files/footer-shadow.png) left -3px repeat-x;
	position: absolute;
	bottom: -8px;
	left: 0;
}
#header-content {
	padding: 14px 0;
	position: relative;
	margin: 0 auto;
}
/* LOGO */
#branding {
	float: left;
	margin: 0;
	font-size: 24px;
}
#site-title {
	margin: 0;
	line-height: 1em;
	float: left;
	margin: 0 15px 0 0;
	font-weight: normal;
	font-size: 1em;
	text-align: center;
}
.header-light #site-title a,
.header-light #site-description {
	color: #333;
}
.header-dark #site-title a,
.header-dark #site-description {
	color: #FAFAFA;
}
#site-description {
	display: none;
	opacity: 0.75;
	font-size: 0.6em;
	line-height: 1em;
	float: left;
	padding: 0 0 0 15px;
	background: url(title-sep.png) repeat-y;
	position: relative;
	top: 1px;
}
#site-title img {
	display: block;
}
/* MENU */
#primary-menu-container{
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 1em;
}
#primary-menu-container ul,
#primary-menu-container li{
	background-color: #FFF;
}
/* MENU LV1 */
#primary-menu {
	position: relative;
	float: right;
	margin: 0;
	z-index: 9000;
	background-repeat: repeat;
}
#primary-menu li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
	
}
#primary-menu li a {
	padding: 14px 0 18px 0;
	margin: 0 0 0 25px;
	display: block;
	color: #FFF;
	opacity: 0.75;
	filter: alpha(opacity=50);
}
.header-light #primary-menu li a {
	color: #333;
}
/*
#primary-menu li.has-child > a {
	background-image: url(home_files/menu-down-arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 25px;
}
.header-light #primary-menu li.has-child > a {
	background-image: url(home_files/menu-down-arrow-black.png);
}
*/
#primary-menu li a:hover,
#primary-menu li.current-menu-item > a,
#primary-menu li.current-menu-ancestor > a {
	opacity: 1;
	filter: alpha(opacity=100);
}
/* MENU LV2 */
#primary-menu li ul {
	position: absolute;
	left: 15px;
	text-align: left;
	margin: 0;
	z-index: -1;
	visibility: hidden;
	padding: 5px 0;
	-webkit-box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.1);
	background-image: url(home_files/footer-shadow.png);
	background-repeat: repeat-x;
	background-position: 0 -3px;
}
#primary-menu li li {
	list-style: none;
	margin: 0;
	display: block;
	position: relative;
	margin: 0;
}
#primary-menu li li a {
	padding: 10px 20px 10px 15px;
	margin: 0;
	display: block;
}
#primary-menu li li.has-child > a {
	background: url("home_files/menu-right-arrow.png") right center no-repeat;
}
.header-light #primary-menu li li.has-child > a {
	background-image: url(home_files/menu-right-arrow-black.png);
}
/* MENU LV3+ */
#primary-menu li li ul {
	top: -5px;
	z-index: -2;
	visibility: hidden;
	border-top: none;
	padding: 5px 0;
	background-image: url("home_files/3rd-submenu-bg.png");
	background-repeat: repeat-y;
}
#primary-menu li li li {
	margin: 0;
	background-image: url("home_files/3rd-submenu-bg.png");
	background-repeat: repeat-y;
}
/* No JS */
.no-js #primary-menu li li {
	width: 160px;
}
.no-js #primary-menu li:hover > ul > li,
.no-js #primary-menu li:hover > ul {
	visibility: visible;
}
.no-js #primary-menu li li:hover > ul {
	left: 160px;
}
/* COMPACT MENU */
#primary-select-container {
	position: relative;
	display: none;
}
.primary-select-menu {
	width: 100% !important;
	height: 44px !important;
	line-height: 26px !important;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 100;
	display: block;
	opacity: 0;
	-webkit-appearance: menulist-button;
}
#primary-select-mask {
	color: #888;
	border: 1px solid #DDD;
	background: #FAFAFA;
	-webkit-box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.01);
	-moz-box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.01);
	box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.01);
	padding: 0 55px 0 10px;
	font-size: 16px;
	position: relative;
	width: 215px;
	margin: 10px auto 20px;
	height: 40px;
	line-height: 40px;
	z-index: 1;
}
#primary-select-mask-bt {
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
	height: 40px;
	border-left: 1px solid #DDD;
	background: url(drop-down-bt.png) no-repeat;
}
/* SOCIAL LIST */
#social-list {
	float: right;
	list-style: none;
	margin: 9px 0 0 20px;
}
#social-list li {
	float: left;
	margin: 0 0 0 10px;
}
#social-list li a {
	text-indent: -999em;
	display: block;
	width: 24px;
	height: 24px;
	opacity: 0.5;
}
#social-list li a:hover {
	opacity: 0.75;
}
#social-list li.email a {
	background: url(../home_files/icons/social/email-dark.png) no-repeat;
}
#social-list li.facebook a {
	background: url(../home_files/icons/social/facebook-dark.png) no-repeat;
}
#social-list li.dribbble a {
	background: url(../home_files/icons/social/dribbble-dark.png) no-repeat;
}
#social-list li.twitter a {
	background: url(../home_files/icons/social/twitter-dark.png) no-repeat;
}
#social-list li.vimeo a {
	background: url(../home_files/icons/social/vimeo-dark.png) no-repeat;
}
#social-list li.youtube a {
	background: url(../home_files/icons/social/youtube-dark.png) no-repeat;
}
#social-list li.tumblr a {
	background: url(../home_files/icons/social/tumblr-dark.png) no-repeat;
}
#social-list li.linkedin a {
	background: url(../home_files/icons/social/linkedin-dark.png) no-repeat;
}
#social-list li.google a {
	background: url(../home_files/icons/social/google-dark.png) no-repeat;
}
#social-list li.rss a {
	background: url(../home_files/icons/social/rss-dark.png) no-repeat;
}
#social-list li.amazon a {
	background: url(../home_files/icons/social/amazon-dark.png) no-repeat;
}
#social-list li.android a {
	background: url(../home_files/icons/social/android-dark.png) no-repeat;
}
#social-list li.apple a {
	background: url(../home_files/icons/social/apple-dark.png) no-repeat;
}
#social-list li.instagram a {
	background: url(../home_files/icons/social/instagram-dark.png) no-repeat;
}
#social-list li.pinterest a {
	background: url(../home_files/icons/social/pinterest-dark.png) no-repeat;
}
.header-dark #social-list li.email a {
	background: url(../home_files/icons/social/email-light.png) no-repeat;
}
.header-dark #social-list li.facebook a {
	background: url(../home_files/icons/social/facebook-light.png) no-repeat;
}
.header-dark #social-list li.dribbble a {
	background: url(../home_files/icons/social/dribbble-light.png) no-repeat;
}
.header-dark #social-list li.twitter a {
	background: url(../home_files/icons/social/twitter-light.png) no-repeat;
}
.header-dark #social-list li.vimeo a {
	background: url(../home_files/icons/social/vimeo-light.png) no-repeat;
}
.header-dark #social-list li.youtube a {
	background: url(../home_files/icons/social/youtube-light.png) no-repeat;
}
.header-dark #social-list li.tumblr a {
	background: url(../home_files/icons/social/tumblr-light.png) no-repeat;
}
.header-dark #social-list li.linkedin a {
	background: url(../home_files/icons/social/linkedin-light.png) no-repeat;
}
.header-dark #social-list li.google a {
	background: url(../home_files/icons/social/google-light.png) no-repeat;
}
.header-dark #social-list li.rss a {
	background: url(../home_files/icons/social/rss-light.png) no-repeat;
}
.header-dark #social-list li.pinterest a {
	background: url(../home_files/icons/social/pinterest-light.png) no-repeat;
}
.header-dark #social-list li.amazon a {
	background: url(../home_files/icons/social/amazon-light.png) no-repeat;
}
.header-dark #social-list li.android a {
	background: url(../home_files/icons/social/android-light.png) no-repeat;
}
.header-dark #social-list li.apple a {
	background: url(../home_files/icons/social/apple-light.png) no-repeat;
}
.header-dark #social-list li.instagram a {
	background: url(../home_files/icons/social/instagram-light.png) no-repeat;
}
/* BACKGROUND */
#show-space {
	position: relative;
	padding: 30px 0 0 0;
	background-position: center top;
}
*+html #show-space { z-index: 1000; }
#inner-page-show-space {
	position: relative;
	background-position: center top;
	
}
#show-space-shadow {
    background: url("bg-shadow.png") 0 4px repeat-x;
    position: absolute;
    z-index: 20;
    bottom: 0;
    width: 100%;
    height: 110px;
    z-index: 0;
}
#pattern {
	background-image: url("home_files/pattern/grid-white-4.png");
	background-repeat: repeat;
	min-height: 100%;
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}


/* # FOOTER
-------------------------------------*/
footer a {
	color: #FFF !important;
	opacity:0.75;
	filter:alpha(opacity=75);
}
footer a:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
}
.footer-light footer a {
	color: #333 !important;
}
#copyright {
	float: left;
}
#footer-menu {
	float: right;
}
#footer-menu ul {
	float: right;
	margin: 0;
}
#footer-menu ul li {
	list-style: none;
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
	background: none;
}
#copyright {
	opacity:0.75;
	filter:alpha(opacity=75);
}
footer {
	background: #333;
	color: #FFF;
	border: none;
	position: relative;
}
.footer-light footer {
	background-image: none;
}
footer .sidebar-list {
	margin: 0;
}
footer .sidebar-list .widget {
	margin: 0 0 20px 0;
}
#footer-content {
	padding: 20px 0;
	margin: 0 auto;
	font-size: 12px;
	color: #FFF;
}
.footer-light #footer-content,
.footer-light #footer a,
.footer-light #footer-menu ul li a,
.footer-light #pre-footer {
	color: #333;
}

/* PRE-FOOTER */
#pre-footer {
	background: url(home_files/footer-shadow.png) repeat-x 0 -4px;
	position: relative;
	padding: 20px 0 0 0;
	color: #FFF;
}
.footer-light #pre-footer {
	background-position: 0 -4px;
}
#pre-footer-content {
	margin: 0 auto;
	background: url(home_files/pre-footer-bg.png) left bottom repeat-x;
}
#pre-footer-section .section-content {
	background: #FEFEFE url("home_files/content-box-shadow.png") repeat-x 0 -8px;
}

/* # LAYOUT
-------------------------------------*/
#main-content {
	float: left;
	width: 675px;
}
.drop-shadow {
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	background: #FFF;
}
.full-width #page-content {
	width: 940px;
	margin: 0 auto;
}
.full-width #main-content {
	float: none;
	width: auto;
}
#sidebar{
	float: right;
	width: 220px;
	padding: 0 0 40px 0;
	position: relative;
	margin-top: -5px;
}
#body.sidebar-right {
	background: #FFF url(home_files/body-sidebar-right-bg.png) repeat-y center;
}
#body.sidebar-right #body-wrap {
	background: none;
	border-right: none;
}
#body.sidebar-right #body-content {
	padding-right: 0;
}
#body.sidebar-left {
	background: #FFF url(home_files/body-sidebar-left-bg.png) repeat-y center;
}
#body.sidebar-left #body-wrap {
	background: none;
	border-left: none;
	padding-left: 0;
}
#body.sidebar-left #body-content {
	padding-left: 0;
}
.sidebar-left #main-content{
	float: right;
}
.sidebar-left #sidebar{
	float: left;
	text-align: right;
}
.sidebar-list li{
	list-style: none;
	margin: 0 0 40px 0;
	padding: 0;
	background: none;
}
.sidebar-list li li{
	margin: 0;
}

/* # TABLE & MAT
-------------------------------------*/
/* TABLE & MAT */
#table-body-wrap {
	background: url(home_files/table-body-shadow.png) repeat-x;
	position: relative;
}
#table-mat-top-wrap {
	position: relative;
}
#table-mat-top {
	height: 0;
	border-width: 0 60px 60px 60px;
	border-color: transparent transparent #fa3700 transparent;
	border-style: solid;
	width: 950px;
	margin: 0 auto;
}
#table-mat-top-texture {
	background: url(home_files/mat-top-shadow.png) no-repeat center bottom;
	height: 60px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#table-wrap {
	position: relative;
    z-index: 10;
    width: 100%;
    margin-top: 0px;
}
#table-top {
	background-position: center 0;
}
#table-top-shadow {
	background: url(home_files/table-top-shadow.png) left bottom repeat-x;
	height: 60px;
}
#table-top-container {
	position: relative;
}

#table-border {
	background-repeat: repeat;
	background-position: center -60px;
	position: relative;
	z-index: 1000;
}
#table-border-shadow {
	background-image: url(home_files/table-body-shadow.png);
	height: 30px;
}
#table-mat-body-wrap-outer {
	margin: 0 auto;
	background: url(home_files/mat-body-side-shadow.png) repeat-y center top;
	position: relative;
	height: 30px;
}
#table-mat-body-wrap {
	background-image: url(home_files/mat-body-shadow.png);
	background-color: #fa3700;
	background-repeat: repeat-x;
	width: 1070px;
	margin: 0 auto;
	position: relative;
}
#table-mat-body {
	background: url(home_files/mat-body-outline.png) repeat;
	height: 31px;
}
#table-shadow {
	height: 12px;
	position: relative;
	bottom: -12px;
	width: 100%;
	background: url(home_files/table-shadow.png) repeat-x left bottom;
	position: absolute;
}
.border-bottom-line {
	background: url(home_files/black-border.png) repeat-x;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
}
/* MAT */
.mat-off #table-mat-body-wrap-outer,
.mat-off #table-mat-top-wrap {
	display: none;
}
/* TABLE */
.table-off #table-wrap {
	display: none;
}
.table-off #home-slide-frame {
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
}

.table-on #body-wrap {
	background: #FFF;
}
.table-on .shadow {
	visibility: visible;
}


/* # BOX SECTION
-------------------------------------*/
section.sub-section {
	padding: 0 0 20px 0;
	margin:  0 0 20px 0;
	background: url(h-line.png) left bottom repeat-x;
}
#section-container {
	width: 940px;
	margin: 0 auto;
}
.section-lined {
	background: url(h-line.png) repeat-x right center;
}
.section-title span {
	padding: 0 12px 0 0;
	background: #FFF;
}
.section-title-center {
	text-align: center;
}
.section-title-right {
	text-align: right;
}
.section-title-center span,
.section-title-right span {
	padding: 0 12px;
}
.section-title-small {
	font-size: 14px;
	margin: 0 0 15px 0;
}
.section-title-medium {
	font-size: 18px;
	margin: 10px 0 20px 0;
}
.section-title-big {
	font-size: 24px;
	margin: 20px 0 30px 0;
}

/* # HOME
-------------------------------------*/
#home-feature-wrapper {
	position: relative;
}
/* APPs DOCK */
#app-dock {
	z-index: 1000;
	position: relative;
	text-align: center;
	padding: 85px 30px 0;
	overflow: hidden;
	width: 900px;
	margin: 0 auto;
	height: 124px;
	bottom: -25px;
}
#app-dock.app-dock-5 {
	width: 950px;
}
#app-dock.app-dock-4 {
	width: 920px;
}
#app-dock.app-dock-4 .app-icon {
	margin: 0 50px;
}
#app-dock.app-dock-3 {
	width: 810px;
}
#app-dock.app-dock-3 .app-icon {
	margin: 0 70px;
}
#app-dock.app-dock-2 {
	width: 580px;
}
#app-dock.app-dock-2 .app-icon {
	margin: 0 80px;
}
#app-dock.app-dock-1 {
	width: 370px;
}
#app-dock.app-dock-1 .app-icon {
	margin: 0 120px;
}
.js #app-dock {
	opacity: 0;
}
#app-dock a {
	display: block;
}
.app-icon {
	padding: 0 5px 4px 5px;
	margin: 0 30px 0;
	position: relative;
	float: left;
	display: block;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	opacity: 0;
}
.app-icon .shadow-body {
	width: 10px;
}
.app-balloon-toggle-link:active {
	top: 1px;
}
.app-icon-active {
	opacity: 1;
}
.app-balloon-toggle-link {
	position: relative;
	z-index: 1000;
}
.app-pack {
	float: left;
	position: relative;
	padding: 0;
}
.app-pack-slide {
	/* padding: 0 0 0 78px; */
	left: 0;
	width: 9999px;
}
#home-feature-next,
#home-slide-wrapper .flex-direction-nav li .flex-next {
	width: 70px;
	height: 60px;
	background: url(home_files/app-next-light.png) no-repeat;
	position: absolute;
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	right: 0;
	margin: 0;
	opacity: 0.8;
	z-index: 9999;
	text-indent: -999em;
}
#home-feature-next:hover,
#home-slide-wrapper .flex-direction-nav li .flex-next:hover {
	opacity: 1;
}
#home-feature-next:active,
#home-slide-wrapper .flex-direction-nav li .flex-next:active {
	background-position: 1px 0 !important;
	opacity: 1;
}
#home-slide-wrapper .flex-direction-nav li {
	margin: 0;
}
#home-feature-prev,
#home-slide-wrapper .flex-direction-nav li .flex-prev {
	width: 70px;
	height: 60px;
	background: url(home_files/app-prev-light.png) no-repeat;
	position: absolute;
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	left: 0;
	margin: 0;
	opacity: 0.8;
	z-index: 9999;
	text-indent: -999em;
}
#home-feature-prev:hover,
#home-slide-wrapper .flex-direction-nav li .flex-prev:hover {
	opacity: 1;
}
#home-feature-prev:active,
#home-slide-wrapper .flex-direction-nav li .flex-prev:active {
	background-position: -1px 0 !important;
	opacity: 1;
}
#slide-control {
	position: absolute;
	bottom: 95px;
	width: 100%;
	height: 0;
}
#slide-control .flex-direction-nav {
	position: relative;
}
#app-control {
	position: absolute;
	bottom: 70px;
	width: 100%;
}

.app-info-balloon {
	width: 180px;
	position: absolute;
	left: 50%;
	color: #fff;
	text-align: left;
	display: none;
	text-align: center;
	bottom: 120px;
}
.app-info-balloon-active {
	display: block;
	opacity: 0;
}
.app-info-balloon .app-title {
	font-size: 15px;
	line-height: 1.5em;
	font-weight: bold;
	left: -50%;
	position: relative;
	background: url(home_files/black-50.png) repeat;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 8px;
}
.balloon-tail {
	width: 100%;
	left: -50%;
	position: relative;
	height: 15px;
	background: url(home_files/balloon-tail.png) no-repeat center bottom;
}
/* SLIDE */
#show-space.image-slide {
	padding: 20px 0 70px 0;
}
.table-off #show-space.image-slide {
	padding: 20px 0 0 0;
}
#show-space.image-slide-full-frame {
	padding: 0 !important;
}
#home-slide-wrapper {
	margin: 0 auto;
	position: relative;
	bottom: -25px;
}
.js #home-slide-wrapper {
	opacity: 0;
}
#show-space.image-slide-full-frame #home-slide-wrapper {
	bottom: 0;
}

#home-slide {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	width: 950px;
	-webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.25);
	z-index: 20;
}
#show-space.image-slide-full-frame #home-slide {
	width: 100%;
}
#home-slide-wrapper .flex-direction-nav {
	position: absolute;
	bottom: 100px;
	z-index: 30;
	width: 100%;
}
#home-slide ul {
	position: relative;
	margin: 0;
}
#home-slide li {
	list-style: none;
	margin: 0;
	display: none;
	position: relative;
	text-align: center;
}
#show-space.image-slide-full-frame #home-slide ul li img {
	/* width: 100%; */
}

.slide-caption-headline {
	font-size: 32px;
	max-width: 65%;
	padding: 5px 20px;
	background: #f57b00 url(home_files/chess-bar.png) repeat-y;
	color: #FFF;
	float: left;
	line-height: 45px;
	position: relative;
}
.slide-caption-headline a {
	/*
	padding: 0 40px 0 0;
	background: url(home_files/caption-title-link.png) no-repeat right 11px;
	*/
	display: block;
}
.slide-caption-bg-dark,
.slide-caption-bg-dark a {
	color: #FFF;
}
.slide-caption-bg-light,
.slide-caption-bg-light a {
	color: #000;
}
.caption-right .slide-caption-headline {
	float: right;
	background-position: right top;
}
.slide-caption-text {
	font-size: 16px;
	max-width: 75%;
	line-height: 1.5em;
	background: url(home_files/black-50.png) repeat;
	padding: 10px 20px;
	color: #FFF;
	float: left;
	clear: both;
	position: relative;
}
.caption-right .slide-caption-text {
	float: right;
	background-position: right top;
}
.slide-caption {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	z-index: 9999;
}
.slide-caption .container {
	position: relative;
}
.caption-right {
	right: 0;
	left: auto;
	text-align: right;
}


/* # PAGE
-------------------------------------*/
#page-section {
	width: 980px;
	margin: 0 auto 20px auto;
	background: #FFF;
	position: relative;
	-webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
}
#body {
	background: #FFF;
	position: relative;
	overflow: hidden;
	padding: 0;
}
#page-header {
    line-height: 1;
    position: relative;
    margin: 0 auto;
    padding: 35px 0;
    color: #FFF;
    z-index: 40;
}
.show-space-light #page-header {
	color: #333;
}
#page-title {
	margin: 0 auto;
	letter-spacing: 1px;
	font-size: 36px;
}
#page-tagline {
	font-size: 15px;
	line-height: 20px;
	opacity:0.85;
	filter:alpha(opacity=80);
	text-transform: none;
	margin: 0 auto;
}
#page-slide {
	margin: 20px auto 0 auto;
	height: 150px;
	overflow: hidden;
	position: relative;
	z-index: 10;
	width: 938px;
	border: 1px solid #DDD;
	border-top: none;
}
#body-wrap {
	margin: 0 auto;
	background: #FFF;
	/* background: #FFF url(home_files/main-content-shadow.png) 0 1px repeat-x; */
}
#body-content {
	padding: 40px 0 20px 0;
}
.table-off #body-content {
	padding-top: 65px;
}



/* # BLOG
-------------------------------------*/
article {
	margin: 0 0 50px 0;
}
article img {
	max-width: 100%;
	height: auto;
}
.entry-head {
	margin: 0 0 20px 0;
}
.entry-head .divider {
	margin: 0 0 8px 0;
	clear: none;
}
h1.entry-title,
h2.entry-title {
	margin: 0 0 5px 0;
}
h2.entry-title {
	font-size: 24px;
}
.feature-image {
	margin: -1px 0 10px 0;
}
.feature-image-left {
	float: left;
	margin: 0 15px 0 0;
}
.feature-image .photo-frame {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0;
}
.entry-meta {
	border-left: none;
	border-right: none;
	margin: 0;
	font-size: 12px;
	position: relative;
	padding: 7px 10px 4px;
	background: #FAFAFA;
}
.entry-meta a {
	color: #333 !important;
}
.entry-meta span {
	margin: 0 20px 0 0;
	line-height: 24px;
	background-repeat: no-repeat;
	background-position: left 2px;
	padding: 0 0  0 22px;
	opacity: 0.5;
	display: inline-block;
}
.entry-meta span:hover {
	opacity: 1;
}
.entry-meta span.author {
	background-image: url(../home_files/icons/customer-black.png);
}
.entry-meta span.date {
	background-image: url(../home_files/icons/date-black.png);
}
.entry-meta span.categories {
	background-image: url(../home_files/icons/category-black.png);
}
.entry-meta span.comments {
	background-image: url(../home_files/icons/comment-black.png);
}
.more-link {
	display: block;
	font-style: italic;
}
.wp-pagenavi {
	float: left;
	margin: 0 0 20px 0;
}
.wp-pagenavi a {
	float: left;
	display: block;
	padding: 5px 10px;
	background: #eee;
	margin: 0 8px 0 0;
	color: #333 !important;
}
.wp-pagenavi a:hover {
	background: #333;
	color: #FFF !important;
}
.wp-pagenavi span.current {
	float: left;
	display: block;
	padding: 5px 10px;
	background: #333;
	color: #fff;
	margin: 0 8px 0 0;
}
.wp-pagenavi span.extend {
	float: left;
	padding: 5px 10px;
	color: #333;
	margin: 0 8px 0 0;
}
/* Author Box */
.author-box {
	background: #f5f5f5;
	padding: 20px;
	margin: 0 0 30px 0;
}
.author-info p {
	margin: 0;
}
.author-img {
	float: left;
	margin: 2px 15px 10px 0;
	height: 80px;
}
.author-name {
	font-size: 18px;
	margin: 0 0 5px 0;
}
.author-desc {
	margin: 0;
}
/* Entry Navigation */
.entry-nav {
	margin: 0 0 20px 0;
}
.entry-nav .entry-prev {
	float: left;
}
.entry-nav .entry-next {
	float: right;
}
/* Entry Navigation */
.page-link span {
	margin: 0 0 0 10px;
}
/* Comment */
#comments-title {
	font-weight: normal;
}
#comments-title em {
	color: #aaa;
}
.comment-list {
	margin: 0 0 40px 0;
}
.comment-list li {
	list-style: none;
	margin: 0 0 20px 0;
	clear: both;
	background: none;
	padding: 0;
}
.comment-list li.even {
	background: none;
}
.comment-meta {
	float: left;
	margin: 0 20px 0 0;
	width: 90px;
}
.comment-meta-compact {
	display: none;
	margin: 0 0 10px 0;
}
.gravatar {
	margin: 0 0 10px 0;
}
.comment-author-name {
	font-size: 12px;
	line-height: 1em;
}
.comment-date {
	font-size: 10px;
}
.comment-content {
	float: right;
	width: 525px;
	padding: 20px;
	background: #f5f5f5;
	min-height: 105px;
	position: relative;
}
.bypostauthor .comment-content {
	background: #FFFADE !important;
}
.full-width .comment-content {
	width: 800px;
}
#comment-submit {
	background: #222 url(home_files/base-element/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 7px 10px; 
	color: #fff !important; 
	text-decoration: none;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	white-space: nowrap;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	border: none;
	margin: 0 10px 20px 0;
	font-size: 14px;
}
#comment-submit:hover { 
	background-color: #111; 
	color: #fff !important;
}
#comment-submit:active { 
	top: 1px; 
}
.comment-content .button {
	margin: 0 10px 0 0;
	visibility: hidden;
}
.comment-content:hover .button {
	visibility: visible;
}
.comment-content .button a {
	color: #eee;
}
.comment-content .button a:hover {
	color: #fff;
}
.depth-2 {
	padding: 0 0 0 110px !important;
}
.depth-2 .comment-content {
	width: 415px;
	background: #f8f8f8;
}
.full-width .depth-2 .comment-content {
	width: 690px;
}
.depth-2 .reply {
	display: none !important;
}
#respond {
    padding: 20px;
    background: #f8f8f8 url(home_files/h-line.png) repeat-x;
    clear: both;
    margin: 0 0 20px 0;
    float: right;
    width: 635px;
    clear: both;
}
.comment-list #respond { width: 525px }
.full-width #respond { width: 910px; }
.full-width .comment-list #respond { width: 800px; }
.comment-content .box {
	font-size: 0.8em;
	padding: 5px 10px;
}

/* # SHOWCASE
-------------------------------------*/
.no-js .bg-image {
	opacity: 1;
}

.application-box{
	position: relative;
	z-index: 1000;
	margin: 0 auto;
	bottom: -25px;
	color: #333;
}
.show-space-dark .application-box {
	color: #FFF;
}
.js .application-box {
	opacity: 0;
}
#device-box{
	float: left;
	width: 410px;
	margin: 0 0 0 80px;
	padding: 0 0 5px 0;
	position: relative;
	z-index: 1000;
}
#application-info-box{
	width: 400px;
	position: absolute;
	z-index: 1000;
	right: 0;
	bottom: 20px;
	color: #FFF;
}
.show-space-light #application-info-box{
	color: #3b3b3b;
}
#showcase-sub-info {
	line-height: 1.5em;
	font-size: 12px;
	opacity: 0.75;
	margin-bottom: 20px !important;
}
#showcase-sub-info span {
	line-height: 28px;
}
#apps-icon {
	margin: 0 0 15px 0;
	display: none;
}
#apps-title{
	font-size: 32px;
	font-weight: normal;
	line-height: 1.25em;
	margin: 0 0 0 -2px;
}
#showcase-info {
	margin: 15px 0 0 0;
	position: relative;
	z-index: 100;
}
#apps-title img {
	margin: 0 20px 0 0;
	max-width: 100%;
}
#application-info-box p{
	margin: 0 0 8px 0;
	line-height: 1.5em;
}
.application-market-link {
	margin: 20px 20px 0 0;
	float: left;
	position: relative;
	padding: 0;
}
#application-price-box-wrapper{
	padding: 0;
	margin: 0 0 0 -10px;
	width: 220px;
	position: absolute;
	bottom: 0;
	padding: 0 0 5px 0;
	display: none;
}
#application-price-box-wrapper .shadow-body {
	width: 100px;
}
#application-price-box{
	background: #414141 url("home_files/product-price-box.png") no-repeat;
	width: 200px;
	height: 50px;
	padding: 10px 0;
	line-height: 50px;
	color: #eee;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 3px;
	text-shadow: 1px 1px 1px #000;
	filter: dropshadow(color=#000, offx=1, offy=1);
	margin: 0 auto;
	display: block;
}
#application-price-box small{
	font-size: 28px;
}
img.store-badge {
	-webkit-box-shadow: 0px 0px 4px 1px rgba(1, 1, 1, 0.1);
	-moz-box-shadow: 0px 0px 4px 1px rgba(1, 1, 1, 0.1);
	box-shadow: 0px 0px 4px 1px rgba(1, 1, 1, 0.1);
	z-index: 300;
	position: relative;
}
.qr-price{
	position: absolute;
	height: 165px;
	width: 100%;
	bottom: 1px;
	left: 0;
	text-align: center;
	overflow: hidden;
}
.qr-price img {
	border: 2px solid #eee;
	border: 2px solid rgba( 0, 0, 0, 0.2 );
	position: relative;
	top: 110px;
	width: 100px;
	z-index: 200;
}
.application-market-link.last .qr-price img {
	z-index: 1001;
}
.application-market-link.last .button {
	z-index: 1002;
}
.price-label {
	background: #d90000 url(home_files/pattern/chess.png) repeat;
	bottom: 47px;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	right: 15px;
	text-align: center;
	padding: 5px 8px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	color: #F1F1F1;
	line-height: 1em;
	display: none;
}
.action-button {
	margin: 0 !important;
	font-size: 22px;
	z-index: 1000;
	float: left;
}
.action-button span {
	padding: 8px 18px !important;
	text-align: left !important;
}
.action-button span small {
	display: block;
	font-size: 10px;
	opacity: 0.75;
	line-height: 1;
}
.action-button .icon-mask {
	position: absolute;
	width: 58px;
	height: 80px;
	background: url(home_files/vertical-shadow.png) repeat-y 38px -1px;
	left: -1px;
	top: -1px;
	padding: 0 !important;
	-moz-border-radius: 0; 
	-webkit-border-radius: 0;
}
.none-button .icon-mask {
	display: none;
}
.amazon-button span {
	padding-left: 72px !important;
	background: url(home_files/base-element/button-icon-amazon.png) no-repeat 12px center;
}
.apple-button span {
	padding-left: 72px !important;
	background: url(home_files/base-element/button-icon-apple.png) no-repeat 12px center;
}
.android-button span {
	padding-left: 72px !important;
	background: url(home_files/base-element/button-icon-android.png) no-repeat 12px center;
}
.google-play-button span {
	padding-left: 72px !important;
	background: url(home_files/base-element/button-icon-google-play.png) no-repeat 12px center;
}
.window-button span {
	padding-left: 72px !important;
	background: url(home_files/base-element/button-icon-window.png) no-repeat 12px center;
}
.mobile-button span {
	padding-left: 72px !important;
	background: url(home_files/base-element/button-icon-mobile.png) no-repeat 12px center;
}
.tablet-button span {
	padding-left: 72px !important;
	background: url(home_files/base-element/button-icon-tablet.png) no-repeat 12px center;
}
.clock-button span {
	padding-left: 72px !important;
	background: url(home_files/base-element/button-icon-clock.png) no-repeat 12px center;
}
.download-button span {
	padding-left: 72px !important;
	background: url(home_files/base-element/button-icon-download.png) no-repeat 12px center;
}


/* # DEVICEs
---------------------------------------------------------- */
#device {
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 400px;
}
#screen {
	position: absolute;
	overflow: hidden;
}
/* iPad PORTRAIT */
#ipad-portrait-box #device-box {
	width: 400px;
	margin: 0 0 0 80px;
}
#ipad-portrait-box #device {
	background-image: url("home_files/devices/ipad-portrait.png");
	height: 491px;
}
#ipad-portrait-box #screen {
	left: 50px;
	top: 46px;
	width: 300px;
}
#ipad-portrait-box #device-box .shadow-body {
	width: 280px;
}
#ipad-portrait-box #application-info-box {
	margin: 0 40px 60px 0;
	width: 390px;
}
/* iPad LANDSCAPE */
#ipad-landscape-box #application-info-box {
	width: 410px;
	margin: 0 0 55px 0;
}
#ipad-landscape-box #device-box {
	width: 510px;
	margin: 0;
}
#ipad-landscape-box #device {
	background-image: url("home_files/devices/ipad-landscape.png");
	height: 380px;
}
#ipad-landscape-box #screen {
	left: 54px;
	top: 41px;
	width: 401px;
}
#ipad-landscape-box #device-box .shadow-body {
	width: 390px;
}
/* iPhone 5 PORTRAIT */
#iphone5-w-portrait-box #device-box,
#iphone5-b-portrait-box #device-box {
	width: 255px;
	margin: 0 0 0 120px;
}
#iphone5-w-portrait-box #device {
	background-image: url("home_files/devices/iphone5-w-portrait.png");
	height: 535px;
}
#iphone5-b-portrait-box #device {
	background-image: url("home_files/devices/iphone5-b-portrait.png");
	height: 535px;
}
#iphone5-w-portrait-box #screen,
#iphone5-b-portrait-box #screen {
	left: 25px;
	top: 91px;
	width: 209px;
}
#iphone5-b-portrait-box #screen {
	top: 92px;
}
#iphone5-w-portrait-box #application-info-box,
#iphone5-b-portrait-box #application-info-box  {
	width: 420px;
	margin: 0 90px 60px 0;
}
#iphone5-w-portrait-box #device-box .shadow-body,
#iphone5-b-portrait-box #device-box .shadow-body {
	width: 135px;
}
/* iPhone PORTRAIT */
#iphone-portrait-box #device-box {
	width: 255px;
	margin: 0 0 0 120px;
}
#iphone-portrait-box #device {
	background-image: url("home_files/devices/iphone-portrait.png");
	height: 490px;
}
#iphone-portrait-box #screen {
	left: 24px;
	top: 90px;
	width: 211px;
}
#iphone-portrait-box #application-info-box {
	width: 420px;
	margin: 0 90px 60px 0;
}
#iphone-portrait-box #device-box .shadow-body {
	width: 135px;
}
/* iPhone 5 LANDSCAPE */
#iphone5-w-landscape-box #application-info-box,
#iphone5-b-landscape-box #application-info-box  {
	margin: 0 -15px 0 0;
	width: 360px;
}
#iphone5-w-landscape-box #device-box,
#iphone5-b-landscape-box #device-box {
	width: 596px;
	margin: 0 0 0 -50px;
}
#iphone5-w-landscape-box #device {
	background-image: url("home_files/devices/iphone5-w-landscape.png");
	background-position: center 18px;
	height: 300px;
}
#iphone5-b-landscape-box #device {
	background-image: url("home_files/devices/iphone5-b-landscape.png");
	background-position: center 18px;
	height: 300px;
}
#iphone5-w-landscape-box #screen,
#iphone5-b-landscape-box #screen {
	left: 90px;
	top: 42px;
	width: 421px;
}
#iphone5-b-landscape-box #screen {
	top: 43px;
}
#iphone5-w-landscape-box #device-box .shadow-body,
#iphone5-b-landscape-box #device-box .shadow-body {
	width: 476px;
}
/* iPhone LANDSCAPE */
#iphone-landscape-box #application-info-box {
	margin: 0 -30px 0 0;
	width: 400px;
}
#iphone-landscape-box #device-box {
	width: 580px;
	margin: 0 0 0 -40px;
}
#iphone-landscape-box #device {
	background-image: url("home_files/devices/iphone-landscape.png");
	height: 300px;
}
#iphone-landscape-box #screen {
	left: 103px;
	top: 28px;
	width: 375px;
}
#iphone-landscape-box #device-box .shadow-body {
	width: 460px;
}
/* Android Phone PORTRAIT */
#android-phone-portrait-box #device-box {
	width: 245px;
	margin: 0 0 0 120px;
}
#android-phone-portrait-box #device {
	background-image: url("home_files/devices/android-phone-portrait.png");
	height: 480px;
}
#android-phone-portrait-box #screen {
	left: 20px;
	top: 72px;
	width: 204px;
}
#android-phone-portrait-box #application-info-box {
	width: 440px;
	margin: 0 90px 60px 0;
}
#android-phone-portrait-box #device-box .shadow-body {
	width: 125px;
}
/* Android Phone LANDSCAPE */
#android-phone-landscape-box #application-info-box {
	width: 400px;
	margin: 0 -30px 0 0;
}
#android-phone-landscape-box #device-box {
	width: 570px;
	margin: 0 0 0 -30px;
}
#android-phone-landscape-box #device {
	background-image: url("home_files/devices/android-phone-landscape.png");
	height: 285px;
}
#android-phone-landscape-box #screen {
	left: 84px;
	top: 25px;
	width: 400px;
}
#android-phone-landscape-box #device-box .shadow-body {
	width: 450px;
}
/* Android Tablet PORTRAIT */
#android-tablet-portrait-box #device-box {
	width: 345px;
	margin: 0 0 0 140px;
}
#android-tablet-portrait-box #device {
	background-image: url("home_files/devices/android-tablet-portrait.png");
	height: 500px;
}
#android-tablet-portrait-box #screen {
	left: 35px;
	top: 33px;
	width: 275px;
}
#android-tablet-portrait-box #device-box .shadow-body {
	width: 225px;
}
#android-tablet-portrait-box #application-info-box {
	width: 380px;
	margin: 0 50px 60px 0;
}
/* Android Tablet LANDSCAPE */
#android-tablet-landscape-box #application-info-box {
	width: 400px;
	margin: 0 10px 50px 0;
}
#android-tablet-landscape-box #device-box {
	width: 510px;
	margin: 0;
}
#android-tablet-landscape-box #device {
	background-image: url("home_files/devices/android-tablet-landscape.png");
	height: 335px;
}
#android-tablet-landscape-box #screen {
	left: 36px;
	top: 33px;
	width: 440px;
}
#android-tablet-landscape-box #device-box .shadow-body {
	width: 390px;
}
/* Window Surface PORTRAIT */
#window-surface-portrait-box #device-box {
	width: 345px;
	margin: 0 0 0 140px;
}
#window-surface-portrait-box #device {
	background-image: url("home_files/devices/window-surface-portrait2.png");
	height: 505px;
}
#window-surface-portrait-box #screen {
	left: 49px;
	top: 32px;
	width: 248px;
}
#window-surface-portrait-box #device-box .shadow-body {
	width: 225px;
}
#window-surface-portrait-box #application-info-box {
	width: 380px;
	margin: 0 50px 60px 0;
}
/* Window Surface LANDSCAPE */
#window-surface-landscape-box #application-info-box {
	width: 400px;
	margin: 0 10px 20px 0;
}
#window-surface-landscape-box #device-box {
	width: 510px;
	margin: 0;
}
#window-surface-landscape-box #device {
	background-image: url("home_files/devices/window-surface-landscape.png");
	height: 335px;
}
#window-surface-landscape-box #screen {
	left: 35px;
	top: 55px;
	width: 440px;
	height: 248px;
	background: #000;
}
#window-surface-landscape-box #device-box .shadow-body {
	width: 390px;
}
/* CINEMA */
#cinema-landscape-box #application-info-box {
	width: 410px;
	margin: 0 0 45px 0;
}
#cinema-landscape-box #device-box {
	width: 500px;
	margin: 0 0 -12px 0;
	padding: 0;
}
#cinema-landscape-box #device {
	background-image: url("home_files/devices/apple-cinema-display.png");
	height: 381px;
}
#cinema-landscape-box #screen {
	left: 19px;
	top: 19px;
	width: 462px;
}
#cinema-landscape-box #device-box .shadow {
	display: none;
}
/* SAFARI */
#safari-landscape-box #application-info-box {
	width: 410px;
	margin: 0 0 50px 0;
}
#safari-landscape-box #device-box {
	width: 490px;
	margin: 0;
	padding: 0 10px 5px;
}
#safari-landscape-box #device {
	background-image: url("home_files/devices/safari.png");
	background-position: center top;
	height: 351px;
}
#safari-landscape-box #screen {
	left: 16px;
	top: 42px;
	width: 478px;
}
#safari-landscape-box #device-box .shadow-body {
	width: 390px;
}
/* Window Phone PORTRAIT */
#window-phone-portrait-box #device-box {
	width: 280px;
	margin: 0 0 0 110px;
}
#window-phone-portrait-box #device {
	background-image: url("home_files/devices/window-phone-portrait.png");
	height: 482px;
}
#window-phone-portrait-box #screen {
	left: 36px;
	top: 69px;
	width: 207px;
	height: 354px;
}
#window-phone-portrait-box #application-info-box {
	width: 440px;
	margin: 0 90px 60px 0;
}
#window-phone-portrait-box #device-box .shadow-body {
	width: 160px;
}
/* Window Phone LANDSCAPE */
#window-phone-landscape-box #application-info-box {
	width: 400px;
	margin: 0 -30px 0 0;
}
#window-phone-landscape-box #device-box {
	width: 580px;
	margin: 0 0 0 -30px;
}
#window-phone-landscape-box #device {
	background-image: url("home_files/devices/window-phone-landscape.png");
	height: 293px;
}
#window-phone-landscape-box #screen {
	left: 85px;
	top: 27px;
	width: 418px;
	height: 244px;
}
#window-phone-landscape-box #device-box .shadow-body {
	width: 460px;
}


/* # APPs GRID
---------------------------------------------------------- */
.app-frame {
	margin: 15px 0 20px 0;
}
.app-frame .photo-frame {
	border: none !important;
	padding: 0 !important;
	height: 125px;
	overflow: hidden;
}
.app-frame .app-info {
	color: #FFF;
	padding: 8px 15px 8px 85px;
	background: #333 url(home_files/pattern/chess.png);
	position: relative;
	z-index: 100;
	min-height: 42px;
}
.app-frame .app-info a,
.app-frame .app-info a:hover {
	color: #fff;
}
.app-frame .app-info img {
	position: absolute;
	left: 15px;
	top: -10px;
	width: auto;
}
.app-info .title {
	font-size: 16px;
}
.app-info .category {
	font-size: 11px;
	opacity: 0.75;
}

/* # APPs ARCHIVE LIST
---------------------------------------------------------- */
.filter-list {
	float: left;
	margin: 0 0 60px 0;
	background: #FAFAFA url(home_files/pattern/chess.png) repeat;
	
}
.filter-list li {
	float: left;
	display: block;
	background: none;
	margin: 0;
	padding: 8px 20px;
	cursor: pointer;
	opacity: 0.5;
	line-height: 16px;
}
.filter-list li:hover {
	opacity: 1;
}
.filter-list li.active {
	opacity: 1;
	background: #555;
	color: #FFF;
}
.apps-archive-list {
	width: 990px;
}
.apps-archive-list li {
	list-style: none;
	background: none;
	float: left;
	padding: 0;
	margin: 0 40px 5px 0;
	width: 290px;
}
#featured-filter li {
	background: url(../home_files/icons/star.png) no-repeat 12px center;
	padding: 8px 20px 8px 35px;
}
#featured-filter li.active {
	background: #555 url(../home_files/icons/star-white.png) no-repeat 12px center;
}
.app-list-icon {
	margin: 0 auto 10px auto;
	display: block;
}
.app-list-info .app-title {
	font-size: 14px;
}
.featured .app-list-info .app-title {
	color: #dfa300;
}
.app-list-info .app-platform {
	font-size: 11px;
	opacity: 0.8;
}
#featured-filter {
	float: right;
}

/* # PORTFOLIO
-------------------------------------*/
#portfolio-box {
	padding: 0 15px 6px 15px;
	margin: 0;
	width: 488px;
	position: relative;
}
.table-off #portfolio-box {
	padding: 0 5px 6px;
}
#portfolio {
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 280px;
	width: 480px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.25);
	padding: 3px;
	background: #FFF url(home_files/pattern/chess.png) repeat;
}
#portfolio #screen {
	position: relative;
}
#portfolio-box .shadow-body {
	width: 398px;
}
#portfolio-info-box{
	width: 400px;
	position: absolute;
	z-index: 1000;
	right: 0px;
	bottom: 15px;
	color: #FFF;
}
.show-space-light #portfolio-info-box {
	color: #3b3b3b;
}
#portfolio-info-box p {
	margin: 0 0 15px 0;
}
.meta-customer {
	background: url(../home_files/icons/customer-black.png) no-repeat left center;
	padding: 5px 0 2px 22px;
	margin: 0 10px 0 0;
}
.show-space-dark .meta-customer { background-image: url(../home_files/icons/customer-white.png); }
.meta-budget {
	background: url(../home_files/icons/budget-black.png) no-repeat left center;
	padding: 5px 0 2px 22px;
	margin: 0 10px 0 0;
}
.show-space-dark .meta-budget { background-image: url(../home_files/icons/budget-white.png); }
.meta-category {
	background: url(../home_files/icons/category-black.png) no-repeat left center;
	padding: 5px 0 2px 22px;
	margin: 0 10px 0 0;
}
.show-space-dark .meta-category { background-image: url(../home_files/icons/category-white.png); }
.meta-date {
	background: url(../home_files/icons/date-black.png) no-repeat left center;
	padding: 5px 0 2px 22px;
	margin: 0 10px 0 0;
}
.show-space-dark .meta-date { background-image: url(../home_files/icons/date-white.png); }
#portfolio-info-box .application-market-link { margin: 0; }
/* # PORTFOLIO GRID
---------------------------------------------------------- */
.portfolio-frame {
	margin: 15px 0 20px 0;
}
.portfolio-frame .photo-frame {
	border: none !important;
	padding: 0 !important;
	height: 125px;
	overflow: hidden;
}
.portfolio-frame .portfolio-info {
	color: #FFF;
	background: #333 url(home_files/pattern/chess.png);
	padding: 8px 15px;
	min-height: 42px;
}
.portfolio-frame .portfolio-info a,
.portfolio-frame .portfolio-info a:hover {
	color: #fff;
}
.portfolio-info .title {
	font-size: 16px;
}
.portfolio-info .category {
	font-size: 11px;
	opacity: 0.75;
}
/* # PORTFOLIO CATEGORY
---------------------------------------------------------- */
.portfolio-archive-list {
	width: 990px;
}
.portfolio-archive-list li {
	list-style: none;
	background: none;
	float: left;
	padding: 0;
	margin: 0 40px 5px 0;
	width: 290px;
	position: relative;
}
.portfolio-archive-list li .photo-frame {
	margin: 0;
}


/* # WIDGETS
-------------------------------------*/
.widget-title {
	margin: 0 0 15px 0;
	font-size: 18px;
}
/* 1st Level list */
#sidebar .widget_meta ul li a,
#sidebar .widget_rss ul li a,
#sidebar .widget_links ul li a,
#sidebar .widget_categories ul li a,
#sidebar .widget_archive ul li a,
#sidebar .widget_recent_entries ul li a {
	padding: 8px 3px 8px 3px;
	border-bottom: 1px solid #EEE;
	display: block;
}
#pre-footer-content .widget_meta ul li a,
#pre-footer-content .widget_rss ul li a,
#pre-footer-content .widget_links ul li a,
#pre-footer-content .widget_categories ul li a,
#pre-footer-content .widget_archive ul li a,
#pre-footer-content .widget_sub_nav ul li a,
#pre-footer-content .widget_recent_entries ul li a {
	padding: 3px 3px 3px 24px;
	background: url(home_files/base-element/bullet.png) no-repeat 4px 7px;
	display: block;
}
.widget_recent_comments ul li {
	padding: 5px 3px 5px 30px;
	background: url(home_files/base-element/balloon-white.png) no-repeat 2px 7px;
}
.widget_recent_comments ul li .url {
	font-weight: bold;
}
/* 2nd level list */
.widget_pages li.has-child > a,
.widget_nav_menu li.has-child > a {
	background-image: url(home_files/base-element/bullet-down.png);
	background-repeat: no-repeat;
	background-position: right 14px;
}
.widget_pages li ul,
.widget_nav_menu li ul {
	display: none;
}
.widget_pages > ul > li,
.widget_nav_menu > ul > li {
	border-bottom: 1px solid #EEE;
}
#pre-footer-content .widget_pages > ul > li,
#pre-footer-content .widget_nav_menu > ul > li {
	border-bottom: none;
}
#pre-footer-content .widget_pages li,
#pre-footer-content .widget_nav_menu li {
	background: none;
}
#pre-footer-content .widget_pages li a,
#pre-footer-content .widget_nav_menu li a {
	padding: 8px 3px;
}
.widget_pages li a,
.widget_nav_menu li a {
	padding: 8px  3px;
	display: block;
}
.widget_pages li li, 
.widget_nav_menu li li {
	background: none;
}
.widget_pages li li a, 
.widget_nav_menu li li a {
	background: none;
}
.widget_pages li li li, 
.widget_nav_menu li li li {
	background: none;
}
.widget_pages ul,
.widget_nav_menu ul {
	margin: 0;
}
/* SEARCH */
#search-form {
	position: relative;
	width: 90%;
}
#search-button {
	width: 24px;
	height: 24px;
	background: url(../home_files/icons/magnify-24.png) no-repeat;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
	top: 5px;
	right: -10px;
	position: absolute;
}
#search-button:hover {
	background-position: 0 -24px;
}
#search-text {
	font-size: 14px;
	color: #888888;
	line-height: 1em;
}
/* CALENDAR */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font-weight: bold;
	background: #EEE;
	padding: 6px 10px;
	border: 1px solid #EEE;
}
#wp-calendar tbody td,
#wp-calendar th {
	text-align: center;
	padding: 4px;
	border: 1px solid #eee;
}
#wp-calendar thead tr {
	border: 1px solid #EEE;
}
#wp-calendar th {
	background: #FAFAFA;
	border: none;
}
#wp-calendar tfoot tr {
	border: 1px solid #EEE;
}
#wp-calendar tfoot td {
	padding: 4px 10px;
	background: #EEE;
}
#wp-calendar tfoot td#next {
	text-align: right;
}
#wp-calendar tbody td a {
	font-weight: bold;
}
#wp-calendar tfoot td a {
	
}
/* ADS 125 */
.widget_ads_125 .ads-banner {
	margin: 0 0 15px 0;
	padding: 2px;
	background: url(home_files/pattern/chess.png) repeat;
}
/* TWITTER */
.widget_twitter .tweet_list li {
	border-top: 1px solid #EEE;
	padding: 10px;
}
.widget_twitter .tweet_list li.tweet_first {
	border-top: none;
	padding: 0;
}
.widget_twitter .tweet_even {
	background: #FAFAFA;
}
/* SOCIAL */
.widget_social .social_wrap a {
	margin: 0 10px 10px 0;
}
/* Flickr */
.widget_flickr .flickr_badge_image {
	float: left;
	margin: 0 15px 15px 0;
}
.sidebar-left .widget_flickr .flickr_badge_image {
	float: right;
	margin: 0 0 15px 15px;
}
.widget_flickr .flickr_badge_image img {
	padding: 2px;
	background: #EEE;
}
footer .widget_flickr .flickr_badge_image img {
	background: rgba(0, 0, 0, 0.25);
}
/* TAG CLOUD */
.tagcloud a {
	font-size: 1em !important;
	padding: 2px 8px;
	background: #FAFAFA url(home_files/pattern/chess.png) repeat;
	margin: 0 10px 10px 0;
	float: left;
	display: block;
	border: 1px solid #FFF;
}
/* SUB NAV */
#sidebar .widget_sub_nav ul {
	margin-left: -27px;
	padding: 5px 5px 5px 0;	
	display: block;
	overflow: hidden;
}
#sidebar .widget_sub_nav ul li a {
	padding: 12px 20px 12px 29px;
	display: block;	
	border-bottom: 1px solid #EEE;
}
#sidebar .widget_sub_nav ul li.current_page_item a {
	background: #FFF;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.05);
	border: 1px solid #EEE;
	border-left: none;
	top: -1px;
	position: relative;
	color: #333;
}
.sidebar-left #sidebar .widget_sub_nav ul {
	margin-left: auto;
	margin-right: -26px;
	padding: 5px 0 5px 5px;	
}
.sidebar-left #sidebar .widget_sub_nav ul li a {
	padding: 10px 30px 10px 20px;
}
.sidebar-left #sidebar .widget_sub_nav ul li.current_page_item a {
	border: 1px solid #EEE;
	border-right: none;
}

/* # LIBS & ETC
-------------------------------------*/
/* SHADOW */
.shadow {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 11px;
	z-index: -1;
	visibility: hidden;
}
.shadow-left {
	background: url(home_files/shadow-left.png) no-repeat left center;
	width: 60px;
	height: 12px;
	float: left;
}
.shadow-body {
	background: url(home_files/shadow-body.png) repeat-x left center;
	width: 200px;
	height: 12px;
	float: left;
}
.shadow-right {
	background: url(home_files/shadow-right.png) no-repeat right center;
	width: 60px;
	height: 12px;
	float: left;
}

/* RETINA */
#retina{
	/* The Retina effect */
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFF;
	border:2px solid white;
	/* Positioned absolutely, so we can move it around */
	position:absolute;
	height:180px;
	width:180px;
	/* Hidden by default */
	display:none;
	/* A blank cursor, notice the default fallback */
	cursor:url('img/blank.cur'),default;
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 5px #777, 0 0 10px #aaa inset;
	-webkit-box-shadow:0 0 5px #777;
	box-shadow:0 0 5px #777, 0 0 10px #aaa inset;
	/* CSS3 rounded corners */
	-moz-border-radius:90px;
	-webkit-border-radius:90px;
	border-radius:90px;
}
/* BREADCRUMB */
#breadcrumbs-wrap {
	padding: 10px 15px;
	background: #FAFAFA;
	margin: 0 0 20px 0;
}
#breadcrumbs-wrap p {
	margin: 0;
}
.breadcrumbs-separator {
	margin: 0 5px;
}

/* CUSTOMIZE BOX */
#customize-box {
	position: fixed;
	left: -252px;
	top: 100px;
	background: #FAFAFA url(home_files/pattern/chess.png) repeat;
	z-index: 9999;
	width: 252px;
	-webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
}
.customize-section {
	border-bottom: 1px solid #DDD;
	padding: 10px 10px 0 10px;
	background: #FAFAFA url(home_files/pattern/chess.png) repeat;
	position: relative;
	z-index: 1000;
}
.customize-title {
	font-weight: bold;
	margin: 0 0 5px 0;
}
.customize-item {
	margin: 0 0 10px 0;
}
.cutomize-item-title {
	font-size: 10px;
	display: block;
	padding: 0;
	margin: 0 0 4px 0;
}
.customize-item .input-color {
	width: 70px;
	border: 1px solid #DDD !important;
	padding: 2px 4px;
	margin: 0 5px 0 0;
}
.customize-list {
	list-style: none;
	margin: 0;
}
.customize-list li {
	float: left;
	background: maroon;
	margin: 0 5px 5px 0;
	cursor: pointer;
	width: 24px;
	height: 24px;
	overflow: hidden;
	border: 2px solid #EEE;
	opacity: 0.8;
}
.customize-list li.active,
.customize-list li:hover {
	opacity: 1;
}
.customize-list li.active {
	border: 2px solid #FF5400;
}
#show-board-custom,
#show-mat-custom {
	margin: 0 5px 0 0;
}
#customize-box-open {
	width: 45px;
	height: 45px;
	background: #FFF url(../home_files/icons/gear.png) center center no-repeat;
	position: absolute;
	top: 0;
	right: -46px;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
	border-left: 1px dotted #CCC;
}
.open #customize-box-open {
	background: #FFF url(../home_files/icons/close.png) center center no-repeat;
}
#customize-background-image img {
	border: 1px solid #AAA;
}

/* Twipsy */
.twipsy{display:block;position:absolute;visibility:visible;padding:5px;font-size:11px;z-index:1000;filter:alpha(opacity=80);-khtml-opacity:0.8;-moz-opacity:0.8;opacity:0.8;}.twipsy.fade.in{filter:alpha(opacity=80);-khtml-opacity:0.8;-moz-opacity:0.8;opacity:0.8;}
.twipsy.above .twipsy-arrow{bottom:0;left:50%;margin-left:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #000000;}
.twipsy.left .twipsy-arrow{top:50%;right:1px;margin-top:-4px;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:4px solid #000000;}
.twipsy.below .twipsy-arrow{top:0;left:50%;margin-left:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #000000;}
.twipsy.right .twipsy-arrow{top:50%;left:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:5px solid #000000;}
.twipsy-inner{padding:3px 8px;background-color:#000000;color:white;text-align:center;max-width:200px;text-decoration:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.twipsy-arrow{position:absolute;width:0;height:0;}
.fade{-webkit-transition:opacity 0.15s linear;-moz-transition:opacity 0.15s linear;-ms-transition:opacity 0.15s linear;-o-transition:opacity 0.15s linear;transition:opacity 0.15s linear;opacity:0;}.fade.in{opacity:1;}



/* Slides */
.flexslider {
	padding: 0;
	border: 0;
	background: #000;
	margin: 0;
}
.flexslider li {
	margin: 0;
	padding: 0;
}
.flex-direction-nav a {
	margin: -15px 0 0 0;
}
.flexslider:hover .flex-next {opacity: 0.8; right: 15px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 15px;}


/* Retina */
.retina img {
	max-width: 100%;
}

/* DEBUG SECTION */
#debug-section {
	color: #333;
	background: #FAFAFA;
	padding: 10px;
}

/* Fallback */
#no-slide-app-box {
	width: 500px;
	margin: 0 auto;
	padding: 50px 0 100px 0;
	text-align: center;
	position: relative;
	z-index: 50;
}





/* PRICING BOX */
.pricing-box {
	padding: 0;
	background: #FAFAFA;
	margin: 0 0 20px 0;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}
.pricing-box-header {
	text-align: center;
	padding: 10px 15px;
	background: #555 url(home_files/pattern/chess.png) repeat;
	color: #FFF;
}
.pricing-box-header h4 {
	margin: 0;
}
.pricing-box-header h1 {
	margin: 0;
	font-size: 30px;
}
.pricing-box-header h1 small {
	font-size: 20px;
}
.pricing-box-content {
	padding: 15px;
	border: 1px solid #DDD;
	border-top: 1px solid #FFF;
}
.pricing-box .button {
	display: block;
	text-align: center;
	margin: 0;
}
.pricing-box ul li {
	margin: 0 0 10px 0;
}
.best-ribbon {
	width: 80px;
	height: 80px;
	background: url(home_files/ribbon.png) no-repeat;
	position: absolute;
	top: -3px;
	right: -3px;
}


 /* TABLE OF CONTENTS
 
    # COLUMNS
    # ELEMENTS
	# TABS, ACCORDION & TOGGLE
	# PHOTOS
	# SOCIALS
	# ELEMENTS
	# RTF
	# Apps
    # APPLICATION
    
------------------------------------------------ */

/*
.divider-full,
.divider-big {
	background: url("home_files/h-line.png") center center repeat-x;
	height: 1px;
	margin: 10px 0 30px -30px;
	clear: both;
	position: relative;
	width: 100%;
	padding: 0 30px;
}
*/
.hr,
.divider,
.divider-full,
.divider-big {
	background: url("home_files/h-line.png") center center repeat-x;
	height: 1px;
	margin: 10px 0 30px 0;
	clear: both;
}
code.code {
	background: #fff url(home_files/base-element/code-bg.png) left -10px repeat;
	line-height: 20px;
	display: block;
	padding: 10px;
	margin: 0 0 20px 0;
	border: 1px solid #EEE;
	font-size: 12px;
	white-space: pre-wrap;
	clear: both;
	color: #AAA;
}
code.code::selection {
	background: #ff5400;
	color: #FFF;
}
code.code::-moz-selection {
	background: #ff5400;
	color: #FFF;
}
.spacer,
.space {
	padding: 10px 0;
}

/* # COLUMNS
-------------------------------------*/
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
    float: left;
    height: auto !important;
    margin-right: 4%;
    min-height: 1px;
    position: relative;
}
.one_half {
    width: 48%;
}
.one_third {
    width: 30.6%;
}
.two_third {
    width: 65.3%;
}
.one_fourth {
    width: 22%;
}
.two_fourth {
    width: 48%;
}
.three_fourth {
    width: 74%;
}
.one_fifth {
    width: 16.8%;
}
.two_fifth {
    width: 37.6%;
}
.three_fifth {
    width: 58.4%;
}
.four_fifth {
    width: 79.2%;
}
.one_sixth {
    width: 13.3%;
}
.two_sixth {
    width: 30.6%;
}
.three_sixth {
    width: 47.9%;
}
.four_sixth {
    width: 65.3%;
}
.five_sixth {
    width: 82.6%;
}
.last {
    clear: right;
    margin-right: 0 !important;
}
.one_half .one_half {
    margin-right: 8.3%;
    width: 45.83%;
}
.one_half .one_third {
    margin-right: 8.3%;
    width: 27.7%;
}
.one_half .two_third {
    margin-right: 8.3%;
    width: 63.8%;
}
.two_third .one_third {
    margin-right: 6.12%;
    width: 29.25%;
}
.two_third .two_third {
    margin-right: 6.12%;
    width: 64.62%;
}
.two_third .one_fourth {
    margin-right: 6.12%;
    width: 20.4%;
}

/* # ELEMENTS
-------------------------------------*/
/* # ICON */
.icon-item {
	margin: 0 0 10px 0;
}
.icon-item img {
	margin: 0 15px 0 0 !important;
}
.icon-title {
	line-height: 36px;
	font-size: 16px;
	color: #333;
}
.icon-set-1 img {
	opacity: 0.7;
}
.sample-icon-list {
	float: left;
	padding: 15px;
}
.sample-icon-id {
	background: #888 url(home_files/pattern/chess.png) repeat;
	color: #FFF;
	font-size: 0.8em;
	line-height: 1em;
	padding: 2px;
	text-align: center;
	margin: 10px 0 0 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: bold;
}
/* # BOX */
.box-wrap {
	border: 1px solid #DDD;
	overflow: hidden;
	margin: 0 0 20px 0;
	background: #FAFAFA;
}
.box {
	/* border: 1px solid #FFF; */
	padding: 10px;
}
.info-box {
	background: #edf9fd;
	border: 1px solid #88cde2;
}
.notice-box {
	background: #fffde9;
	border: 1px solid #ddd68b;
}
.error-box {
	background: #fdeded;
	border: 1px solid #e68b8b;
}
.box p,
.box ul,
.box ol,
.box blockquote {
	margin-bottom: 0;
}
/* # BUTTON */
.button, .button:visited {
	background: #333 url(home_files/pattern/chess.png) repeat; 
	display: inline-block; 
	color: #fff !important; 
	text-decoration: none;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	border: 1px solid rgba(0,0,0,0.10);
	position: relative;
	cursor: pointer;
	margin: 0 0 20px 0;
	font-weight: normal;
	letter-spacing: 1px;
	overflow: hidden;
}
.button:hover { 
	background-color: #444; 
	color: #fff !important;
}
.button:active { 
	top: 1px; 
}
.button span {
	position: relative;
	color:#fff;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.1);
	border-top: rgba(255, 255, 255, .25) 1px solid;
	padding:0.6em 1.3em;
	line-height:1.25em;
	text-decoration:none;
	text-align:center;
	display: inline-block;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
}
button::-moz-focus-inner {
    border: none; /* overrides extra padding in Firefox */
}
button.button {
	padding:0px;
	margin:0;
}
.small.button span { 
	font-size: 12px;
}
.medium.button span { 
	font-size: 16px;
}
.large.button span {
	font-size: 20px;
	padding: 16px 14px 15px;
}
.huge.button span {
	font-size: 28px;
	padding: 20px 30px;
}
.green.button { 
	background-color: #9ec408;
}
.green.button:hover { 
	background-color: #a6d416;
}
.blue.button, 
.blue.button:visited { 
	background-color: #0293cf; 
}
.blue.button:hover { 
	background-color: #16a5e1; 
}
.red.button,
.red.button:visited { 
	background-color: #cf0101;
}
.red.button:hover { 
	background-color: #eb1313;
}
.magenta.button, 
.magenta.button:visited	{ 
	background-color: #c10256; 
}
.magenta.button:hover { 
	background-color: #db0c67;
}
.orange.button, 
.orange.button:visited { 
	background-color: #ff5c00;
}
.orange.button:hover { 
	background-color: #ff7d33;
}
.yellow.button, 
.yellow.button:visited { 
	background-color: #ffa311;
}
.yellow.button:hover { 
	background-color: #ffb310;
}
/* # TABLE */
.table-wrap {
	border: 1px solid #DDD;
	overflow: hidden;
	margin: 0 0 20px 0;
}
.table-wrap table {
	width: 100%;
	margin: 0;
	background: #FFF;
	overflow: hidden;
}
.table-wrap table th {
	padding: 8px 10px;
	font-weight: bold;
	border-bottom: 1px solid #FFF;
}
.table-wrap table td {
	padding: 8px 10px;
}
.table-wrap table thead,
.table-wrap table tfoot {
	background: #F3F3F3;
}
.table-wrap table tfoot td {
	border-top: 1px solid #EEE;
}
.table-wrap table tbody td {
	border-top: 1px dotted #EEE;
}
.table-wrap table tbody tr:hover td {
	background: #FFF;
}
/* # LIST */
.list-set ul li {
	list-style: none;
	margin: 0 0 4px 0;
	padding: 0 0 0 25px;
	background-image: url(home_files/base-element/bullet/bullet-black.png);
	background-repeat: no-repeat;	
}
.list-blue ul li {
	background-image: url(home_files/base-element/bullet/bullet-blue.png);
}
.list-red ul li {
	background-image: url(home_files/base-element/bullet/bullet-red.png);
}
.list-magenta ul li {
	background-image: url(home_files/base-element/bullet/bullet-magenta.png);
}
.list-orange ul li {
	background-image: url(home_files/base-element/bullet/bullet-orange.png);
}
.list-yellow ul li {
	background-image: url(home_files/base-element/bullet/bullet-yellow.png);
}
.list-green ul li {
	background-image: url(home_files/base-element/bullet/bullet-green.png);
}
.list-violet ul li {
	background-image: url(home_files/base-element/bullet/bullet-violet.png);
}
.type-1 ul li {
	background-position: -5px -301px;
}
.type-2 ul li {
	background-position: -24px -280px;
}
.type-3 ul li {
	background-position: -44px -261px;
}
.type-4 ul li {
	background-position: -64px -241px;
}
.type-5 ul li {
	background-position: -84px -220px;
}
.type-6 ul li {
	background-position: -104px -198px;
}
.type-7 ul li {
	background-position: -124px -179px;
}
.type-8 ul li {
	background-position: -144px -160px;
}
.type-9 ul li {
	background-position: -164px -141px;
}
.type-10 ul li {
	background-position: -184px -121px;
}
.type-11 ul li {
	background-position: -204px -100px;
}
.type-12 ul li {
	background-position: -224px -81px;
}
.type-13 ul li {
	background-position: -244px -61px;
}
.type-14 ul li {
	background-position: -264px -40px;
}
.type-15 ul li {
	background-position: -284px -20px;
}
.type-16 ul li {
	background-position: -304px 0px;
}
/* # BLOCKQUOTE */
blockquote {
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 15px 20px 0 20px;
	margin: 0 0 30px 0;
	background: #FAFAFA url(home_files/pattern/chess.png) repeat;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
blockquote p {
	padding: 0 0 20px 0;
	margin: 0;
}
blockquote cite {
	font-size: 1em;
	color: #888;
}
p.cite {
	text-align: right;
	margin: 0;
	padding-bottom: 20px;
	background: url(home_files/quote-dot.png) no-repeat right bottom;
}
.rating-small-wrap {
	width: 112px;
	height: 22px;
	background: url(home_files/rating-small.png) no-repeat 0 -22px;
	float: left;
	margin: -2px 0 0 0;
	padding-bottom: 20px;
}
.rating-small-fill {
	height: 22px;
	background: url(home_files/rating-small.png) no-repeat 0 0;
}
/* # FORM */
.required-star {
	font-weight: bold;
	color: #9d0000;
}
.form-input-item label {
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 8px;
	line-height: 1em;
	color: #AAA;
}
.no-js .form-input-item label, label.compact {
	right: -17px;
	top: 1px;
	left: auto;
	padding: 5px 8px;
	background: #EEE;
	color: #888;
	font-size: 0.7em;
}
.form-input-item {
	margin: 0 0 15px 0;
	position: relative;
	width: 90%;
	clear: both;
}
.form-input-item-last {
	margin: 0;
}
.form-input-item .button {
	margin: 0;
}
.form-error-box {
	clear: both;
	display: none !important;
}
.form-error-box label {
	background: maroon;
	color: white;
	font-size: 12px;
	position: relative;
	float: left;
}
.form-response {
	padding: 4px 8px;
	color: #888;
	display: none;
	font-size: 12px;
	background: #FAFAFA url(home_files/pattern/chess.png) repeat;
	text-align: left;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 0 0 15px 0;
}
textarea,
.input-textarea {
	resize: vertical;
	border: 1px solid #DDD;
	padding: 8px;
	font-family: arial;
	font-size: 14px;
	color: #888;
	width: 100%;
	display: block;
	margin: 0;
}
textarea.error,
.input-textarea.error,
.input-text.error {
	border-color: #CF9C9E;
}
input[type='text'],
.input-text {
	margin: 0;
	border: 1px solid #DDD;
	padding: 8px;
	font-family: arial;
	font-size: 14px;
	color: #888;
	width: 100%;
}
.protected-password-input-item { width: 200px; }
/* # CALLOUT */
.callout {
	padding: 30px 30px 10px 30px;
	margin: 0 0 30px 0;
	background: #FAFAFA url(home_files/pattern/chess.png) repeat;
	border-top: 1px dotted #DDD;
	border-bottom: 1px dotted #CCC;
	clear: both;
}
.callout h3 {
	font-size: 30px;
	line-height: 1.25em;
}
.callout p {
	margin-bottom: 1em;
}
.callout .photo-frame-wrap {
	background: #FFF;
}

/* 3. TABS, ACCORDION & TOGGLE
-------------------------------------*/
/* 3.1. TABS */
.tabs-wrap {
	margin: 0 0 20px 0;
}
.tabs-wrap .tabs {
	margin: 0 0 0 10px;
	float: left;
}
.tabs-wrap .tabs li {
	float: left;
	list-style: none;
	margin: 0;
	border: 1px solid #DDD;
	border-bottom: none;
	z-index: 100;
	position: relative;
	margin: 0 0 0 -1px;
	padding: 0;
}
.tabs-wrap .tabs li a {
	padding: 5px 10px;
	background: #FAFAFA url(home_files/base-element/tab-bg.jpg) repeat-x;
	color: #555;
	display: block;
	font-weight: bold;
	border: 1px solid #FFF;
	border-bottom: none;
}
.tabs-wrap .tabs li a.current {
	background: #FFF;
	padding: 5px 10px 6px 10px;
}
.tabs-wrap .panes {
	clear: both;
	border-top: 1px solid #DDD;
	top: -1px;
	position: relative;
}
.tabs-wrap .pane {
	display: none;
	padding: 10px;
}

/* 3.2. ACCORDION */
.accordions-wrap {
	margin: 0 0 20px 0;
	background: #FFF;
}
.accordions-wrap .tab {
	cursor: pointer;
	position: relative;
	margin: -1px 0 0 0;
	background: #FFF url(home_files/base-element/bullet-square.png) no-repeat 12px center;
	padding: 10px 20px 10px 34px;
	line-height: 1em;
	color: #888;
	border: 1px solid #EEE;
	border-left: none;
	border-right: none;
}
.accordions-wrap .current {
	background: #F8F8F8 url(home_files/base-element/bullet-square.png) no-repeat 12px center;
}
.accordions-wrap .pane {
	padding: 10px 10px;
	border-top: none;
	display: none;
	background: #fff;
}
/* 3.3. TOGGLE */
.toggle-wrap {
	margin: 0 0 20px 0;
	overflow: hidden;
}
.toggle-wrap .tab {
	background: #FFF url(home_files/base-element/bullet-square.png) no-repeat 12px center;
	padding: 8px 20px 8px 34px;
	border: 1px solid #DDD;
	cursor: pointer;
}
.toggle-wrap .current {
	background: #F8F8F8 url(home_files/base-element/bullet-square.png) no-repeat 12px center;
}
.toggle-wrap .pane {
	padding: 10px 10px;
	display: none;
}

/* 4. PHOTOS
-------------------------------------*/
/* 4.1. PHOTOS WALL */
.theme-gallery {
	margin: 0 0 30px 0;
	overflow: hidden;
}

/* 4.2. BANNER LIST */
.banner-list {
	position: relative;
	margin: 0;
}
.banner-list li {
	list-style: none;
	display: inline-block;
	margin: 0 50px 20px 50pxpx;
	padding: 0;
	position: relative;
	background: none;
	/* IE7 Fix */
	*display: inline;
}
.banner-list li img {
	
}
.banner-list-left {
	
}
.banner-list-left li {
	margin: 0 60px 20px 0;
}
.banner-list-left li:last-child {
	margin: 0 0 20px 0;
}
.banner-list-center {
	text-align: center;
}
.banner-list-right {
	text-align: right;
}
.cover-image {
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
}
/* PHOTO FRAME */
.photo-frame {
	background: #FAFAFA url(home_files/base-element/ajax-loader.gif) center center no-repeat;
	position: relative;
	z-index: 100;
	min-height: 40px;
	padding: 4px;
	border: 1px solid #EEE;
	
}
.photo-glass-frame {
	border: none;
	background: url(home_files/base-element/ajax-loader.gif) center center no-repeat;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.photo-glass-frame .photo-frame-shadow { display: none; }
.feature-image .photo-frame-shadow {
	top: 0;
	bottom: auto;
	background: url(home_files/bg-shadow-rev.png) repeat-x 0 -13px; 
}
.photo-frame-shadow { 
	height: 20px; 
	width: 100%;
	background: url(home_files/bg-shadow.png) repeat-x 0 -85px; 
	z-index: 50; 
	position: absolute;
	bottom: 0;
}
.photo-frame img {
	visibility: hidden;
	max-width: 100%;
	z-index: 10;
	position: relative;
}
.feature-image .photo-frame img {
	width: 100%;
}
.slide-wrapper .photo-frame img {
	visibility: visible;
}
.photo-frame a {
	display: block;
}
.photo-frame-wrap {
	margin: 0 0 20px 0;
	position: relative;
	max-width: 100%;
}
a.loaded {
	background: #FAFAFA url(home_files/base-element/zoom.png) center center no-repeat;
}
.icon-zoom a.loaded {
	background: #FAFAFA url(home_files/base-element/zoom.png) center center no-repeat;
}
.icon-link a.loaded {
	background: #FAFAFA url(home_files/base-element/watch.png) center center no-repeat;
}
.icon-play a.loaded {
	background: #FAFAFA;
}
.icon-doc a.loaded {
	background: #FAFAFA url(home_files/base-element/doc.png) center center no-repeat;
}
.icon-portfolio a.loaded {
	background: #FAFAFA url(home_files/base-element/portfolio.png) center center no-repeat;
}
.icon-watch a.loaded {
	background: #FAFAFA url(home_files/base-element/watch.png) center center no-repeat;
}
.icon-disable a.loaded {
	background: #FAFAFA;
}
.photo-title {
	background: url(home_files/black-50.png) repeat;
	color: #FFF;
	padding: 8px 15px;
	font-size: 12px;
	z-index: 100;
	position: absolute;
	bottom: 5px;
	left: 5px;
}
.play-mask {
	display: block;
	background: url(home_files/base-element/play-mask.png) center center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

/* # SOCIAL
-------------------------------------*/
/* SUBSCRIBE FORM */
.subscribe-form-wrap {
	position: relative;
	margin: 0 0 20px 0;
}
.subscribe-form {
	max-width: 100%;
	margin: 0 0 20px 0;
}
.subscribe-box {
	height: 32px;
	position: relative;
	margin: 0;
	border: 1px solid #DDD;
	background: #FFF;
	padding: 0 120px 0 0;
}
.subscribe-form-wrap-center {
	text-align: center;
}
.subscribe-form-wrap-center .subscribe-form {
	margin: 0 auto 10px auto;
}
.subscribe-form-wrap-right {
	text-align: right;
}
.subscribe-form-wrap-right .subscribe-form {
	float: right;
}
.subscribe-form .input-email {
	font-size: 16px;
	margin: 2px 0 0 5px;
	border: none;
	color: #ccc;
	padding: 5px;
	float: left;
}
.subscribe-form .input-email:focus {
	color: #555;
}
.subscribe-form .input-submit {
	position: absolute;
	display: block;
	width: 95px;
	height: 32px;
	background: url(home_files/subscribe-bt.png) no-repeat;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	right: 0;
	top: 0;
	border-left: 1px solid #DDD;
}
.subscribe-form .input-submit:hover {
	background-position: 0 -32px;
}
.subscribe-form .input-submit:active {
	background-position: 0 -64px;
}
.subscribe-form .form-response {
	clear: both;
	margin: 10px 0 0 0 !important;
}
/* SHARE BUTTONS */
.addthis-wrap {
	margin: 0 0 20px 0;
}
.widget .addthis-wrap { margin: 0; }
.addthis-wrap-left {
	float: left;
}
.addthis-wrap-right {
	float: right;
}
.addthis-wrap-center {
	float: left;
	left: 50%;
	position: relative;
}
.addthis-wrap-center .addthis_toolbox {
	float: left;
	right: 50%;
	position: relative;
}
/* SOCIAL ICON */
.social-icons-box {
	margin: 0 0 10px 0;
}
.social-icons-box-center {
	text-align: center;
}
.social-icons-box-right {
	text-align: right;
}
.social-icons-box a {
	margin: 0 10px 10px 0;
	display: inline-block;
	height: 24px;
	width: 24px;
}
.social-icons-box a {
	opacity: 0.75;
}
.social-icons-box a:hover {
	opacity: 1;
}
.social-icons-box-center a {
	margin: 0 5px 10px 5px;
}
.social-icons-box-right a {
	margin: 0 0 10px 10px;
}
.social-icons-box-small a {
	height: 16px;
	width: 16px;
}
/* TWITTER FEED & WALL */
.twitter-feeds-box {
	margin: 0 0 20px 0;
}
.twitter-feeds-box .tweet_list {
	margin: 0 0 10px 0;
}
.twitter-feeds-box .tweet_list li {
	margin: 0 0 15px 0;
	list-style: none;
	background: none;
	padding: 15px 0 0 0;
}
.twitter-feeds-box .tweet_text {
	padding: 0 0 0 24px;
	margin: 0 8px 0 0;
	background: url(../home_files/icons/tweet-bird.png) no-repeat 0 0;
}
footer .twitter-feeds-box .tweet_text {
	background: url(../home_files/icons/tweet-bird-white.png) no-repeat 0 0;
}
.footer-light footer .twitter-feeds-box .tweet_text {
	background: url(../home_files/icons/tweet-bird-black.png) no-repeat 0 0;
}
.twitter-feeds-box .tweet_time a {
	padding: 0 0 0 20px;
	background: url(../home_files/icons/tweet-clock.png) no-repeat left center;
}
footer .twitter-feeds-box .tweet_time a {
	background: url(../home_files/icons/tweet-clock-white.png) no-repeat left center;
}
.footer-light footer .twitter-feeds-box .tweet_time a {
	background: url(../home_files/icons/tweet-clock-black.png) no-repeat left center;
}

/* # SLIDE
-------------------------------------*/
.slide-wrapper {
	position: relative;
	margin: 0;
}
.slide {
	overflow: hidden;
}
.slide ul {
	width: 1e;
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	position: relative;
}
.slide li {
	margin: 0;
	padding: 0;
	background: #FFF;
	float: left;
	position: relative;
	display: block;
}
.slide li .photo-frame {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.slide-wrapper .controls {
	list-style: none;
	float: right;
}
.slide-wrapper .controls li {
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
	background: none;
	list-style: none;
}
.slide-wrapper .controls li a {
	background: url(home_files/slide-bullet.png) 0 -22px;
	width: 22px;
	height: 20px;
	display: block;
}
.slide-wrapper .controls li a span {
	display: none;
}
.slide-wrapper .controls li.current a {
	background-position: 0 0;
}

/* # MAP
-------------------------------------*/
.map {
	margin: 0 0 20px 0;
	border: 2px solid #DDD;
}

/* # BLOG
-------------------------------------*/
.post-list {
	margin: 0 0 20px 0;
}
.post-list .divider {
	clear: none;
	margin: 5px 0;
}
.post-list .post-meta {
	font-size: 0.8em;
	border-top: 1px dotted #EEE;
	padding: 2px 0;
	margin: 4px 0 0 0;
}
.post-grid {
	margin: 15px 0 20px 0;
}
.post-grid-info {
	background: #333 url(home_files/pattern/chess.png);
	color: #FFF;
	padding: 8px 15px;
	min-height: 42px;
}
.post-grid .post-grid-info a,
.post-grid .post-grid-info a:hover {
	color: #fff;
}
.post-grid .feature-image {
	max-width: 100%;
	width: 100%;
}
.post-grid .photo-frame {
	border: none;
	padding: 0;
	height: 125px;
	overflow: hidden;
}
.post-grid .post-title {
	font-size: 14px;
}
.post-grid .post-meta {
	font-size: 11px;
	opacity: 0.75;
}
.post-separator { font-style: normal; margin: 0 4px; }


/* # APP
-------------------------------------*/
/* APPs List */
.apps-list ul {
	float: left;
	left: 50%;
	position: relative;
	margin: 0;
}
.apps-list ul li {
	list-style: none;
	float: left;
	right: 50%;
	position: relative;
	margin: 0 25px 20px 25px;
	text-align: center;
	color: #AAA;
	padding: 0;
	background: none;
}
.apps-list .apps-list-title {
	background: none repeat scroll 0 0 black;
    color: #FFFFFF;
    font-size: 12px;
    position: absolute;
    top: -20px;
    width: 100px;
    display: none;
}
/* RATING */
.rating-wrap {
	width: 226px;
	background: url(home_files/rating.png) no-repeat 0 -45px;
	margin: 0 auto 20px auto;
	color: #CCC;
	font-family: ;
}
.rating-wrap p {
	text-align: center;
}
.rating-fill {
	height: 45px;
	background: url(home_files/rating.png) no-repeat 0 0;
	margin: 0 0 5px 0;
}
.rating-wrap em {
	color: #888;
	margin: 0 5px;
}
/* Feedback */
.feedback-form-wrapper {
	margin: 0 0 20px 0;
}
.feedback-form {
	position: relative;
}
.feedback-box {
	height: 95px;
	border: 1px solid #DDD;
	
	margin: 0 0 15px 0;
}
.feedback-text-wrap {
	padding: 0 60px 0 0;
	width: auto;
}
.feedback-text {
	height: 80px;
	border: none;
	padding: 5px;
	font-size: 14px;
	line-height: 21px;
	position: relative;
	top: 4px;
	left: 4px;
	resize: none;
	background: none;
	width: 100%;
}
.feedback-bt {
	border: none;
	width: 42px;
	height: 32px;
	text-indent: -999em;
	position: absolute;
	right: 1px;
	cursor: pointer;
	border-left: 1px solid #DDD;
	display: block;
}
.feedback-bt:hover {
	background-position: 0 -32px;
}
.feedback-bt:active {
	background-position: 0 -64px;
}
.feedback-comment {
	background-image: url(home_files/feedback-comment-bt.png);
	top: 1px;
}
.feedback-request {
	background-image: url(home_files/feedback-request-bt.png);
	top: 33px;
}
.feedback-bug {
	background-image: url(home_files/feedback-bug-bt.png);
	top: 65px;
	height: 31px;
}
.feedback-response {
	text-align: center;
	margin: 10px 0 0 0;
}
.feedback-form .form-input-item label {
	left: -1px;
	top: 5px;
}
/* MARKET BADGE */
.market-badge {
	margin: 0 0 30px 0;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}
.market-badge img {
	max-width: 100%;
}

/* # CONTACT
-------------------------------------*/
/* CONTACT INFO */
.contact-info li {
	padding: 4px 0 4px 28px;
	background-position: 0 5px;
	background-repeat: no-repeat;
}
.contact-info-text {
	margin: 0 0 10px 0;
}
.contact-info .address {
	background-image: url(../home_files/icons/location-black.png);
}
.contact-info .email {
	background-image: url(../home_files/icons/email-black.png);
}
.contact-info .telephone {
	background-image: url(../home_files/icons/phone-black.png);
}
.contact-info .mobile {
	background-image: url(../home_files/icons/mobile-black.png);
}
.contact-info .fax {
	background-image: url(../home_files/icons/fax-black.png);
}
footer .contact-info .address {
	background-image: url(../home_files/icons/location-white.png);
}
.footer-light footer .contact-info .address {
	background-image: url(../home_files/icons/location-black.png);
}
footer .contact-info .email {
	background-image: url(../home_files/icons/email-white.png);
}
.footer-light footer .contact-info .email {
	background-image: url(../home_files/icons/email-black.png);
}
footer .contact-info .telephone {
	background-image: url(../home_files/icons/phone-white.png);
}
.footer-light footer .contact-info .telephone {
	background-image: url(../home_files/icons/phone-black.png);
}
footer .contact-info .mobile {
	background-image: url(../home_files/icons/mobile-white.png);
}
.footer-light footer .contact-info .mobile {
	background-image: url(../home_files/icons/mobile-black.png);
}
footer .contact-info .fax {
	background-image: url(../home_files/icons/fax-white.png);
}
.footer-light footer .contact-info .fax {
	background-image: url(../home_files/icons/fax-black.png);
}
#contact-form-contact-name-h {
	display: none;
}

/* CONTACT FORM */
.contact-form {
	margin: 0 0 20px 0;
}

/*  #Mobile (Portrait)
================================================== */

@media only screen and (max-width: 767px) {
	
	.container { width: 290px; }
	#body { background: #FFF !important; }


	/* Customize Box */
	#customize-box { display: none; }
	
	/* Header */
	#header-content { padding: 15px 0; }
	#branding { float: none; padding: 10px 0; font-size: 24px !important; margin: 0 0 10px 0; }
	#site-title { margin: 0; float: none; background: url(home_files/h-line.png) repeat-x left center; }
	#site-title img { margin: 0 auto; padding: 0 15px; }
	#site-title-text { padding: 0 15px; }
	#site-description { display: none !important; }
	#primary-menu { display: none; }
	#primary-menu-container { float: none; position: relative; text-align: center; }
	#primary-select-container { display: block; }
	#social-list { float: none; display: inline-block; margin: 10px 0; width: 100%;}
	#social-list li { float: none; display: inline-block; margin: 0 3px; }
	/* Footer */
	#footer-content { text-align: left; }
	#copyright { float: none; }
	#footer-menu { display: none; }
	
	/* Grid */
	.one_half,
	.one_third,
	.two_third,
	.one_fourth,
	.three_fourth { width: 100%; margin: 0 0 10px 0; }
	
	/* Page Header */
	#page-header { text-align: center; }
	#page-title { font-size: 30px; }
	
	/* Body */
	#main-content {
		width: 100%;
	}
	#main-content img {
		max-width: 100%;
		height: auto;
	}

	/* Blog */
	.comment-content { width: 250px !important; }
	.depth-2 .comment-content { width: 260px; text-align: right; }
	.depth-2 .comment-content .button { margin: 0 0 0 10px; }
	.depth-2 { padding: 0; }
	.entry-meta .date,
	.entry-meta .categories,
	.entry-meta .tags { display: none; }
	.comment-meta { display: none; }
	.comment-meta-compact { display: block; }
	.comment-content .button,
	.comment-content .button { visibility: visible; }
	#comments #respond { width: 250px; }
	
	/* Show Space */
	#show-space,
	#inner-page-show-space { background-attachment: scroll; }
	#pattern { background-attachment: scroll; }

	/* Board */
	#table-mat-top-wrap,
	#table-mat-body-wrap-outer { display: none; }
	#table-top-shadow { height: 45px; }
	
	/* Image Slide */
	#show-space.image-slide { padding: 0 !important; }
		#home-slide { width: 100%; }
		#home-slide.slide-horizontal,
		#home-slide.fade-vertical,
		#home-slide.fade-horizontal { height: auto !important; }
			#home-slide-wrapper { bottom: 0; }
			#home-slide li img { width: 100%; }
			#home-slide .slide-caption { bottom: 0; position: absolute; }
				#home-slide .slide-caption-text { display: none; }
				#home-slide .slide-caption-headline { font-size: 16px; max-width: 100%; line-height: 24px; padding: 5px 10px; text-align: center; float: none; background: url(home_files/black-50.png) repeat !important;left: 0 !important; }
					#home-slide .slide-caption-headline a { background-image: none; padding: 0 !important; }
	

	/* App Slide */
	#app-dock.app-dock-1,
	#app-dock.app-dock-2,
	#app-dock.app-dock-3,
	#app-dock.app-dock-4,
	#app-dock.app-dock-5 {
		width: 270px;
		padding: 100px 10px 0;
	}
	.app-icon { margin: 0 70px !important; }
	.app-info-balloon { opacity: 1 !important; bottom: 140px !important; display: block !important; }

	
	/* Single App */
	#device-box {
		width: 100% !important;
	}
	#device {
		height: auto !important;
		background: none !important;
	}
	#screen {
		left: 0 !important;
		top: 0 !important;
		max-width: 100%;
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		border-radius: 0 !important;
		margin: 0 auto;
	}
	#application-info-box {
		float: none;
		position: relative;
		margin: 0 auto -10px !important;
		text-align: center;
		height: auto !important;
		width: 100% !important;
		padding: 0 !important;
		bottom: 0;
	}
	#apps-icon {
		display: inline;
	}
	#apps-title {
		font-size: 24px;
		margin-bottom: 10px;
	}
	#apps-title img {
		max-height: 120px;
	}
	#application-info-box p {
		font-size: 13px;
		margin: 0 0 25px 0;
	}
	#application-version-update {
		display: none;
	}
	#application-market-link-wrapper {
		margin: 15px 0 0 0;
	}
	.qr-price {
		display: none;
	}
	.application-market-link {
		float: none;
		display: block;
		margin: 0 auto 10px;
	}
	.action-button {
		float: none;
	}
	.action-button span {

	}
	#application-info-box .store-badge {
		max-height: 35px;
	}
	#device-box {
		float: none;
		margin: 0 auto !important;
		display: none;
	}
	.table-off #application-info-box {
		bottom: -10px;
	}
	
	/* Content */
	.section-title {
		text-align: left !important;
		margin-bottom: 20px;
		background: none !important;
	}
	h2.section-title {
		font-size: 18px;
		line-height: 1.3em;
	}
	h3.section-title {
		font-size: 16px;
		line-height: 1.3em;
	}
	.section-title span {
		padding: 0 !important;
	}
	.callout {
		padding: 20px 20px 0 20px;
	}

	
	/* Apps Archive */
	.filter-list {
		float: none;
		text-align: center;
	}
	#featured-filter {
		float: none;
		margin: 0 0 40px 0;
	}
	#featured-filter li {
		padding: 8px 20px;
	}
	#platform-filter {
		margin: 0 0 35px 0;
	}
	.filter-list li {
		display: block;
		float: none;
		border-bottom: 1px solid #FFF;
	}
	.apps-archive-list li {
		margin: 0;
		width: 100%;
		float: none;
		left: 0 !important;
	}
	.apps-archive-list {
		width: 290px;
	}
	
	/* Sidebar */
	#sidebar {
		width: 100% !important;
		text-align: left !important;
		margin: 0;
		padding: 40px 0 0 0;
		margin: 20px 0 0 0;
		background: url(home_files/h-line.png) repeat-x top left;
	}
	#sidebar .widget_sub_nav ul,
	.sidebar-left #sidebar .widget_sub_nav ul {
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}
	#sidebar .widget_sub_nav ul li a,
	.sidebar-left #sidebar .widget_sub_nav ul li a {
		padding: 10px 0;
	}
	#sidebar .widget_sub_nav ul li.current_page_item a,
	.sidebar-left #sidebar .widget_sub_nav ul li.current_page_item a {
		border-right: none;
		border-left: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.banner-list-left li {
		float: none;
		display: block;
	}
	.cover-image {
		display: none;
	}
	.widget_ads_125 .ads-banner {
		margin: 0;
	}

	/* PORTFOLIO */

	/* Archive Portfolio */
	.portfolio-archive-list {
		width: auto;
	}
	/* Single Portfolio */
	#portfolio-box {
		width: 100%;
		margin: 0;
		padding: 0 !important;
	}
	#portfolio-box .shadow { display: none; }
	#portfolio {
		padding: 0;
		max-width: 100%;
		height: auto;
	}
	#portfolio-info-box {
		position: relative;
		bottom: auto;
		right: auto;
		margin-bottom: 30px;
		width: 100%;
	}
	.portfolio-archive-list li { margin: 0; }
	.application-box { bottom: -15px; }

	/* SHORTCODE */
	.social-icons-box {
		text-align: left !important;
	}
	.social-icons-box a {
		margin: 0 10px 10px 0;
	}
	.addthis-wrap { width: 300px; }

}


/* Tablet Portrait size to standard 960 (devices and browsers) */
@media screen and (min-width:768px) and (max-width:1140px) {

	.container { width: 720px; }
	
	/* Customize Box */
	#customize-box,
	#customize-box-open { display: none; }
	
	/* Header */
	#header-content { padding: 15px 10px 0 10px; }
	#branding { float: none; padding: 10px 0 15px 0; font-size: 24px !important; }
	#site-title { margin: 0; float: none; background: url(home_files/h-line-light.png) repeat-x left center; }
	.header-light #site-title { margin: 0; float: none; background: url(home_files/h-line.png) repeat-x left center; }
	#site-title img { margin: 0 auto; padding: 0 15px; }
	#site-title-text { padding: 0 15px; }
	#site-description { display: none !important; }
	#primary-menu-container { float: none; position: relative; text-align: center; }
	#primary-menu { float: none; display: inline-block; }
	#primary-menu li { float: none; display: inline-block; }
	#social-list { float: none; display: inline-block; margin: 10px 0; width: 100%;}
	#social-list li { float: none; display: inline-block; margin: 0 5px; }
	/* Footer */
	#footer-content { text-align: center; }
	#copyright { float: none; }
	#footer-menu { margin: 0 0 15px 0; }
	#footer-menu,
	#footer-menu ul,
	#footer-menu ul li { float: none; }
	#footer-menu ul li { display: inline-block; margin: 0 10px; padding: 0 12px; }
	
	/* Page Header */
	#page-header { text-align: center; }
	#page-title { font-size: 30px; }
	
	/* Body */
	#main-content { width: 530px; }
	#main-content img {
		max-width: 100%;
		height: auto;
	}
	#body.sidebar-right { background: #FFF url(home_files/body-sidebar-right-bg-resp.png) top center repeat-y !important; }
	#body.sidebar-left { background: #FFF url(home_files/body-sidebar-left-bg-resp.png) top center repeat-y !important; }

	/* Sidebar */
	#sidebar { width: 137px;}
	
	/* Blog */
	.comment-content,
	.comment-list #respond { width: 380px; }
	#respond { width: 490px; }
	.full-width .comment-content,
	.full-width .comment-list #respond { width: 570px; }
	.full-width #respond { width: 680px; }
	.depth-2 .comment-content { width: 270px; }
	.full-width .depth-2 .comment-content { width: 460px; }
	.comment-content .button { visibility: visible; }

	/* Show Space */
	#show-space,
	#inner-page-show-space { background-attachment: scroll; }
	#pattern { background-attachment: scroll; }

	/* Board */
	#table-mat-top { width: 600px; }
	#table-mat-body-wrap { width: 720px; }
	#table-mat-top-texture { background: url(home_files/mat-top-shadow-resp-3.png) no-repeat center bottom; }
	#table-mat-body-wrap-outer { background: url("home_files/mat-body-side-shadow-resp-3.png") repeat-y center top; }
	#table-mat-body { background: url("home_files/mat-body-outline-resp-3.png") repeat-y 0 0; }

	/* Images Slide */
	#show-space.image-slide { padding: 0 !important; background-image: none; }
	.table-off #show-space.image-slide { padding: 0 !important; }
		#home-slide-wrapper { bottom: 0; }
		#home-slide { width: 100%; }
		#home-slide.slide-horizontal,
		#home-slide.fade-vertical,
		#home-slide.fade-horizontal { height: auto !important; }
			#home-slide li img { width: 100%; }
			#home-slide .slide-caption-headline { max-width: 100%; }
			#home-slide .slide-caption .container { width: 640px; }
	/* App Slide */
	#app-dock.app-dock-1 {
		width: 230px;
		padding: 100px 30px 0;
	}
	#app-dock.app-dock-2 {
		width: 460px;
		padding: 100px 30px 0;
	}
	#app-dock.app-dock-3,
	#app-dock.app-dock-4,
	#app-dock.app-dock-5 {
		width: 690px;
		padding: 100px 30px 0;
	}
	.app-icon { margin: 0 50px !important; }
	
	/* Single App */
	/* All */
	.qr-price {
		display: none;
	}
	/* For : All Landscape */
	.landscape #application-info-box {
		float: none;
		position: relative;
		margin: 0 auto 40px auto !important;
		text-align: center;
		width: 600px !important;
		bottom: 0;
	}
	.landscape #apps-title {
		font-size: 30px;
		margin: 0;
	}
	.landscape #apps-title img {
		max-height: 150px;
	}
	.landscape #application-info-box p {
		font-size: 16px;
		margin: 0 0 20px 0;
	}
	.landscape #application-version-update {
		display: none;
	}
	.landscape #application-market-link-wrapper {
		margin: 20px 0 0 0;
	}
	.landscape .application-market-link {
		float: none;
		display: inline-block;
		margin: 0 10px;
	}
	.landscape #device-box {
		float: none;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	/* iPhone 5 (w) Portrait */
	#iphone5-w-portrait-box #device-box,
	#iphone5-b-portrait-box #device-box {
		margin-left: 50px;
	}
	#iphone5-w-portrait-box #application-info-box,
	#iphone5-b-portrait-box #application-info-box {
		width: 360px;
		margin-right: 10px;
	}
	/* iPhone Portrait */
	#iphone-portrait-box #device-box {
		margin-left: 40px;
	}
	#iphone-portrait-box #application-info-box {
		width: 380px;
		margin-right: 10px;
	}
	/* Droid Phone Portrait */
	#android-phone-portrait-box #device-box {
		margin-left: 40px;
	}
	#android-phone-portrait-box #application-info-box {
		margin-right: 20px;
		width: 380px;
	}
	/* iPad Portrait */
	#ipad-portrait-box #application-info-box {
		width: 280px;
		margin-right: 0;
	}
	#ipad-portrait-box #device-box {
		margin-left: 10px;
	}
	
	/* Android Tablet Portrait */
	#android-tablet-portrait-box .application-market-link {
		display: block;
		margin: 0 0 15px 0;
	}
	#android-tablet-portrait-box .application-market-link.last {
		margin: 0;
	}
	#android-tablet-portrait-box #application-info-box {
		width: 280px;
		margin-right: 20px;
	}
	#android-tablet-portrait-box #device-box {
		margin-left: 40px;
	}

	/* Window Surface Portrait */
	#window-surface-portrait-box .application-market-link {
		display: block;
		margin: 0 0 15px 0;
	}
	#window-surface-portrait-box .application-market-link.last {
		margin: 0;
	}
	#window-surface-portrait-box #application-info-box {
		width: 280px;
		margin-right: 20px;
	}
	#window-surface-portrait-box #device-box {
		margin-left: 50px;
	}

	/* Window Phone Portrait */
	#window-phone-portrait-box #application-info-box {
		width: 370px;
		margin-right: 20px;
	}
	#window-phone-portrait-box #device-box {
		margin-left: 50px;
	}

	
	/* Apps Archive */
	.apps-archive-list {
		width: 765px;
	}
	.apps-archive-list li {
		width: 215px;
	}

	/* Apps Grid */
	.app-frame .title {
		font-size: 14px;
	}

	/* Portfolio Grid */
	.portfolio-frame .portfolio-info {
		top: 90px;
	}

	/* Archive Portfolio */
	.portfolio-archive-list {
		width: 765px;
	}
	.portfolio-archive-list li {
		width: 215px;
	}

	
	/* General */
	.icon-title {
		font-size: 14px;
		line-height: 18px;
	}
	.photo-title { opacity: 1; }
	
	/* Sub Menu Widget */
	#sidebar .widget_sub_nav ul {
		margin-left: -25px;
	}
	#sidebar .widget_sub_nav ul li a {
		padding-left: 24px;
	}
	.sidebar-left #sidebar .widget_sub_nav ul {
		margin-right: -24px;
	}
	.sidebar-left #sidebar .widget_sub_nav ul li a {
		padding-right: 24px;
	}

	/* Single Portfolio */
	#portfolio-box {
		margin: 0 auto;
		clear: both;
	}
	#portfolio-info-box {
		position: relative;
		bottom: auto;
		right: auto;
		text-align: center;
		margin: 0 auto 40px;
		width: 90%;
	}
	#portfolio-info-box .application-market-link {
		float: none;
	}
	#portfolio-info-box .action-button {
		float: none;
	}

	/* Quicksand */
	.app-frame .photo-frame,
	.portfolio-frame .photo-frame,
	.post-grid .photo-frame {
		height: 93px;
	}
	.category {
		display: none;
	}
}


/*
Page-list plugin
http://wordpress.org/extend/plugins/page-list/
*/

/* default styles for [pagelist], [subpages], [siblings] */
.page-list .current_page_item > a {
	font-weight: bold; /* hilite active item */
}

/* default styles for [pagelist_ext] */
.page-list-ext {
	clear: both;
}
/* clearfix-hack */
.page-list-ext {
	*zoom: 1;
}
.page-list-ext:before, .page-list-ext:after {
	display: table;
	line-height: 0;
	content: "";
}
.page-list-ext:after {
	clear: both;
}
.page-list-ext .page-list-ext-item {
	clear: both;
	margin: 10px 0 30px 0;
}
.page-list-ext .page-list-ext-image {
	float: left;
	display: inline;
	margin: 5px 15px 15px 0;
}
.page-list-ext .page-list-ext-title {
	clear: none;
}


/* Font */
	body {
		font-family: Arial,Helvetica,Garuda,sans-serif;
	}
	.rtf {
		font-size: 15px;
		line-height: 1.5em;
		color: #555555;
	}
	a,
	.rtf a {
		color: #007F0E;
	}
	a:hover,
	.rtf a:hover {
		color: #005505;
	}
			h1 { font-size: 24px; }
				h2 { font-size: 22px; }
				h3 { font-size: 20px; }
				h4 { font-size: 18px; }
				h5 { font-size: 17px; }
				h6 { font-size: 16px; }
		
	/* Header */
	#branding { margin-top: 0px; }
	header,
	#site-title img { background-color: #FFFFFF; }
		
	/* Primary Menu */
	#primary-menu-container { font-size: 14px; }
	#header-wrap,
	#primary-menu-container ul,
	#primary-menu-container li{
		background-color: #FFFFFF;
	}
	
	/* Background */
	#show-space,
	#inner-page-show-space {
		background-color: #009b05;
		background-image: url();
	}
	#pattern {
		background-image: url(../home_files/pixcel.png);
	}
	
	/* Table */
		
	/* Mat */
		
	/* Footer */
	body,
	footer { background-color: #333333; }
	
	/* Custom CSS */
	
/*Custom FastSpring CSS*/
.store-product-detail-image{
	margin:10px;
}
