/*
Theme Name: GGI
Theme URI: http://utilitynyc.com
Author: Utility NYC // Tim McClure
Author URI: http://utilitynyc.com
Description: Theme created for the Global Gaming Initiative by Utility NYC
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: ggi
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 GGI is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
@font-face {
  font-family: 'Gotham Black';
  src: url("fonts/Gotham-Black.ttf"); }
@font-face {
  font-family: 'Gotham Medium';
  src: url("fonts/Gotham-Medium.ttf"); }
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box; }

body {
  background: #fff; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

ol, ul {
  list-style: none; }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

a img {
  border: 0; }

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: Oxygen;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

h1 {
  font-size: 35px; }

p {
  margin-bottom: 1.5em; }

b, strong {
  font-weight: bold; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

th {
  font-weight: bold; }

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in IE6/IE7 */ }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #ccc;
  border-color: #ccc #ccc #bbb #ccc;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa #bbb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 98%; }

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: royalblue; }

a:visited {
  color: purple; }

a:hover,
a:focus,
a:active {
  color: midnightblue; }

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
  float: left; }

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation li {
  float: left;
  position: relative;
  padding: 0 25px;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px; }
.main-navigation li li {
  text-align: left;
  border-bottom: 1px solid #e4891f; }

#site-navigation.main-navigation li:hover {
  background-color: #f79422; }

#site-navigation.main-navigation li:hover a {
  color: #fff; }

.main-navigation li li:hover {
  background-color: #E97F06 !important; }

.main-navigation li.current-menu-item {
  background-color: #000; }

.main-navigation .current-menu-item a {
  color: white !important; }

.main-navigation a {
  display: block;
  text-decoration: none; }

.main-navigation ul ul {
  display: none;
  float: left;
  left: 0;
  position: absolute;
  top: 1.5em;
  z-index: 99999;
  background-color: #f79422; }

.main-navigation ul li > ul {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.main-navigation ul ul ul {
  left: 100%;
  top: 0; }

.main-navigation ul ul a {
  width: 200px; }

.main-navigation ul li:hover > ul {
  display: block;
  margin-top: 32px; }

.submenu {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

/* Small menu */
.menu-toggle {
  cursor: pointer;
  display: none; }
  
  
.our-team-panel{	   
	clear:both;margin:0 0 20px;
}
.our-team-panel .members{
	width:20%;float:left;text-align:center;	
}
.our-team-panel .members .image{max-width:250px;margin:0 auto}
.our-team-panel .members .image a{text-decoration:none;display:block;}
.our-team-panel .members .image a:hover{background-color:#f59400}
.our-team-panel .members .image img{max-width:100%;}
.our-team-panel .members .image .name{font-family:'Gotham Medium', Arial, Helvetica, sans-serif}

@media screen and (max-width: 600px) {
	.our-team-panel .members{float:none;width:100%;}
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block; }

  .main-navigation ul {
    display: none; } }
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */ }

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

.fl {
  float: left; }

.fr {
  float: right; }

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%; }

/* Search widget */
.widget_search .search-submit {
  display: none; }

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%; }

.wp-caption-text {
  text-align: center; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.site-main .gallery {
  margin-bottom: 1.5em; }

.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%; }

.site-main .gallery dd,
.site-main .gallery figcaption {
  margin: 0; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%; }

.clearfix {
  clear: both; }

body {
  -webkit-font-smoothing: subpixel-antialiased;
  color: #575757;
  -webkit-backface-visibility: hidden; }

#page a {
  color: #575757; }

#page a:hover {
  color: #f79422; }

#new-royalslider-1 > div.rsOverflow > div > div:nth-child(1) > div > div.rsSBlock.gplaybtn {
  top: 270px !important;
  right: 139px !important; }

.z-tabs.white.mobile.z-bordered > ul > li.z-active > a {
  border-bottom: none; }

#gi-header {
  margin-left: 60px; }

#gi-subheader {
  margin-left: 60px;
  margin-right: 60px; }

.contact-social div:nth-child(2n) {
  height: 25px;
  line-height: 25px;
  font-size: 14px; }

.footer-social-row div {
  color: #fff; }

#ggi-difference-inner > div.panel-left a {
  text-decoration: none; }

#gform_confirmation_message_2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  color: green; }

#gform_wrapper_2 {
  margin-top: 40px; }

/*==============================
=            Header            =
==============================*/
.site-branding {
  background-image: url(img/logos/logo-header_286x142.gif);
  width: 143px;
  height: 71px;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  float: left;
  margin-left: 55px; }

.site-header#masthead {
  padding-top: 21px; }

#site-navigation.main-navigation {
  float: right;
  font-size: 20px; }

.header_social {
  float: right;
  padding-top: 15px;
  padding-right: 64px; }

.facebook_header, .twitter_header, .youtube_header {
  height: 30px;
  width: 31px;
  float: left; }

.facebook_header {
  background-image: url(img/header-fb.png);
  position: relative;
  top: -1px;
  margin-right: 18px;
  background-repeat: no-repeat;
  background-position: 8px 3px; }

.facebook_header:hover {
  background-position: 8px -41px; }

.twitter_header {
  background-image: url(img/header-twt.png);
  margin-right: 18px;
  background-repeat: no-repeat;
  background-position: 4px 2px; }

.twitter_header:hover {
  background-position: 4px -38px; }

.youtube_header {
  background-image: url(img/header-yt.png);
  background-repeat: no-repeat;
  background-position: 11px 5px;
  padding-right: 43px; }

.youtube_header:hover {
  background-position: 11px -35px; }

#site-navigation.main-navigation a {
  color: #525252;
  text-transform: uppercase; }

/*-----  End of Header  ------*/
/*==============================
=            Footer            =
==============================*/
.site-footer {
  border-top: 30px solid #575757;
  background-color: #2a2a2a; }

.footer-inner {
  width: 92%;
  border-top: 4px solid #f79422;
  margin: 0 auto;
  margin-top: 80px;
  color: #fff; }

#footer-posts-left, #footer-posts-right {
  float: left;
  width: 50%; }

.footer-header {
  font-size: 18px;
  text-transform: uppercase; }

#footer-posts {
  width: 63%;
  float: left; }

#footer-right {
  float: left;
  width: 37%; }

#footer-posts-left .footer-header {
  margin-top: -37px;
  margin-bottom: 42px; }

#footer-posts-right > div:nth-child(1) {
  margin-top: 32px; }

.footer-post-thumb {
  float: left; }

.footer-post-body {
  float: left;
  width: 220px;
  padding-left: 10px;
  margin-top: -3px; }

.footer-post-meta {
  font-size: 9px;
  color: #a9a9a9; }

.footer-post-title {
  color: #f79422;
  font-weight: bold;
  text-transform: uppercase; }

.footer-social-row a div {
  background-image: url(img/logos/footer-logos.gif);
  background-repeat: no-repeat;
  height: 23px;
  padding-top: 5px;
  padding-left: 30px; }
.footer-social-row #footer-twitter div {
  background-position: 0px; }
.footer-social-row #footer-youtube div {
  background-position: 0 -63px; }
.footer-social-row a {
  text-decoration: none;
  color: #fff; }

#footer-right-col1 > div.footer-header {
  position: relative;
  top: -36px; }

#footer-right-col2 .footer-header {
  margin-top: 47px;
  border-bottom: 4px solid #f79422;
  padding-bottom: 5px; }

#footer-email-signup-wrapper .gform_heading {
  display: none; }
#footer-email-signup-wrapper .gfield_label {
  display: none; }
#footer-email-signup-wrapper #input_1_1 {
  margin-top: 5px;
  border-radius: 0px; }

#gform_submit_button_1 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  border: none;
  text-shadow: none;
  color: transparent;
  background-image: url(img/signup-sprite.gif);
  background-repeat: no-repeat;
  width: 107px;
  height: 39px;
  margin-top: -10px; }

#gform_submit_button_1:hover {
  background-position: 0 -39px; }

#menu-footer-nav {
  list-style: none;
  margin: 0; }

#menu-footer-nav a {
  color: #fff;
  text-decoration: none; }

/*-----  End of Footer  ------*/
/*=================================
=            Home Page            =
=================================*/
/*==========  Slider  ==========*/
#new-royalslider-1 {
  border-top: 1px solid #969696;
  margin-top: 15px;
  overflow-x: hidden; }

#new-royalslider-1 > div.rsNav.rsBullets {
  padding-top: 0px;
  margin-top: -48px;
  text-align: left;
  margin-left: 50px; }

#new-royalslider-1 > div.rsNav.rsBullets > div.rsNavItem.rsBullet {
  width: 18px;
  height: 18px;
  padding: 0;
  margin-left: 10px; }

#new-royalslider-1 > div.rsNav.rsBullets > div.rsNavItem.rsBullet:first-child {
  margin-left: 0; }

#new-royalslider-1 > div.rsNav.rsBullets > div.rsNavItem.rsBullet.rsNavSelected > span {
  background-color: transparent !important;
  background-image: url(img/slider-dot-active.png);
  width: 18px;
  height: 18px;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%; }

#new-royalslider-1 .rsNavItem.rsBullet span {
  width: 18px;
  height: 18px;
  border-radius: 0px;
  background-color: transparent;
  background-image: url(img/slider-dot.png);
  cursor: pointer; }

/*==========  Featured In Press Area  ==========*/
#featured-press {
  min-height: 130px;
  background-color: #f8f8f8; }

#featured-press-text {
  font-weight: bold;
  float: left;
  color: #575757;
  font-size: 35px;
  text-transform: uppercase;
  line-height: 130px;
  margin-left: 50px;
  margin-top: 27px; }

#featured-press-text span {
  color: #f79422; }

#featured-press-images {
  margin-right: 50px;
  float: right; }

#featured-press-images img {
  float: left;
  width: 202px;
  margin-right: 20px;
  margin-left: 20px;
  margin-top: -8px; }

/*==========  GGI Difference Area  ==========*/
#ggi-difference {
  width: 100%;
  padding-top: 60px;
  padding-left: 45px;
  padding-right: 45px;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 60px; }

#ggi-difference-text {
  font-weight: bold;
  float: left;
  color: #575757;
  font-size: 35px;
  text-transform: uppercase;
  padding-top: 50px;
  margin-right: 100px; }
  #ggi-difference-text span {
    color: #f79422; }

#ggi-difference-subtext {
  font-size: 17px;
  font-weight: normal;
  width: 350px;
  margin-top: 12px; }

#ggi-difference-right {
  float: right; }

#ggi-difference-link {
  margin-top: 15px;
  float: left;
  width: 245px;
  text-align: center;
  position: relative;
/*  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;*/ }
  #ggi-difference-link a {
    text-decoration: none; }
  #ggi-difference-link img {
    width: 212px;
  /*  -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease; */}
  #ggi-difference-link img:hover {
    /*-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); */}
  #ggi-difference-link span {
    font-size: 17px;
    color: #3d3d3d;
    display: block;
    text-transform: uppercase;
    text-align: center;
   /* -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;*/ }
  #ggi-difference-link :hover ~ span {
    /*padding-top: 10px;*/ }

  div.caroufredsel_wrapper {
      position: absolute !important;
      top: 73px !important;
      left: 72px !important;
      height: 66px !important;
  }
  #carousel img {
    width: 100px;
  }
  @media only screen and (max-width: 1276px) {
    #carousel img {
      width: 75px;
    }
    div.caroufredsel_wrapper {
      width: 75px !important;
      height: 49px !important;
      left: 54px !important;
      top: 67px !important;
    }
  }
  @media only screen and (max-width: 1236px) {
    #carousel img {
      width: 60px;
    }
    div.caroufredsel_wrapper {
      top: 46px !important;
      left: 35px !important;
      width: 60px !important;
    }
  }
  @media only screen and (max-width: 1050px) {
    #carousel img {
      width: 50px;
    }
    div.caroufredsel_wrapper {
      width: 50px !important;
      top: 35px !important;
      left: 25px !important;
    }
  }
  @media only screen and (max-width: 490px) {
    #carousel img {
      width: 40px;
    }
    div.caroufredsel_wrapper {
      width: 40px !important;
      top: 222px !important;
      left: 30px !important;
    } 
  }
  @media only screen and (max-width: 360px) {
   div.caroufredsel_wrapper {
     top: 174px !important;
     left: 31px !important;
   }  
  }
/*==========  Featured Games Area  ==========*/
#featured-games-wrapper {
  width: 100%;
  padding-top: 60px;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 60px;
  border-bottom: 1px solid #d6d6d6; }

#featured-games-left {
  float: left; }

#featured-games-header {
  font-weight: bold;
  float: left;
  color: #575757;
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 6px; }
  #featured-games-header span {
    color: #f79422; }

.featured-game-box {
  float: left;
  width: 320px; 
  position: relative;}
  .featured-game-box img {
    width: 320px; }
  .featured-game-box div {
    width: 320px; }

.featured-game {
  height: 197px;
  -webkit-background-size: 644px;
  background-size: 644px; }

#featured-game-sidekick {
  background-image: url(img/featured-game-sidekick.jpg); }

#featured-game-outbreak {
  background-image: url(img/featured-game-outbreak.jpg); }

#featured-game-kick {
  background-image: url(img/featured-game-kick.jpg); }

.featured-game:hover {
  background-position: -322px 0; }

#featured-games-right {
  float: right;
  width: 25%;
  text-align: center; }
  #featured-games-right img {
    width: 334px;
    padding-top: 58px; }

/*==========  Socialize Area  ==========*/
.home-panel {
  border-bottom: 1px solid #d6d6d6;
  width: 100%;
  padding-left: 45px;
  padding-right: 45px; }

.home-panel-header {
  font-weight: bold;
  float: left;
  color: #575757;
  font-size: 35px;
  text-transform: uppercase; }
  .home-panel-header span {
    color: #f79422; }

#home-socialize {
  margin-top: 76px;
  width: 100%;
  padding-bottom: 90px; }

#home-socialize-left, #home-socialize-right {
  float: left; }

#home-socialize-left {
  width: 63%;
  max-width: 963px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease; }

#home-socialize-left img {
  margin-right: 7px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

#home-socialize-left img:hover {
  -webkit-transform: scale 1.1;
  -moz-transform: scale 1.1;
  -ms-transform: scale 1.1;
  -o-transform: scale 1.1;
  transform: scale 1.1; }

#home-socialize-right {
  width: 27%;
  padding-top: 171px;
  margin-left: 45px; }
  #home-socialize-right a:nth-child(2) img {
    margin-top: 9px; }
  #home-socialize-right img {
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  #home-socialize-right a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

#home-partners {
  width: 100%;
  padding: 82px; }
  #home-partners .home-panel-header {
    float: left;
    padding-top: 14px; }
  #home-partners #home-partners-logos {
    float: right;
    width: 79%; }
    #home-partners #home-partners-logos img {
      float: left;
      margin-right: 20px;
      margin-left: 20px; }

/*-----  End of Home Page  ------*/
/*===================================
=            Inner Pages            =
===================================*/
.inner-banner {
  margin-top: 20px; }

.page-inner {
  width: 96%;
  margin: 0 auto; }

.inner-header {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
  color: #575757; }
  .inner-header span {
    color: #f79422; }

.inner-subheader {
  font-size: 20px;
  color: #575757; }
  .inner-subheader span {
    font-weight: bold; }
  .inner-subheader a {
    color: #575757; }

.inner-panel {
  width: 100%; }

.panel-left {
  float: left; }

.panel-right {
  float: right; }

/*==========  Press Page  ==========*/
.inner-banner#press-banner {
  width: 100%;
  background-image: url(img/banners/press-banner.jpg);
  background-repeat: no-repeat;
  padding-bottom: 30%;
  -webkit-background-size: cover;
  background-size: cover; }

#press-left {
  float: left;
  width: 64%;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  text-align: center;
  padding-top: 55px;
  padding-bottom: 37px; }
  #press-left img {
    width: 25%;
    padding: 0 20px;
    margin: 0 20px;
    min-width: 160px; }

#press-left a {
  text-decoration: none; }

#press-right {
  float: right;
  width: 21.6%;
  min-width: 180px; }

#press-right > a:nth-child(2) > img {
  margin-top: 22px; }

#press-bottom {
  margin-bottom: 90px;
  margin-top: -70px; }

#press-bottom > div.inner-subheader {
  float: left;
  text-transform: none; }

#press-bottom > a > img {
  float: left;
  margin-left: 30px;
  margin-top: 4px; }

#press-bottom .inner-header {
  margin-top: 0px; }

/*==========  Our Projects Page  ==========*/
.inner-banner#sidekick-banner {
  background-image: url("img/banners/sidekick-banner.jpg");
  width: 100%;
  padding-bottom: 5%;
  overflow: hidden;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat; }

#sidekick-banner #sidekick-banner-inner {
  float: right;
  width: 100%; }
#sidekick-banner #sidekick-banner-title {
  float: right;
  margin-right: 50px;
  width: 39%;
  margin-top: 40px; }
#sidekick-banner #sidekick-banner-text {
  float: right;
  margin-right: 120px;
  font-size: 30px;
  color: #f79422;
  width: 386px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Gotham Black';
  text-shadow: 2px 2px #000; }
#sidekick-banner img {
  float: right; }
#sidekick-banner #projects-android-download {
  margin-right: 100px; }
#sidekick-banner #projects-ios-download {
  margin-right: 60px; }

.inner-banner#winning-banner {
  background-image: url("/wp-content/uploads/2014/08/winning5.jpg");
  width: 100%;
  padding-bottom: 5%;
  overflow: hidden;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat; }

#winning-banner #winning-banner-inner {
  float: right;
  width: 100%; }
#winning-banner #winning-banner-title {
  float: right;
  margin-right: 50px;
  width: 39%;
  margin-top: 40px; }
#winning-banner #winning-banner-text {
  float: right;
  margin-right: 100px;
  font-size: 24px;
  color: #f79422;
  width: 386px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Gotham Black';
  text-shadow: 2px 2px #000; }
#winning-banner img {
  float: right; }
#winning-banner #projects-android-download {
  margin-right: 100px; }
#winning-banner #projects-ios-download {
  margin-right: 60px; }

#characters {
  position: absolute;
  top: 3%;
  width: 60%; }

.page-inner#sidekick-inner {
  padding-top: 115px; }

#objective-left {
  float: left;
  width: 48%; }

#objective-right {
  float: right;
  width: 50%;
  color: #575757; }
  #objective-right .inner-header {
    margin-top: -13px;
    text-transform: uppercase; }
  #objective-right #projects-download-button {
    background-image: url(img/download-now-sprite.png);
    background-repeat: no-repeat;
    width: 291px;
    height: 65px;
    margin: 0 auto;
    margin-top: 30px;
    background-position: 0 0; }

#objective-right #projects-download-button:hover {
  background-position: 0 -65px; }

#gfc-panel {
  width: 100%;
  background-image: url(img/panel-bg/projects-bg2.jpg);
  text-align: center;
  height: 340px;
  background-position: 0 0 !important;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%; }
  #gfc-panel .inner-header {
    text-transform: uppercase;
    padding-top: 25px; }

#gfc-panel-inner {
  width: 1092px;
  margin: 0 auto;
  text-align: left; }

#gfc-left {
  margin-right: 70px; }

#gfc-left, #gfc-right {
  float: left;
  width: 506px; }
  #gfc-left img, #gfc-right img {
    float: left;
    padding-right: 10px; }
  #gfc-left #gfc-panel-subheader, #gfc-right #gfc-panel-subheader {
    color: #f79422;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold; }
  #gfc-left #gfc-panel-text, #gfc-right #gfc-panel-text {
    color: #575757; }

#testimonials-panel {
  background-color: #fff;
  height: 405px;
  text-align: center; }
  #testimonials-panel .inner-header {
    text-transform: uppercase;
    padding-top: 24px;
    margin-top: 0; }
  #testimonials-panel #testimonials-panel-inner {
    width: 1092px;
    margin: 0 auto; }
    #testimonials-panel #testimonials-panel-inner #testimonials-left, #testimonials-panel #testimonials-panel-inner #testimonials-right {
      float: left;
      width: 506px;
      font-size: 24px;
      font-weight: lighter;
      font-style: italic; }
      #testimonials-panel #testimonials-panel-inner #testimonials-left span, #testimonials-panel #testimonials-panel-inner #testimonials-right span {
        color: #f79422;
        padding-left: 240px; }
    #testimonials-panel #testimonials-panel-inner #testimonials-left {
      margin-right: 70px; }
    #testimonials-panel #testimonials-panel-inner #testimonials-social {
      width: 196px;
      margin: 0 auto;
      margin-top: 42px; }
      #testimonials-panel #testimonials-panel-inner #testimonials-social .social-links {
        background-image: url(img/logos/testimonials-social.png);
        width: 64px;
        height: 63px;
        background-repeat: no-repeat;
        margin-left: 17px;
        margin-right: 17px;
        float: left; }

#testimonials-twitter {
  background-position: 0 -73px; }

#testimonials-instagram {
  background-position: 0px -145px; }

#testimonials-pinterest {
  background-position: 0px -218px; }

#testimonials-facebook:hover {
  background-position: -84px 0; }

#testimonials-twitter:hover {
  background-position: -83px -73px; }

#testimonials-instagram:hover {
  background-position: -84px -145px; }

#testimonials-pinterest:hover {
  background-position: -84px -218px; }

#next-panel {
  text-align: center;
  padding-bottom: 40px;
  background-color: #edecec;}
  #next-panel .inner-header {
    text-transform: uppercase;
    margin-top: 0;
    padding-top: 25px; }
    #next-panel .inner-header span {
      color: #f79422; }

#next-links {
  width: 80%;
  margin: 0 auto;
  padding-top: 18px; }
  #next-links img {
    margin-left: 5%;
    margin-right: 5%;
    float: left;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    width: 40%; }
  #next-links img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

/*==========  Get Involved Page  ==========*/
.inner-banner#gi-banner {
  background-image: url(img/banners/gi-banner3.jpg);
  background-repeat: no-repeat;
  padding-bottom: 30%;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover; }

#gi-tabbed {
  margin-top: 60px;
  margin-bottom: 90px;
  border: 1px solid #d6d6d6;
  margin-left: 60px;
  margin-right: 60px; }

#gi-tabbed .z-tab {
  width: 33.3% !important; }

.z-tabs.horizontal.top.white.z-bordered > ul > li.z-active > a {
  border-top: 0;
  color: #f79422; }
  .z-tabs.horizontal.top.white.z-bordered > ul > li.z-active > a span {
    color: #f79422; }

.z-tabs.horizontal.z-shadows > ul > li.z-first > a {
  box-shadow: none; }

#gi-tabbed .z-link {
  font-size: 30px;
  text-transform: uppercase; }

#gi-tabbed .z-tab a {
  background-color: #f79422;
  top: 0;
  text-shadow: none;
  font-weight: normal;
  border: 1px solid #d6d6d6;
  border-top: none;
  font-size: 20px; }
  #gi-tabbed .z-tab a span {
    color: #fff; }

#gi-tabbed .z-tab.z-first a {
  border-left: none; }

#gi-tabbed .z-tab.z-last a {
  border-right: none;
  border-left: none;
  box-shadow: none; }

#gi-tabbed .z-tab.z-active a {
  background-color: #fff;
  padding-top: 15px;
  border-bottom: none; }

#gi-tabbed .z-container {
  border-top: none;
  box-shadow: none;
  border: none;
  margin-left: 30px;
  margin-right: 30px; }

.z-tabs > .z-container > .z-content > .z-content-inner {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 50px; }

#gi-tab-left {
  float: left;
  width: 40%; }

#gi-dev-left {
  width: 45%;
  float: left; }

#gi-dev-left img:nth-child(2) {
  padding-top: 20px; }

#gi-dev-left img {
  max-width: 415px;
  width: 100%; }

#gi-dev-right {
  float: right;
  width: 50%;
  margin-top: -19px; }

#gi-tab-right {
  float: right;
  width: 50%;
  margin-top: -3px; }

#gi-dev-right .inner-subheader {
  font-size: 17px; }

#gform_fields_2 label {
  float: left;
  font-size: 16px;
  font-weight: normal;
  width: 100%;
  margin-right: 20px;
  margin-top: 0;
  line-height: 16px;
  padding-top: 3px; }

#gform_fields_2 .gfield#field_2_7 {
  height: 69px; }

#gform_fields_2 .gfield#field_2_15 {
  margin-top: 14px; }

#gform_fields_2 input {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

#gform_fields_2 .gfield {
  margin-bottom: 10px; }

#field_2_1 > label, #field_2_6 > label, #field_2_9 > label {
  padding-top: 8px; }

.gform_button#gform_submit_button_2 {
  border: none;
  padding: 0;
  background-color: transparent;
  color: transparent;
  text-shadow: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
  background-image: url(img/submit-sprite.png);
  width: 107px;
  height: 39px;
  background-repeat: no-repeat;
  margin-right: -20px;
  float: left; }

#gform_2 .gform_previous_button {
  border: none;
  border-radius: 0;
  background-color: transparent;
  color: transparent;
  text-shadow: none;
  background-image: url(img/previous.png);
  background-repeat: no-repeat;
  width: 107px;
  height: 39px;
  box-shadow: none;
  float: left;
  margin-right: 20px; }

#gform_2 .gform_previous_button:hover {
  background-position: 0 -39px; }

#gi-dev-bottom {
  border-top: 1px solid #d6d6d6; }

#gform_2 input {
  width: 100%; }

#gform_2 .gform_next_button {
  border: none;
  border-radius: 0;
  text-shadow: none;
  box-shadow: none;
  background-color: transparent;
  color: transparent;
  background-image: url(img/next.png);
  width: 107px;
  height: 39px;
  background-repeat: no-repeat; }

#gform_2 .gform_next_button:hover {
  background-position: 0 -39px; }

#career-pc {
  width: 146px;
  margin-top: 53px;
  float: left; }

#career-call {
  float: left;
  margin-top: 5px;
  margin-left: 27px; }
  #career-call p {
    padding-top: 3px;
    line-height: 23px;
    color: #575757;
    font-size: 14px; }
  #career-call a {
    color: #575757; }

#gform_wrapper_2 .gf_progressbar_wrapper {
  margin-top: -30px; }

#gform_wrapper_2 textarea {
  width: 100%;
  height: 60px; }

#gform_2 .gform_page_footer {
  margin-bottom: 60px; }

#gform_2 .ginput_container + .gfield_description.validation_message {
  float: left; }

/*==========  Mission / About Us Page  ==========*/
.inner-banner#mission-banner {
  background-image: url(img/banners/mission-banner2.jpg);
  background-repeat: no-repeat;
  padding-bottom: 30%;
  -webkit-background-size: cover;
  background-size: cover; }

#our-mission {
  width: 100%;
  border-top: 1px solid #d6d6d6;
  padding-top: 20px; }

#our-mission-left {
  float: left;
  width: 56%;
  margin-top: 32px; }
  #our-mission-left p {
    font-size: 22px; }

#our-mission-right {
  float: right;
  width: 41%;
  margin-top: 6px; }

#ggi-difference-inner {
  width: 100%;
  border-top: 1px solid #d6d6d6;
  padding-top: 50px; }

#ggi-difference-inner .panel-left {
  width: 735px;
  float: left; }
  #ggi-difference-inner .panel-left a {
    color: #000; }

#ggi-difference-inner .panel-right {
  float: right;
  width: 610px;
  border-left: 1px solid #d6d6d6;
  padding-left: 20px; }
  #ggi-difference-inner .panel-right p {
    font-size: 22px;
    margin-top: 1.5em; }

.difference-icon {
  float: left;
  text-align: center;
  width: 33.3%;
  padding: 0 10px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  min-width: 100px; }
  .difference-icon div {
    text-transform: uppercase;
    font-family: 'Gotham Medium';
    padding-top: 11px;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #575757; }

.difference-icon:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

#about-us-inner.inner-panel {
  border-top: 1px solid #d6d6d6;
  padding-top: 10px;
  font-size: 16px; }

/*==========  Contact Us Page  ==========*/
#contact-inner {
  float: left;
  width: 68.1%;
  padding-left: 45px; }

.inner-banner#contact-banner {
  background-image: url(img/banners/contact-banner3.jpg);
  background-repeat: no-repeat;
  padding-bottom: 30%;
  -webkit-background-size: 100%;
  background-size: 100%; }

#contact-intro {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 20px;
  font-size: 20px; }

.contact-col {
  float: left; }

.contact-col.right {
  width: 309px;
  padding-left: 25px;
  padding-top: 38px; }

#gform_wrapper_3 {
  margin-top: 39px; }

#input_3_1, #input_3_2, #input_3_3 {
  width: 365px;
  border-radius: 0px;
  margin-bottom: 15px; }

#gform_3 > div.gform_heading > h3 {
  display: none; }

#gform_fields_3 label {
  display: none; }

#gform_submit_button_3 {
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: transparent;
  text-shadow: none;
  background-image: url(img/submit-sprite.png);
  background-repeat: no-repeat;
  border-radius: 0px;
  height: 39px;
  width: 107px; }

#gform_3 > div.gform_footer.top_label {
  padding-top: 0px;
  margin-top: -2px; }

textarea#input_3_3 {
  height: 132px; }

.border-vert {
  float: left;
  margin-top: 39px;
  margin-left: 26px; }

.contact-social-btn div {
  background-image: url(img/contact-social-buttons.png);
  background-repeat: no-repeat;
  height: 25px; }

.contact-twt {
  background-image: url(img/contact-twt.png);
  height: 22px;
  width: 25px;
  float: left; }

.contact-fb {
  background-image: url(img/contact-fb.png);
  height: 22px;
  width: 25px;
  float: left; }

.contact-yt {
  background-image: url(img/contact-yt.png);
  height: 19px;
  width: 25px;
  float: left;
  position: relative;
  top: 4px;
  background-position: 0 -18px; }

.contact-yt, .contact-fb, .contact-twt {
  margin-right: 15px; }

.contact-social {
  margin-top: 11px;
  text-align: left; }

.contact-social a {
  text-decoration: none;
  color: #575757; }

#contact-sidebar {
  float: right;
  width: 340px;
  margin-top: 127px;
  margin-right: 45px; }

/*==========  Partners Page  ==========*/
#partners-banner {
  background-image: url(img/banners/partners-banner.jpg);
  width: 100%;
  padding-bottom: 30%;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat; }

#partners-lead.panel-left {
  width: 67%;
  margin-right: 3%; }
  #partners-lead.panel-left p {
    font-size: 23px; }

#partners-submit-idea.panel-right {
  width: 30%;
  margin-top: 38px;
  max-width: 413px; }

#partners-inner {
  padding: 0px 45px; }

.inner-panel#partners-logo-grid {
  margin-top: 50px;
  margin-bottom: 100px; }

.pgrid-col img {
  border-bottom: 2px solid #d6d6d6; }

.pgrid-col {
  width: 25%;
  min-width: 200px;
  float: left; }
  .pgrid-col p {
    font-size: 13px; }
  .pgrid-col p > span {
    font-weight: bold; }

.pgrid-col-inner {
  width: 187px;
  margin: 0 auto; }

#pgrid-b {
  margin-top: 30px; }

#pgrid-b .pgrid-col {
  width: 33.3%; }

#partner-call {
  border-top: 1px solid #d6d6d6;
  margin-bottom: 57px; }

.learn-more-button {
  background-image: url(img/learn_more.gif);
  height: 41px;
  width: 224px;
  background-repeat: no-repeat;
  float: left;
  margin-left: 25px; }

.learn-more-button:hover {
  background-position: 0 -41px; }

#partner-call p {
  float: left;
  width: 40%; }

/*-----  End of Inner Pages  ------*/
/*============================
=            Blog            =
============================*/
/*==========  Main Blog Page  ==========*/
.inner-banner#blog-banner {
  background-image: url(img/banners/blog-banner6.jpg);
  background-repeat: no-repeat;
  padding-bottom: 30%;
  -webkit-background-size: cover;
  background-size: cover; }

.page-inner#blog-inner {
  width: 63.87%;
  margin: inherit;
  margin-left: 45px;
  float: left; }

.blog-row {
  border-top: 1px solid #d6d6d6;
  padding-top: 56px;
  margin-bottom: 60px; }

.blog-row-left {
  float: left;
  width: 23.48%;
  margin-right: 20px; }

.blog-row-right {
  float: right;
  width: 72.34%; }

.blog-row-title {
  color: #f79422;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px; }

.blog-row-meta {
  font-size: 11px;
  color: #cacaca; }

.blog-row-content {
  margin-top: 25px; }

#blog-right {
  float: right;
  width: 27.47%;
  padding-right: 40px; }

#recent-posts {
  list-style: none;
  margin-left: 0;
  margin-top: -12px; }

#recent-posts a {
  text-decoration: none;
  color: #000; }

.post_tags a {
  color: #000;
  text-decoration: none;
  padding-right: 10px; }

.post_tags a:after {
  content: '|';
  margin-left: 10px; }

#blog-archive-widget {
  margin: 0;
  list-style: none; }

#blog-archive-widget a {
  color: #000;
  text-decoration: none; }

#blog-archive-widget a:hover {
  color: #f79422;
  font-weight: bold; }

#blog-archive-widget > li {
  float: left;
  padding-right: 10px; }

#blog-archive-widget > li.archive-year {
  padding-right: 0px;
  font-size: 15px;
  margin-top: -2px; }

#blog-archive-widget > li.archive-year:after {
  content: '|';
  margin-left: 5px;
  margin-right: 5px; }

#blog-side-banners {
  margin-top: 33px; }

#blog-side-banners > a:nth-child(2) > img {
  margin-top: 10px; }

/*-----  End of Blog  ------*/
/*=========================================
=            Our Projects Page            =
=========================================*/
.inner-banner#projects-banner {
  background-image: url(img/banners/projects-banner.jpg);
  background-repeat: no-repeat;
  padding-bottom: 30%;
  -webkit-background-size: cover;
  background-size: cover; }

.page-inner#projects-inner {
  width: 1410px;
  padding-top: 45px; }

.project-block {
  width: 100%;
  min-height: 770px; }

.project-block a {
  text-decoration: none; }

.project-main-image {
  float: left; }

.project-sub-image {
  height: 310px;
  width: 450px;
  float: left;
  transition: 0.5s all ease-in-out;
  background-repeat: no-repeat;
  position: relative;
  top: 407px; }

.project-sub-image:hover {
  background-position: 0 100%; }

.project-link-box {
  width: 450px;
  height: 70px;
  line-height: 70px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 28px; }

.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards; }

.already-visible {
  transform: translateY(0);
  animation: none; }

@keyframes come-in {
  to {
    transform: translateY(0); } }
@media only screen and (max-width: 1425px) {
  .page-inner#projects-inner {
    width: 100%; }

  .project-sub-image {
    width: 300px;
    height: 207px;
    top: 353px;
    background-size: 300px 414px; }

  .project-main-image {
    width: 750px; }

  .project-block {
    width: 1050px;
    margin: 0 auto;
    min-height: 630px; } }
@media only screen and (max-width: 1075px) {
  .project-sub-image {
    display: none; }

  .project-main-image:nth-child(even) {
    float: right; }

  .project-block {
    width: 100%; } }
@media only screen and (max-width: 775px) {
  .project-main-image {
    width: 568px; }

  .project-block {
    min-height: 494px; } }
@media only screen and (max-width: 567px) {
  .project-main-image {
    width: 300px; }

  .project-link-box {
    width: 100%; }

  .project-block {
    min-height: 294px; } }
/*-----  End of Our Projects Page  ------*/
/*========================================
=            Responsive Style            =
========================================*/
@media only screen and (max-width: 1751px) {
  #home-partners #home-partners-logos {
    float: none;
    width: 1254px;
    margin: 0 auto; }

  #home-partners .home-panel-header {
    float: none;
    text-align: center; }

  #home-partners .home-panel-header {
    padding-top: 0;
    margin-bottom: 20px; }

  #home-partners {
    padding: 0;
    padding-top: 20px;
    padding-bottom: 30px; } }
@media only screen and (max-width: 1620px) {
  #featured-press-images img {
    width: 172px; }

  #featured-press-text {
    margin-top: 17px; }

  #home-socialize-left > a:nth-child(7), #home-socialize-left > a:nth-child(8) {
    display: none; } }
@media only screen and (max-width: 1425px) {
  #featured-press {
    text-align: center; }

  #featured-press-text {
    float: none;
    margin-left: 0; }

  #featured-press-images {
    float: none;
    margin-right: 0;
    width: 970px;
    margin: 0 auto;
    margin-top: -50px; }

  #featured-press-images img {
    margin-right: 10px;
    margin-left: 10px; }

  #featured-press-text {
    margin-top: 0; } }
@media only screen and (max-width: 1380px) {
  #featured-games-right {
    float: left; } }
@media only screen and (max-width: 1276px) {
  #ggi-difference-link {
    margin-left: 20px;
    margin-right: 20px;
    width: 180px; }

  #ggi-difference-text {
    padding-top: 30px; } }
@media only screen and (max-width: 1236px) {
  #home-socialize-right {
    padding-top: 288px; }

  #home-partners #home-partners-logos img {
    width: inherit;
    margin: 0 20px; }

  #home-partners #home-partners-logos > a:nth-child(5) > img {
    margin-left: 37px; }

  #home-partners #home-partners-logos {
    width: 642px;
    margin: auto; }

  #ggi-difference-link {
    width: 130px; }
  
  #ggi-difference-inner .panel-left {
    width: 512px;
  }
  #ggi-difference-link span {
    font-size: 16px; }

  #gfc-panel-inner {
    width: 80%; }

  #gfc-left, #gfc-right {
    float: none;
    clear: both;
    width: 600px;
    margin: 0 auto; }

  #gfc-right {
    padding-top: 30px;
    padding-bottom: 60px; }

  #gfc-panel {
    height: auto; }

  #gi-tabbed .z-tab a {
    font-size: 20px; }

  #contact-inner {
    float: none;
    text-align: center;
    padding-left: 0;
    width: 80%; }

  .contact-col {
    width: 50%; }

  #contact-sidebar {
    float: none;
    margin: 0 auto;
    margin-top: 20px; } }
@media only screen and (max-width: 1480px) {
  #ggi-difference-inner .panel-right {
    border-top: 1px solid #d6d6d6;
    float: none;
    margin: 0 auto;
    text-align: center;
    border-left: none;
    margin-top: 20px; }

  #ggi-difference-inner .panel-left {
    float: none;
    margin: 0 auto; }

  .inner-header#gi-difference-header {
    text-align: center; } }
@media only screen and (max-width: 1169px) {
  #featured-games-left, #featured-games-right {
    float: none;
    text-align: center; }

  #featured-games-header {
    float: none; }

  #featured-games-right {
    width: auto; }

  #featured-games-left {
    width: 640px;
    text-align: center;
    margin: 0 auto; }

  #characters {
    width: 50%;
    top: 8%; } }
@media only screen and (max-width: 1140px) {
  #ggi-difference-text {
    padding-top: 30px; }

  #sidekick-banner #sidekick-banner-text {
    font-size: 24px;
    width: 330px;
    margin-right: 110px; }

  #testimonials-panel #testimonials-panel-inner #testimonials-left, #testimonials-panel #testimonials-panel-inner #testimonials-right {
    font-size: 20px;
    width: 397px; }

  #testimonials-panel #testimonials-panel-inner {
    width: 864px; } }
@media only screen and (max-width: 1100px) {
  #gi-dev-right, #gi-dev-left {
    clear: left;
    float: none;
    margin: 0 auto;
    width: 330px;
    text-align: center; }

  #gform_submit_button_2 {
    float: none;
    text-align: center;
    width: 108px !important;
    margin: 0 auto; }

  #gform_fields_2 label {
    display: initial; }

  #gform_fields_2 .gfield#field_2_15 {
    margin-top: inherit; }

  .gform_button#gform_submit_button_2 {
    float: none; } }
@media only screen and (max-width: 1050px) {
  #featured-press-images {
    width: 576px; }

  #featured-press-images > a:nth-child(4) > img {
    margin-left: 102px; }

  #ggi-difference-text {
    padding-top: 20px;
    font-size: 26px;
    margin-right: 30px; }

  #ggi-difference-subtext {
    font-size: 14px; }

  #ggi-difference-link {
    width: 100px;
    margin-left: 10px;
    margin-right: 10px; }

  #ggi-difference-link span {
    font-size: 14px; }

  #sidekick-banner #projects-android-download {
    width: 135px; }

  #sidekick-banner #projects-ios-download {
    width: 135px;
    margin-right: 40px; }

  #sidekick-banner #sidekick-banner-text {
    font-size: 20px;
    width: 28%; }

  #our-mission-left p, #ggi-difference-inner .panel-right p, #about-us-inner.inner-panel p {
    font-size: 16px; }

  .home-sidekick-logo {
    width: 40% !important;
    right: 85px !important; }

  .gplaybtn {
    top: 200px !important;
    right: 80px !important; }

  .gplaybtn img {
    width: 80%; }

  .app-store-link {
    top: 202px !important;
    right: 230px !important; }

  .app-store-link img {
    width: 80%; }

  #press-bottom {
    margin-top: 20px; } }
@media only screen and (max-width: 1050px) {
  #ggi-difference-inner .panel-left {
    width: 360px;
  }
}
@media only screen and (max-width: 1024px) {
  .inner-banner#sidekick-banner {
    background-repeat: no-repeat;
    background-position: initial !important;
    -webkit-background-size: cover;
    background-size: cover; }

  .inner-banner#mission-banner, .inner-banner#gi-banner {
    background-repeat: no-repeat;
    background-position: 0 -20px !important;
    -webkit-background-size: cover;
    background-size: cover; }

  .inner-banner#gi-banner, .inner-banner#contact-banner {
    background-position: 0 0 !important; }

  #gfc-panel {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0 !important; }

  #about-us-inner.our-team-panel .panel-left, #about-us-inner.our-team-panel .panel-right {
    float: none;
    text-align: center; }
	
	

  #our-team-header {
    text-align: center; } }
@media only screen and (max-width: 981px) {
  #gi-tabbed .z-tab {
    width: 100% !important; } }
@media only screen and (max-width: 980px) {
  #site-navigation.main-navigation {
    display: none; }

  .pgrid-col, #pgrid-b .pgrid-col {
    width: 50%; }

  #pgrid-b > .pgrid-col:nth-child(3) {
    width: 100%; }

  #partner-call .inner-header {
    text-align: center; }

  #partner-call p {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 80%; }

  .learn-more-button {
    float: none;
    margin: 0 auto;
    margin-top: 15px; }

  #partners-submit-idea.panel-right {
    display: none; }

  #partners-lead .inner-header {
    text-align: center; }

  #partners-lead.panel-left {
    float: none;
    width: 100%;
    margin-right: 0; }

  #partners-lead.panel-left p {
    text-align: center; } }
@media only screen and (max-width: 950px) {
  #testimonials-panel #testimonials-panel-inner {
    width: 405px; }

  #testimonials-right {
    margin-top: 20px; }

  #testimonials-panel {
    height: 555px; }

  .gform_wrapper ul li.gfield {
    text-align: center; }

  #contact-inner > div.contact-col.left {
    float: none;
    width: 100%;
    text-align: center; }

  #gform_3 > div.gform_footer.top_label {
    text-align: center; }

  .border-vert {
    display: none; }

  .contact-col.right {
    margin: 0 auto;
    float: none;
    padding-left: 0; }

  #input_3_1, #input_3_2, #input_3_3 {
    width: 100%; } }
@media only screen and (max-width: 902px) {
  #gi-tabbed .z-tab {
    width: 100% !important; }

  #gi-dev-bottom {
    width: 100%;
    text-align: center; }

  #career-pc {
    float: none; }

  #career-call {
    margin-left: 0;
    float: none;
    width: 100%; } }
@media only screen and (max-width: 898px) {
  #home-socialize {
    margin-top: 30px; }

  #home-socialize-left {
    width: 338px; }

  #home-socialize-left img {
    width: 160px; }

  #home-socialize-right {
    min-width: 230px;
    padding-top: 196.5px;
    float: right;
    margin-right: 50px; }

  #footer-posts {
    width: 43%; }

  .footer-inner {
    width: 310px;
    border-top: 0;
    margin-top: 20px; }

  #footer-posts-left .footer-header {
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: 4px solid #f79422;
    padding-bottom: 5px; }

  #footer-right-col1 > div.footer-header {
    top: auto;
    border-bottom: 4px solid #f79422;
    padding-bottom: 5px;
    margin-top: 30px; }

  input#input_1_1 {
    width: 100%; }

  #footer-right {
    width: 310px;
    /* float: none; */ }

  #footer-posts {
    width: 100%; }

  #footer-right-col2 .footer-header {
    margin-top: 30px; }

  #footer-posts-left, #footer-posts-right {
    width: 310px; }

  #sidekick-banner #sidekick-banner-text {
    display: none; }

  #sidekick-banner #projects-android-download {
    clear: both;
    margin-top: 20px;
    margin-right: 140px;
    width: 17%; }

  #sidekick-banner #projects-ios-download {
    clear: both;
    margin-top: 20px;
    margin-right: 140px;
    width: 17%; }

  #characters {
    display: none; } }
@media only screen and (max-width: 867px) {
  #gi-tabbed .z-tab a {
    font-size: 16px; } }
@media only screen and (max-width: 860px) {
  #ggi-difference {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 30px; }

  #ggi-difference-text {
    float: none;
    margin-right: 0; }

  #ggi-difference-subtext {
    width: 380px;
    margin-left: auto;
    margin-right: auto; }

  #ggi-difference-right {
    float: none;
    margin: 0 auto;
    width: 360px; }

  .home-panel-header {
    float: none;
    font-size: 26px;
    text-align: center; }

  #home-socialize-left img {
    width: 160px; }

  .page-inner#sidekick-inner {
    padding-top: 40px; }

  .page-inner#winning-inner {
    padding-top: 40px; }

  #gfc-panel .inner-header {
    margin-top: 50px; }

  #objective-right #projects-download-button {
    width: 232.8px;
    height: 52px;
    -webkit-background-size: 233px;
    background-size: 233px; }

  #objective-right #projects-download-button:hover {
    background-position: 0 -52px; }

  #objective-left, #objective-right {
    float: none;
    margin: 0 auto; }

  #objective-left {
    width: 350px; }

  #objective-right {
    width: 80%;
    margin-top: 30px;
    margin-bottom: -30px;
    text-align: center; }

  #gfc-left, #gfc-right {
    width: 240px;
    text-align: center; } }
@media only screen and (max-width: 800px) {
  #home-socialize-left {
    float: none;
    margin: 0 auto;
    width: 509px; }

  #home-socialize-right {
    float: none;
    margin: 0 auto;
    width: 300px;
    padding-top: 20px; }

  #home-partners .home-panel-header {
    float: none;
    padding-top: 0px; }

  #home-partners {
    padding-top: 20px;
    padding-bottom: 20px; }

  #home-partners #home-partners-logos {
    float: none;
    margin: 0 auto;
    padding-top: 20px; }

  #our-mission-left p, #ggi-difference-inner .panel-right p, #about-us-inner.inner-panel p {
    font-size: 14px; }

  #testimonials-panel #testimonials-panel-inner #testimonials-left, #testimonials-panel #testimonials-panel-inner #testimonials-right {
    font-size: 16px; }

  #testimonials-panel #testimonials-panel-inner #testimonials-social {
    width: 104px; }

  #testimonials-panel {
    height: 395px; }

  #testimonials-panel #testimonials-panel-inner #testimonials-social .social-links {
    width: 32px;
    height: 32px;
    background-size: 80px;
    margin-left: 10px;
    margin-right: 10px; }

  #testimonials-facebook:hover {
    background-position: -40px 0; }

  #testimonials-twitter {
    background-position: 0 -34px; }

  #testimonials-twitter:hover {
    background-position: -41px -35px; }

  #testimonials-instagram {
    background-position: 0px -69px; }

  #testimonials-instagram:hover {
    background-position: -40px -69px; }

  #testimonials-pinterest {
    background-position: 0px -105px; }

  #testimonials-pinterest:hover {
    background-position: -40px -105px; }

  .gplaybtn {
    top: 150px !important; }

  .app-store-link {
    top: 151px !important; } }
@media only screen and (max-width: 740px) {
  #featured-games-wrapper {
    padding-top: 40px;
    padding-bottom: 40px; }

  #featured-games-left {
    width: 100%;
    text-align: center; }

  #home-partners #home-partners-logos img {
    margin-left: 20px;
    margin-right: 20px; }

  #home-partners #home-partners-logos {
    width: 510px; }

  #ggi-difference-inner .panel-left {
    float: none;
    margin: 0 auto;
    /*width: 300px;*/ }

  #ggi-difference-inner .panel-right {
    float: none;
    margin: 0 auto;
    width: 80%;
    margin-top: 30px;
    text-align: center; }

  #our-mission-right > iframe, #objective-left > iframe {
    height: 250px; }

  #home-partners #home-partners-logos > a:nth-child(5) > img {
    margin-left: 20px; }

  #home-partners #home-partners-logos > a:nth-child(4) > img {
    margin-left: 85px; }

  #home-partners #home-partners-logos > a:nth-child(6) > img {
    margin-left: 55px; } }
@media only screen and (max-width: 730px) {
  #featured-game-box {
    margin: 0 auto; }

  .featured-game-box {
    float: none;
    margin: auto; }

  #objective-right .inner-header {
    font-size: 24px; } }
@media only screen and (max-width: 690px) {
  #home-partners #home-partners-logos {
    width: 187px; }

  #sidekick-banner #projects-android-download {
    margin-right: 110px; }

  #sidekick-banner #projects-ios-download {
    margin-right: 110px; }

  .gplaybtn {
    width: 120px !important;
    top: 130px !important;
    display: none !important; }

  .app-store-link {
    width: 120px !important;
    top: 131px !important;
    right: 190px !important;
    display: none !important; }

  #home-partners #home-partners-logos > a > img {
    float: none;
    display: block;
    margin: 0 auto !important; }

  #home-partners #home-partners-logos > a:nth-child(4) > img {
    margin-left: 20px; }

  #home-partners #home-partners-logos > a:nth-child(6) > img {
    margin-left: 20px; } }
@media only screen and (max-width: 640px) {
  #featured-press-images > a:nth-child(4) > img {
    margin-left: 0; }

  #featured-press-images img {
    width: 142px; }

  #featured-press-images {
    width: 324px; }

  #featured-press-images > a:nth-child(5) > img {
    margin-left: 85px; }

  .featured-game-box {
    float: none;
    margin: 0 auto; }

  #home-socialize-left {
    width: 338px; }

  #home-socialize-left > a:nth-child(6) > img, #home-socialize-left > a:nth-child(5) > img, #home-socialize-left > a:nth-child(4) > img, #home-socialize-left > a:nth-child(3) > img {
    display: none; }

  #sidekick-banner #sidekick-banner-inner {
    text-align: center; }

  #sidekick-banner #sidekick-banner-title {
    float: none;
    margin-right: inherit; }

  #winning-banner #winning-banner-inner {
    text-align: center; }

  #winning-banner #winning-banner-text {
    text-align: center; 
    margin-right:5px; 
    float:none }

  #winning-banner #winning-banner-title {
    float: none;
    margin-right: inherit; }

  #winning-banner #projects-android-download {
    float: none;
    margin-right: inherit;
    min-width: 100px; }

  #winning-banner #projects-ios-download {
    float: none;
    margin-right: inherit;
    min-width: 100px; }

  #sidekick-banner #projects-android-download {
    float: none;
    margin-right: inherit;
    min-width: 100px; }

  #sidekick-banner #projects-ios-download {
    float: none;
    margin-right: inherit;
    min-width: 100px; }

  #our-mission-left p, #ggi-difference-inner .panel-right p, #about-us-inner.inner-panel p {
    font-size: 12px; }

  #career-call .inner-header {
    font-size: 28px;
    line-height: 1em; }

  #new-royalslider-1 > div.rsNav.rsBullets {
    margin-top: -20px;
    margin-left: 10px; }

  #gi-difference-header.inner-header {
    text-align: center; }

  #about-us-header.inner-header {
    text-align: center; }

  #about-us-inner {
    text-align: center; }

  #our-team-header {
    text-align: center; } }
@media only screen and (max-width: 600px) {
  #press-right {
    display: none; }

  #press-left {
    width: 100%; }

  #recent-press-header.inner-header {
    text-align: center; }

  #ggi-difference-inner > div.panel-left > a:nth-child(3) > div {
    margin-left: 75px; }

  .difference-icon {
    width: 50%; }

  #press-bottom .inner-header {
    text-align: center; }

  #press-bottom .inner-subheader {
    width: 100%;
    text-align: center; }

  #gi-tab-left {
    float: none;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%; }

  #gi-tab-right {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 100%; } }
@media only screen and (max-width: 550px) {
  #our-mission-right {
    float: none;
    margin: 0 auto;
    min-width: 260px; }

  #our-mission-left {
    float: none;
    margin: 0 auto;
    width: 80%;
    text-align: center; }

  #our-mission-header.inner-header {
    text-align: center; }

  #gfc-panel .inner-header {
    font-size: 28px; }

  #testimonials-panel .inner-header {
    font-size: 22px; }

  #testimonials-panel #testimonials-panel-inner #testimonials-left, #testimonials-panel #testimonials-panel-inner #testimonials-right {
    font-size: 14px;
    width: 260px; }

  #testimonials-panel #testimonials-panel-inner #testimonials-left span, #testimonials-panel #testimonials-panel-inner #testimonials-right span {
    padding-left: 100px; }

  #testimonials-panel #testimonials-panel-inner {
    width: 260px; }

  .z-content .inner-subheader {
    font-size: 13px;
    text-align: center; }

  #gi-tabbed .z-container {
    padding: 0; }

  #gform_fields_2 input {
    width: 80%; }

  #gform_wrapper_2 textarea {
    width: 80%; }

  #gi-dev-right, #gi-dev-left {
    width: 100%; }

  #gi-tabbed {
    margin-left: 0px;
    margin-right: 0px; }

  .gform_button#gform_submit_button_2 {
    float: none; }

  #gi-header, #gi-subheader {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    text-align: center; }

  .pgrid-col {
    width: 100% !important; } }
@media only screen and (max-width: 495px) {
  #gi-tabbed .z-tab a {
    text-align: center; }

  #gi-tabbed > ul.z-tabs-nav.z-tabs-desktop > li.z-tab.z-last.z-active > a {
    border-bottom: none !important;
    color: #f79422; }

  #gi-tabbed > ul.z-tabs-nav.z-tabs-desktop > li.z-tab.z-active > a {
    border-bottom: none !important;
    color: #f79422; }

  #gi-tabbed > ul.z-tabs-nav.z-tabs-desktop > li.z-tab.z-active > a:hover {
    color: #fff; } }
@media only screen and (max-width: 490px) {
  #ggi-difference-subtext {
    width: 100%; }

  #ggi-difference-right {
    width: 240px; }

  #ggi-difference-link:nth-child(3) {
    float: none;
    margin: 0 auto;
    position: relative;
    top: 10px; }

  #home-partners {
    padding-left: 0;
    padding-right: 0; }

  .footer-inner {
    font-size: 0.8em;
    width: 257px; }

  #footer-right {
    width: 257px; }

  #footer-posts-left, #footer-posts-right {
    width: 257px; }
  #ggi-difference-inner > div.panel-left {
    width: 120px;
  }
  #ggi-difference-inner .caroufredsel_wrapper {
    top: 385px !important;
  }
     }
@media only screen and (max-width: 440px) {
  .featured-game-box {
    width: 250px; }
    .featured-game-box div {
      width: 250px; }

  .featured-game {
    height: 155px;
    -webkit-background-size: 502px;
    background-size: 502px; }

  .featured-game:hover {
    background-position: -252px 0; }

  #featured-games-right {
    width: 250px;
    margin-right: auto;
    margin-left: auto; }

  #home-socialize-left {
    display: none; }

  #home-socialize-right {
    width: 100%;
    min-width: inherit; }

  .home-panel-header {
    font-size: 18px; }

  #ggi-difference-inner .panel-left {
    /*width: 200px;*/ }

  #ggi-difference-inner > div.panel-left > a:nth-child(3) > div {
    margin-left: 50px; }

  #objective-right .inner-header {
    font-size: 20px; }

  #objective-left {
    width: 260px; }

  #gfc-panel .inner-header {
    font-size: 22px; }

  #testimonials-panel .inner-header {
    font-size: 18px; }

  .site-branding {
    float: none;
    margin: 0 auto; }

  .header_social {
    float: none;
    padding-right: 0;
    margin: 0 auto;
    width: 141px; }

  .difference-icon {
    width: 75%;
    float: none;
    margin: 0 auto;
    margin-bottom: 20px; }

  #ggi-difference-inner > div.panel-left > a:nth-child(3) > div {
    margin: 0 auto; }

  .difference-icon a {
    text-decoration: none; } }
@media only screen and (max-width: 360px) {
  #featured-press-text {
    font-size: 24px;
    line-height: 80px; }

  #ggi-difference-text {
    padding-top: 0px;
    font-size: 24px; }

  #featured-games-header {
    font-size: 24px; }

  #featured-press-images {
    width: 240px;
    margin-top: -20px; }

  #featured-press-images img {
    width: 100px; }

  #featured-press-images > a:nth-child(5) > img {
    margin-left: 70px; }

  #ggi-difference-right {
    width: 115px; }

  #ggi-difference-link {
    /*width: 80px;*/ }
    #ggi-difference-link span {
      font-size: 10px; }

  .featured-game-box {
    width: 200px; }
    .featured-game-box div {
      width: 100%; }

  .featured-game {
    height: 130px;
    -webkit-background-size: 402px 130px;
    background-size: 402px 130px; }

  .featured-game:hover {
    background-position: -202px 0; }

  #featured-games-right {
    width: 200px; }
  .page-template-page-home-php div.caroufredsel_wrapper {
    top: 339px !important;
    left: 31px !important;
  }
  #ggi-difference-inner div.caroufredsel_wrapper {
    top: 340px !important;
  }

  .contact-social div:nth-child(2n) {
    font-size: 12px; } }
@media only screen and (max-width: 330px) {
  #ggi-difference-text {
    font-size: 20px; }

  #ggi-difference-subtext {
    margin-top: 10px;
    font-size: 12px; }

  #gi-tabbed .z-title {
    font-size: 18px; } 

  #ggi-difference-inner > div.panel-left {
    width: 121px;
  }

	
.our-team-panel .members{float:none;width:100%;}	
	}
/*-----  End of Responsive Style  ------*/
#gi-tabbed .z-tab a:hover {
  color: inherit;
  background-color: #f38a11; }

#gform_submit_button_2:hover {
  background-position: 0 -39px; }

#gform_submit_button_3:hover {
  background-position: 0 -39px; }

#gform_confirmation_wrapper_3 {
  position: relative;
  top: 60px;
  color: green;
  font-weight: bold;
  width: 260px;
  margin-bottom: 30px; }

#objective-right p {
  font-size: 22px; }

#gform_2 > div.gform_heading > h3 {
  display: none; }

#about-us-inner.inner-panel span {
  font-weight: bold; }

#gi-tabbed .z-tab a:hover {
  color: #fff; }

#gi-tabbed .z-tab.z-active a:hover span {
  color: #575757; }

#gi-tabbed .z-tab a:hover span {
  color: #575757; }

#gi-tabbed .z-tab.z-active a span {
  color: #f79422; }

#charity-partners-img {
  width: 430px; }

#gi-tab-right.charity-partners {
  text-align: center; }


/* team page */
.team-box{width:900px;}
.team-box .team-header{border-bottom:5px solid #231f20;height:50px;}
.team-box .team-header .title{font-size:26px;font-weight:bold;color:#575757;float:left;padding:0px 30px;line-height:45px;width:850px;}
.team-box .team-header .title span{color:#f79422}
.team-box .team-header .close{position:relative;margin-left:850px;border-left:5px solid #231f20;height:50px;line-height:45px;text-align:center;}
.team-box .team-header .close a{font-size:23px;font-weight:bold;color:#575757;text-decoration:none;}
.team-box .team-body{padding:10px}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #fff;
	border: 5px solid #231f20;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('img/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('img/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('img/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

a#winning-play {
    bottom: 9px;
    height: 36px;
    position: absolute;
    right: 14px;
    width: 110px;
}

a#winning-itunes {
    bottom: 7px;
    height: 40px;
    position: absolute;
    right: 140px;
    width: 120px;
}

@media only screen and (max-width: 1024px)
.inner-banner#winning-banner {
background-repeat: no-repeat;
background-position: initial !important;
-webkit-background-size: cover;
background-size: cover;
}

@media only screen and (max-width: 640px)
#winning-banner #winning-banner-inner {
text-align: center;
}

@media only screen and (max-width: 640px)
#winning-banner #winning-banner-title {
float: none;
margin-right: inherit;
}

@media only screen and (max-width: 898px)
#winning-banner #winning-banner-text {
display: none;
}

@media only screen and (max-width: 1050px)
#winning-banner #winning-banner-text {
font-size: 20px;
width: 28%;
}

@media only screen and (max-width: 1140px)
#winning-banner #winning-banner-text {
font-size: 24px;
width: 330px;
margin-right: 110px;
}

@media only screen and (max-width: 640px)
#winning-banner #projects-android-download {
float: none;
margin-right: inherit;
min-width: 100px;
}

@media only screen and (max-width: 690px)
#winning-banner #projects-android-download {
margin-right: 110px;
}

@media only screen and (max-width: 898px)
#winning-banner #projects-android-download {
clear: both;
margin-top: 20px;
margin-right: 140px;
width: 17%;
}

@media only screen and (max-width: 1050px)
#winning-banner #projects-android-download {
width: 135px;
}