/*
Theme Name: Bossa Studios
Author: Bossa Studios
Description: The 2013 theme of Bossa Studios
Version: 1.0.2


The 2013 theme of Bossa Studios
*/

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


/* =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 {
	/*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],
.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-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* 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 */
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.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, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.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 {
	padding: 0 24px;
	padding: 0 1.714285714rem;
	background-color: #fff;
}
.site-content {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}
.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 .widget a:visited {
	color: #9f9f9f;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
	border-top: 1px solid #ededed;
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: 960px;
	max-width: 68.571428571rem;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	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;
}
.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: #757575;
}
.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: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.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 a:visited,
.comment-content a:visited {
	color: #9f9f9f;
}
.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,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	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: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	border-bottom: 4px double #ededed;
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.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 cite b {
	font-weight: normal;
}
.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 .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;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
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;
}


/* =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;
		max-width: 960px;
		max-width: 68.571428571rem;
		overflow: hidden;
	}
	.site-content {
		float: left;
		width: 65.104166667%;
	}
	body.template-front-page .site-content,
	body.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;
	}
	.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: #e6e6e6;
	}
	body .site {
		padding: 0 40px;
		padding: 0 2.857142857rem;
		margin-top: 48px;
		margin-top: 3.428571429rem;
		margin-bottom: 48px;
		margin-bottom: 3.428571429rem;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	}
	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;
	}
}


/* Custom Fonts */
 @font-face {
                font-family: 'BigNoodleTitling';
                src: url('fonts/bignoodletitling.eot');
}

@font-face {
                font-family: 'BigNoodleTitling';
                src: url('fonts/bignoodletitling.woff') format('woff'),
                url('fonts/bignoodletitling.svg#BigNoodleTitling') format('svg');
}
@font-face {
                font-family: 'BigNoodleTitling-Oblique';
                src: url('fonts/bignoodletitlingoblique.eot');
}

@font-face {
                font-family: 'BigNoodleTitling-Oblique';
                src: url('fonts/bignoodletitlingoblique.woff') format('woff'),
                url('fonts/bignoodletitlingoblique.svg#BigNoodleTitling-Oblique') format('svg');
}

/* Custom Bossa Studios Properties */
body{
	background-color: #f1f1f1;
	width: 100%;
	overflow: hidden;
	/*min-width: 1024px;*/
	-webkit-font-smoothing: antialiased;
}
.item{
	overflow: hidden;
}
.teamgrid .item{
	overflow: visible;
}
.back-container{
	width: 100%;
	/*min-width: 1024px;*/
	position: absolute;
	z-index: -99999;
	overflow: hidden;
	background: #f1f1f1;
}
.wrapper, .section-container{
	margin: 0 auto;
}
.square{
	background-color: #f0f0f0;
	float: left;
}
.bossastudios{
	display: block;
	float: left;
	background: url(images/bossastudios.png) no-repeat center center #fff;
}
.bubble{
	display: block;
	float: left;
	background: url(images/bubble.png) no-repeat center center #fff;
}
.social{
	float: right;
}
.social a{
	display: block;
	float: left;
}
.fb_top{
	background: url(images/fb_top2.png) no-repeat center center;
	-webkit-background-size: contain;
    background-size: contain;
}
.tw_top{
	background: url(images/tw_top2.png) no-repeat center center;
	-webkit-background-size: contain;
    background-size: contain;
}
.yt_top{
	background: url(images/yt_top2.png) no-repeat center center;
	-webkit-background-size: contain;
    background-size: contain;
}
.pi_top{
	background: url(images/pi_top2.png) no-repeat center center;
	-webkit-background-size: contain;
    background-size: contain;
}
.clear{
	clear: both;
}
.menu_container{
	display: block;
}
.menu, .menu li{
	margin: 0;
	padding: 0;
}
.menu li{
	float: left;
	text-align: center;
}
.menu li a{
	color: #000;
	font-family: 'BigNoodleTitling';
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	text-align: center;
}
.menu li a:hover, .current_page_item a{
	color: #ff9100!important;
}
.sub-menu{
	position: relative;
	z-index: 500;
	display: none;
}
.sub-menu, .sub-menu li{
	margin: 0;
	padding: 0;
}
.sub-menu li{
	display: block;
	background-color: #f0f0f0;
	border-bottom: 2px solid #fff;
	height: 30px;
	line-height: 30px;
	text-align: left;
	
}
.sub-menu li a{
	color: #000;
	font-family: 'BigNoodleTitling';
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	text-align: left;
	height: 30px;
	line-height: 30px;
	width: auto;
	padding-left: 10px;
}
.sub-menu li a:hover, .current_page_item a{
	color: #ff9100!important;
}	
.comingsoon{
	opacity: 0.4;
}
.grid{
	width: 100%;
}
.grid-blog{
	float: left;
}
.video_block{
	background-color: #000;
}
.image_block_link, .page_block_link{
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}
.image_block_content{
	position: absolute;
	z-index: 5;
}
.image_block_content img, .page_block img{ max-width:100%; }

.blog_post_block_image{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
}
.blog_post_block_link{
	width: 90%;
	height: 100%;
	padding: 5%;
	position: relative;
	z-index: 10;
	background-image: url(images/orange80.png);
	display: block;
	opacity: 0;
}
.blog_post_block_link a{
	color: #000;
	font-family: 'BigNoodleTitling';
	text-transform: uppercase;
	text-decoration: none;
	display: block;
}
.page_block_link{
	position: absolute;
	z-index: 5;
}
.page_block_link_over{
	width: 94%;
	height: 94%;
	position: relative;
	z-index: 10;
	background-image: url(images/orange80.png);
	display: block;
	opacity: 0;
	padding: 3%;
	color: #000!important;
	font-family: 'BigNoodleTitling';
	text-transform: uppercase!important;
	text-decoration: none!important;
}
.page_block_link_over{
	
}
.footer{
	width: 100%;
	background-color: #ff9100;
	height: 25px;
	color: #fff;
	margin-top: 2px;
	line-height: 25px;
	font-size: 12px;
}
.footer a:link, .footer a:hover, .footer a:visited{
	color: #fff;
	text-decoration: underline;
}
.toggle-mobile{
		float: right;
		height: 72px;
		width: 72px;
		color: #000;
		cursor: pointer;
		line-height: 68px;
		font-size: 14px;
		display: none;
		text-align: center;
		color: #000;
	font-family: 'BigNoodleTitling';
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
}
.illustration_container{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.form{
	background: #fff;
}
#map{
	position: relative;
	width: 100%;
	height: 100%;
}
.getintouch-title{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.form-container{
	width: 90%;
	padding: 5%;
	position: relative;
}
.illustration{
	position: relative;
}
.txt_illustration1{
	 font-family: 'BigNoodleTitling';
	 font-size: 38px;
	 color: #ff9100;
	 position: absolute;
	 margin: 15px 0 0 0;
	 text-align: center;
	 z-index: 10;
	 width: 90%;
	 left: 5%;
}
.txt_ill_cont{
	position: absolute;
	bottom: 5%;
	width: 100%;
	 z-index: 10;
}
.txt_illustration2{
	 font-family: 'BigNoodleTitling';
	 font-size: 38px;
	 color: #000;
	 text-align: center;
	 margin: 0px 0 0 0;
}
.txt_illustration3{
	 font-family: "Trebuchet MS", Helvetica, sans-serif;
	 font-size: 13px;
	 line-height: 17px;
	 color: #000;
	 text-align: center;
	 margin: 0px 0 0 0;
	 
}
.form-frame{
	border: 3px solid #000;
	height: 45%;
	margin: 30px 0 0 0;
}
.frame-angle{
	position: absolute;
	margin: -15px 0 0 -3px;
	background: url(images/angle.png) no-repeat;
	height: 18px;
	width: 21px;
}
.text_form{
	padding: 5% 5% 0 5%;
	width: 20%;
}
.puntini_form{
	padding: 0 0 0 5%;
	float: left;
	margin-top: 10px;
}
.form_input{
	float: left;
	width: 88%;
	height: 45%;
}
#message_area{
	border: none;
	outline: none;
	height: 90px;
	color: #444;
}
.meet_bossians{
	background-color: #fff;
}
.copy_left{
	text-align: center;
}
.copy_left img{
	height: 100%;
}
.image_team{
	z-index: 5;
}
.about_container_team{
	position: relative;
	width: 100%;
	height: 100%;
}
.about_team{
	position: absolute;
	z-index: 10;
	bottom: 0;
	padding: 7% 5%;
	left: 0;
	background: #edda00;
	width: 90%;
}
.team_member{
	z-index: 100;
}
.name_team{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-transform: uppercase;
	 font-size: 24px;
	 color: #000;
}
.role_team{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-transform: uppercase;
	 font-size: 13px;
	 color: #000;
}
.over_team{
	position: absolute;
	z-index: 20;
	opacity: 0;
	display: none;
}
.image_team{
	z-index: 25;
}
.team_member_detail{
	background-color: #ff9100;
	position: absolute;
	z-index: 1000;
	opacity: 0;
	display: none;
	color: #fff;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.team_member_detail_container{
	padding: 7%;
}
.team_member_detail_name{
	font-size: 24px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff!important;
	display: block;
}
.team_member_detail_role{
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff!important;
	display: block;
}
.team_member_detail_description{
	text-decoration: none;
	color: #fff!important;
	display: block;
}
.white-line{
	width: 100%;
	height: 1px;
	background-image: url(images/white-line.png);
	background-repeat: repeat-x;
	margin: 4% 0;
	
}

.bolder{
	font-weight: bold;
}
.top_info_team{
	position: absolute;
	z-index: 30;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-transform: uppercase;
	 font-size: 20px;
	 color: #fff;
  text-shadow: 2px 1px 0 #000;
  left: 5%;
  top: 5%;
}
.arrow-right{
	background-image: url(images/arrow-right.png);
	width: 8px;
	height: 14px;
	display: inline-block;
}
.jobs1{
	background-color: #fff;
	
}
.jobs1_title{
	font-family: 'BigNoodleTitling';
	 font-size: 28px;
	 color: #ff9100;
	 margin: 10% 0 0 0;
	 text-align: left;
	 z-index: 10;
	 width: 80%;
	 margin-left: 10%;
}
.jobs1_desc{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	 font-size: 13px;
	 line-height: 15px;
	 color: #000;
	 margin: 10px 0 0 0;
	 text-align: left;
	 z-index: 10;
	 width: 80%;
	 margin-left: 10%;
}
.orange-block{
	background: #ff9100;
}
.yellow-block{
	background: #edda00;
}
.benefits{
	background-color: #fff;
}
.bossa_mushroom{
	margin: 5% 0 3% 5%;
	font-family: 'BigNoodleTitling';
	 font-size: 28px;
	 color: #ff9100;
}
.bossa_benefits{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	 font-size: 13px;
	 line-height: 15px;
	 color: #000;
	 margin: 5px 0 0 5%;
	 width: 90%;
	
}
.job-container{
	width: 84%;
	margin: 8%;
}
.position-title{
	font-family: 'BigNoodleTitling';
	 font-size: 24px;
	 color: #000;
	 line-height: 28px;
}
.line{
	width: 100%;
	height: 1px;
	background-image: url(images/line.png);
	background-repeat: repeat-x;
	margin: 5% 0;
}
.position-intro{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	 font-size: 13px;
	 line-height: 15px;
	 color: #000;
	 height: 60px;
	 overflow: hidden;
}
.position-desc-hidden{
	display: none;
}
.arrow-down{
	background-image: url(images/arrow-down.png);
	background-repeat: no-repeat;
	width: 12px;
	height: 8px;
	float: right;
	margin: 10px;	
}
.txtblock{
	background: #fff;
	position: relative;
}
.txtblock_content{
	width: 90%;
	margin: 5%;
	overflow: hidden;
	top: 50%;
	position: absolute;
}
.headline_txt{
	font-family: 'BigNoodleTitling';
	 font-size: 24px;
	 color: #ff9100;
}
.subtxt{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	 font-size: 13px;
	 line-height: 15px;
	 color: #000;
}
.blogpost-image{
	width: 100%;
	overflow: hidden;
}
.blog-sidebar{
	background-color: #fff;
	float: right;	
}
.blogpost-desc{
	padding: 8%;
}
.blogpost-title, .blogpost-title:hover{
	font-family: 'BigNoodleTitling';
	 font-size: 24px;
	 color: #ff9100;
	 display: block;
	 text-decoration: none;
}
.blogpost-date{
	font-family: 'BigNoodleTitling';
	 font-size: 18px;
	 line-height: 22px;
	 color: #000;
	 display: block;
	 text-decoration: none;
}
.blogpost-author{
	font-family: 'BigNoodleTitling';
	 font-size: 18px;
	 line-height: 22px;
	 color: #000;
	 display: block;
	 text-decoration: none;
}
.post-detail-head{
	float: left;
	margin-left: 10px;
	margin-bottom: 30px;
}
.author-img{
	float: left;
}
.post-detail-title{
	font-family: 'BigNoodleTitling';
	 font-size: 24px;
	 line-height: 26px;
	 color: #ff9100;
	 display: block;
	 text-decoration: none;
}
.post-detail-date{
	font-family: 'BigNoodleTitling';
	 font-size: 18px;
	 line-height: 18px;
	 color: #000;
	 display: block;
	 text-decoration: none;
}
.post-detail-author{
	font-family: 'BigNoodleTitling';
	 font-size: 18px;
	 line-height: 18px;
	 color: #000;
	 display: block;
	 text-decoration: none;
}
.orange-line{
	background-image: url(images/orange-line.png);
	background-repeat: repeat-x;
	background-position: top left;
	width: 100%;
	height: 1px;
	margin: 8% 0;
	display: block;
}

.orange-line-post{
	background-image: url(images/orange-line.png);
	background-repeat: repeat-x;
	background-position: top left;
	width: 100%;
	height: 1px;
	margin: 5% 0;
	display: block;
}
.post-detail-content{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	 font-size: 14px;
	 line-height: 19px;
	text-align:justify;
	 color: #000;
}
.post-detail-content a:link, .post-detail-content a:hover, .post-detail-content a:visited{
	text-decoration: underline;
	color: #ff9100;
}
.blogpost-text{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	 font-size: 13px;
	 line-height: 15px;
	 color: #000;
	 display: block;
}
.blog-arrow-down{
	background-image: url(images/blog-arrow-down.png);
	background-repeat: no-repeat;
	width: 12px;
	height: 8px;
	position: absolute;
	bottom: 4%;
	right: 8%;
}
.post-thumb{
	display: block;
}
.wrapper-blog{
	background: #fff;
}
.blog-sidebar .widget-area{
	width: 100%;
	float: none;
	margin: 0!important;
}
.widget-title{
	font-family: 'BigNoodleTitling';
	 font-size: 38px;
	 color: #ff9100;
	 line-height: 44px;
	 margin: 0 0 0 0!important;
}
.tagcloud a:link, .tagcloud a:hover, .tagcloud a:visited{
	text-decoration: none;
	color: #000!important;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.widget-area .widget{
	padding: 0 10%;
	margin-bottom: 5%!important;
}
#search-2{
	padding-top: 10%;
}
#searchsubmit{
	width: 89px;
	height: 30px;
	background-image: url(images/search-btn.png)!important;
	outline: none!important;
	background-repeat: no-repeat;
	border-radius: none!important;
	text-indent: -99999px;
	box-shadow: none!important;
	border: none!important;
}
#s{
	color: #888;
	outline: none;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	border-radius:none!important;
	border: 3px solid #000;
	height: 24px;
	line-height: 24px;
	padding: 0 0 0 10px;
}
.rssfeed-btn{
	background-image: url(images/rssfeed-btn.png);
	background-repeat: no-repeat;
	width: 42px;
	height: 42px;
	display: block;
}
img#wpstats{display:none} 

.blog-detail{
	padding: 5%;
}
#comment-form-identity{
	background-color: #fff;
}
.overlay{
	background-image: url(images/overlay.png);
	display: block;
	left: 0;
	top: 0;
	position: fixed;
	z-index: 1000;
	width: 100%;
	height: 100%;
	display: none;
	opacity: 0;
}
.work-offer-container{
	width: 540px;
	height: 380px;
	background: #fff;
	position: fixed;
	left: 50%;
	top: -50%;
	z-index: 1500;
	margin: -220px 0 0 -300px;
	padding: 30px;
	display: none;
}
.work-offer-title{
	font-family: 'BigNoodleTitling';
	 font-size: 24px;
	 line-height: 24px;
	 color: #000;
	 display: block;
	 text-decoration: none;
}
.job{
	cursor: pointer;
}
.line-jobs{
	background-image: url(images/line-jobs.png);
	background-position: top left;
	background-repeat: repeat-x;
	width: 100%;
	height: 1px;
	margin: 20px 0;
}
.line-tratt{
	background-image: url(images/line-jobs.png);
	background-position: top left;
	background-repeat: repeat-x;
	width: 100%;
	height: 1px;
	margin: 30px 0;
}
.close{
	width: 30px;
	height: 30px;
	background-image: url(images/close.png);
	background-repeat: no-repeat;
	right: 0;
	position: absolute;
	top: -40px;
	cursor: pointer;
}
.logo-game{
	background-color: #fff;
}
.detail-game-container{
	background-color: #fff;
}
.detail-game{
	padding: 4%;
}
.black-line{
	width: 100%;
	height: 1px;
	background-image: url(images/black-line.png);
	background-repeat: repeat-x;
	margin: 3% 0;
}
.navigator-game{
	
}
.seeall-games-btn{
	width: 23.5%;
	max-width: 94px;
	height: 30px;
	display: block;
	float: left;
	margin: 0 1px 0 0;
}
.seeall-games-btn img{
	max-width: 94px;
	width: 100%;
}
.share-games-btn{
	max-width: 89px;
	width: 22.25%;
	height: 30px;
	display: block;
	float: left;
	margin: 0 1px 0 0;
}
.share-games-btn img{
	width: 100%;
	max-width: 89px;
}
.website-games-btn{
	max-width: 133px;
	width: 33.25%;
	height: 30px;
	display: block;
	float: left;
	margin: 0 1px 0 0;
}
.website-games-btn img{
	width: 100%;
	max-width: 133px;
}
.title-game{
	font-family: 'BigNoodleTitling';
	 font-size: 24px;
	 line-height: 24px;
	 color: #000;
	 display: block;
	 text-decoration: none;	
	 margin: 3% 0 0 0;
}
.description-game{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	 font-size: 13px;
	 line-height: 15px;
	 color: #000;
}
.form-game-container{
	background-color: #fff;
}
.img-game-container{
	background: #ccc;
}
.form-game-content{
	padding: 4%;
	position: relative;
}
.form-game-title{
	font-family: 'BigNoodleTitling';
	 font-size: 24px;
	 line-height: 24px;
	 color: #000;
	 display: block;
	 text-decoration: none;
}
.form-game-type-container{
	float: left;
	 border: 3px solid #000;
	 background-image: url(images/dropdown.png);
	 background-repeat: no-repeat;
	 background-position: left center;
	 width: 47%;
}
.form-game-type-container select{
	background: transparent;
   width: 268px;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   font-size: 13px;
	 line-height: 24px;
	 color: #000;
	 height:24px;
	 padding: 0 0 0 34px;
	 outline: none!important;
}
.faqfirst{
	float: right;
	text-align: right;
	display: block;
}
.faqfirst a{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	 font-size: 13px;
	 line-height: 15px;
	 color: #000!important;
	 text-decoration: underline;
}

.arrow-orange-right{
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 5px;
	background-image: url(images/arrow-orange-right.png);
	background-repeat: no-repeat;
}
#form-game-name input, #form-game-email input{
	border: none!important;
	outline: none!important;
	width: 80%;
	font-size: 13px;
	 line-height: 24px;
	 color: #000;
	 height: 24px;
	 padding: 0 0 0 5%!important;
}
#form-game-name{
	float: left;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	 font-size: 13px;
	 line-height: 15px;
	 color: #000;
	 width: 47%;
	 border: 3px solid #000;
	 margin: 10px 0 0 0;
}
#form-game-email{
	float: right;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	 font-size: 13px;
	 line-height: 15px;
	 color: #000;
	 width: 47%;
	 border: 3px solid #000;
	 margin: 10px 0 0 0;
}
.form-game-message-container{
	border: 3px solid #000;
	margin: 20px 0 0 0;
}
.form-game-message-container p{
	padding: 3%;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	 font-size: 13px;
	 line-height: 15px;
	 color: #000;
}
#form-game-message{
	border: none!important;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	 font-size: 13px;
	 line-height: 15px;
	 color: #000;
	 width: 80%;
	 outline: none;
	 margin: 0 0 0 10px;
}
.form-game-submit{
	float: right;
	margin: 10px 0 0 0;
}
#form-game-send{
	display: block;
	background-image: url(images/send.png);
	width: 74px;
	height: 30px;
	text-indent: -99999px;
	border: none!important;
	border-radius: 0!important;
}
.wpcf7-response-output{
	float: left;
	height: 30pximportant;
	line-height: 30px!important;
	padding: 0!important;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	 font-size: 13px;
	 line-height: 15px;
	 color: #000;
	 border: 0!important;
}
.form-job-name{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	 font-size: 13px;
	 line-height: 15px;
	 color: #000;
	 width: 47%;
	 border: 3px solid #000;
	 margin: 10px 0 0 0;
	 float: left;
}
.form-job-email{
	 width: 47%;
	 border: 3px solid #000;
	 margin: 10px 0 0 0;
	 float: right;
}
.form-job-email input, .form-job-name input{
	border: 0!important;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	 font-size: 13px;
	 line-height: 30px;
	 height: 30px;
	 color: #000;
	 padding: 0 0 0 5%;
	 width: 95%;
	 outline: none!important;
}
.form-job-message{
	border: solid #000 3px;
	margin: 25px 0 0 0;
}
#form-job-message{
	border: none!important;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	 font-size: 13px;
	 line-height: 15px;
	 color: #000;
	 width: 80%;
	 outline: none;
	 margin: 0 0 0 10px;
	 height: 90px;
	 padding: 3%;
}
.form-job-submit{
	float: right;
	margin: 10px 0 0 0;
}
#form-job-send{
	display: block;
	background-image: url(images/send.png);
	width: 74px;
	height: 30px;
	text-indent: -99999px;
	border: none!important;
	border-radius: 0!important;
	outline: none;
}
.wpcf7-response-output{
	margin: 10px 0 0 0!important;
}
.form-job-cv{
	float: left;
	margin: 10px 0 0 0;
	
}
.cv-upload{
	display: block;
	background-image: url(images/cv-btn.png);
	background-repeat: no-repeat;
	width: 114px;
	height: 30px;
	cursor: pointer;
}
#form-job-cv{
	visibility: hidden;
}
.job-job-detail{
	position: absolute;	
	/*line-height: 18px;
	font-size: 13px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #000;*/
	height: 270px;
	width: 100%;
}
.job-job-detail ul{
  list-style: disc inside none;
}
.job-job-detail ol{
  list-style: decimal inside none;
}
.apply-btn{
	width: 78px;
	height: 30px;
	background-image: url(images/apply-btn.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	z-index: 5;
	right: 30px;
	top: 30px;
	display: block;
	cursor: pointer;
}
.job-job-detail .scroll-pane
{
	width: 100%;
	height: 300px;
	overflow: auto;
}
.job-job-detail .scroll-pane p{
	width: 98%;
}
.form-form{
	position: absolute;	
	display: none;
}
.form-job-container{
	position: relative;
	overflow: hidden;
	height: 315px;
}

.form-contact-message{
	border: solid #000 3px;
	margin: 25px 0 0 0;
}
#form-contact-message{
	border: none!important;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	 font-size: 13px;
	 line-height: 15px;
	 color: #000;
	 width: 80%;
	 outline: none;
	 margin: 0 0 0 10px;
	 height: 75px;
	 outline:none; 
}
.form-contact-message p{
	padding: 3%;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	 font-size: 13px;
	 line-height: 15px;
	 color: #000;
}
.form-contact-submit{
	float: right;
	margin: 10px 0 0 0;
}
#form-contact-send{
	display: block;
	background-image: url(images/send.png);
	width: 74px;
	height: 30px;
	text-indent: -99999px;
	border: none!important;
	border-radius: 0!important;
	outline: none;
}
#form-contact-email input{
	border: none!important;
	outline: none!important;
	width: 80%;
	font-size: 13px;
	 line-height: 24px;
	 color: #000;
	 height: 24px;
	 padding: 0 0 0 5%!important;
}

#form-contact-email{
	float: left;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	 font-size: 13px;
	 line-height: 15px;
	 color: #000;
	 width: 47%;
	 border: 3px solid #000;
	 margin: 10px 0 0 0;
}
.link-contact{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	 font-size: 13px;
	 line-height: 15px;
	 color: #000!important;
	 margin: 1.5% 0 1.5% 0;
	 text-decoration: underline!important;
	 display: block;
}
.find-us{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	 font-size: 13px;
	 line-height: 15px;
	 color: #000!important;
}
.post-navigator a{
	display: block;
	float: left;
	margin: 0 1px 0 0!important;
}
.social-post{
	height: 400px;
}
#comment-submit{
	background-image: url(images/post-btn.png)!important;
	width: 74px!important;
	height: 30px!important;
	outline: none!important;
	text-indent: -9999px;
}
.mr_social_sharing_wrapper{
	display: block;
}
.shares-box{
	height: 30px;
	margin: 0 0 0 15px;
	overflow: hidden;
}
.shares-box-game{
	overflow: hidden;
	background: #fff;
	display: block;
}
.fbwidget_block{
	background: #3a579d;
}
.twitterwidget_block{
	background: #26cefb;
}
.widget_block_content{
	text-align: center;
	position: relative;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	 font-size: 13px;
	 line-height: 15px;
	 color: #fff;
}
.widget_icon{
	position: absolute;
	text-align: center;
	width: 100%;
}
.widget_status{
	position: absolute;
  	top: 50%;
  	max-height: 60px;
  	overflow: hidden;
  	height: 60px;
  	width: 100%;
}
.widget_follow{
	position: absolute;
  	bottom: 0;
  	text-align: center;
  	color: #fff!important;
  	text-decoration: underline;
  	font-size: 13px;
  	display: block;
  	width: 100%;
}
.no-underline{
	text-decoration: none!important;
}
.inline-block{
	display: inline-block;	
}
.previus-post-btn, .seeall-post-btn, .shares-box{
	float: left;
	display: block;
	margin-right:2px;
}
.next-post-btn{
	float: right;
	display: block;
}
.part-left{
	float: left;
	width: 80%;
}
.game_img_top, .game_desc{
	position: relative;   
}
.game_img_top .back-container-block, .game_desc .back-container-block{
	z-index: 5;
	position: relative;  
}
.back-container-block img{ width:100%; }

.game_galleria{
	width: 94%;
	background: #fff;
	padding: 3% 3%;
}
.game_galleria_title{
	font-family: 'BigNoodleTitling';
	 font-size: 60px;
	 line-height: 60px;
	 color: #000;
	 display: block;
	 text-decoration: none;	
}
.game_galleria .orange-line{
	margin: 3% 0;
}
.game_galleria_grid{
	
}
.game_galleria_element{
	width: 45%;
	margin: 2%;
	background: #444;
	border: 4px solid #000;
	float: left;
	position: relative;
}
.game_desc_content{
	width: 86%;
	left: 7%;
	top: 14%;
	position: absolute;
	z-index: 10;
}
.game_desc_content_left{
	float: left;
	width: 34%;	
}
.game_desc_content_right{
	float: right;
	width: 60%;	
}
.game_title{
	font-family: 'BigNoodleTitling';
	 font-size: 45px;
	 color: #fff;
	 display: block;
	 text-decoration: none;	
}
.game_description{
	color: #fff;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	 font-size: 20px;
	 line-height: 26px;
	 margin-top: 8%;
}
.game_learnmore{
	float: left;
	margin: 4% 0 0 0;
}
.shares-box-game-single{
	float: right;
	margin: 4% 0 0 0;
}
.game_learnmore_text{
	color: #fff!important;
	font-family: 'BigNoodleTitling';
	font-size: 36px;
	margin-right: 30px;
}
.gme-btn{
	margin: 6px 1px 0 0;
	display: inline-block;
}
.gme-btn img{
	max-height: 100%;
}
.game_galleria_image{
	position: relative;
	z-index: 5;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.game_galleria_image img{ width:150%; }

.game_galleria_over{
	position: absolute;
	background-image: url(images/orange80.png);
	width: 100%;
	height: 100%;	
	z-index: 10;
	opacity: 0;
}
.game_galleria_caption{
	font-family: 'BigNoodleTitling';
	font-size: 40px;
	color: #000;
	padding: 8%;
}
.game_review_element{
	margin: 60px 0;
}
.game_review_icon{
	float: left;
	width: 15%;
	text-align: center;
}
.game_review_quote{
	float: left;
	width: 70%;
	background-color: #ff9100;
	position: relative;
	padding: 30px 0;
}
.quotes-left{
	background: url(images/quote-left.png);
	background-repeat: no-repeat;
	left: 10px;
	top: 10px;
	width: 18px;
	height: 9px;
	position: absolute;
}
.quotes-right{
	background: url(images/quote-right.png);
	background-repeat: no-repeat;
	right: 10px;
	bottom: 10px;
	width: 18px;
	height: 9px;
	position: absolute;
}
.punta-orange{
	background: url(images/punta-orange.png);
	position: absolute;
	left: -15px;
	width: 15px;
	height: 21px;
	top: 50%;
	margin-top: -10px;
}
.punta-orange-right{
	background: url(images/punta-orange-right.png);
	position: absolute;
	right: -15px;
	width: 15px;
	height: 21px;
	top: 50%;
	margin-top: -10px;
}
.quote-from{
	position: absolute;
	bottom: -22px;
	right: 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	color: #050505;
}
.game_review_quote_element{
	padding: 0px 0;
	color: #fff!important;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	width: 86%;
	margin: 0px 7%;
	text-decoration: none;
	display: block;
}
.game_review_icon img{
	max-width: 100%;
}
.fbwidget_block{
	color: #fff;
}
.post-detail-content h3{
	margin-top: 40px;
}
.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] { width: 100% !important; }
.fb-comments, .fb-comments span, .fb-comments iframe { width: 100% !important; }
.share-element{
	float: right;	
}
.fb-share-element{
	height: 23px;
	width: 63px;
	display: inline-block;
	background-image: url(images/share-button.png);
	background-repeat: no-repeat;
	margin: 0 3px 0 0; 
	
}
.twitter-share-element{
	height: 23px;
	width: 63px;
	display: inline-block;
	background-image: url(images/tweet-button.png);
	background-repeat: no-repeat;
	margin: 0 3px 0 0;
}
.pin-share-element{
	height: 23px;
	width: 44px;
	display: inline-block;
	background-image: url(images/pin-button.png);
	background-repeat: no-repeat;
	margin: 0 3px 0 0;
}
.heart{
	display: inline-block;
	background-image: url(images/heart.png);
	height: 15px;
	width: 15px;
	margin: 0 2px;
}
.page_block_link_over{
	cursor: pointer;
}
.blog_post_block_title, .blog_post_block_date, .blog_post_block_author{
	width: 100%;
}
.share-element-galleria{
	position: absolute;
	right: 7%;
	bottom: 7%;	
}
#form-contact-message, #form-job-message{
	resize: none;
}
.stores-link{
	position: absolute;
	bottom: 5%;
	right: 3%;
	z-index: 10;
}
.stores-icon{
	float: right;
	margin: 5px;
	height: 75px;
}
.stores-icon img{
	max-height: 100%;
}
.stores-icon2{
	float: right;
	margin: 5px;
	height: 100px;
}
.stores-icon2 img{
	max-height: 100%;
}
.blank_page{
	background: #fff;
	width: 82%;
	padding: 9% 9%;
}
.section_title{
	font-family: 'BigNoodleTitling';
	 font-size: 60px;
	 line-height: 60px;
	 color: #000;
	 display: block;
	 text-decoration: none;	
	 margin-bottom: 30px;
}
.section_content{
	font-size: 14px;
	line-height: 19px;
}
#newsletter-form input{
	border: 0!important;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	 font-size: 13px;
	 line-height: 24px;
	 height: 24px;
	 color: #000;
	 padding: 0 0 0 5%;
	 width: 95%;
	 outline: none!important;
}
.name-input, .country-input{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #000;
	width: 46%;
	border: 3px solid #000;
	margin: 10px 0 0 0;
	float: left;
	height: 24px;
	overflow: hidden;
}
.email-input, .list_id-input{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #000;
	width: 46%;
	border: 3px solid #000;
	margin: 10px 0 0 0;
	float: right;
	height: 24px;
	overflow: hidden;
}
#country{
	background: transparent;
	background-image: url(images/arrow-dropdown.png);
	background-repeat: no-repeat;
	background-position: left top;
	outline: none;
    width: 100%;
    padding: 5px;
    font-size: 13px;
	line-height: 15px;
    border: 0;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none;
	padding-left: 34px;
	height: 24px;
}
#list_id{
	background: transparent;
	background-image: url(images/arrow-dropdown.png);
	background-repeat: no-repeat;
	background-position: left top;
	outline: none;
    width: 100%;
    padding: 5px;
    font-size: 13px;
	line-height: 15px;
    border: 0;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none;
	padding-left: 34px;
	height: 24px;
}
.subscribe-input{
	float: right;
	clear: both;
	margin: 10px 0 0 0;
}
.subscribe-input #submit{
	background: url(images/subscribe-newsletter.png);
	width: 118px!important;
	height: 30px!important;
	text-indent: -99999px;
	display: block;
	
}
.newsletter-title{
	margin-bottom: 15px;
}
#risultato{
	margin: 10px 0 0 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #000;
}

/* Media Queries */

@media screen and (min-width:1776px){
	.back-container{
		position: absolute;
		z-index: -99999;
		overflow: hidden;	
	}
	.back{
		width: 1764px;
		margin: 0 auto;
		border-left: 2px solid #fff;
		border-right: 2px solid #fff;
	}
	
	.square{
		width: 122px;
		height: 122px;
		border: solid 2px #fff;
	}
	.wrapper, .section-container{
		width: 1512px;
	}
	.bossastudios{
		width: 252px;
		height: 126px;
		display: block;
		float: left; 
	}
	.bubble{
		width: 504px;
		height: 126px;
		display: block;
		float: left; 
	}
	.social{
		width: 500px;
		height: 122px;
		border: 2px solid #fff;
	}
	.fb_top{
		width: 125px;
		height: 122px;
	}
	.tw_top{
		width: 125px;
		height: 122px;
	}
	.yt_top{
		width: 125px;
		height: 122px;
	}
	.pi_top{
		width: 125px;
		height: 122px;
	}
	.menu{
		height: 126px;
		display: block!important;
	}
	.menu li{
		height: 126px;
		width: 126px;
	}
	.menu li a{
		line-height: 126px;
		font-size: 22px;
		height: 126px;
		width: 126px;
	}
	.sub-menu, .sub-menu li{
		width: 378px;
		font-size: 22px;
		height: 52px;
		line-height: 52px;
	}
	.sub-menu li a{
		width: 378px;
		font-size: 22px;
		height: 52px;
		line-height: 52px;
	}
	.grid-blog{
		width: 1008px;
	}
	.blog-sidebar{
		width: 504px;
	}
	.block64{
		border: 4px solid #fff;
		width: 748px;
		height: 496px!important;
	}
	.block46{
		border: 4px solid #fff;
		height: 748px!important;
		width: 496px!important;
	}
	.block56{
		border: 4px solid #fff;
		height: 748px;
		width: 622px;
	}
	.block36{
		border: 4px solid #fff;
		height: 748px;
		width: 370px;
	}
	.block42{
		border: 4px solid #fff;
		width: 496px;
		height: 244px!important;
	}
	.block24{
		border: 4px solid #fff;
		width: 244px;
		height: 496px!important;
	}
	.block22{
		border: 4px solid #fff;
		width: 244px;
		height: 244px;
	}
	.block22-home{
		border: 4px solid #fff;
		width: 244px;
		height: 244px!important;
	}
	.spacer22{
		border: 4px solid #fff;
		width: 244px;
		height: 244px;
	}
	.spacer24{
		border: 4px solid #fff;
		width: 244px;
		height: 496px;
	}
	.block44{
		border: 4px solid #fff;
		width: 496px;
		height: 496px!important;
	}
	.block33{
		border: 4px solid #fff;
		width: 370px;
		height: 370px;
	}
	.game_img_top, .game_desc{
		border: 4px solid #fff;
		width: 1504px;
		height: 748px;
	}
	.blog_post_block_author, .blog_post_block_date{
		font-size: 27px;
		
	}
	.blog_post_block_title{
		font-size: 50px;
		
		

	}
	.page_block_link_over{
		font-size: 50px;
	}
	.footer{
		margin-top: 4px;
	}
	.subtxt{
		font-size: 16px;
		line-height: 20px;
	}
	.headline_txt{
		font-size: 35px;
	} 
	.widget_status{
	  	max-height: 60px;
	}
} 
@media screen and (min-width:1524px) and (max-width:1776px){
	.back-container{
		position: absolute;
		z-index: -99999;
		overflow: hidden;
	}
	.back{
		margin: 0 auto;
		width: 1512px;
		border-left: 2px solid #fff;
		border-right: 2px solid #fff;
	}
	.square{
		width: 104px;
		height: 104px;
		border: solid 2px #fff;
	}
	.wrapper, .section-container{
		width: 1296px;
	}
	.bossastudios{
		width: 216px;
		height: 108px;
		display: block;
		float: left;
	}
	.bubble{
		width: 432px;
		height: 108px;
		display: block;
		float: left;
	}
	.social{
		width: 428px;
		height: 104px;
		border: 2px solid #fff;
	}
	.fb_top{
		width: 107px;
		height: 104px;
	}
	.tw_top{
		width: 107px;
		height: 104px;
	}
	.yt_top{
		width: 107px;
		height: 104px;
	}
	.pi_top{
		width: 107px;
		height: 104px;
	}
	.menu{
		height: 108px;
		display: block!important;
	}
	.menu li{
		height: 108px;
		width: 108px;
	}
	.menu li a{
		line-height: 108px;
		font-size: 20px;
		height: 108px;
		width: 108px;
	}
	.sub-menu, .sub-menu li{
		width: 324px;
		font-size: 20px;
		height: 46px;
		line-height: 46px;
	}
	.sub-menu li a{
		width: 324px;
		font-size: 20px;
		height: 46px;
		line-height: 46px;
	}
	.grid-blog{
		width: 864px;
	}
	.blog-sidebar{
		width: 432px;
	}
	.block64{
		border: 4px solid #fff;
		width: 640px;
		height: 424px!important;
	}
	.block46{
		border: 4px solid #fff;
		height: 640px!important;
		width: 424px!important;
	}
	.block56{
		border: 4px solid #fff;
		height: 640px;
		width: 532px;
	}
	.block36{
		border: 4px solid #fff;
		height: 640px;
		width: 316px;
	}
	.block42{
		border: 4px solid #fff;
		width: 424px;
		height: 208px!important;
	}
	.block24{
		border: 4px solid #fff;
		width: 208px;
		height: 424px!important;
	}
	.block22{
		border: 4px solid #fff;
		width: 208px;
		height: 208px;
	}
	.block22-home{
		border: 4px solid #fff;
		width: 208px;
		height: 208px!important;
	}
	.spacer22{
		border: 4px solid #fff;
		width: 208px;
		height: 208px;
	}
	.spacer24{
		border: 4px solid #fff;
		width: 208px;
		height: 424px;
	}
	.block44{
		border: 4px solid #fff;
		width: 424px;
		height: 424px!important;
	} 
	.block33{
		border: 4px solid #fff;
		width: 316px;
		height: 316px;
	}
	.game_img_top, .game_desc{
		border: 4px solid #fff;
		width: 1288px;
		height: 640px;
	}
	.blog_post_block_author, .blog_post_block_date{
		font-size: 20px;
		
	}
	.blog_post_block_title{
		font-size: 40px;
		
		
	}
	.page_block_link_over{
		font-size: 40px;
	}
	.footer{
		margin-top: 4px;
	}
	.widget_status{
	  	max-height: 60px;
	}
	.subtxt{
		font-size: 16px;
		line-height: 20px;
	}
	.headline_txt{
		font-size: 35px;
	}
} 
@media screen and (min-width:1360px) and (max-width:1524px){
	.back-container{
		position: absolute;
		z-index: -99999;
		overflow: hidden;	
	}
	.back{
		margin: 0 auto;
		width: 1358px;
		border-left: 2px solid #fff;
		border-right: 2px solid #fff;
	}
	.square{
		width: 93px;
		height: 93px;
		border: solid 2px #fff;
	}
	.wrapper, .section-container{
		width: 1164px;
	}
	.bossastudios{
		width: 194px;
		height: 97px;
		display: block;
		float: left;
		-webkit-background-size: contain;
    	background-size: contain;
	}
	.bubble{
		width: 388px;
		height: 97px;
		display: block;
		float: left;
		-webkit-background-size: contain;
    	background-size: contain;
	}
	.social{
		width: 384px;
		height: 93px;
		border: 2px solid #fff;
	}
	.fb_top{
		width: 96px;
		height: 93px;
	}
	.tw_top{
		width: 96px;
		height: 93px;
	}
	.yt_top{
		width: 96px;
		height: 93px;
	}
	.pi_top{
		width: 96px;
		height: 93px;
	}
	.menu{
		height: 97px;
		display: block!important;
	}
	.menu li{
		height: 97px;
		width: 97px;
	}
	.menu li a{
		line-height: 97px;
		height: 97px;
		width: 97px;
		font-size: 20px;
	}
	.sub-menu, .sub-menu li{
		width: 291px;
		font-size: 20px;
		height: 46px;
		line-height: 46px;
	}
	.sub-menu li a{
		width: 291px;
		font-size: 20px;
		height: 46px;
		line-height: 46px;
	}
	.grid{
		width: 100%;
		/*height: 1164px;*/
	}
	.grid-blog{
		width: 776px;
	}
	.blog-sidebar{
		width: 388px;
	}
	.block64{
		border: 4px solid #fff;
		width: 574px;
		height: 380px!important;
	}
	.block46{
		border: 4px solid #fff;
		height: 574px!important;
		width: 380px!important;
		
	}
	.block56{
		border: 4px solid #fff;
		height: 574px;
		width: 477px;  
	}
	.block36{
		border: 4px solid #fff;
		height: 574px;
		width: 283px; 
	}
	.block42{
		border: 4px solid #fff;
		width: 380px;
		height: 186px!important;
	}
	.block24{
		border: 4px solid #fff;
		width: 186px;
		height: 380px!important;
	}
	.block22{
		border: 4px solid #fff;
		width: 186px;
		height: 186px;
	}
	.block22-home{
		border: 4px solid #fff;
		width: 186px;
		height: 186px!important;
	}
	.spacer22{
		border: 4px solid #fff;
		width: 186px;
		height: 186px;
	}
	.spacer24{
		border: 4px solid #fff;
		width: 186px;
		height: 380px;
	}
	.block44{
		border: 4px solid #fff;
		width: 380px;
		height: 380px!important;
	} 
	.block33{
		border: 4px solid #fff;
		width: 283px;
		height: 283px;
	}
	.game_img_top, .game_desc{
		border: 4px solid #fff;
		width: 1156px;
		height: 574px;
	}
	.blog_post_block_author, .blog_post_block_date{
		font-size: 20px;
		
	}
	.blog_post_block_title{
		font-size: 40px;
		
		
	}
	.page_block_link_over{
		font-size: 40px;
	}
	.subtxt{
		font-size: 14px;
		line-height: 17px;
	}
	.headline_txt{
		font-size: 30px;
	}
	.widget_status{
	  	max-height: 60px;
	}
	.stores-icon{
		height: 55px;
	}
	.stores-icon2{
		height: 75px;
	}
} 
@media screen and (min-width:1200px) and (max-width:1359px){
	.back-container{
		position: absolute;
		z-index: -99999;
		overflow: hidden;	
	}
	.back{
		margin: 0 auto;
		width: 1190px;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	.square{
		width: 83px;
		height: 83px;
		border: solid 1px #fff;
	}
	.wrapper, .section-container{
		width: 1020px;
	}
	.bossastudios{
		width: 170px;
		height: 85px;
		display: block;
		float: left;
		-webkit-background-size: contain;
    	background-size: contain;
	}
	.bubble{
		width: 340px;
		height: 85px;
		display: block;
		float: left;
		-webkit-background-size: contain;
    	background-size: contain;
	}
	.social{
		width: 338px;
		height: 83px;
		border: 1px solid #fff;
	}
	.fb_top{
		width: 84px;
		height: 83px;
	}
	.tw_top{
		width: 84px;
		height: 83px;
	}
	.yt_top{
		width: 84px;
		height: 83px;
	}
	.pi_top{
		width: 84px;
		height: 83px;
	}
	.menu{
		height: 85px;
		display: block!important;
	}
	.menu li{
		height: 85px;
		width: 85px;
	}
	.menu li a{
		line-height: 85px;
		height: 85px;
		width: 85px;
	}
	.sub-menu, .sub-menu li{
		width: 255px;
		font-size: 18px;
		height: 42px;
		line-height: 42px;
	}
	.sub-menu li a{
		width: 255px;
		font-size: 18px;
		height: 42px;
		line-height: 42px;
	}
	.grid{
		width: 100%;
		/*height: 1360px;*/
	}
	.grid-blog{
		width: 680px;
	}
	.blog-sidebar{
		width: 340px;
	}
	.block64{
		border: 1px solid #fff;
		width: 508px;
		height: 338px!important;
	}
	.block46{
		border: 1px solid #fff;
		height: 508px!important;
		width: 338px!important;
	}
	.block56{
		border: 1px solid #fff;
		height: 508px;
		width: 423px;  
	}
	.block36{
		border: 1px solid #fff;
		height: 508px;
		width: 253px;
	}
	.block42{
		border: 1px solid #fff;
		width: 338px;
		height: 168px!important;
	}
	.block24{
		border: 1px solid #fff;
		width: 168px;
		height: 338px!important;
	}
	
	.block22{
		border: 1px solid #fff;
		width: 168px;
		height: 168px;
	}
	.block22-home{
		border: 1px solid #fff;
		width: 168px;
		height: 168px!important;
	}
	.spacer22{
		border: 1px solid #fff;
		width: 168px;
		height: 168px;
	}
	.spacer24{
		border: 1px solid #fff;
		width: 168px;
		height: 338px;
	}
	.block44{
		border: 1px solid #fff;
		width: 338px;
		height: 338px!important;
	} 
	.block33{
		border: 1px solid #fff;
		width: 253px;
		height: 253px;
	}
	.game_img_top, .game_desc{
		border: 1px solid #fff;
		width: 1018px;
		height: 508px;
	}
	.blog_post_block_author, .blog_post_block_date{
		font-size: 20px;
		
	}
	.blog_post_block_title{
		font-size: 40px;
				
	}
	.page_block_link_over{
		font-size: 40px;
		
	}
	.position-title{
		 font-size: 20px;
		 line-height: 24px;
	}
	.job1_title{
		 font-size: 20px;
		 line-height: 24px;
	}
	.bossa_benefits{
		font-size: 12px;
		line-height: 14px;
	}
	.jobs1_desc{
		font-size: 12px;
		line-height: 14px;
	}
	.position-intro{
		font-size: 12px;
		line-height: 14px;
	}
	.headline_txt{
		font-family: 'BigNoodleTitling';
		 font-size: 27px;
		 color: #ff9100;
	}
	.subtxt{
		font-family: "Trebuchet MS", Helvetica, sans-serif;
		 font-size: 13px;
		 line-height: 16px;
		 color: #000;
	}
	
	.game_title{
		 font-size: 35px; 
	}
	.game_description{
		 font-size: 17px;
		 line-height: 22px;

	}
	/* ****** SEZIONE BLOG ******* */
	.blogpost-text{
		font-size: 13px;
		line-height: 15px;
		max-height: 45px;
		overflow: hidden;
	}/*
	.blogpost-title, .blogpost-title:hover{
		font-size: 18px;
	}
	.blogpost-date, .blogpost-date:hover, .blogpost-author, .blogpost-author:hover{
		font-size: 13px;
		line-height: 15px;
	}*/
	.widget_status{
	  	max-height: 60px;
	}
	.stores-icon{
		height: 45px;
	}
	.stores-icon2{
		height: 60px;
	}
} 

@media screen and (min-width:1024px) and (max-width:1199px){
	.back-container{
		position: absolute;
		z-index: -99999;
		overflow: hidden;
	}
	.back{
		margin: 0 auto;
		width: 1008px;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	.square{
		width: 70px;
		height: 70px;
		border: solid 1px #fff;
	}
	.wrapper, .section-container{
		width: 864px;
	}
	.bossastudios{
		width: 144px;
		height: 72px;
		display: block;
		float: left;
		-webkit-background-size: contain;
   		background-size: contain;
	}
	.bubble{
		width: 288px;
		height: 72px;
		display: block;
		float: left;
		-webkit-background-size: contain;
   		background-size: contain;
	}
	.social{
		width: 286px;
		height: 70px;
		border: 1px solid #fff;
	}
	.fb_top{
		width: 71px;
		height: 70px;
	}
	.tw_top{
		width: 71px;
		height: 70px;
	}
	.yt_top{
		width: 71px;
		height: 70px;
	}
	.pi_top{
		width: 71px;
		height: 70px;
	}
	.menu{
		height: 72px;
		display: block!important;
	}
	.menu li{
		height: 72px;
		width: 72px;
	}
	.menu li a{
		line-height: 72px;
		font-size: 16px;
		height: 72px;
		width: 72px;
	}
	.sub-menu, .sub-menu li{
		width: 216px;
		font-size: 16px;
		height: 36px;
		line-height: 36px;
	}
	.sub-menu li a{
		width: 216px;
		font-size: 16px;
		height: 36px;
		line-height: 36px;
	}
	.grid-blog{
		width: 576px;
	}
	.blog-sidebar{
		width: 288px;
	}
	.block64{
		border: 1px solid #fff;
		width: 430px;
		height: 286px!important;
	}
	.block46{
		border: 1px solid #fff;
		height: 430px!important;
		width: 286px!important;
	}
	.block56{
		border: 1px solid #fff;
		height: 430px;
		width: 358px;  
	}
	.block36{
		border: 1px solid #fff;
		height: 430px;
		width: 214px;  
	}
	.block42{
		border: 1px solid #fff;
		width: 286px;
		height: 142px!important;
	}
	.block24{
		border: 1px solid #fff;
		width: 142px;
		height: 286px!important;
		/*width: 286px;
		height: 574px;*/
	}
	
	.block22{
		border: 1px solid #fff;
		width: 142px;
		height: 142px;
	}
	.block22-home{
		border: 1px solid #fff;
		width: 142px;
		height: 142px!important;
	}
	.spacer22{
		border: 1px solid #fff;
		width: 142px;
		height: 142px;
	} 
	.spacer24{
		border: 1px solid #fff;
		width: 142px;
		height: 286px;
	}
	.block44{
		border: 1px solid #fff;
		width: 286px;
		height: 286px!important;
	}
	/*.block33{
		border: 1px solid #fff;
		width: 214px;
		height: 214px;
	}*/
	
	.block33{
		border: 1px solid #fff;
		width: 430px;
		height: 430px;
	}
	.game_img_top, .game_desc{
		border: 1px solid #fff;
		width: 862px;
		height: 430px;
	}
	.blog_post_block_author, .blog_post_block_date{
		font-size: 17px;
		
	}
	.blog_post_block_title{
		font-size: 30px;
				
	}
	.page_block_link_over{
		font-size: 30px;
		
	}
	.position-title{
		 font-size: 20px;
		 line-height: 24px;
	}
	.jobs1_title{
		 font-size: 20px;
		 line-height: 24px;
	}
	.team_member{
		border: 1px solid #fff;
		width: 286px;
		height: 286px!important;
	}
	.job, .jobs1{
		border: 1px solid #fff;
		width: 286px;
		height: 286px;
	}
	.benefits{
		border: 1px solid #fff;
		width: 574px;
		height: 286px;
	}
	.headline_txt{
		font-family: 'BigNoodleTitling';
		 font-size: 18px;
		 color: #ff9100;
	}
	.subtxt{
		font-family: "Trebuchet MS", Helvetica, sans-serif;
		 font-size: 12px;
		 line-height: 14px;
		 color: #000;
	}
	.form{
		border: 1px solid #fff;
		width: 862px;
		height: 574px!important;
	}
	.map{
		border: 1px solid #fff;
		width: 574px;
		height: 430px!important;
	
	}
	#form-contact-message{
		height: 30px; 
	} 
	.getintouch-title{
		font-size: 17px;
	}
	.form-contact-message{
		margin-top: 15px;
	}
	.shares-box{
		margin-left: 0px;
	}
	.game_title{
		 font-size: 35px; 
	}
	.game_description{
		 font-size: 17px;
		 line-height: 22px;

	}
	.widget_icon{
		position: absolute;
		text-align: center;
		width: 100%;
		margin: 25% 0 0 0;
	}
	.widget_status{
		display: none;
	}
	.widget_follow{
	}
	.stores-icon{
		height: 40px;
	}
	.stores-icon2{
		height: 55px;
	}
	
} 
/*
@media screen and (min-width:959px) and (max-width:1023px){
	.back-container{
		position: absolute;
		z-index: -99999;
		overflow: hidden;
	}
	.back{
		margin: 0 auto;
		width: 952px;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	.square{
		width: 66px;
		height: 66px;
		border: solid 1px #fff;
	}
	.wrapper, .section-container{
		width: 816px;
	}
	.bossastudios{
		width: 136px;
		height: 68px;
		display: block;
		float: left;
		-webkit-background-size: contain;
   		background-size: contain;
	}
	.social{
		width: 202px;
		height: 66px;
		border: 1px solid #fff;
	}
	.menu{
		height: 68px;
	}
	.menu li{
		height: 68px;
		width: 68px;
	}
	.menu li a{
		line-height: 68px;
		font-size: 14px;
		height: 68px;
		width: 68px;
	}
	.block64{
		border: 1px solid #fff;
		width: 406px;
		height: 270px;
	}
	.block42{
		border: 1px solid #fff;
		width: 270px;
		height: 134px;
	}
	.block24{
		border: 1px solid #fff;
		width: 134px;
		height: 270px;
	}
	
	.block22{
		border: 1px solid #fff;
		width: 134px;
		height: 134px;
	}
	.spacer22{
		border: 1px solid #fff;
		width: 134px;
		height: 134px;
	} 
	.spacer24{
		border: 1px solid #fff;
		width: 134px;
		height: 270px;
	}
	.block44{
		border: 1px solid #fff;
		width: 270px;
		height: 270px;
	}
	.blog_post_block_author, .blog_post_block_date{
		font-size: 17px;
		margin-left: 20px;
	}
	.blog_post_block_title{
		font-size: 30px;
		padding-top: 20px;
		margin-left: 20px;
	}
}

*/

@media screen and (min-width:768px) and (max-width:1023px){
	.back-container{
		position: absolute;
		z-index: -99999;
		overflow: hidden;
	}
	.back{
		margin: 0 auto;
		width: 756px;
	}
	.square{
		width: 52px;
		height: 52px;
		border: solid 1px #fff;
	}
	.wrapper, .section-container{
		width: 648px;
	}
	.bossastudios{
		width: 108px;
		height: 54px;
		display: block;
		float: left;
		-webkit-background-size: contain;
   		background-size: contain;
	}
	.bubble{
		width: 216px;
		height: 54px;
		display: block;
		float: left;
		-webkit-background-size: contain;
   		background-size: contain;
	}
	.social{
		width: 214px;
		height: 52px;
		border: 1px solid #fff;
	}
	.fb_top{
		width: 53px;
		height: 52px;
	}
	.tw_top{
		width: 53px;
		height: 52px;
	}
	.yt_top{
		width: 53px;
		height: 52px;
	}
	.pi_top{
		width: 53px;
		height: 52px;
	}
	.menu{
		height: 54px;
		display: block!important;
	}
	.menu li{
		height: 54px;
		width: 54px;
	}
	.menu li a{
		line-height: 54px;
		font-size: 14px;
		height: 54px;
		width: 54px;
	}
	.sub-menu, .sub-menu li{
		width: 162px;
		font-size: 14px;
		height: 30px;
		line-height: 30px;
	}
	.sub-menu li a{
		width: 108px;
		font-size: 14px;
		height: 30px;
		line-height: 30px;
	}
	.grid-blog{
		width: 432px;
	}
	.blog-sidebar{
		width: 216px;
	}
	.block64{
		border: 1px solid #fff;
		width: 322px;
		height: 214px!important;
	}
	.block42{
		border: 1px solid #fff;
		width: 214px;
		height: 106px!important;
	}
	.block24{
		border: 1px solid #fff;
		width: 106px;
		height: 214px!important;
	}
	
	.block22{
		border: 1px solid #fff;
		width: 106px;
		height: 106px;
	}
	.block22-home{
		border: 1px solid #fff;
		width: 106px;
		height: 106px!important;
	}
	.spacer22{
		border: 1px solid #fff;
		width: 106px;
		height: 106px!important;
	} 
	.spacer24{
		border: 1px solid #fff;
		width: 106px;
		height: 214px; 
	}
	.block44{
		border: 1px solid #fff;
		width: 214px;
		height: 214px!important;
	}
	/*.block33{
		border: 1px solid #fff;
		width: 160px;
		height: 160px;
	}*/
	
	.block33{
		border: 1px solid #fff;
		width: 322px;
		height: 322px;
	}
	.game_img_top, .game_desc{
		border: 1px solid #fff;
		width: 646px;
		height: 322px;
	}
	.blog_post_block_author, .blog_post_block_date{
		font-size: 17px;
		
	}
	.blog_post_block_title{
		font-size: 20px;
		
		 
	}
	.page_block_link_over{
		font-size: 20px;
		
	}
	.team_member{
		border: 1px solid #fff;
		width: 214px;
		height: 214px!important;
	}
	.job, .jobs1{
		border: 1px solid #fff;
		width: 214px;
		height: 214px;
	}
	.benefits{
		border: 1px solid #fff;
		width: 430px;
		height: 214px;
	}
	.headline_txt{
		font-family: 'BigNoodleTitling';
		 font-size: 13px;
		 color: #ff9100;
	}
	.subtxt{
		font-family: "Trebuchet MS", Helvetica, sans-serif;
		 font-size: 9px;
		 line-height: 11px;
		 color: #000;
	}
	.map{
		border: 1px solid #fff;
		width: 430px;
		height: 322px!important; 
	}
	.form{
		border: 1px solid #fff;
		width: 646px;
		height: 538px!important;
	} 
	.illustration{
		width: 214px;
		height: 322px!important;
	}
	
	#form-contact-message{
		height: 30px;
	}
	.getintouch-title{
		font-size: 17px;
	}
	.form-contact-message{
		margin-top: 15px;
	}
	.shares-box{
		margin-left: 0px;
	}
	.game_title{
		 font-size: 22px; 
	}
	.game_description{
		 font-size: 13px;
		 line-height: 17px; 
	}
	.game_learnmore_text {
		font-size: 20px;
		margin-right: 30px;
	}
	.gme-btn{
		height: 20px;  
	}
	.game_galleria_element {
		width: 40%;
		margin: 2%;
	}
	.gifok{
		display: none;
	}
	.widget_icon{
		position: absolute;
		text-align: center;
		width: 100%;
		margin: 25% 0 0 0;
	}
	.widget_status{
		display: none;
	}
	.widget_follow{
	}
	.stores-icon{
		height: 30px;
	}
	.stores-icon2{
		height: 42px;
	}
	.game_review_icon, .punta-orange, .punta-orange-right{
		display: none;
	}
	.game_review_quote{
		width: 100%;
	}
}
@media screen and (max-width:767px){
	.social{
		display: none;
	}
	.back-container{
		position: absolute;
		z-index: -99999;
		overflow: hidden;
		display: none;
	}
	.back{
		margin: 0 auto;
		width: 100%;
		overflow: auto;
	}
	.square{
		width: 70px;
		height: 70px;
		border: solid 1px #fff;
	}
	.wrapper, .section-container{
		width:  90%;
		left: 5%;
	}
	.bossastudios{
		width: 144px;
		height: 72px;
		display: block;
		float: left;
		-webkit-background-size: contain;
   		background-size: contain;
	}
	.bubble{
		width: 288px;
		height: 72px;
		display: block;
		float: left;
		-webkit-background-size: contain;
   		background-size: contain;
	}
	.social{
		width: 286px;
		height: 70px;
		border: 1px solid #fff;
	}
	.fb_top{
		width: 71px;
		height: 70px;
	}
	.tw_top{
		width: 71px;
		height: 70px;
	}
	.yt_top{
		width: 71px;
		height: 70px;
	}
	.pi_top{
		width: 71px;
		height: 70px;
	}
	#menu-menu-1{
		/*display: none;*/
	}
	.menu{
		overflow: hidden;
		width: 100%;
		display: none;
	}
	.menu li{
		/*height: 68px;*/
		width: 100%;
		border-top: solid #fff 4px;
		float: none;
	}
	.menu li a{
		line-height: 68px;
		font-size: 20px;
		height: 68px;
		width: 100%;
		overflow: hidden;
	}
	.sub-menu li{
		text-align: center;
		padding-left: 0;
		height: 68px;
		background: #e5e5e5;
		float: none;
	}
	.sub-menu li a{
		text-align: center;
	}
	.grid-blog{
		float: none;
	}
	.blog-sidebar{
		width: 100%;
		display: none;
	}
	.block64{
		border: 2px solid #fff;
		width: 100%;
		height: 286px;
	}
	.block42{
		border: 2px solid #fff;
		width: 100%;
		height: 142px;
	}
	
	.block24{
		border: 2px solid #fff;
		width: 100%;
		/*height: 286px;*/
	}
	
	
	.block22{
		border: 1px solid #fff;
		width: 100%;
		/*height: 286px;*/
	}
	.block22-home{
		border: 1px solid #fff;
		width: 100%;
		/*height: 286px;*/
	}
	.spacer22{
		border: 1px solid #fff;
		width: 142px;
		height: 142px;
		display: none;
	} 
	.spacer24{
		border: 2px solid #fff;
		width: 142px;
		height: 286px;
		display: none;
	}
	.block44{
		border: 2px solid #fff;
		width: 100%;
		height: 286px;
	}
	.block33{
		border: 2px solid #fff;
		width: 100%;
		/*height: 370px;*/
	}
	.game_img_top, .game_desc{
		border: 2px solid #fff;
		width: 100%;
	}
	.blog_post_block_author, .blog_post_block_date{
		font-size: 17px;
		
	}
	.blog_post_block_title{
		font-size: 30px;
	
		
		
	}
	.page_block_link_over{
		font-size: 30px;
		
	}
	.toggle-mobile{
		display: block;
		font-size: 30px;
	}
	.grid{
		border-top: 2px solid #fff;
	}
	.grid-blog{
		width: 100%;
	}
	.position-title{
		 font-size: 30px;
		 line-height: 38px;
	}
	.jobs1_title{
		 font-size: 30px;
		 line-height: 38px;
	}
	.jobs1_desc{
		 font-size: 20px;
		line-height: 24px;
	}
	.position-intro{
		font-size: 20px;
		line-height: 24px;
		height: auto;
	}
	.bossa_benefits{
		 font-size: 16px;
		line-height: 20px;
	}
	.headline_txt{
		font-family: 'BigNoodleTitling';
		 font-size: 20px;
		 color: #ff9100;
	}
	.subtxt{
		font-family: "Trebuchet MS", Helvetica, sans-serif;
		 font-size: 13px;
		 line-height: 16px;
		 color: #000;
	}
	
	/* ****** SEZIONE BLOG ******* */
	.blogpost-text{
		font-size: 19px;
		line-height: 24px;
	}
	.blogpost-title{
		font-size: 40px;
	}
	.blogpost-date, .blogpost-author{
		font-size: 30px;
		line-height: 34px;
	}
	
	/* ---------- */
	.work-offer-container{
		width: 85%;
		top: 50px!important;
		margin: 0 auto!important;
		left: 0px!important;
	}
	.form{
		border: 2px solid #fff;
		width: 100%;
		height: 600px; 
	}
	.map{
		border: 2px solid #fff;
		width: 100%;
		height: 322px;
	}
	#form-contact-message{
		height: 30px;
	}
	.getintouch-title{
		font-size: 17px;
	}
	.form-contact-message{
		margin-top: 15px;
	}
	.shares-box{
		margin-left: 0px;
	}
	.bubble{
		display: none;
	}
	.game_desc{
		background-color: #050505;
		background-image: none;
	}
	.game_desc_content{
		position: relative;
		padding: 40px 0
	}
	.game_desc .back-container-block{
		display: none; 
	}
	.game_desc_content_left, .game_desc_content_right{
		width: 100%;
	}
	.game_desc_content_right{
		margin: 40px 0 0 0;
	}
	.game_learnmore_text {
		display: block;
	} 
	.game_galleria_element {
		width: 90%;
		margin: 5%;
	}
	.game_title{
		 font-size: 30px; 
	}
	.game_description{
		 font-size: 13px;
		 line-height: 17px; 
	}
	.game_learnmore_text {
		font-size: 22px;
		margin-right: 30px;
	}
	.gme-btn{
		height: 20px;  
	}
	.game_galleria_caption{
		font-size: 30px; 
	}
	.game_review_icon, .punta-orange, .punta-orange-right{
		display: none;
	}
	.game_review_quote{
		width: 100%;
	}
	.fbwidget_block, .twitterwidget_block{
		display: block;
		width: 100%;
	}
	.stores-icon{
		height: 25px;
	}
	.stores-icon2{
		height: 35px;
	}
}
	

#menu-item-1251 img{ max-width:100%; margin:20px 0 0; } 

