/* @override 
	http://fuzzy.weheartgames.com/wp-content/themes/fuzzycube/style.css */

/*
Theme Name: Fuzzycube Software
Description: 
Author: We Heart Games

*/

@font-face {
    font-family: 'clear_sans_lightregular';
    src: url('fonts/ClearSans-Light-webfont.eot');
    src: url('fonts/ClearSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ClearSans-Light-webfont.woff') format('woff'),
         url('fonts/ClearSans-Light-webfont.ttf') format('truetype'),
         url('fonts/ClearSans-Light-webfont.svg#clear_sans_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Junction';
    src: url('fonts/junction-bold.eot');
    src: url('fonts/junction-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/junction-bold.woff') format('woff'),
         url('fonts/junction-bold.ttf') format('truetype'),
         url('fonts/junction-bold.svg#junctionbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'novecento_sans_widemedium';
    src: url('fonts/Novecentosanswide-Medium-webfont.eot');
    src: url('fonts/Novecentosanswide-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Novecentosanswide-Medium-webfont.woff2') format('woff2'),
         url('fonts/Novecentosanswide-Medium-webfont.woff') format('woff'),
         url('fonts/Novecentosanswide-Medium-webfont.ttf') format('truetype'),
         url('fonts/Novecentosanswide-Medium-webfont.svg#novecento_sans_widemedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* @group 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;
}
body {
	line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
	font-style: normal;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
}

small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.clear:after{
	clear: both;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
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;
	border: 1px solid #d2d2d2;
}
.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;
}
.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;
	border: none;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}

.entry-content img.size-large{
	width: 960px !important;
	max-width: 960px;
	margin: 0 -150px;
}

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%;
}

video{
	height: auto;
}

.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;
}

/* galleries */

.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%;
}


.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.halfcol{
	width: 45%;
	margin: 0 5% 0 0;
	float: left;
}

.onethirdcol{
	width: 30%;
	margin: 0 5% 0 0;
	float: left;
}

.twothirdcol{
	width: 65%;
	margin: 0 5% 0 0;
	float: left;
}

.last{
	margin: 0;
}


/* @end */

/* @group Body type */

html {
	font-size: 87.5%;
}
body {
	font-size: 17px;
	font-family: 'clear_sans_lightregular', Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #ed1c24;
}
a:hover {
	color: #696969;
}

/* @end */

/* @group 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 */
}

/* @end */

/* @group Nav */

header{
	text-align: center;
}

.home #masthead,
.single #masthead{
	margin-bottom: -50px;
	z-index: 999;
	position: relative;
}

h1.site-title a{
	display: block;
	font-size: 0;
	width: 330px;
	height: 180px;
	margin: 0 auto -101px;
	background: url('images/fuzzycube-logo.png') no-repeat left top;
	z-index: 9999;
	position: relative;
}

.main-navigation li {
	font-size: 16px;
	line-height: 56px;
}
.main-navigation a {
	color: #8cc63f;
	font-family: 'Junction', Helvetica, Arial, sans-serif;
	text-transform: lowercase;
	white-space: nowrap;
	padding: 0 20px;
}
.main-navigation a:hover {
	color: #ed1c24;
}

ul#menu-main-menu{
	background-color: #fff;
	padding: 96px 20px 0;
	min-width: 373px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: inline-block !important;
}
.main-navigation ul {
	margin: 0;
	text-indent: 0;
}
.main-navigation li a,
.main-navigation li {
	display: inline-block;
	text-decoration: none;
}

.main-navigation li {
	position: relative;
}

/* subnav */
.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;
}
.main-navigation li ul li a:hover {
	background: #e3e3e3;
	color: #444;
}

/* current */
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current-page-item > a,
.main-navigation .current-page-ancestor > a {
	background: url('images/nav-current-item.png') no-repeat left top;
}

.main-navigation .current-menu-item > a:after,
.main-navigation .current-menu-ancestor > a:after,
.main-navigation .current-page-item > a:after,
.main-navigation .current-page-ancestor > a:after{
	position: absolute;
	content: ' ';
	width: 3px;
	height: 41px;
	bottom: 0;
	right: 0;
	background: url('images/nav-current-item-right.png') no-repeat left top;
}

/* @end */

/* @group 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 */
}

/* @end */

body {
	background-color: #f1f1f1;
}

input:focus, a:focus {
	outline: none;
}

/* @group Headings etc */

.entry-title{
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
	margin-bottom: 24px;
}

.entry-title a{
	text-decoration: none;
}

.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 {
	font-family: 'novecento_sans_widemedium', Helvetica, Arial, sans-serif;
	color: #1492ca;
	margin: 24px 0 12px;
	line-height: 1.714285714;
	font-weight: normal;
	font-style: normal;
}
.entry-content h1,
.comment-content h1 {
	font-size: 28px;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 24px;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 20px;
	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 p:last-child{
	margin: 0;
}

.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;
}

/* @end */

/* @group Images and Embeds */

img{
	max-width: 100%;
	height: auto;
}

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;
}

/* @end */

/* @group 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: 75px;
	padding-top: 25px;
	border-top: 5px solid #8cc63f;
}
#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;
}

/* @end */

/* @group Widgets */

#sidebar ul{
	list-style: none;
}

.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}

.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}


/* @end */

/* @group Home */

.home .featured-image img,
.youtube-trailer{
	border: 20px solid #fff;
	width: 920px;
	display: block;
	margin-bottom: 50px;
}

.apps{
	padding: 25px 0 50px 0;
}

.apps h3{
	margin-bottom: 25px;
	text-align: center;
	color: #8cc63f;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
}

.apps ul li{
	list-style: none;
	width: 310px;
	height: 240px;
	float: left;
	margin-right: 15px;
	position: relative;
	margin-bottom: 15px;
}

.apps ul li:nth-child(3n+3){
	margin-right: 0;
}

.apps ul li a{
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.7);
	display: block;
	background-size: 100%;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.apps ul li a:hover{
	opacity: 1;
}

/* @end */

/* @group Footer */

.footer,
.jobs-heading
{
	color: #fff;
	border-top: 5px solid #8cc63f;
	margin-top: 75px;
	text-align: center;
	padding: 50px 0;
	font: 14px 'Junction', Helvetica, Arial, sans-serif;
	background: #3a1950; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #3a1950 0%, #3a305a 46%, #3b6172 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#3a1950), color-stop(46%,#3a305a), color-stop(100%,#3b6172)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #3a1950 0%,#3a305a 46%,#3b6172 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #3a1950 0%,#3a305a 46%,#3b6172 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #3a1950 0%,#3a305a 46%,#3b6172 100%); /* IE10+ */
	background: linear-gradient(135deg,  #3a1950 0%,#3a305a 46%,#3b6172 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a1950', endColorstr='#3b6172',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.footer a{
	color: #fff;
	text-decoration: none;
}

.footer li{
	list-style: none;
}

/* @end */

/* @group Jobs */

.job-entry{
	margin-bottom: 25px;
}

.job-entry:last-child{
	margin-bottom: 0;
}

.jobs-heading{
	text-align: left;
	font: normal normal 40px 'novecento_sans_widemedium', Helvetica, Arial, sans-serif;
	border: none;
	margin-top: 0;
}

.jobs-heading h2 a{
	font-weight: normal;
	font-style: normal;
	color: #fff;
	text-decoration: none;
}

.jobs-heading h4{
	font-weight: normal;
	font-style: normal;
	color: #8cc63f;
	font-size: 14px;
	margin-top: 10px;
}

.job-contact{
	border-top: 4px solid #8cc63f;
	text-align: center;
	padding-top: 25px;
	font: 14px 'Junction', Helvetica, Arial, sans-serif;
	color: #6a6a6a;
}

.share-this{
	margin-top: 8px;
	text-align: center;
}

/* @end */

/* @group Social Icons */
.social {
	height: 32px;
	line-height: 32px;
	margin-bottom: 25px;
}

.social a{
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 0 12px;
	font-size: 0;
	background: url(images/social-icons.png) left top / 96px 64px no-repeat;
}

.social .twitter{
	background-position: 0px top;
}
.social a.twitter:hover{
	background-position: 0px bottom;
}

.social a.facebook{
	background-position: -32px top;
}
.social a.facebook:hover{
	background-position: -32px bottom;
}

.social a.email{
	background-position: -64px top;
}
.social a.email:hover{
	background-position: -64px bottom;
}

#copyright{
	margin-bottom: 12px;
}

#menu-footer li{
	display: inline-block;
	margin: 0 12px 12px;
}

#credit{
	font-size: 10px;
	color: rgba(255, 255, 255, 0.3);
}

#credit a{
	color: rgba(255, 255, 255, 0.3);
}

#credit a:hover{
	color: rgba(255, 255, 255, 0.5);
}

/* @end */

/* @group App Page */

.app-page .entry-content{
	width: 660px;
	margin: 0 auto;
	max-width: 100%;
}

img.app-logo{
	margin: 0 auto;
	display: block;
}

.youtube-trailer{
	
}

.app-page .testimonials,
.app-page .buy
{
	text-align: center;
}

.pad-50{
	padding: 50px 0;
}

.pad-top-50{
	padding: 50px 0 0 0;
}


/* @end */

/* @group Slick JS Slider */

/* Slider */

.slider-for{
}

img{
	max-width: 100%;
	height: auto;
}

.slick-slide img.attachment-large{
	margin: 0 auto;
}

.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: white url("ajax-loader.gif") center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none;
}
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-track .thumbnail{
	margin: 0 8px 0 0;
}
.slick-track .thumbnail img{
}

.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Arrows */

.slick-prev, .slick-next { position: absolute; display: block; height: 32px !important; width: 16px; font-size: 0;
	cursor: pointer; background: url('images/slider-arrows.png') left top no-repeat; 
	background-size: 32px; top: 50%; margin-top: -16px; padding: 0 !important; border: none; outline: none; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background-color: transparent;
}

.slick-prev { left: -25px; }
.slick-next { right: -25px;
	background-position: right top;
}

.slick-prev:hover{
	background-position: left bottom;
}
.slick-next:hover{
	background-position: right bottom;
}

.slider-for .slick-prev, .slider-for .slick-next{
	height: 100% !important; width: 35%; top: 0; background: none; margin: 0;
}

.slider-for .slick-prev { left: 0; }
.slider-for .slick-next { right: 0; }

/* Dots */
.slick-slider { margin-bottom: 8px; }

.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "\2022"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }

[dir="rtl"] .slick-next {right: auto;left: -25px;}
[dir="rtl"] .slick-next:before {content: "\2190";}
[dir="rtl"] .slick-prev {right: -25px;left: auto;}
[dir="rtl"] .slick-prev:before {content: "\2192";}
[dir="rtl"] .slick-slide {float: right;}

.thumbnail .count{
	text-align: center;
	padding: 4px;
}

#totalGalleryItems{
	text-align: center;
}

/* @end */

/* @group Blog */

.post-grid-item{
	width: 50%;
	float: left;
	position: relative;
	overflow: hidden;
	height: 500px;
}

.post-grid-item .excerpt-cover{
	background: url('images/excerpt-cover-gradient.png') left top repeat-x;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 52px;
}

.post-grid-item:hover{
	background-color: #fff;
}

.post-grid-item:hover .excerpt-cover{
	background: url('images/excerpt-cover-gradient.png') left bottom repeat-x;
}

.post-grid-item .text-details{
	padding: 20px;
}

.post-grid-item a{
	text-decoration: none;
	color: #1f7399;
}

.post-grid-item h3{
	font-family: 'novecento_sans_widemedium', Helvetica, Arial, sans-serif;
	font-size: 30px;
	line-height: 46px;
}

.post-grid-item h4{
	font: 15px/28px 'novecento_sans_widemedium', Helvetica, Arial, sans-serif;
	color: #8cc63f;
	margin-bottom: 18px;
}

.jobs-heading.blog{
	margin-bottom: 20px;
	border-bottom: 5px solid #8cc63f;
	padding: 100px 0;
}

.single #content{
	width: 660px;
	max-width: 100%;
	margin: 0 auto;
}

.share-this h3{
	font: 15px/28px 'novecento_sans_widemedium', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-top: 50px;
}

.single .share-this .email{
	display: none;
}

.form-allowed-tags{
	display: none;
}

/* @end */

/* @group Layout (all) */

.mobile{
	display: none;
}

.full-width{
	width: 100%;
	clear: both;
}

.content-width{
	width: 960px;
	margin: 0 auto;
}

#masthead{
	margin-bottom: 20px;
}

.whitebg{
	background-color: #fff;
}

.content-inner{
	padding: 20px 4%;
}

/* @end */

@media all and (min-width: 960px) {
		
}

@media all and (max-width: 959px) {
	.content-width{
		width: 92%;
		margin: 0 auto;	
	}
	
	.jobs-heading.blog{
		margin-bottom: 20px;
		border-bottom: 5px solid #8cc63f;
		padding: 50px 0;
	}
	
	.entry-content img.size-large{
		width: 100%;
		max-width: 100%;
		margin: 0px;
	}
}


@media all and (max-width: 959px) and (min-width: 600px) {
	.apps ul li{
		width: 32.291666666667%;
		height: auto;
		margin-right: 1.5625%;
	}
	
	.home .featured-image img,
	.youtube-trailer{
		border: 10px solid #fff;
		width: 96%;
	}
	
	.home #masthead,
	.single #masthead{
		margin-bottom: 20px;
	}
	
	.post-grid-item{
		height: 400px;
	}
	
	.post-grid-item h3{
		font-size: 20px;
		line-height: 26px;
	}
	
	.post-grid-item h4{
		font: 15px/28px 'novecento_sans_widemedium', Helvetica, Arial, sans-serif;
		font-size: 13px;
		line-height: 18px;
		margin-bottom: 8px;
	}
	
}

@media all and (max-width: 599px) and (min-width: 320px) {
	h1.site-title a{
		width: 165px;
		height: 90px;
		margin: 0 auto -51px;
		background-size: 165px;
	}
	
	ul#menu-main-menu{
		padding: 46px 15px 0;
		min-width: 280px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
		-webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
		box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
	}
	
	.main-navigation a {
		padding: 0 15px;
		font-size: 13px;
	}
	
	.apps ul li{
		width: 48%;
		height: auto;
		margin-right: 4%;
	}
	
	.apps ul li:nth-child(3n+3){
		margin-right: 4%;
	}
	
	.apps ul li:nth-child(2n+2){
		margin-right: 0;
	}
	
	.home .featured-image img,
	.youtube-trailer{
		border: 5px solid #fff;
		width: 96%;
	}
	
	.home #masthead,
	.single #masthead{
		margin-bottom: 10px;
	}
	
	.jobs-heading{
		font-size: 26px;
	}
	
	.post-grid-item{
		height: 430px;
		width: 100%;
		max-width: 480px;
		margin: 0 auto;
		float: none;
	}
	
	.post-grid-item h3{
		font-size: 20px;
		line-height: 26px;
	}
	
	.post-grid-item h4{
		font: 15px/28px 'novecento_sans_widemedium', Helvetica, Arial, sans-serif;
		font-size: 13px;
		line-height: 18px;
		margin-bottom: 8px;
	}
}


@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}

	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;
	}

	h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}

	.entry-title 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;
	}

	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta {
		margin: 0;
		width: 100%;
	}

	.entry-title {
		font-size: 21pt;
	}


	/* Comments */
	.comments-area,
	.comments-title,
	.commentlist {
		display: none;
	}
}