 /* 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
	
------------------------------------------------ */

.home .app_grid p {
    margin-bottom: 0em !important;
}


.mc4wp-form-fields label, .mc4wp-form-fields label.compact
{
	background: transparent;
    color: #000;
	font-size:20px;
	padding-top: 10px;
}

.mc4wp-form-fields br
{
	display:none;
}


/* # GENERAL
-------------------------------------*/
body {
	color: #555;
	_background-color:  #00C5FB;
	font: normal 100% Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	overflow-x:hidden;
	word-wrap: break-word;
	background-color: #f3f3f3 !important;
}
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;  
}

#header{
background: #a9e4f7; /* Old browsers */
background: -moz-linear-gradient(top,  #a9e4f7 0%, #0fb4e7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9e4f7), color-stop(100%,#0fb4e7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #a9e4f7 0%,#0fb4e7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #a9e4f7 0%,#0fb4e7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #a9e4f7 0%,#0fb4e7 100%); /* IE10+ */
background: linear-gradient(to bottom,  #a9e4f7 0%,#0fb4e7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9e4f7', endColorstr='#0fb4e7',GradientType=0 ); /* IE6-9 */

}


.fit-image-to-screen-width
{
	width:100%;
	height:auto;
}

.fit-image-to-half-screen-width  
{
	width:45%;
	height:auto;
	padding: 5px;
	float:left;
}

.fit-image-to-half-screen-width:nth-child(even)  
{
	clear:right;
}


#site-title img
{
	background-color:transparent !important;
}
.container {
	width: 1050px;
	margin: 0 auto;
	position: relative;
	max-width:95%;
}

#header-wrap, #primary-menu-container ul, #primary-menu-container li {
  background-color: transparent !important;
}

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

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

h3 {

    line-height: 1.5em;
    color: #ff8214;
    _padding-bottom: 10px;
}

.single-app h3 {
	line-height: 1.5em;

    border-bottom: 2px solid;
    border-color: #2aa58b;
    padding-bottom: 2px;
    margin-bottom: 15px !important;
}

.single-app .below-market-buttons h3 {

    border-bottom: 0px;
	margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.label-above .nf-field-label {
    margin-bottom: 2px !important;
}

.below-market-buttons hr {
    border: 0px solid;
    height: 1px;
    width: 70%;
    float: none;
    text-align: center;
    margin: auto;
}

_h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

_h3:after, _h3:before {
	content: '';
    width: 100px;
    height: 5px;
    background: #0b0b0b;
    margin: 0 10px;
}


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: 2px;
	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;
}

#site-description {
  clear: both;
}

/* # 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: disc;
	_background: url(../images/bullet.png) no-repeat -1px 2px;
}
.rtf ol {
	    margin-left: 5px;
}
.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(../images/pattern/chess.png) repeat #FAFAFA;
	border: 1px solid #EEE;
}
.wp-caption {
	padding: 10px 5px 0 5px;
	background: url(../images/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;
	border-bottom: 2px solid #307488;
	/* margin-bottom: 2px; */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#009ec3+0,00b7ea+100 */
	background: #009ec3; /* Old browsers */
	background-color:#009ec3 !important;

    width: 100%;
}
#header-shadow {
	height: 0px;
	width: 100%;
	background: url(../images/footer-shadow.png) left -3px repeat-x;
	position: absolute;
	bottom: -8px;
	background-color:rgb(255, 232, 0);
	background-color:rgb(194, 230, 252);
	left: 0;
}
#header-content { 
	padding: 0px 0;
	position: relative;
	margin: 0 auto;
	min-height: 70px; 
}
/* 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: 40px;
	text-align: center;
	margin-bottom: 0px;
  margin-top: 0px;
}
.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(../images/title-sep.png) repeat-y;
	position: relative;
	top: -10px;
}
#site-title img {
	display: block;
	max-width: 100%;
}
/* MENU */
#primary-menu-container{
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 0em;
}
#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;
	top:-13px;
}
#primary-menu li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
	
}
#primary-menu li a {

}

.header-light #primary-menu li a {
    color: #000000b5;
    background-color: #ffffff8f;
}
/*
#primary-menu li.has-child > a {
	background-image: url(../images/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(../images/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;

	     color: #001f47;
    background-color: #ffffffb0;
	filter: alpha(opacity=100);
}
.after-header
{
	margin-top:74px;
}


/* 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(../images/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("../images/menu-right-arrow.png") right center no-repeat;
}
.header-light #primary-menu li li.has-child > a {
	background-image: url(../images/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("../images/3rd-submenu-bg.png");
	background-repeat: repeat-y;
}
#primary-menu li li li {
	margin: 0;
	background-image: url("../images/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: #fff;
	font-weight:bold;
	border: 0px solid #fff;
	background: #37516d;
	    border-radius: 10px;
	-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(../images/drop-down-bt.png) no-repeat;
}
/* SOCIAL LIST */
#social-list {
	float: right;
	list-style: none;
	margin: 9px 0 0 20px;
	display:none;
}
#social-list li {
	float: left;
	margin: 0 0 0 10px;
}
#social-list li a {
  text-indent: -999em;
  display: block;
  width: 35px;
  height: 35px;

}
#social-list li a:hover {
	opacity: 0.75;
}

#social-list li.email a {
	background: url(../images/icons/social/email-dark.png) no-repeat;
}
#social-list li.facebook a {
	background: url(../images/social-icons/default/facebook.png) no-repeat;
}
#social-list li.dribbble a {
	background: url(../images/icons/social/dribbble-dark.png) no-repeat;
}
#social-list li.twitter a {
	background: url(../images/social-icons/default/twitter.png) no-repeat;
}
#social-list li.vimeo a {
	background: url(../images/icons/social/vimeo-dark.png) no-repeat;
}
#social-list li.youtube a {
	background: url(../images/icons/social/youtube-dark.png) no-repeat;
}
#social-list li.tumblr a {
	background: url(../images/icons/social/tumblr-dark.png) no-repeat;
}
#social-list li.linkedin a {
	background: url(../images/icons/social/linkedin-dark.png) no-repeat;
}
#social-list li.google a {
	background: url(../images/icons/social/google-dark.png) no-repeat;
}
#social-list li.rss a {
	background: url(../images/icons/social/rss-dark.png) no-repeat;
}
#social-list li.amazon a {
	background: url(../images/icons/social/amazon-dark.png) no-repeat;
}
#social-list li.android a {
	background: url(../images/icons/social/android-dark.png) no-repeat;
}
#social-list li.apple a {
	background: url(../images/icons/social/apple-dark.png) no-repeat;
}
#social-list li.instagram a {
	background: url(../images/icons/social/instagram-dark.png) no-repeat;
}
#social-list li.pinterest a {
	background: url(../images/icons/social/pinterest-dark.png) no-repeat;
}

/*.header-dark #social-list li.email a {
	background: url(../images/icons/social/email-light.png) no-repeat;
}
.header-dark #social-list li.facebook a {
	background: url(../images/icons/social/facebook-light.png) no-repeat;
}
.header-dark #social-list li.dribbble a {
	background: url(../images/icons/social/dribbble-light.png) no-repeat;
}
.header-dark #social-list li.twitter a {
	background: url(../images/icons/social/twitter-light.png) no-repeat;
}
.header-dark #social-list li.vimeo a {
	background: url(../images/icons/social/vimeo-light.png) no-repeat;
}
.header-dark #social-list li.youtube a {
	background: url(../images/icons/social/youtube-light.png) no-repeat;
}
.header-dark #social-list li.tumblr a {
	background: url(../images/icons/social/tumblr-light.png) no-repeat;
}
.header-dark #social-list li.linkedin a {
	background: url(../images/icons/social/linkedin-light.png) no-repeat;
}
.header-dark #social-list li.google a {
	background: url(../images/icons/social/google-light.png) no-repeat;
}
.header-dark #social-list li.rss a {
	background: url(../images/icons/social/rss-light.png) no-repeat;
}
.header-dark #social-list li.pinterest a {
	background: url(../images/icons/social/pinterest-light.png) no-repeat;
}
.header-dark #social-list li.amazon a {
	background: url(../images/icons/social/amazon-light.png) no-repeat;
}
.header-dark #social-list li.android a {
	background: url(../images/icons/social/android-light.png) no-repeat;
}
.header-dark #social-list li.apple a {
	background: url(../images/icons/social/apple-light.png) no-repeat;
}
.header-dark #social-list li.instagram a {
	background: url(../images/icons/social/instagram-light.png) no-repeat;
}*/

#social-list li a
{
	background-size: 100% !important;
}
/* 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("../images/bg-shadow.png") 0 0px repeat-x;
    position: absolute;
    z-index: 20;
    bottom: 0;
    width: 100%;
    height: 110px;
    z-index: 0;
}
#pattern {
	background-image: url("../images/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: none;
	text-align: center;
}
#footer-menu {
	float: none;
}
#footer-menu ul {
	float: none;
    margin: auto;
    text-align: center;
}
#footer-menu ul li {
	list-style: none;
	float: none;
	margin: 0 0 0 20px;
	padding: 0;
	background: none;
	display: inline-block;
}
#copyright {
	opacity:0.75;
	filter:alpha(opacity=75);
	line-height: 1.5;
}
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: 18px;
	color: #FFF;
	font-weight: bold;
}
.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(../images/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(../images/pre-footer-bg.png) left bottom repeat-x;
	text-align: center;
}
#pre-footer-section .section-content {
	_background: #FEFEFE url("../images/content-box-shadow.png") repeat-x 0 -8px;
}

/* # LAYOUT
-------------------------------------*/
#main-content {
	float: left;
	width: 675px;
	min-height: 600px;
}
.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(../images/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(../images/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(../images/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(../images/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(../images/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(../images/table-body-shadow.png);
	height: 30px;
}
#table-mat-body-wrap-outer {
	margin: 0 auto;
	background: url(../images/mat-body-side-shadow.png) repeat-y center top;
	position: relative;
	height: 30px;
}
#table-mat-body-wrap {
	background-image: url(../images/mat-body-shadow.png);
	background-color: #fa3700;
	background-repeat: repeat-x;
	width: 1070px;
	margin: 0 auto;
	position: relative;
}
#table-mat-body {
	background: url(../images/mat-body-outline.png) repeat;
	height: 31px;
}
#table-shadow {
	height: 12px;
	position: relative;
	bottom: -12px;
	width: 100%;
	background: url(../images/table-shadow.png) repeat-x left bottom;
	position: absolute;
}
.border-bottom-line {
	background: url(../images/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(../images/h-line.png) left bottom repeat-x;
}
#section-container {
	width: 940px;
	margin: 0 auto;
}
.section-lined {
	background: url(../images/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-slide-wrapper .flex-direction-nav li .flex-next
{

	background: url(../images/app-next-light.png) no-repeat;

}


#home-slide-wrapper .flex-direction-nav li .flex-prev {

	background: url(../images/app-prev-light.png) no-repeat;

}
#home-feature-next,
#home-slide-wrapper .flex-direction-nav li .flex-next,
#home-slide-wrapper .flex-direction-nav li .flex-prev 
{
    background-position-x: center;	
	width: 60px;
	height: 60px;
	position: absolute;
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;

	margin: 10px;
	opacity: 0.8;
	z-index: 9999;
	text-indent: -999em;	
	_background-color: #ffffff;
    _border-radius: 10px;
}
.flex-direction-nav .flex-prev {

    left: 0px !important;
}
.flex-direction-nav .flex-next {

    right: 0px !important;
}
#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-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(../images/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(../images/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;
	background-color:#fff;
	_max-width: 1920px;
    width: 100%;
    margin: auto;
}
.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;
	_height:300px;
	_min-height: 300px;
	_background: #FAFAFA url(../images/base-element/ajax-loader.gif) center center no-repeat;
}
#show-space.image-slide-full-frame #home-slide {
	width: 100%;
}
#home-slide-wrapper .flex-direction-nav {
    position: absolute;
    bottom: 60%;
    z-index: 30;
    width: 100%;
    vertical-align: middle;
}
#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%; 
	height: auto;
}

.slide-caption-headline {
	font-size: 2em;
    max-width: 65%;
    padding: 5px 20px;
    background: #f57b00;
    color: #FFF;
    float: none;
    line-height: 45px;
    position: relative;
    border-radius: 10px;
    margin: auto;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.slide-caption-headline {

    display: block;
}

.slide-caption-headline a {
	/*
	padding: 0 40px 0 0;
	background: url(../images/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: none;
    /* background-position: right top; */
    left: unset !important;
    /* margin: auto; */
    text-align: center;
}
.slide-caption-text {
	font-size: 16px;
    /* max-width: 75%; */
    line-height: 1.5em;
    _background: url(../images/black-50.png) repeat;
    padding: 10px 20px;
    color: #FFF;
    float: none;
    clear: both;
    position: relative;
    text-align: center;
    left: unset !important;
    margin: auto;
	border-radius: 10px;
}
.caption-right .slide-caption-text {
	float: right;
	background-position: right top;
}
.slide-caption {
	position: absolute;
	bottom: 4%;
	left: 0;
	width: 100%;
	z-index: 9999;
}
.slide-caption .container {
	position: relative;
    margin: 0;
    max-width: 100%;
    width: unset;
}
.caption-right {

	margin: auto;
    float: none;
}


/* # 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-color: #f1f1f1;
	position: relative;
	_overflow: hidden;	/* don't hide or else the dropdown menu in the Apps page might be cut by footer */
	padding: 0;

    width: 100%;
    _max-width: 1920px;
    margin: auto;
}
#page-header {
    line-height: 1;
    position: relative;
    margin: 0 auto;
    padding: 10px 0;
    color: black;
    z-index: 40;
}
.show-space-light #page-header {
	color: #333;
}
#page-title {
	margin: 0 auto;
	letter-spacing: 1px;
}
#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(../images/main-content-shadow.png) 0 1px repeat-x; */
}
.single-app #body-wrap {

	padding-top: 60px;
}
#body-content {
	padding: 40px 0 30px  0;
}
.table-off #body-content {
	padding-top: 10px;
}



/* # 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(../images/icons/customer-black.png);
}
.entry-meta span.date {
	background-image: url(../images/icons/date-black.png);
}
.entry-meta span.categories {
	background-image: url(../images/icons/category-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;
}
.depth-2 {
	padding: 0 0 0 110px !important;
}

#respond {
    padding: 20px;
    background: #f8f8f8 url(../images/h-line.png) repeat-x;
    clear: both;
    margin: 0 0 20px 0;
    float: right;
    width: 635px;
    clear: both;
}

.full-width #respond { width: 910px; }
.full-width .comment-list #respond { width: 800px; }
.comment-content .box {
	font-size: 0.8em;
	padding: 5px 10px;
	display:none;
}

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

.application-box{
	position: relative;
	z-index: 1000;
	margin: 0 auto;
	_bottom: -25px;
	color: #333;
	padding-bottom: 30px;
}

#portrait-light-2024-portrait-box.application-box {

}
	
#modern-2024-light-portrait-box.application-box {


}
		
#modern-2024-portrait-box.application-box { 

}
	
#inner-page-show-space.page-title
{
	background-color: #3c455d;;
    _border-bottom: 3px solid #15cf00;
	_background: linear-gradient(160deg, rgb(192 209 16) 0%, rgb(36 183 0) 50%, rgb(0 169 69) 100%);

	
}
	
#inner-page-show-space #page-header {
    color: #fff;
}
	
.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;
	width: calc(50% - 30px);
	padding-right:30px;
}

.landscape #device-box {
width: calc(60% - 30px);
    margin: 0;
    margin-right: 30px 

}

#application-info-box{
  width: 50%;
  position: relative;
  z-index: 1000;
  right: 0;
  _bottom: 20px;
  color: #FFF;
  float: left;
  clear: right;
  padding-bottom: 50px;
  _margin: 20px 90px 20px 30px;
  padding-top: 10px;
}

.landscape   #application-info-box {
	width: 35%;
	margin: 0;
}

.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: 10px 10px 0 0;
	display: inline-block;
	float: none;
	position: relative;
	padding: 0;
}

.below-market-buttons
{
	padding-bottom:10px;
	    text-align: center;
}
.below-market-buttons .application-market-link {
        margin: 10px 10px 0 10px;
    float: none;
    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("../images/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{
	    display: none;
	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(../images/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(../images/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(../images/base-element/button-icon-amazon.png) no-repeat 12px center;
}
.apple-button span {
	padding-left: 72px !important;
	background: url(../images/base-element/button-icon-apple.png) no-repeat 12px center;
}
.android-button span {
	padding-left: 72px !important;
	background: url(../images/base-element/button-icon-android.png) no-repeat 12px center;
}
.google-play-button span {
	padding-left: 72px !important;
	background: url(../images/base-element/button-icon-google-play.png) no-repeat 12px center;
}
.window-button span {
	padding-left: 72px !important;
	background: url(../images/base-element/button-icon-window.png) no-repeat 12px center;
}
.mobile-button span {
	padding-left: 72px !important;
	background: url(../images/base-element/button-icon-mobile.png) no-repeat 12px center;
}
.tablet-button span {
	padding-left: 72px !important;
	background: url(../images/base-element/button-icon-tablet.png) no-repeat 12px center;
}
.clock-button span {
	padding-left: 72px !important;
	background: url(../images/base-element/button-icon-clock.png) no-repeat 12px center;
}
.download-button span {
	padding-left: 72px !important;
	background: url(../images/base-element/button-icon-download.png) no-repeat 12px center;
}


/* # DEVICEs
---------------------------------------------------------- */
#device {
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 400px;
	float: right;
    margin: auto;
}

.landscape #device {

    
}

#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("../images/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 #device {
	background-image: url("../images/devices/ipad-landscape.png");
	height: 380px;
    width: 500px;
}
#ipad-landscape-box #screen {
    left: 48px;
    top: 41px;
    width: 401px;
    position: relative;
}
#ipad-landscape-box #device-box .shadow-body {
	width: 390px;
}
/* iPhone 5 PORTRAIT */
#iphone5-w-portrait-box #device-box,
#iphone5-b-portrait-box #device-box {
	
	
}
#modern-portrait-box #device-box {
	width: 255px;
	margin: 0 0 0 120px;
}

#modern-tall-portrait-box #device-box {
	width: 255px;
	margin: 0 0 0 120px;
}

#modern-2022-portrait-box #device-box {
	_width: 50%;
	_margin: 0 0 0 80px;
}

#modern-2024-portrait-box #device-box {

}

#portrait-light-2024-portrait-box #device-box {

}

#modern-2024-light-portrait-box #device-box {
}

#modern-2024-portrait-box #device-box {

}

#modern-2023-light-portrait-box #device-box {

}

#iphone5-w-portrait-box #device,
#iphone5-b-portrait-box #device
 {
	background-image: url("../images/devices/iphone5-w-portrait.png");
	height: 535px;
	width: 255px;

}
#iphone5-b-portrait-box #device {
	background-image: url("../images/devices/iphone5-b-portrait.png");

}
#modern-portrait-box #device {
	background-image: url("../images/devices/modern-portrait-shorter.png");
	height: 535px;
}

#modern-tall-portrait-box #device {
	background-image: url("../images/devices/modern-portrait.png");
	height: 535px;
}

#modern-2022-portrait-box #device {
	background-image: url("../images/devices/modern-2022-portrait.png");
	height: 535px;

    width: 275px;

}

#modern-2024-portrait-box #device {
	background-image: url("../images/devices/modern-2024-portrait.png");
	height: 475px;
	width: 265px;
}

#portrait-light-2024-portrait-box #device {
	background-image: url("../images/devices/portrait-lt-2024.png");
	height: 535px;
}

#modern-2024-light-portrait-box #device {
	background-image: url("../images/devices/modern-2024-lt-portrait.png");
	height: 450px;
    width: 280px;
	margin-bottom:-30px;
}

#modern-2023-light-portrait-box #device {
	background-image: url("../images/devices/modern-2023-light-portrait.png");
	height: 585px;
	    top: 0px;
    position: relative;
}

#iphone5-w-portrait-box #screen,
#iphone5-b-portrait-box #screen {
	left: 25px;
    top: 91px;
    width: 209px;
    position: relative;
}
#iphone5-b-portrait-box #screen {
	top: 92px;
}
#modern-portrait-box #screen {
    left: 8px;
    top: 61px;
    width: 239px;
    height: 420px;
    border-radius: 26px;
}

#modern-tall-portrait-box #screen {
	left: 10px;
    top: 29px;
    width: 235px;
    height: 490px;
    border-radius: 30px;
}

#modern-2022-portrait-box #screen {
	left: 12px;
    top: 19px;
    width: 251px;
    height: 508px;
    border-radius: 35px;
    position: relative;
}

#modern-2024-portrait-box #screen {
left: 12px;
    top: 24px;
    width: 241px;
    height: 432px;
    border-radius: 28px;
    position: relative;
}

#portrait-light-2024-portrait-box #screen {
    left: 30px;
    top: 39px;
    width: 250px;
    height: 435px;
    border-radius: 35px;
}
#modern-2024-light-portrait-box #screen {
	left: 41px;
    top: 45px;
    width: 194px;
    height: 345px;
    border-radius: 7px;
    position: relative;

}
#modern-2023-light-portrait-box #screen {
    left: 12px;
    top: 29px;
    width: 253px;
    height: 500px;
    border-radius: 15px;
}

#iphone5-w-portrait-box #application-info-box,
#iphone5-b-portrait-box #application-info-box  {
	_width: 420px;
	_margin: 20px  90px 60px 0;
}

#modern-portrait-box #application-info-box  {
	_width: 420px;
	_margin: 90px 90px 60px 0;
}

#modern-tall-portrait-box #application-info-box  {
	_width: 420px;
	_margin: 90px 90px 60px 0;
}

#modern-2022-portrait-box #application-info-box  {
	_width: 420px;
	_margin: 60px 90px 20px  0;
}

#modern-2024-portrait-box #application-info-box  {
	_width: 420px;
	_margin: 60px 90px 0px 0;
}

#portrait-light-2024-portrait-box #application-info-box  {
	width: 420px;
    _margin: 20px 90px 60px 0;
}

#modern-2024-light-portrait-box #application-info-box  {
	_width: 420px;
    _margin:60px 90px 0px 0;
}

#modern-2023-light-portrait-box #application-info-box  {
	width: 420px;
	_margin: 90px 90px 60px 0;
}

#iphone5-w-portrait-box #device-box .shadow-body,
#iphone5-b-portrait-box #device-box .shadow-body {
	width: 135px;
}
#modern-portrait-box #device-box .shadow-body {
	width: 135px;
}

#modern-tall-portrait-box #device-box .shadow-body {
	width: 135px;
}

#modern-2022-portrait-box #device-box .shadow-body {
	width: 135px;
}

#modern-2024-portrait-box #device-box .shadow-body {
	width: 135px;
}

#portrait-light-2024-portrait-box #device-box .shadow-body {
	width: 135px;
}

#modern-2024-light-portrait-box #device-box .shadow-body {
	width: 135px;
}


#modern-2023-light-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("../images/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 #device,
#iphone5-b-landscape-box #device {
	background-image: url("../images/devices/iphone5-w-landscape.png");
	height: 300px;
	width: 600px;
}

#iphone5-b-landscape-box #device {
	background-image: url("../images/devices/iphone5-b-landscape.png");

}
#iphone5-w-landscape-box #screen,
#iphone5-b-landscape-box #screen {
	left: 92px;
    top: 36px;
    width: 421px;
    position: relative;
}
#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("../images/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("../images/devices/android-phone-portrait.png");
	height: 480px;
	width: 245px;
}
#android-phone-portrait-box #screen {
	left: 20px;
    top: 72px;
    width: 204px;
    position: relative;
}
#android-phone-portrait-box #application-info-box {
	_width: 440px;
	_margin: 30px 90px 60px 0;
}
#android-phone-portrait-box #device-box .shadow-body {
	width: 125px;
}
/* Android Phone LANDSCAPE */
#android-phone-landscape-box #application-info-box {

}
#android-phone-landscape-box #device-box {
	
}
#android-phone-landscape-box #device {
	background-image: url("../images/devices/android-phone-landscape.png");
	height: 285px;
	width: 570px;

}
#android-phone-landscape-box #screen {
	left: 84px;
    top: 25px;
    width: 400px;
    position: relative;
}
#android-phone-landscape-box #device-box .shadow-body {
	width: 450px;
}
/* Android Tablet PORTRAIT */
#android-tablet-portrait-box #device-box {

}
#android-tablet-portrait-box #device {
	background-image: url("../images/devices/android-tablet-portrait.png");
	height: 500px;
	width: 345px;
}
#android-tablet-portrait-box #screen {
left: 35px;
    top: 33px;
    width: 275px;
    position: relative;

}
#android-tablet-portrait-box #device-box .shadow-body {
	width: 225px;
}
#android-tablet-portrait-box #application-info-box {
	_width: 380px;
	_margin: 30px 0px 0px 0;
}
/* Android Tablet LANDSCAPE */


#android-tablet-landscape-box #device {
	background-image: url("../images/devices/android-tablet-landscape.png");
	height: 335px;
	width: 500px;
}
#android-tablet-landscape-box #screen {
	left: 30px;
    top: 33px;
    width: 440px;
    position: relative;
}
#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("../images/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("../images/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("../images/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("../images/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("../images/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("../images/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 {
	
	box-shadow: 0px 0px 15px 1px rgba(0,0,0,.2);
    border-radius: 20px;
	
}


	
.app-frame .photo-frame {
	border-radius: 0px;
	border-top-left-radius: 20px;
		border-top-right-radius: 20px;
	border: none !important;
	_padding: 0 !important;
	overflow: hidden;
	_max-height: 140px;
	height: 155px;
	max-height: 155px;
    margin: 0;
}
.app-frame .app-info {
	color: #000000;
	padding: 8px 15px 8px 100px;
	_background: #333 url(../images/pattern/chess.png);
	position: relative;
	z-index: 100;
	min-height: 65px;
	max-height: 65px;
	    line-height: 16pt;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	_background-image: linear-gradient(to top, #252d33, #424b51, #272727, #1e2021, #2d333fed);
	background: rgb(255,255,255);
	_background: linear-gradient(99deg, rgba(73,73,73,1) 0%, rgb(70 77 87) 14%, rgba(38,38,38,1) 89%, rgba(20,20,20,1) 100%);
    z-index: 100;
	overflow: hidden;
}
.app-frame .app-info a,
.app-frame .app-info a:hover {
	color: #fff;
}
.app-frame .app-info img {
	position: absolute;
	left: 12px;
	_top: -10px;
	width: auto;
	    border-radius: 10px;
			width: 60px;
}

.home .app-info .category {
	_display:none;
}

.app-info .title {
	font-size: 1.2em;
    opacity: 0.75;
	    line-height: 0.9em;
}
.app-info .category {
	font-size: 0.6em;
	opacity: 0.75;
	    line-height: 1.1em;
    padding-top: 5px;
	text-align: right;
	float: right;
}

.app-frame .app-info p {
    margin-bottom: 0;
}

/* # APPs ARCHIVE LIST
---------------------------------------------------------- */
.filter-list {
	float: left;
	margin: 0 0 60px 0;
	background: #FAFAFA url(../images/pattern/chess.png) repeat;
	
}
.filter-list li {
	float: left;
	display: block;
	background: none;
	margin: 0;
	padding: 8px 20px;
	cursor: pointer;
	line-height: 16px;
}

.filter-list li.active {
	opacity: 1;
	background: #555;
	color: #FFF;
}
.apps-archive-list {
	
	height: auto !important;
	margin: auto;
}
.apps-archive-list li {
	list-style: none;
	background: none;
	
	/* Add animation properties */
	animation: fadeIn 0.5s ease-in; 
}

.apps-archive-list li .photo-frame
{
	background-image: url(../images/base-element/ajax-loader.gif);
}


@keyframes fadeIn {  
   from {  
       opacity:0;  
   }  

   to {  
       opacity:1;  
   }  
}

#featured-filter li {
	background: url(../images/icons/star.png) no-repeat 12px center;
	padding: 8px 20px 8px 35px;
}
#featured-filter li.active {
	background: #555 url(../images/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(../images/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(../images/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(../images/icons/customer-white.png); }
.meta-budget {
	background: url(../images/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(../images/icons/budget-white.png); }
.meta-category {
	background: url(../images/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(../images/icons/category-white.png); }
.meta-date {
	background: url(../images/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(../images/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(../images/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(../images/base-element/bullet.png) no-repeat 4px 7px;
	display: block;
}

/* 2nd level list */
.widget_pages li.has-child > a,
.widget_nav_menu li.has-child > a {
	background-image: url(../images/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(../images/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;
}
}
/* ADS 125 */
.widget_ads_125 .ads-banner {
	margin: 0 0 15px 0;
	padding: 2px;
	background: url(../images/pattern/chess.png) repeat;
}

/* 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(../images/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(../images/shadow-left.png) no-repeat left center;
	width: 60px;
	height: 12px;
	float: left;
}
.shadow-body {
	background: url(../images/shadow-body.png) repeat-x left center;
	width: 200px;
	height: 12px;
	float: left;
}
.shadow-right {
	background: url(../images/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(../images/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(../images/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(../images/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(../images/icons/close.png) center center no-repeat;
}
#customize-background-image img {
	border: 1px solid #AAA;
}




/* Slides */
#device .flexslider {
	background: transparent;
}
	
.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(../images/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(../images/ribbon.png) no-repeat;
	position: absolute;
	top: -3px;
	right: -3px;
}
 
.home h3
{
	margin-bottom: 0px;
    _margin: 0 -5000px 0 -5000px;	/* uncomment if using background-color */
    _background-color: #f9f9f9;
    _padding-top: 10px;				/* uncomment if using background-color */
    color: #000000;
    _margin-bottom: 20px;			/* uncomment if using background-color */
    font-size: 32px;
	text-transform: uppercase;
}

.dropdown .filter-list li {
	font-weight: 700;
}	

.dropdown dt a {
    height: auto;
}



.dropdown dt span {
    font-size: 20px;
	font-weight: 700;
}


.dropdown dt a {
    _border: 1px solid #000000;
}

.image_group {
    width: 100% !important;
}

.wave {
    background: url(/wp-content/themes/apps-theme/images/fpwave_hdr2.svg) repeat-x;
    position: absolute;
    width: 16200px;
    top: -130px;
    left: -1400px;
    height: 200px;
    transform: translate(0, 0, 0);
    animation: waveh 18s linear infinite;
    _z-index: -900;
}

.wave:nth-of-type(2) {
  top: -45px;
  animation: swell 8s ease infinite;
  opacity: 1;
}

.wave:nth-of-type(3) {
  top: -90px;
  animation: swell2 8s ease infinite;
  left: -220px;
  opacity: 1;
}

.waveh {
  background: url(/wp-content/themes/apps-theme/images/fpwave_hdr2.svg) repeat-x;
position: absolute;
    width: 6200px;
    top: -130px;
    left: -1900px;
    height: 400px;
    transform: translate(0, 0, 0);
    animation: waveh 18s linear infinite ;
    z-index: -900;
}

.waveh:nth-of-type(2) {
  top: -45px;
  animation: swellh 18s linear infinite ;
  opacity: 1;
}

.waveh:nth-of-type(3) {
  top: -90px;
  animation: swellh2 18s linear infinite ;
  opacity: 1;
}

@keyframes wave {
  0% { margin-left: 0; }
  100% { margin-left: -1600px;}
}
@keyframes swell {
  0%, 100% {
    transform: translate(0, -20px);
  }
  50% {
    transform: translate(0, 5px);
  }
}

@keyframes swell2 {
  0%, 100% {
    transform: translate(-200px, -60px);
  }
  50% {
    transform: translate(0, 25px);
  }
}

@keyframes waveh {
  0%  { margin-left: 0; }
	100% { margin-left: -1600px;}
}
@keyframes swellh {
0%,100% {
	  margin-left: -200px;
		margin-top: -80px;
  }
  40% {
    margin-left: -230px;
	margin-top: -70px;
  }
  
}

@keyframes swellh2 {
  0%,100% {
	  margin-left: 0px;
    margin-top: -60px;
  }
  30% {
    margin-left: -20px;
	margin-top: -90px;
  }
}

footer {
    background-color: transparent !important;
}

.page-template-template-apps-archive .dropdown dt
{
	border-radius: 10px;

    height: 50px;
    overflow: hidden;
}

.page-template-template-apps-archive .dropdown dt.open {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.dropdown dd ul {

	background: #e7e7e7;
    border: 0px solid #bdc3c7;
}


.dropdown .filter-list li:nth-child(odd) {


    background: #f1f1f1;
}

.dropdown .filter-list li:nth-child(even) {
    background: #fff;
}


/* Dropdown style */
.dropdown {
  width: 15em;
  margin: 0 auto;
  margin-bottom: 1em;
}
.dropdown dt a {
  display: block;
  height: 2.5em;
  width: 100%;

  text-decoration: none;
}

.dropdown dt a a {
  display: block;
  height: 2.5em;
  width: 100%;
  border: 0px solid #ecf0f1;
  border-radius: 3px;
  text-decoration: none;
}
.dropdown dt a:hover, .dropdown dt a:active {
  border-color: #bdc3c7;
}
.dropdown dt span {
  display: block;
  padding: 0 1em;
  line-height: 2.5em;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHo+AACAQQAA+MoAAIC0AAB48QAA9RwAADw3AAAbzhlfIT4AAACJSURBVHjajNAxCsJAEEbhb5cU4i0sbHIaL6IQTxFPo4VeROwXQs4gKW1cWJZEM90wj5l5f0jDeMXBunqENIw7vLD9A09oIxL6FdsvSCENI2zwxH4BTmgxxeJc92P76cuIpRBuc6K45yZWwzPeleixBOLMr30tWgJZuqwcQJNFy2GzkHeHUMPwGQChFSPmzlJ1WgAAAABJRU5ErkJggg==) no-repeat scroll right center;
  border-right: 1em solid transparent;
  cursor: pointer;
}
.dropdown dd {
  position: relative;
}
.dropdown dd ul {
  display: none;
  position: absolute;
  left: 0;
  top: -2.5em;
  width: 100%;
  list-style: none;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #bdc3c7;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index:500;
  overflow: hidden;
}
.dropdown dd ul li:first-child a:hover {
  border-radius: 3px 3px 0 0;
}
.dropdown dd ul li:last-child a:hover {
  border-radius: 0 0 3px 3px;
}
.dropdown dd li a {
  display: block;
  padding: 0px;
  line-height: 3.5em;
  text-decoration: none;
}


.dropdown dd li a:hover {
  background-color:#f7f98b;
  color: #000;
  cursor: pointer;
}
#platform-filter a
{
	color:#7f7f7f
}

.dropdown #platform-filter.filter-list li.active a
{
	color:white;
}

.dropdown .filter-list li.active a {
    text-decoration: none;
    color: white;
}

.dropdown .filter-list li {

  display: block;
  background: none;
  margin: 0 auto;
  padding: 0px;


  width: 100%;
  position: relative;
  text-align: center;
}

.dropdown .filter-list li.active {
  opacity: 1;
  background: #555;
  color: #508C20;
}

.selected {
  font-weight: 700;
}

/* The outmost container of the lightbox */
#image-modal-popup {
	/* Hide until popup is trigerred to open */
	display: none;	
	position: fixed;
	padding: 0;
    margin: 0;
	
	/* Make sure the popup is in front of everything else, depending on your page's layering, you might need a higher number here */
	z-index: 100000;

	/* Set the edges to cover the whole page. Also for centering the image */
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

	/* A semi transparent background. Set it to any color you like */
	background-color: #0000008f;
}

/* Used for centering */
#image-modal-container
{
	position: relative;
	background-color: transparent;

	padding: 0;
    margin: 0;

	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

	/* Allow for some padding around the image. Set to 100% if you don't want it. */
	width: 90%;

}



/* The dialog */

#image-modal-dialog {
	position: relative;
    display: inline-block;
	padding: 0;
    margin: 0;
	
	/* Frame color */
    background-color: #fff;
	
	/* Frame thickness */
    padding: 10px;
	
	/* Radius of the rounded edges of the frame. Set to 0 for sharp edges */
    border-radius: 10px;
}



/* The image */

#image-modal-image {

	padding: 0;
    margin: 0;
	
	/* This ensures the height of the popup is within the viewport height */	
	
		
	/* This ensures the height of the popup is within the viewport height */
    max-height: 90vh;
	max-width:85vw;
	/* Set to 0 if you don't want rounded border */
    border-radius: 10px;
}



/* Loading animation */
#image-modal-loader {
	padding: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff url(../images/base-element/ajax-loader.gif) center center no-repeat;
	background-size: auto;
    max-width: 100px;
    max-height: 100px;
    margin: auto;
    width: 100px;
    height: 100px;

}

/* Close button */
#image-modal-close-button {
	
	/* Place the button on the top-right of the popup */
	position: absolute;
	right: -10px;
	top: -10px;
	padding: 0;
    margin: 0;


	/* I am using an image for the button here, but you can just use text if you want to. */
	background: url(../images/close-button_c.gif) no-repeat;
	background-size: contain;	
	width: 50px;
	height: 50px;
}



.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
	margin-top: 30px;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
	    background-color: #a8c4ca80;
    font-size: larger;
    font-weight: 700;
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.card-sub-section
{
	margin-bottom:40px;
}

