/*
Theme Name: JPlay
Author: Skygate
Description: JPlay template.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: jplay

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
        -webkit-font-smoothing: antialiased;
         text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
         font-family: 'Helvetica W01 Roman', Helvetica, Arial, Helvetica, sans-serif;
}
body {
	line-height: 1;
        -webkit-font-smoothing: antialiased;
         text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
        
}
body.home.page .main-wrap {
	background: #fff url(images/content-bg.jpg) repeat-x top;
}
body.page .main-wrap {
	background: #FFFFFF;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

textarea { resize:vertical; } 


.clear-both{ clear:both;}

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	/*font-family: inherit;*/
	font-family: 'Helvetica W01 Roman';
	padding: 6px;
	padding: 0.428571429rem;
	font-size: 12px;
        border: none !important;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

button.single_add_to_cart_button {
	display: inline-block;
        text-decoration: none;
	background: url('images/add_button.jpg') no-repeat 0 0!important;
	text-indent: -9999px;
	height: 40px;
	width: 130px;
	float: right!important;
	border: none!important;
}
input.single_add_to_cart_button {
	display: inline-block;
	background: url('images/add_button.jpg') no-repeat 0 0!important;
	text-indent: -9999px;
	height: 40px;
	width: 130px;
	float: right!important;
	border: none!important;
}



/* Fonts */


@font-face {
    font-family: "HelveticaNeueLTPro-Ex";
    src: url(fonts/HelveticaNeueLTPro-Ex.otf);
}

@font-face {
    font-family: "HelveticaNeueLTPro-Bd";
    src: url(fonts/HelveticaNeueLTPro-Bd.otf);
}

@font-face {
    font-family: "HelveticaNeueLTPro-It";
    src: url(fonts/HelveticaNeueLTPro-It.otf);
}

@font-face {
    font-family: "HelveticaNeueLTPro-Lt";
    src: url(fonts/HelveticaNeueLTPro-Lt.otf);
}

@font-face {
    font-family: "HelveticaNeueLTPro-Roman";
    src: url(fonts/HelveticaNeueLTPro-Roman.otf);
}


/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: 'Helvetica W01 Roman',Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: 'Helvetica W01 Roman', Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #1e1e1e;
        text-decoration: none;
}
a:hover {
	color: #2bcda1;
        text-decoration: none;
}


.main-wrap
{
    background: #fff url(images/content-bg.jpg) repeat-x top;
    width:100%;
}


#cookie-zone
{
    font-family: 'Helvetica W01 Roman', Helvetica, sans-serif;
    font-weight: 400;
    
    font-size:12px;
    
    width:960px;
    height:50px;
    margin:0 auto;
    
    padding-left:118px;
    
    font-size:12px;
    line-height: 50px;
    
}

#cookie-close
{
    background: url('images/close-x.jpg') no-repeat right;
    width:25px;
    height:25px;
    
    float:left;
    
    margin: 12px 0px 0px 20px;
}

#cookie-zone div
{
    float:left;
}


.top-wrap
{
    width:100%;
    height:90px;
    background-color: #0f0f0f;
}

#top-menu {
    height:90px;
    background-color: #0f0f0f;
    width:960px;
    margin:0 auto;
    position: relative;
}
#dc_jqmegamenu_widget-5-item ul li.mega-hover a, #dc_jqmegamenu_widget-5-item ul li a:hover {
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
}

#dc_jqmegamenu_widget-5-item a {
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
}

#top-menu nav
{
    float:right;
}


#my-mega-menu-widget
{
    width:730px;
    height:90px;
        
    margin:0 auto;
    
    position:absolute;
    top:0px;
    left:50;
    right:0px;    
}

#logo
{
    display:block;
    height:90px;
    width:230px;
    background: url(images/logo.jpg);
    
}
.content-header
{
    width:940px;
    margin:0 auto;
    line-height: 60px;
    
    background-color: #0f0f0f;
    border-top:solid 1px #323232;
    margin-top:1px;
}



.content-header div.text
{
    font-family: 'Helvetica W01 Roman', Helvetica, sans-serif;
    font-weight: 400;
    
    font-size:15px;
    
    float:left;
    width:630px;
    color:#f6f6f6;
    padding-left:30px;
}

.content-header a.fb
{
    float:left;
    width:60px;
    height:60px;
    background-image: url(images/fb.jpg);
}

.content-header a.fb:hover
{
    background-image: url(images/fb-hover.jpg);
}

.content-header a.twitter
{
    float:left;
    width:60px;
    height:60px;
    background-image: url(images/twitter.jpg);
}

.content-header a.twitter:hover
{
    background-image: url(images/twitter-hover.jpg);
}

.content-header a.link
{
    font-family: 'Helvetica W01 Bold', Helvetica, sans-serif;
    
    font-size:15px;
    
    width:160px;
    height:60px;
    
    display:block;
    
    float:left;
    
    background: url(images/download-bg.jpg)  no-repeat;
    
    text-decoration: none;
    text-align: center;
    
    color:#1e1e1e;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
}

.content-header a.link:hover
{
    background: url(images/download-bg.jpg)  no-repeat 0px -58px;;
}


.breaker-box
{
    width:180px;
    margin:0 auto;
    margin-top:27px;
    margin-bottom:20px;
}


.breaker
{
    font-family: 'Helvetica W01 Bold', Helvetica, sans-serif;
    font-size:13px;
    color:#2bcda1;
    background: url(images/small-arrow.png) right 6px no-repeat;
    padding: 0px 15px;
    margin:0 auto;
}

.breaker:hover
{
    color:#0f0f0f;
}

.hover-post
{
    background: url(images/read-more.png) no-repeat;
    width:340px;
    height:210px;
    position:absolute;
    top:0px;
    left:0px;
    display:none;   
}

.footer-wrap
{
    width:100%;
    background:#0f0f0f;
}



.footer-wrap .left-column, .footer-wrap .right-column 
{
    width:438px;
    float:left;
    margin-right:40px;
    margin-top:30px;
}

.footer-wrap h2
{
    font-size:20px;
    color:#fff;
    margin-bottom:20px;
    
    font-family: 'Helvetica W01 Roman', Helvetica, sans-serif;
    font-weight: 400;
    
}

.footer-wrap  input, .footer-wrap  textarea
{
    padding:10px 0px;
    background-color: #222222;
    color:#7e7e7e;
    width:419px;
    border:none;
    
    padding-left:20px;
    margin-bottom:20px;
    border-radius:0px;
    
}


.footer-wrap  input:focus,.footer-wrap  textarea:focus
{
    background-color: #323232;
    border-left:5px solid #2bcda1;
    width:414px;
}

.footer-wrap input[type="submit"]
{
    background: url(images/submit-bg.jpg) no-repeat;
    background-color: #29c399;
    border-radius:0px;
    width:150px;
    height:50px;
    float:right;
    font-family: 'Helvetica Bold', Helvetica, sans-serif!important;
    color:#1e1e1e;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding:5px;
    
    margin-top:-15px;
    
    text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
}

.footer-wrap input[type="submit"]:hover
{
    background: url(images/submit-bg.jpg) no-repeat 0px -50px;
}

#social div
{
    float:left;
}
#social{
    padding-top: 95px;
}
#social .fb
{
    width:50px;
    height:50px;
    background: url(images/social-footer.jpg) no-repeat;
    display:block;
    float:left;
    margin-right:10px;
}


#social .fb:hover 
{
    background: url(images/social-footer.jpg) no-repeat -50px 0px;
    
}

#social .twitter
{
    width:50px;
    height:50px;
    background: url(images/social-footer.jpg) no-repeat 0px -50px;
    display:block;
    float:left;
    
    margin-right:40px;
}

#social .twitter:hover {
    background: url(images/social-footer.jpg) no-repeat -50px -50px;
}


#social .support
{
    color:#29c399;
    font-size:24px;
}

#social .support:hover
{
    color:#fff;
}

input:invalid {
    -moz-box-shadow: none !important;
}
input:required {
    box-shadow:none;
}

#content .entry-content ol li {
	border-bottom: dotted #EBEBEB 1px;
}
#content ol li {
     color: #6ADCBD;
	font-size: 30px;
	position: relative;
	margin: 0 0 10px 2em;
	padding: 4px 0;
	list-style: none;
}

#content ol li:last-child {
	border-bottom: none;
}

.entry-content ol > li:before {
	content: counter(li)".";
	counter-increment: li;
	position: absolute;
	/*top: -2px;*/
	left: -2em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 2em;
	margin-right: 8px;
	padding: 4px;
}



.entry-content li {
display: list-item;
}

.entry-content ol {
    counter-reset: li;
}

#content ol li h2 {
     color:#111111;
    /* margin-top:20px;*/
     width:700px;
     
     font-family: 'Helvetica W01 Roman', Helvetica, sans-serif;
     font-weight: 400;
     margin-top: 10px;
}

#content ol li p {
     color:#999;
     font-size:13px;
     width:700px;
     
     font-family: 'Helvetica W01 Roman', Helvetica, sans-serif;
     font-weight: 400;
	padding-top: 7px;     
     
}

#banner-download-wrapper
{
    height:415px;
    background:url('images/download-banner-bg.jpg') repeat-x;
}

#banner-buy-now-wrapper
{
    height:415px;
    background:url('images/download-banner-bg.jpg') repeat-x;
}
#banner-jcat-now-wrapper
{
    height:348px;
    background:url('images/jcat-banner-bg.jpg') no-repeat  center;
    background-color: #000
}



#banner-download-content
{
    width:940px;
    margin:0 auto;
    height:415px;
}

#banner-buy-now-content
{
    width:940px;
    margin:0 auto;
    height:415px;
}
#banner-jcat-now-content
{
    width:940px;
    margin:0 auto;
    height:360px;
}

#banner-download-content .left-box
{
    width:470px;
    padding-top:100px;
    float:left;
    position:relative;
}

#banner-download-content .right-box
{
    width:470px;
    float:left;
    position:relative;
}


#banner-download-content .left-box p
{
    color: #999999;
    font-family: 'Helvetica W01 Roman', Helvetica, sans-serif;
    font-weight: 400;
    
    font-size: 15px;
    line-height: 1.4;
    width:400px;
    
    margin-bottom:30px;
    position:absolute;
    top:160px;
    left:-20px;
    opacity: 0;
}


#banner-download-content .left-box h1
{
    font-family: 'Helvetica W01 Light', Helvetica, sans-serif;
    font-weight: 400;
    
    font-size: 30px;
    line-height: 1.5;
    
    position:absolute;
    left:-20px;
    opacity: 0;
}

#banner-buy-now-content h1
{
    font-family: 'Helvetica W01 Light', Helvetica, sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 30px;
    line-height: 1.5;
    margin-top: 25px;
}
#banner-jcat-now-content h1
{
    font-family: 'Helvetica W01 Light', Helvetica, sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 30px;
    line-height: 1.5;
    color: #ffffff;
}


#banner-download #download-img
{
    background: url("images/download-banner-img.png") no-repeat scroll 0 0;
    width:538px;
    height:321px;
    
    position: absolute;
    top:60px;
    right:-80px;
    
    opacity: 0;
}

#banner-download-content .button
{
    background: url("images/submit-bg.jpg") no-repeat scroll 0 0 #29C399;
    display:block;
    height:50px;
    width:150px;
    text-align: center;
    line-height: 50px;
    color:#fff;
    float:left;
    margin-right:20px;
    
}
#buy-now-wrapper
{
    height: 50px;
    text-align: center;
    margin-top: 20px;
    padding-left: 100px;
}
.shadowbutton {
    width: 170px;
    height: 22px;
    background: url("images/buynowshadowbutton.png") no-repeat ; 
    margin-top: 5px;
    margin-left: 290px;
    }
#banner-buy-now-content .button
{
    background: url("images/submit-bg.jpg") no-repeat scroll 0 0 #29C399;
    display:block;
    height:50px;
    width:150px;
    text-align: center;
    line-height: 50px;
    color:#fff;
    margin-right:20px;

}
#banner-jcat-now-content .button
{
    background: url("images/submit-bg.jpg") no-repeat scroll 0 0 #29C399;
    display:block;
    height:50px;
    width:150px;
    text-align: center;
    line-height: 50px;
    color:#fff;
    margin-right:20px;

}
.download-wrap{
    height:310px;
    background: url('images/shadow.png') no-repeat 0px 25px;
}

.download-wrap .button
{
    background: url("images/submit-bg.jpg") no-repeat scroll 0 0 #29C399;
    display:block;
    height:50px;
    width:150px;
    
    text-align: center;
    line-height: 50px;
    color:#fff;
    
    margin:0 auto;
    margin-top:140px;
    
}


#banner-download-content .button.download
{
    top:100px;
    position: absolute;
    left:-20px;
    opacity: 0;
}

#paypal-logo
{
    display: inline-block;
    height: 50px;
    width: 82px;
    text-indent: -9999px;
    line-height: 50px;
    background: url('images/paypal_logo_buy.png') no-repeat 0 0;
}

#banner-download-content .button.buy
{
    top:100px;
    position: absolute;
    left:160px;
    opacity: 0;
    color: #FFFFFF;
    
    
}

#banner-buy-now-content .button.buy
{
    margin:0 auto;
    display:inline-block;
    opacity: 1;
    color: #FFFFFF;
}

#banner-download-content p.last-update
{
    top:340px;
    position: absolute;
    left:-20px;
    opacity: 0;
    font-size:13px;
}

#banner-download-content .button:hover, .download-wrap .button:hover, #banner-buy-now-content .button:hover
{
    background: url("images/submit-bg.jpg") no-repeat scroll 0 -50px transparent;
}


#banner-download
{
    height:415px;
    background:url('images/download-banner.jpg') center top no-repeat;
    margin:0 auto;
    
    width:100%;
}

#banner-buy-now
{
    height:415px;
    background:url('images/download-banner.jpg') center top no-repeat;
    margin:0 auto;
    
    width:100%;
}
#banner-jcat-now
{
    height:348px;
    background:url('images/JCAT_img.jpg') center top no-repeat;
    margin:0 auto;
    
    width:100%;
}




.download-page p
{
    font-family: 'Helvetica W01 Roman', Helvetica, sans-serif;
    font-weight: 400;
    color:#999;
    
}


.requirements
{
    height:487px;
    width:100%;
    
    background:url('images/requirements-bg.png') repeat-x;
}

.requirements-wrap
{
    font-family: 'Helvetica W01 Roman', Helvetica, sans-serif;
    
    width:940px;
    margin:0 auto;
    position: relative;
    top:90px;
    
    
}



.requirements-wrap .left
{
    background: url('images/bottom-arrow.png') no-repeat 148px 20px;
    
    float:left;
    
    width:410px;
    height:280px;
    
    padding-top:20px;
    
    
}

.requirements-wrap .right
{
    float:left;
}

.requirements-wrap h1
{
    
    font-size: 24px;
    font-weight: 400;
    
    padding-bottom: 20px;
    margin-bottom:20px;
    
    border-bottom: solid 1px #d7d7d7; 
    
}

.requirements-wrap li
{
    color:#1e1e1e;
    line-height: 20px;
    
    margin-bottom:20px;
    padding-left:20px;
    
    background:url(images/requirements-arrow.png) no-repeat left 5px;
}

.requirements-wrap li p
{
    color:#999999;
}


.small-tick
{
    width:20px;
    height:20px;
    background:url(images/tick.gif) no-repeat center;
    float:left;
    margin-right: 15px;
}
.small-box-wrapper 
{
    display: block;
    width: 20px;
    height: 100%;
    text-align: center;
}
.small-box
{
    display: inline;
    width:20px;
    height:20px;
    background:url(images/tick.gif) no-repeat center;
    float:left;
    margin-right: 15px;
}

div.download-page #download-features span
{
    /*float:left;*/
}

div.download-page #download-features span.features
{
    font-family: 'Helvetica W01 Roman', Helvetica, sans-serif;
    font-weight: 400;
    width:205px;
    font-size:13px;
    line-height: 20px;
    color:#999999;
    float: left;
}

div.download-page h1.header
{
    font-family: 'Helvetica W01 Roman', Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 400;
    border-bottom: solid 1px #d7d7d7;
    padding-bottom:10px;
    margin-bottom: 10px;
}

div.download-page #download-features .features-ico
{
    width:50px;
    display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#download-features
{
    width:300px;
}


#download-updates li
{
    border-bottom: 1px dotted #D7D7D7;
    margin-bottom:20px;
}


#download-updates .title
{
    color: #0f0f0f;
    font-family: 'Helvetica W01 Roman', Helvetica,sans-serif;
    font-weight: 400;
	line-height: 24px;    
    font-size:15px;
}

#download-updates .date
{
    color: #999999;
    font-family: 'Helvetica W01 Roman', Helvetica,sans-serif;
    font-weight: 400;
    font-size:13px;
    margin-bottom:15px;
    margin-top: 35px;
}
#download-updates .breaker-box{
    font-size: 12px;
}


#download-updates .breaker-box
{
    margin-left:0px;
    margin-top:15px;
}

#download-updates .breaker
{
    padding:0px;
}


#download-features li
{
    border-bottom: dotted 1px #d7d7d7;
    /*padding-bottom:5px;
    padding-top:5px;*/
    padding: 20px 0;
    position:relative;
    display: table;
    width: 100%;
}
.bannerhometopjplay{
    background-size: cover;
}

#download-instructions ol > li:before {
	content:counter(li);
	counter-increment: li;
	position: relative;
	left: -24px;
	margin-left:-32px;
	background:url(images/list-bg.gif) no-repeat center center;
	padding:10px 10px;
	color:#fff;
	font-size: 13px;
}

#download-instructions li {
display: list-item;
}

#download-instructions ol {
    counter-reset: li;
    /*padding-left:20px;*/
    left: -45px;
    position: relative;
}


div.quotation
{
    background:url(images/quote.gif) no-repeat left 5px;
    width:30px;
    height:20px;
    float:left;
    margin-left:-32px;
    
}


div.download-page .column-left
{
    width:43%;
    float:left;
}

div.download-page .column-right
{
    width:57%;
    float:left;
}

div.download-page #download-instructions ol li {
    color:#111111;
    font-size:15px;
    /*padding-left:20px;*/
	line-height: 24px;     
    /*margin-bottom:15px;*/
    border-left:dotted 1px #2bcca0;
    padding: 0 0 19px 42px;
    margin: 0;
}

div.download-page #download-instructions ol li:last-child {
	border-left: none;
}

div.download-page #download-instructions ol {
    /*border-left:dotted 1px #2bcca0;*/
}

div.download-page #download-instructions ol li p {
    padding-top:10px;
    line-height: 20px;
}


#banner-partners,#banner-reviews,#banner-music
{
    width:100%;
    background-color: #141414;
}

#banner-partners-content
{
    height:145px;
    background:url(images/partner-banner.jpg) no-repeat center;
    font-family: 'Helvetica W01 Light', Helvetica,sans-serif;
}

#banner-reviews-content
{
    height:145px;
    background:url(images/reviews-banner.jpg) no-repeat center;
}

#banner-music-content
{
    height:145px;
    background:url(images/music-banner.jpg) no-repeat center;
}


.up-block
{
    background:url(images/go-up.gif) no-repeat center;
    width:50px;
    height:50px;
    display:block;
    
    position:absolute;
    right:100px;
}

.download-page .warning
{
    color:#999999;
    font-family: 'Helvetica W01 Roman', Helvetica,sans-serif;
    font-weight: 400;
    line-height: 20px;
    font-size: 13px;
    margin:30px 0px 40px 0px;
    position: relative;
}
.download-page .breaker-box .breaker{
    font-size: 12px;
}
.download-page .warning-ico
{
    background:url(images/warning-ico.gif) no-repeat center;
    width:50px;
    height:50px;
    
    position: absolute;
    top: 0px;
    left:-70px;
}


/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
        
}
.site-content {
	margin: 10px 0 0;
        margin-bottom: 0px;
        
}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}

/* Header */
.site-header {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	text-align: center;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.6;
	max-width: 960px;
	max-width: 68.571428571rem;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
        font-weight: 400;
        
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #444;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 30px;
	line-height: 1.5;
        font-family: 'Helvetica W01 Light', Helvetica, sans-serif;
        font-weight: 400;
        color: #444444;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
/*	list-style: decimal outside;*/
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 0px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	margin-bottom: 20px;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	/*margin-bottom: 40%;*/
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


.turquoise
{
    color:#2ac89d;
    font-family: 'Helvetica W01 Light', Helvetica, sans-serif;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* =Media queries
-------------------------------------------------------------- */

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		width: 940px;
		overflow: hidden;
	}
	.site-content {
		float: left;
		width: 65.104166667%;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		width: 26.041666667%;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: 1px solid #ededed;
		border-top: 1px solid #ededed;
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #6a6a6a;
		line-height: 3.692307692;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.main-navigation li a:hover {
		color: #000;
	}
	.main-navigation li {
		margin: 0 40px 0 0;
		margin: 0 2.857142857rem 0 0;
		position: relative;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
                -o-transition: .5s;
                -ms-transition: .5s;
                -moz-transition: .5s;
                -webkit-transition: .5s;
                transition: .5s;
	}
	.main-navigation li ul li a:hover {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #636363;
		font-weight: bold;
	}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #000;
	}
	body .site {
		margin-bottom: 0px;
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}

/* Music Page */
.MainPageMusic {
	background: #FFFFFF;
	color: #c8c8c8;
	width: 960px;
	margin: auto;
}
	.MainPageMusic .BoxInfoMusic {
		width: 940px;
		float: left;
		color: #999999;
	}
	.MainPageMusic .BoxInfoMusic:last-child {
		margin: 0 0 100px 0;
	}
		.MainPageMusic .BoxInfoMusic .Title {
			width: 940px;
			padding: 25px 0;
			border-bottom: solid #c8c8c8 1px;
			color: #1e1e1e;
			font-family: 'Helvetica W01 Roman', Helvetica;
			font-weight: 400;
			font-size: 1.7em;
		}
		.MainPageMusic .BoxInfoMusic.even .Title {
			padding-left: 400px;
		}
		.MainPageMusic .BoxInfoMusic.odd .Title {
			text-align: left;
		}
		.MainPageMusic .BoxInfoMusic .Images {
			width: 320px;
		}
		.MainPageMusic .BoxInfoMusic.even .Images {
			float: left;
		}
		.MainPageMusic .BoxInfoMusic.odd .Images {
			float: right;
			margin: 0;
		}
		.MainPageMusic .BoxInfoMusic .Text {
			width: 540px;
			margin: 25px 0 0 0;
			line-height: 1.5em;
			font-family: 'Helvetica W01 Roman', Helvetica;
			font-weight: 400;
		}
		.MainPageMusic .BoxInfoMusic.even .Text {
			float: right;
		}
		.MainPageMusic .BoxInfoMusic.odd .Text {
			float: left;
		}
			.MainPageMusic .BoxInfoMusic .Text .Link {
				padding: 20px 0 0 0;
				color: #2BCDA1;
				font-family: 'Helvetica W01 Roman', Helvetica;
				font-weight: 600;
				text-decoration: none;
				float: left;
				font-size: 15px;
			}

			.MainPageMusic .BoxInfoMusic .Text .Link:after {
				content: url("images/small-arrow.png");
				width: 7px;
				height: 5px;
				margin: -2px 0 0 10px;
				position: absolute;
				-webkit-transition: 1s all;
				-moz-transition: 1s all;
    			-o-transition: 1s all;
    			transition: 1s all;
			}
			.MainPageMusic .BoxInfoMusic .Text .Link:hover:after {
				margin-left: 25px !important;
			}
                        
                        
/* PARTNERS */
.MainPagePartners {
	background: #FFFFFF;
	color: #c8c8c8;
	width: 960px;
	margin: auto;
}
	.MainPagePartners .BoxInfoPartners:first-child {
		margin: 15px 0 0 0;
	}
	.MainPagePartners .BoxInfoPartners {
		width: 940px;
		float: left;
		color: #999999;
		border-top: solid #c8c8c8 1px;
		padding: 0 0 50px 0;
	}
		.BoxInfoPartners .Images {
			width: 320px;
			float: left;
		}
			.percentage {
				background: #2BCDA1;
				width: 56px;
				position: absolute;
				text-align: center;
				padding: 4px 0 4px 0;
				font-size: 13px;
				color: #FFFFFF;
				font-family: 'Helvetica W01 Roman', Helvetica;
				font-weight: 400;
                                z-index: 9999;
			}
		.BoxInfoPartners .Text {
			width: 540px;
			float: right;
			line-height: 1.5em;
			font-family: 'Helvetica W01 Roman', Helvetica;
			font-weight: 400;
                        margin-top:20px;
		}
			.BoxInfoPartners .Text span {
				display: block;
                                margin-top:20px;
			}
			.BoxInfoPartners .Text h1 {
				font-family: 'Helvetica W01 Roman', Helvetica;
				font-weight: 400;
				color: #1e1e1e;
				font-size: 1.6em;
				padding-top: 15px;
                                line-height: 30px;
			}		
			.Text span.Bold {
				font-weight: 600;
			}
			.Text span {
				font-size: 1em;	
			}
			.Text .Commas {
				background: url('images/commas.jpg') no-repeat;
				width: 22px;
				height: 16px;
				float: left;
				position: relative;
				display: inline;
				top: 20px;
			}
			.Text .MoreInfo {
				padding: 0 0 0 40px;
				position: relative;
			}
                        .Text a.LinkTransition {
				padding: 40px 0 0 0;
				color: #2BCDA1;
				font-family: 'Helvetica W01 Roman', Helvetica;
				font-weight: 600;
				text-decoration: none;
				float: left;
				font-size: 15px;
			}
                        .MainPagePartners .BoxInfoPartners .Text .LinkTransition:after {
				content: url("images/small-arrow.png");
				width: 7px;
				height: 5px;
				margin: -2px 0 0 10px;
				position: absolute;
				-webkit-transition: 1s all;
				-moz-transition: 1s all;
    			-o-transition: 1s all;
    			transition: 1s all;
			}
			.MainPagePartners .BoxInfoPartners .Text .LinkTransition:hover:after {
				margin-left: 25px !important;
			}

/* BLOG */    


.twitterpost
{
    line-height: 18px;
}
                        
.blog-post .entry-title a
{
    font-size: 34px;
    font-family: 'Helvetica W01 Light', Helvetica, Arial, sans-serif!important;
    font-weight: 400;
}

.blog-post  .lineauthor {
    color: #999999;
    margin: 10px 0px 45px 0px;
}
.blog-post .lineinterval{
    float: left;
    margin: 0 10px 0 0;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #e1e1e1;
    padding-right:10px
}

.blog-post  .comment {
    margin-left: 5px;
    padding: 5px 0 0 0;
    width: 25px;
    height: 26px;
    float: left;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    background-image: url(images/comment.png);
    background-repeat: no-repeat;
}

.blog-post .entry-content
{
    color:#44;
}

.blog-post .Link {
    color: #2BCDA1;
    float: left;
    font-family: 'Helvetica W01 Roman', Helvetica;
    font-size: 12px;
    font-weight: 600;
    padding: 20px 0 0;
    text-decoration: none;
}

.blog-post  .Link:after {
    content: url("images/small-arrow.png");
    height: 5px;
    margin: -2px 0 0 10px;
    position: absolute;
    transition: all 1s ease 0s;
    width: 7px;
}

.blog-post  .Link:hover:after {
    margin-left: 25px !important;
}

.lasttwitter{
     width: 180px;
     background: #2bcda1  url(images/bottomtwitter.jpg) bottom no-repeat;
    color: white;
    padding: 20px 20px 50px 20px;
    font-size: 12px;
    -moz-border-radius:1px;
    -webkit-border-radius:1px;
    -khtml-border-radius:1px;
    border-radius:1px;
    behavior:url(border-radius.htc);
    margin-top:10;    
}
.lasttwitter a{
    font-weight: bold;
    background: #2bcda1;
    color: white;
    outline: none;
    text-decoration: none;
}

button.subscribe-submit
{
    display:block;
    margin-top:5px;
	background: none;
	border: none;
	background-image: none;
	box-shadow: none;
	font-weight: 600;
	color: #2BCDA1;
}
.subscribe-submit{
	font-size: 12px;
        text-transform: uppercase;
}

button.subscribe-submit:after {
	content: url("images/small-arrow.png");
	width: 7px;
	height: 5px;
	margin: -2px 0 0 10px;
	position: absolute;
	-webkit-transition: 1s all;
	-moz-transition: 1s all;
	-o-transition: 1s all;
	transition: 1s all;
}

button.subscribe-submit:hover:after {
				margin-left: 25px !important;
			}


/* Manual */

#content-menu {
    width: 980px;
    max-width: calc(100% - 5px);
    margin: 0 auto;
    padding-left: 5px;
}
/* #menu .sticky-active{
    position:fixed!important;
}*/
#content-menu #menu {
    width: 280px;
    height: 100%;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    color: #999999;
    float: left;
    margin: 0;
    padding: 0;
    margin-right: 30px;
}

#content-menu #menu li {
    padding: 5px 0;
    border-bottom: 1px dotted #d7d7d7;
}

#content-menu #menu li a {
	color: #999999;
}

#content-menu #menu li.active {
    color: #2bc69c;
    font-weight: 700;
    list-style-image: url("images/point.jpg");
}

#content-menu #menu li:last-of-type {
    border-bottom: 0;
}

#content-menu .box {
    width: 620px;
    padding-top: 60px;
    margin: auto 0;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.3;
    float: right;
    position: relative;
}

#content-menu .box:first-of-type {
    padding-top: 0;
}

#content-menu .box .header {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 30px;
}

#content-menu .box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 35px;
    /*border-left: 1px dotted #2bc69c;*/
    margin-left: -35px;
}

#content-menu .box ul li {
	padding: 0 0 19px 30px;
	margin: 0 0 0 7px;
	border-left: 1px dotted #2bc69c;
    /*margin: 30px 0;*/
    position: relative;
    line-height: 26px;
}

#content-menu .box ul li:last-child {
	border-left: none;
}

#content .box ul li.def {
    /*list-style: circle;
    margin: 0;
    margin-left: 15px;*/
    list-style: disc;
    list-style-position: inside;
}

#content-menu .box ul li a {
    color: #2bc69c;
    font-weight: 700;
}

#content-menu .box ul li .point {
    width: 26px;
    height: 26px;
    background-image: url("images/element.jpg");
    display: inline-block;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    position: absolute;
    /*left: -50px;*/
    left: -13px;
    font-size: 13px;
}

#content-menu .box ul li .point.answer {
    background-image: url("images/element-grey.jpg");
}

#content-menu .box img {
    max-width: 100%;
    margin-top: 20px;
}

#content-menu .box ul.faq li {
    /*margin-bottom: 10px;*/
}

#content-menu .box ul li .gallery {
    position: relative;
    max-width: 100%;
    margin-top: 20px;
}

#content-menu .box ul li .gallery .left {
    width: 36px;
    height: 36px;
    background-image: url("images/gal_left.jpg");
    vertical-align: center;
    position: absolute;
    left: -8px;
    top: calc(50% - 18px);
    margin-top: 10px;
    cursor: pointer;
    border-radius: 3px;
    z-index: 1;
    display: block;
}

#content-menu .box ul li .gallery .right {
    width: 36px;
    height: 36px;
    background-image: url("images/gal_right.jpg");
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    right: 1px;
    margin-top: 10px;
    top: calc(50% - 18px);
    cursor: pointer;
    border-radius: 3px;
    z-index: 1;
    display: block;
}

#content-menu .box .note {
    border-top: 1px solid #969696;
    color: #969696;
    font-weight: 400;
    font-size: 13px;
    padding-top: 20px;
    line-height: 20px;
}

#content-menu .box .custom.stream_arrow { display: none; position: absolute; top: 50px; left: 50%; }
#content-menu .box .custom.wired { display: none; color: #444444; font-weight: 700; }
#content-menu.box .custom.wifi { display: none; color: #444444; font-weight: 700; }
#content-menu #menu ul{
    
    margin-top:30px;
}

b {
    font-weight: 700;
}

.dropDown {
                position: absolute;
                font-size: 13px!important;
                margin-left: 375px;
                margin-top: -240px;
                
}
.gallery .desc{
    padding-top: 10px;
}

        .dropDown span {
                border: 1px solid #b3b3b3;
                border-radius: 3px;
                padding-left: 10px;
                padding-right: 43px;
                padding-bottom: 15px;
                cursor: pointer;
                background-image: url('images/dropdown.jpg');
                background-repeat: no-repeat;
                background-position: right;
                float: right;
                width: 145px;
                height: 10px!important;
        }
        .dropDown ul {
                border: 1px solid #b3b3b3 !important;
                border-radius: 3px;
                background-color: #fff;
                margin: 0 !important;
                padding: 5px !important;
                position: absolute;
                top: 28px;
                display: none;
                z-index: 1;
                width: 170px;
        }

        .dropDown ul li {
                margin: 0 !important;
                padding:  2px 15px !important;
                cursor: pointer;
        }

        .dropDown ul li:hover {
                background-color: #e8e8e8;
        }


/* Slider */
.theme-default .nivoSlider .nivo-caption-wrap {
	height: 271px;
	display: table;
}

.theme-default .nivoSlider .nivo-caption {
	top: auto;
	bottom: auto;
	vertical-align: middle;
	position: relative;
	display: table-cell;
}

/* Menu */
.CBM {
	vertical-align: middle;
	display: table-cell;
}

/* ARCHIVE */

.custom-archive-widget
{
    margin-top:40px;
}

.custom-archive-widget li
{
    list-style: none;
}

.custom-archive-widget .archive-year
{
    background: url(images/archive-line.png) no-repeat 0px 12px;
    padding-left:200px;
    
}

/* Menu ABOUT */
#dc_jqmegamenu_widget-5-item ul li .sub-container {
	padding-left: 0 !important;
}

#dc_jqmegamenu_widget-5-item ul li .sub-container.non-mega .sub {
	padding: 0 !important;
	height: 50px;
}

#dc_jqmegamenu_widget-5-item ul li .sub-container.non-mega li {
	height: 0;
	display: table-cell;
	vertical-align: middle;
	float: none !important;
}

li.mega-hover ul {
	display: table !important;
}

#dc_jqmegamenu_widget-5-item ul li .sub-container.non-mega li a {
	height: auto !important;
	line-height: 14px !important;
                -o-transition: .5s;
                -ms-transition: .5s;
                -moz-transition: .5s;
                -webkit-transition: .5s;
                transition: .5s;
        
}

#dc_jqmegamenu_widget-5-item ul li .sub a {
	height: auto !important;
                -o-transition: .5s;
                -ms-transition: .5s;
                -moz-transition: .5s;
                -webkit-transition: .5s;
                transition: .5s;	
}

/* BANNER */

#banner-partners-content div,#banner-reviews-content div,#banner-music-content div
{
    width:940px;
    margin:0 auto;
    position:relative;
}


#banner-partners-content .caption,#banner-reviews-content .caption,#banner-music-content .caption
{
    position: absolute;
    top:68px;
    font-size:20px;
    text-align: right;
    color:#fff;
    font-family: 'Helvetica W01 Light', Helvetica,sans-serif;
}

#banner-partners-content .title,#banner-reviews-content .title,#banner-music-content .title
{
    font-family: 'Helvetica W01 Light', Helvetica,sans-serif;
    position: absolute;
    top:54px;
    font-size:34px;
    text-align: left;
    color:#fff;
}

#content .box ul li.def:last-child {
	background: #FFF;
	margin-top: -19px;
	padding-top: 15px;
}

#dc_jqmegamenu_widget-5-item ul li .sub-container.non-mega {
	left: 433px !important;
        width: 300px;
}


.nivo-caption-wrap h1
{
    font-weight: 400;
    font-size:30px;
}

.site-content article.blog-post 
{
        border-bottom: 1px solid #cccccc;
	padding-bottom: 50px;
}


/* BUY NOW */

#JPlay{
    position: relative;
    width:960px;
    margin: 0px auto;
}


div.post_buyJPlay {
    margin-left: 10px;
    width: 940px;
    padding: 30px 10px 70px 10px;
    background-repeat: no-repeat;
    font-family: 'Helvetica W01 Light', Helvetica, Arial, Helvetica, sans-serif;
}

.post_buyJPlayh2{
    font-family: 'Helvetica W01 Light', Helvetica, Arial, Helvetica, sans-serif;
    font-size: 30px;
    padding-bottom: 50px;
    width: 500px;
    margin: 0 auto;
    color: #111111;
    text-align: center;
}
div.post_jcatJPlay {
    margin-left: 10px;
    width: 940px;
    padding: 80px 10px 70px 10px;
    background-repeat: no-repeat;
}

.post_jcatJPlayh2{
    font-family: 'Helvetica W01 Roman', Helvetica, Arial, Helvetica, sans-serif;
    font-size: 34pt;
    padding-top: 50px;
    padding-bottom: 70px;
    width: 500px;
    margin: 0 auto;
    color: #ffffff;
    text-align: center;
}
.postcontent_jplay_buy {
    padding: 40px 0 20px 0;
    margin: 0 auto;
}
.textJPlay1{
    margin: 0 auto;
    width: 500px;
    padding: 30px 24px 0px 24px;
    text-align: center;
    color: #999999;
    font-size: 16px;
    line-height: 25px;
}
.textjcatJPlay1{
    margin: 0 auto;
    width: 500px;
    padding: 40px 24px 0px 24px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 25px;
}
.textJPlay2{
    margin: 0 auto;
    width: 500px;
    padding: 40px 24px 0px 24px;
    text-align: center;
    color: #999999;
    font-size: 13px;
    line-height: 22px;
}
.textJPlay3{
    margin: 0 auto;
    width: 900px;
    padding: 40px 24px 0px 24px;
    text-align: center;
    color: #999999;
    font-size: 13px;
}
.buybuttonJPlay{
    width: 171px;
    height: 50px;
    background-image: url(images/buybuttonbg.jpg);
    background-repeat: no-repeat;
    padding-bottom: 12px;
    margin: 40px auto 2px auto;
    text-align: center;
    color: #ffffff;
    font-size: 17px;
    padding-top: 8px;
    text-shadow: black 0.1em 0.1em 0.2em;
}
a{
    text-decoration: none;
}

.imageboxesJPlay4{
    width: 940px;
    height: 250px;
    margin: 0 auto;
    padding-top: 2px;
}
.boximageJPlaystat{
    margin: 0 auto;
    padding-left: 25px;
}
.boximageJPlay{
    width: 190px;
    margin: 2px 15px;
    float: left;
}
.boximagetext1JPlay{
    font-weight: bold;
    width: 190px;
    text-align: center;
    font-size: 14px;
    padding-top: 15px;
}
.boximagetext2JPlay{
    color: #999999;
    width: 190px;
    text-align: center;
    font-size: 12px;
    padding-top: 2px;
}

div.postcontent_jplay_buy h3{
    font-family: 'Helvetica W01 Roman', Helvetica, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 34px;
    color: #000;
    margin: 0 0 17px 0;
}
/* 
	popup
*/
#backgroundPopup { 
	z-index:0;
	position: fixed;
	display:none;
	height:100%;
	width:100%;
	background:#000000;	
	top:0px;  
	left:0px;
}
#toPopup {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 6px solid #000;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    display: none;
    font-size: 14px;
    left: 50%;
    margin-left: -402px;
    position: fixed;
    top: 10%;
    width: 800px;
    z-index: 2;
}

div.loader {
    background: url("images/loading.gif") no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 32px;
	display: none;
	z-index: 9999;
	top: 40%;
	left: 50%;
	position: absolute;
	margin-left: -10px;
}
      #title-exit {
               display: block;
               float: right;
               width: 54px;
               text-indent: -9999px;
               height: 55px;
            }
div.close {
    background: url("images/exit.png") no-repeat scroll 0 0 transparent;
    bottom: 0px;
    margin-right: 26px;
    cursor: pointer;
    float: right;
    height: 55px;
    left: 27px;
    position: relative;
    width: 54px;
}
span.ecs_tooltip {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    height: 16px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -62px;
    text-align: center;
    top: -51px;
    width: 93px;
}
span.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
}
div#popup_content {
    width: 970px;
    margin: 0;
}

#content-menu2 {
    width: 980px;
    max-width: calc(100% - 5px);
    margin: 0 auto;
    padding-left: 5px;
}
#menu2 .sticky-active{
    position:fixed!important;
}
#content-menu2 #menu {
    width: 240px;
    height: 100%;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    color: #999999;
    float: left;
    margin: 0;
    padding: 0;
    margin-right: 30px;
    position:fixed!important;
}

#content-menu2 #menu li {
    padding: 5px 0;
    border-bottom: 1px dotted #d7d7d7;
}

#content-menu #menu li a {
	color: #999999;
}

#content-menu2 #menu li.active {
    color: #2bc69c;
    font-weight: 700;
    list-style-image: url("images/point.jpg");
}
#content-menu #menu li.active a{
	color: #2bc69c!important;
}
#content-menu #menu li a:hover {
	color: #2bc69c;
}
#content-menu2 #menu li:last-of-type {
    border-bottom: 0;
}

#content-menu2 .box {
    width: 620px;
    padding-top: 60px;
    margin: auto 0;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.3;
    float: right;
    position: relative;
}

#content-menu2 .box:first-of-type {
    padding-top: 0;
}

#content-menu2 .box .header {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 30px;
}

#content-menu2 .box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 35px;
    /*border-left: 1px dotted #2bc69c;*/
    margin-left: -35px;
}

#content-menu2 .box ul li {
	padding: 0 0 19px 30px;
	margin: 0 0 0 7px;
	border-left: 1px dotted #2bc69c;
    /*margin: 30px 0;*/
    position: relative;
    line-height: 26px;
}

#content-menu2 .box ul li:last-child {
	border-left: none;
}

#content2 .box ul li.def {
    /*list-style: circle;
    margin: 0;
    margin-left: 15px;*/
    list-style: disc;
    list-style-position: inside;
}

#content-menu2 .box ul li a {
    color: #2bc69c;
    font-weight: 700;
}

#content-menu2 .box ul li .point {
    width: 26px;
    height: 26px;
    background-image: url("images/element.jpg");
    display: inline-block;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    position: absolute;
    /*left: -50px;*/
    left: -13px;
    font-size: 13px;
}
a.adownload{
    background: url("images/download.png") no-repeat;
    display: inline-block;
    width: 85px!important;
    height: 14px;
}
a.adownload:hover{
    background: url("images/download2.png") no-repeat;
    display: inline-block;
    width: 85px!important;
    height: 14px;
}
a.adownload2{
    background: url("images/download2.png") no-repeat;
    display: inline-block;
    width: 85px!important;
    height: 14px;
}
a.adownload2:hover{
    background: url("images/download2.png") no-repeat;
    display: inline-block;
    width: 85px!important;
    height: 14px;
}
a.areadmore{
    background: url("images/read_more.png") no-repeat;
    display: inline-block;
    width: 85px!important;
    height: 14px;
}
a.areadmore:hover{
    background: url("images/read_more_2.png") no-repeat;
    display: inline-block;
    width: 85px!important;
    height: 14px;
}
a.areadmore2{
    background: url("images/read_more_2.png") no-repeat;
    display: inline-block;
    width: 85px!important;
    height: 14px;
}
a.areadmore2:hover{
    background: url("images/read_more_2.png") no-repeat;
    display: inline-block;
    width: 85px!important;
    height: 14px;
}

.parrent_ml_post_slider20130703010049 a img{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray!important; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.parrent_ml_post_slider20130703010049 a img:hover{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);  
}

.product-name {
    color: #234213;
}

/*#popup_content table.shop_table{
    border: none;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #111111;
    text-align: center;
}

#popup_content .cart_table_item{
    border: none;
    height: 70px;
    line-height: 70px;
    margin: 0;
    padding: 0;
}

.cart-collaterals {
    display: none;
}

#popup_content table.shop_table td {
    border: none;
}

#popup_content table.shop_table .coupon {
    display: none;
}

#popup_content table.shop_table input.button {
    display: none;
}
*/
#popup_content input.alt {
    display: inline-block;
    width: 130px;
    height: 40px;
    background: url("images/checkout_button.png") no-repeat 0 0!important;
    text-indent: -9999px;
    border: none!important;
    margin-bottom: 20px;
}
/*
#popup_content table.shop_table tr.product_name {
    text-align: center;
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    color: #000000;
    line-height: 50px;
    font-size: 13px;
}*/
#toPopup{
    width: 970px;
    margin-left: -476px;
}



#title {
                   display: block;
                   height: 55px;
                   width: 970px;
                   background: #000000;
                   color: #FFFFFF;
    
}
#title-text {
               font-size: 24px;
               line-height: 55px;
               padding-left: 20px;
               float: left;
            }
               
      
             #desc {
               width: 100%;
               height: 50px;
               background: #FFFFFF;
               color: #000000;
               line-height: 50px;
               font-size: 13px;
            }
                .product-name {
                   width: 480px;
                   height: 100%;
                   float: left;
                   margin-left: 40px;
                }
                .product-price {
                 width: 117px;
                 height: 100%;
                 float: left;

                }
                .product-quantity {
                   width: 95px;
                   height: 100%;
                   float: left;
                }
                .quantity.buttons_added{
                    margin-top: 20px!important;
                }
                .product-remove {
                   width: 105px;
                   height: 100%;
                   float: left;
                }
               .cart-item {
                   height: 70px;
                   width: 100%;
                   font-size: 20px;
                   line-height: 70px;
               }
               .cart-item:nth-child(even){
                   background: #eeeeee;
               }
               .paypal_logo{
               	display: block;
               	width: 65px;
               	height: 100px;
               	float: right;
               	background: url('images/paypal_popup_logo.png') no-repeat 0 0;
               }
               .checkout_wrapper{
               	display: block;
               	text-align: center;
               	float: right;
               	height: 100px;
               	width: 130px;
               	padding-top: 30px;
               	margin-right: 50px;
               }
               .download-page{
                   padding-top: 30px;
               }
               
               
                .blogimagehover:hover
				{
				    background: url(images/read-more.png) no-repeat;
				    width:639px;
				    height:310px;
				    position:absolute;
				    top:0px;
				    left:0px;
				    display:none;   
				}

 .shopping_cart .cart_jplay {             
 display: none;
 }
 button:focus{
     outline: 0;
 }

.rsCenter {
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 423px;
}

.rsSBlock.rsJBlock {
	width: 960px !important;
	height: 420px !important;
	position: initial !important;
	margin: 0 auto;
}

.rsCenter .rsJBlock .banner-download {
	padding-top: 50px;
}

.rsCenter .rsJBlock .banner-download > a:after {
	content: url("images/small-arrow-tbg.png");
	width: 7px;
	height: 5px;
	margin: -2px 0 0 90px;
	position: absolute;
	-webkit-transition: 1s all;
	-moz-transition: 1s all;
	-o-transition: 1s all;
	transition: 1s all;
}

.rsCenter .rsJBlock .banner-download > a:hover:after {
	margin-left: 105px !important;
}

.rsOverflow .rsArrow .rsArrowIcn {
	width: 50px;
	height: 50px;
	margin-top: -25px;
	margin-left: -25px;
	opacity: 0.7;
}

.rsHor .rsOverflow .rsArrow.rsArrowLeft .rsArrowIcn {
	background: url('images/slider-left.png');
	background-position: initial;
}

.rsHor .rsOverflow .rsArrow.rsArrowRight .rsArrowIcn {
	background: url('images/slider-right.png');
	background-position: initial;
}

.rsHor .rsOverflow .rsArrow.rsArrowLeft:hover .rsArrowIcn {
	background: url('images/slider-left-hover.png');
}

.rsHor .rsOverflow .rsArrow.rsArrowRight:hover .rsArrowIcn {
	background: url('images/slider-right-hover.png');
}

.rsUni .rsNav.rsBullets {
	position: absolute;
	bottom: -11px;
	background: none;
	width: 960px;
	left: 0;
	right: 0;
	text-align: left;
	padding-left: 75px;
}

.rsUni .rsNav.rsBullets .rsBullet span {
	background: rgb(100,100,100);
	cursor: pointer;
}

.rsUni .rsNav.rsBullets .rsBullet.rsNavSelected span {
	background: rgb(43,205,161);
}

.royalSlider.new-royalslider-1.rsUni.visibleNearbySimple.rsHor.rsWithBullets {
	height: 422px !important;
}

.royalSlider.new-royalslider-1.rsUni.visibleNearbySimple.rsHor.rsWithBullets .rsOverflow {
	height: 423px !important;
}
