/*
Theme Name: Chillingo
Theme URI: ****************
Description: Main Theme
Version: 1.0
Author:
Author URI: 
*/

/* COLOURS 

	Red: #e8443c;

*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700);
@import "css/layout.css";




/* CSS 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, font, img, 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 {
  	margin: 0;
  	padding: 0;
  	border: 0;
  	outline: 0;
  	line-height: inherit;
  	font-weight: inherit;
  	font-style: inherit;
  	font-size: 14px;
  	font-family: 'Open Sans', Helvetica, Arial, Verdana, 'sans-serif';
  	vertical-align: baseline;
  	text-shadow: 1px 1px 1px #fff;
}
::selection {
	background:#e8443c;
	color:#fff;
	text-shadow: none;
}
::-moz-selection {
	background:#e8443c;
	color:#fff;
	text-shadow: none;
}
::-webkit-selection {
	background:#e8443c;
	color:#fff;
	text-shadow: none;
}  
::-webkit-input-placeholder {
	   color:  #a5a5a5;
}
:-moz-placeholder { /* Firefox 18- */
	   color:  #a5a5a5; 
}
::-moz-placeholder {  /* Firefox 19+ */
	   color:  #a5a5a5;  
}
:-ms-input-placeholder {  
	   color: #a5a5a5;
}



/* Generic Elements  */
html, body {
	overflow-x: hidden;	
}
body { 
	background-color: #f6f6f6; 
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}  
a { 
	color: #e8443c; 
	font-weight: 400; 
	text-decoration: none; 
	font-size: inherit; 
	font-family: inherit; 
	-webkit-transition: all 0.1s ease-in-out 0s;
	-moz-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
}
a:hover, a:focus { 
	color: #464646; 
}
h1, h2, h3, h4, h5, h6 { 
	color: #464646; 
	margin: 0 0 15px; 
	font-family:'Open Sans', Helvetica, Arial, Verdana, 'sans-serif';
	font-weight: 100;
}
p { 
	line-height: 20px; 
	color: #464646; 
	margin: 0 0 20px; 
}
h1 { font-size: 40px; line-height: 46px; }
h2 { font-size: 32px; line-height: 38px; }
h3 { font-size: 18px; line-height: 22px; text-transform: uppercase; color: #9d9d9d; /* border-bottom: 1px solid #ebebeb; padding-bottom: 10px; display: inline-block; */ }
h4 { font-size: 16px; line-height: 24px; }
h5 { font-size: 14px; line-height: 22px; font-weight: 600; }
h6 { font-size: 14px; line-height: 22px; }

ul { margin-bottom: 10px; color: #464646; }
ol { margin-bottom: 10px; color: #464646; }
li { line-height: 24px; }

table { 
	margin-bottom: 10px; 
}
tr { 
	padding-bottom: 10px; 
}
td { 
	padding: 0 40px 0 0; 
} 
strong { 
	font-weight: 600; 
	font-size: inherit;
	font-family: inherit; 
}
em { 
	font-style: italic; 
	font-size: inherit; 
	font-family: inherit; 
}
address {
	line-height: 18px; 
	color: #464646; 
	margin: 0 0 20px;
}
span {
	font-size: inherit;
}


/* Clear Fix */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.cf:after {
    clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}
.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.desktop {
	display: block;
}
.mobile {
	display: none;
}
.mobile-homeintro {
	display: none;	
}
.desktop-homeintro {
	display: block;
}
.reView { display: none; } 



/* Utility Classes */
.left { 
	float: left; 
}
.right { 
	float: right; 
}
.clear { 
	clear: both; 
}
.line { 
	height: 1px; 
	background-color: #fff; 
	border-top: 1px solid #d9d9d9; 
	margin-bottom: 15px; 
	clear: both; 
}
.hidden { 
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden; 
}
.button,
.gform_button,
.post-nav a {
	background-color: #e8443c;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 20px;
	text-align: center;
	line-height: 14px;
	font-size: 14px;
	font-weight: 400;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-moz-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
	cursor: pointer;
	text-shadow: none;
	border: none;
	border-bottom: 4px solid #cc3831;
	display: inline-block;
	zoom:1; *display: inline; _height: 48px;
	-webkit-appearance: none;
    border-radius: 0;
}
.button:hover,
.button:focus,
.post-nav a:hover,
.post-nav a:focus {
	border-bottom: 1px solid #cc3831;
	margin-top: 3px;
	color: #fff;
}
.white-bg {
	background-color: #fffefd;
	border: 1px solid #ebebeb;
}
.col3 {
	width: 32.43243%;
	margin-right: 1.35135%;
}
.col3-full {
	width: 33.33333%;
}
.col23-full {
	width: 66.66666%;
}
.col3.last {
	margin-right: 0;
}
.game-list .col3.last {
	margin-right: 0.43%; 
}
.col2 {
	width: 66.21621%;
}
.uppercase {
	text-transform: uppercase;
}
.delay1 {
	animation-delay: 0.25s;
	-webkit-animation-delay: 0.25s; /* Safari and Chrome */
}
.delay2 {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s; /* Safari and Chrome */
}
.delay3 {
	animation-delay: 0.75s;
	-webkit-animation-delay: 0.75s; /* Safari and Chrome */
}
.delay4 {
	animation-delay: 1s;
	-webkit-animation-delay: 1s; /* Safari and Chrome */
}
.delay5 {
	animation-delay: 1.25s;
	-webkit-animation-delay: 1.25s; /* Safari and Chrome */
}
.delay6 {
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s; /* Safari and Chrome */
}
#developer-ticket-form,
#help-ticket-form {
	display: none;
}
#teconsent {
	position: absolute;
	bottom: 0;
	right: 0;
}
#teconsent img {
	display: block;
}
.twitter-follow-button {
	margin: 10px;
}
input {
    -webkit-appearance: none;
    border-radius: 0;
}
#chinese-flag {
	display: inline-block;
    height: auto;
    margin: 30px 0 0 10px;
    line-height: 26px;
    color: #464646;
}
#chinese-flag img {
	width: 40px;
	height: 26px;
	display: inline-block;
	float: right;
	margin-left: 5px;
	border-bottom: 3px solid #af2b25
}
#chinese-flag:hover,
#chinese-flag:focus {
	color: #e8443c
}


/* General Layout Rules */
.reView.button,
.rs-link-inactive {
	display: none;	
	clear: both;
	margin: 40px auto 20px;
	position: relative;
}

.wrapper { 
	width: 94%;
	padding: 0 3%;
	max-width: 1500px; 
	margin: 0 auto;
	position: relative; 
}
.site-header {
	border-top: 5px solid #e8443c;
	background-color: #fffefd;
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
	position: relative;
	z-index: 8000;
}
.logo-link {
	margin: 20px 0;
	width: 218px;
}
.logo-link img {
	display: block;
	width: 100%;
	height: auto;
}
.header-callout {
	padding-right: 60px;
	background-image: url(images/submit-game.png);
	background-repeat: no-repeat;
	background-position: 93% center;
	margin: 20px 0;
}
.header-callout:hover,
.header-callout:focus {
	margin-top: 23px;
}
.alert {
	padding: 20px 20px 1px;
	background-color: #e8443c;
	border-bottom: 4px solid #cc3831;
	color: #fff;
	margin: 30px 0 -10px;
}
.alert p {
	color: #fff;
	text-shadow: none;
}



/* Site Header Social Icons */
.social {
	margin: 26px 20px 0;
}
.social li {
	display: inline-block;
	zoom:1; *display: inline; _height: 35px;
	margin-left: 3px;
	list-style-type: none;
}
.social li a {
	background-image: url(images/social-icons.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 35px;
	width: 32px;
	display: block;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-moz-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
}
.social li a:hover,
.social li a:focus {
	background-position: 0 2px;
}
.social li.youtube a {
	background-position: -32px 0;
}
.social li.youtube a:hover,
.social li.youtube a:focus {
	background-position: -32px 2px;
}
.social li.twitter a {
	background-position: -64px 0;
}
.social li.twitter a:hover,
.social li.twitter a:focus {
	background-position: -64px 2px;
}
.social li.googleplus a {
	background-position: -96px 0;
}
.social li.googleplus a:hover,
.social li.googleplus a:focus {
	background-position: -96px 2px;
}


/* Main Navigation */
.site-header .menu-main-navigation-container {
	float: right;
}
.site-header .menu-main-navigation-container ul {
	margin-bottom: 0;
}
.site-header .menu-main-navigation-container ul li {
	display: inline-block;
	zoom:1; *display: inline; _height: 88px;
	line-height: 14px;
	position: relative;
}
.site-header .menu-main-navigation-container ul li a {
	display: block;
	color: #464646;
	font-size: 14px;
	line-height: 14px;
	padding: 36px 20px 33px;
	border-bottom: 5px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	text-shadow: 1px 1px 1px #fff;
}
.site-header .menu-main-navigation-container ul li.current-menu-item > a,
.site-header .menu-main-navigation-container ul li.current-page-ancestor > a,
.single-game .site-header .menu-item-38 > a {
	background-color: #f9f8f7;
	border-bottom: 5px solid #e6e6e6;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	color: #e8443c;
	font-weight: 600;
}
.site-header .menu-main-navigation-container ul li a:hover,
.site-header .menu-main-navigation-container ul li a:focus {
	color: #e8443c;
}
.site-header .sub-menu {
	display: none;
}
.site-header .menu-main-navigation-container ul li:hover .sub-menu {
	display: block;
	position: absolute;
	top: 88px;
	left: 1px;
	background-color: #e6e6e6;
	width: 240px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
}
.site-header .menu-main-navigation-container ul li:hover .sub-menu li {
	display: block;
}
.site-header .menu-main-navigation-container ul li:hover .sub-menu li a {
	padding: 13px 20px 14px;
	border-bottom: 0;
	text-shadow: none;
}
.site-header .menu-main-navigation-container ul li:hover .sub-menu li a:hover,
.site-header .menu-main-navigation-container ul li:hover .sub-menu li a:focus {
	background-color: #ededed;
}



/* Flexslider */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none; z-index: 1000;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; overflow: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


.slides {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}


/* Chillingo Specific */

.home-slider-overflow {
	position: absolute;
	right: -100px;
	width: 100px;
	height: 100%;
	display: block;
	top: 0;
	background-color: #e8443c;
}
/* Home Slider */
.home-slider,
.home-slider.flexslider .slides > li {
	position: relative;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.home-slider, .home-slider .slides, .home-slider.flexslider .slides > li {
	overflow: hidden;
}
.home-slider,
.home-slider .slides {
	height: 650px;
	border-bottom: 5px solid #e8443c;	
}
.home-slider.flexslider .slides > li.first-slide {
	background-repeat: repeat;
	background-image: url(images/slide-1-bg.jpg);
	-webkit-box-shadow:inset 0 0 4px 0 rgba(0,0,0,0.1);
	box-shadow:inset 0 0 4px 0 rgba(0,0,0,0.1);
}
.home-slider.flexslider .slides > li {
	height: 650px;
	background-position: top right;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	position: relative;
}
.home-slider .slide-thumbnails {
	position: absolute;
	height: 610px;
	padding: 20px 0;
	background-color: #3c3c3c;
	top: 0;
	left: 0;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-moz-justify-content: space-around;
	-webkit-justify-content: space-around; 
	justify-content: space-around; 
	z-index: 9000;
	border-right: 5px solid #e8443c;	
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
}
.home-slider .slide-thumbnails li {
	height: 85px;
	width: 85px;
	display: block;
	background-color: #e8443c;
	margin: 0 20px 0 15px;
	cursor: pointer;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border-bottom: 4px solid #272727;
	text-indent: -9999px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.home-slider .slide-thumbnails .first-slide-thumb {
	background-image: url(images/slide-1-thumb.png);
	background-size: auto;
	background-position: center center;
}
.home-slider .slide-thumbnails li:hover,
.home-slider .slide-thumbnails li:focus,
.home-slider .slide-thumbnails li.flex-active {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}


/* Home Slide: First Slide */
.first-slide .wrapper {
	text-align: center;
	padding-bottom: 82px;
}
.first-slide h2 {
	font-size: 44px;
	line-height: 56px;
	font-weight: 100;
	margin: 40px 0 20px;
	padding: 0 120px;
	text-shaodw: 1px 1px 1px #cb4039;
}
.first-slide p {
	font-size: 19px;
	line-height: 26px;
	max-width: 900px;
	margin: 0 auto 40px;
	padding: 0 120px;
}
.first-slide h2,
.first-slide p,
.first-slide strong {
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px #cb4039;
}
.first-slide-services,
.inner-services {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-moz-justify-content: space-around;	
	-webkit-justify-content: space-around;	
	justify-content: space-around;	
}
.first-slide-services {
	padding: 0 120px 0 120px;
	margin-bottom: 0;
}
.inner-services {
	margin-top: 30px;
}
.first-slide-services li,
.inner-services li {
	width: 23%;
	background-color: #e8443c;
	background-image: url(images/first-slide-service-bg.png);
	background-position: left top;
	background-repeat: repeat;
	list-style-type: none;
	border: 1px solid #cc3831;
	border-bottom: 5px solid #cc3831;
	position: relative;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-moz-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
	margin-bottom: 30px;
	z-index: 1000;
}
.inner-services li {
	margin-bottom: 10px;
}
.first-slide-services li:hover,
.first-slide-services li:focus,
.inner-services li:hover,
.inner-services li:focus {
	margin-top: 4px;
	border-bottom-width: 1px;
}
.first-slide-service-inner {
	padding: 30px 20px;
}
.flexslider .slides .first-slide-services li img,
.inner-services li img {
	width: auto;
	margin: 0 auto 20px;
	display: block;
}
.flexslider .slides .first-slide-services li h3,
.inner-services li h3 {
	font-size: 16px;
	text-align: center;
	text-shadow: none;
	color: #fff;	
	margin-bottom: 10px;
}
.flexslider .slides .first-slide-services li p,
.inner-services li p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
	padding: 0;
	color: #fff;
	text-shadow: none;
	text-align: center;
}
.first-slide-services li a,
.inner-services li a {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.flexslider .slides .first-slide-services li .right-arrow,
.inner-services li .right-arrow {
	position: absolute;
	top: 50%;
	right: -6%;
}
.flexslider .slides .first-slide-services .last .right-arrow,
.inner-services li .last .right-arrow {
	display: none;
}
.first-slide-button {
	background-color: #464646;
	padding: 15px 60px 20px;
	font-size: 22px;
	line-height: 22px;
	color: #e8443c;
	display: inline-block;
	zoom:1; *display: inline; _height: 84px;
	text-align: center;
	text-shadow: none;
	margin-left: -176px;
	position: absolute;
	left: 50%;
	text-transform: uppercase;
	border-bottom: 5px solid #3d3d3d;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-moz-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
}
.first-slide-button span {
	font-size: 16px;
	line-height: 16px;
	color: #fffefd;
	text-shadow: none;
	text-transform: none;
}
.first-slide-button:hover,
.first-slide-button:focus {
	color: #fffefd;
	margin-top: 4px;
	border-bottom: 1px solid #3d3d3d;
}
.first-slide-button:hover span,
.first-slide-button:focus span {
	color: #e8443c;
}
.flexslider .slides img.dotted-arrow-left {
	position: absolute;
	left: 20.8%;
	width: auto;
	bottom: 30px;
}
.flexslider .slides img.dotted-arrow-right  {
	position: absolute;
	right: 20.8%;
	width: auto;
	bottom: 30px;
}


/* Game Slides */
.game-slide-details {
	position: absolute;
	top: 50%;	
	left: 0;
	z-index: 9999;	
	display: block;

}
.game-slide-title {
	background-color: #464646;
	padding: 15px 30px 15px 155px;
	border-bottom: 5px solid #3c3c3c;
	min-width: 300px;
	min-height: 64px;
}
.game-slide-title .text-above-title {
	text-shadow: none;
}
.game-slide-title h2 {
	font-size: 34px;
	line-height: 40px;
	color: #fff;
	text-shadow: none;
	margin-bottom: 0;
}
.game-slide-details .view-game {
	background-color: #e8443c;
	padding: 50px 20px 20px;
	color: #fff;
	text-transform: uppercase;
	display: block;
	height: 100%;
	text-shadow: none;
	background-image: url(images/view-game-bg.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
	border-bottom: 5px solid #cc3831;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-moz-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
}
.game-slide-details .view-game:hover,
.game-slide-details .view-game:focus {
	margin-top: 4px;
	border-bottom: 1px solid #cc3831;
}
.game-slide-description {
	background-image: url(images/game-slide-description-bg.png);
	background-repeat: repeat;
	padding: 20px 30px 20px 155px;

}
.game-slide-description p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
	font-weight: 400;
	max-width: 400px;
}
.game-slide-appstore {
	background-color: #464646;
	border-bottom: 5px solid #3c3c3c;
	padding: 5px 5px 5px 155px;
}
.game-slide-appstore a {
	display: block;
	margin-right: 5px;
}
.game-slide-appstore a img {
	width: auto !important;	
	display: block;
	opacity: 0.7;
}
.game-slide-appstore a:hover img,
.game-slide-appstore a:focus img {
	opacity: 1;
}




/* Home Content */
.red-notch {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -23px;
}
.inner-wrapper  {
	padding-left: 30px;
	padding-right: 30px;
}
.home-content {
	margin-bottom: 50px;
}
.home-intro {
	padding-top: 35px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
	text-align: center;
}
.home-intro h2 {
	font-size: 20px;
	line-height: 30px;
	font-family: 'Open Sans', Helvetica, Arial, Verdana, 'sans-serif';
	text-shadow: 1px 1px 1px #fff;
}
.more-games {
	padding: 30px 30px 30px;	
	position: relative;
}
.more-games h3 {
	text-shadow: 1px 1px 1px #fff;
}
.preview-game {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	max-height: 340px;
}
.preview-game img {
	width: 100%;
	height: auto;
	display: block;
}
.preview-game .single-game-overlay {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #464646;
	display: block;
	height: 100%;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	opacity: 0;
}
.preview-game:hover .single-game-overlay,
.preview-game:focus .single-game-overlay {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
}
.preview-game .single-game-overlay:before {
	background-color: #464646;
	content: '';
	display: block;
	width: 1500px;
	height: 1500px;
	position: absolute;
	top: 0;
	left: -250px;
	z-index: -1;
}
.preview-game .single-game-overlay .single-game-overlay-inner {
	padding: 30px;
}
.single-game-overlay-inner h3 {
	text-shadow: none;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: -5px;
}
.single-game-overlay-inner .text-above-title {
	text-shadow: none;
}
.preview-game .single-game-overlay .single-game-overlay-inner h2 a {
	font-size: 26px;
	color: #fff;
	line-height: 30px;
	font-weight: 100;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #777777; 
	display: block;
	text-shadow: none;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.preview-game .single-game-overlay .single-game-overlay-inner h2 a:hover,
.preview-game .single-game-overlay .single-game-overlay-inner h2 a:focus {
	border-bottom: 1px dashed #777777;
}
.preview-game .single-game-overlay .single-game-overlay-inner p {
	color: #fffefd;
	line-height: 24px;
	text-shadow: none;
}
.preview-game .single-game-overlay .single-game-overlay-inner .button {
	position: absolute;
	bottom: 0;
	right: 0;
	padding-right: 68px;
	background-color: #fff;
	color: #e8443c;
	font-weight: 600;
	border-color: #d7d7d7;
}
.preview-game .single-game-overlay .single-game-overlay-inner .button span {
	height: 44px;
	width: 48px;
	display: block;
	background-color: #e8443c;
	position: absolute;
	top: 0;
	right: 0;
	border-bottom: 4px solid #cc3831;
	background-image: url(images/view-game-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.white-notch {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -20px;	
}
.more-games .white-notch {
	top: auto;
	bottom: -17px;
}


/* Testimonials */
.testimonials {
	padding-bottom: 20px;
	margin-bottom: 40px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.testimonial-inner {
	position: relative;
	width: 100%;
	max-width: 200px;	
	margin: 0 auto;
}
.testimonial-inner img {	
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
}
.testimonial-inner img.overlay {
	display: block;
	height: auto;
	width: 100%;
	z-index: 1000;
	position: relative;
}
.testimonial-text {
	padding-top: 45px;
	padding-bottom: 10px;
	background-image: url(images/quote-open.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 1px solid #dbdbdb;
}
.testimonial-text p {
	font-size: 18px;
	line-height: 26px;
	text-shadow: 1px 1px 1px #fff;
}
aside .testimonial-text p {
	font-size: 14px;
	line-height: 20px;
}
.blog-sidebar-text {
	padding-top: 30px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	background-position: left top;
}
.blog-sidebar-text p {
	font-size: 18px;
	line-height: 26px;
	text-shadow: 1px 1px 1px #fff;
}
aside .blog-sidebar-text p {
	font-size: 14px;
	line-height: 20px;
}
.testimonial-author {
	font-weight: 600;
	background-image: url(images/quote-close.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height: 27px;
	padding-right: 40px;
}
.testimonial-image-wrapper {
	overflow: hidden;
	max-height: 200px;
}
.testimonials .flex-direction-nav {
	display: none;
}


/* Testimonial Slider Nav */
.testimonials .flex-control-nav {
	float: right;
	width: 66.21621%;
	text-align: center;
	margin-top: 20px !important;
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	z-index: 1000;
	margin-top: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.testimonials .flex-control-nav li {
	display: inline-block;
	zoom:1; *display: inline; _height: 10px;
	margin-left: 5px;
}
.testimonials .flex-control-nav li a {
	height: 10px;
	width: 10px;
	display: block;
	background-color: #dbdbdb;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}
.testimonials .flex-control-nav li a:hover,
.testimonials .flex-control-nav li a:focus,
.testimonials .flex-control-nav li a.flex-active {
	background-color: #e8443c;	
}
.flex-direction-nav {
	display: block;
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 100%;
}
.flex-direction-nav li {
	display: inline-block;
	zoom:1; *display: inline; _height: 52px;		
}
.flex-direction-nav li a {
	background-image: url(images/inner-slider-navigation.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 52px;
	width: 50px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-moz-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
	position: absolute;
	bottom: 4px;
	z-index: 999;
}
.flex-direction-nav li a.flex-prev {
	background-position: 0 0;
	left: 125px;
}
.flex-direction-nav li a.flex-next {
	background-position: -50px 0;
	right: 0;
}
.flex-direction-nav li a.flex-next:hover {
	background-position: -50px 4px;
}
.flex-direction-nav li a.flex-prev:hover {
	background-position: 0 4px;
}
#gameslider .flex-direction-nav {
	display: block;
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: 0;
	background-color: #565656;
}
#gameslider .flex-direction-nav li a {
	background-image: url(images/inner-slider-navigation.jpg);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
#gameslider .flex-direction-nav li a.flex-prev {
	background-position: 0 0;
}
#gameslider .flex-direction-nav li a.flex-next {
	background-position: -50px 0;
}
#gameslider .flex-direction-nav li a.flex-prev {
	left: 0;
	position: absolute;
	top: 0;
}
#gameslider .flex-direction-nav li a.flex-next {
	right: -1px;
	position: absolute;
	top: 0;
}
#gameslider.flexslider .slides img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 768px;
	margin: 0 auto;
}
#gameslider.flexslider .slides li {
	background-color: #e8443c;
	background-repeat: repeat;
	background-image: url(images/game-slide-bg.jpg);
	background-position: center top;
}
#gameslider iframe,
#gameslider.flexslider .slides li {
	max-height: 768px;
	width: 100%;
}
#youtube-player-container {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
#youtube-player-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}



/* Footer */
.site-footer {
	box-shadow: 0 0 1px 0px rgba(0,0,0,0.1);
	background-color: #464646;
	padding: 60px 0;
	position: relative;
	border-top: 4px solid #fff;
}
.site-footer h3 {
	border-bottom: 1px solid #6a6a6a;
	padding-bottom: 10px;
	color: #d7d7d7;
	text-shadow: none;
}
.footer-logo {
    width: 148px;
    height: 31px;
    display: block;
    margin: 30px auto 0;
}
.footer-logo img {
	width: 100%;
	height: auto;
	display: block;
}
.footer-links ul {
	margin: 0 20px;
}
.footer-links ul li {
	color: #e8443c;
	list-style-type: square;
	line-height: 14px;
}
.footer-links ul li a {
	color: #d7d7d7;
	display: block;
	padding: 10px 0;
	text-shadow: none;
}
.footer-links ul li a:hover,
.footer-links ul li a:focus {
	padding-left: 10px;
}
.bottom-bar {
	background-color: #3c3c3c;
	padding: 35px 0;
	position: relative;
	text-shadow: none;
}
.bottom-bar p {
	color: #d7d7d7;
	font-size: 13px;
	line-height: 31px;
	font-weight: 300;
	text-shadow: none;
	margin-bottom: 0;
}
.bottom-bar a {
	text-shadow: none;
}
.bottom-bar a:hover,
.bottom-bar a:focus {
	color: #fff;
}
.menu-footer-legal-container {
	float: right;
}
.menu-footer-legal-container ul li {
	display: inline-block;
	zoom:1; *display: inline; _height: 30px;
	list-style-type: none;
	margin-left: 20px;
	font-size: 13px;
	line-height: 31px;
}
.bottom-bar a {
	color: #d7d7d7;
}
.bottom-bar a:hover,
.bottom-bar a:focus {
	color: #e8443c;
}



/* Internal Page */
.breadcrumbs {
	padding: 10px 0px;
	background-color: #ededed;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;	
	/* -webkit-box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.1);
	box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.1); */
}
.breadcrumbs p {
	text-shadow: 1px 1px 1px #fff;
	color: #464646;
	font-size: 13px;
	margin-bottom: 0;
}
.breadcrumbs a {
	font-weight: 600;
	font-size: 13px;
}
h1.page-title {
	font-size: 40px;
	font-weight: 100;
	line-height: 42px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
	color: #464646;
	text-shadow: 1px 1px 1px #fff;
	margin-top: 40px;
}


/* Games Listing Page */
.game-filter {
	padding: 30px;
	background-color: #fffefd;
	border: 1px solid #e5e5e5;
}
.mix {
    display: none;
}
.view-all {
	margin: 1px 0 0 30px;
	display: inline-block;
	zoom:1; *display: inline; _height: 14px;
	float: right;
	color: #464646;
	font-weight: 600;
}
.fa-times:before {
	margin-right: 10px;
}
.game-search,
.filter-parent {
	float: left;
	margin: 0 0.5% 10px;
	width: 24%;
	position: relative;
}
.filter-parent > li {
	position: relative;
	list-style-type: none;
	display: block;
	zoom:1; *display: inline; _height: 46px;
	padding: 10px 20px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
}
.filter-parent > li span {
	position: absolute;
	top: -4px;
	right: -1px;
	height: 43px;
	width: 47px;
	background-color: #ececec;
	border: 1px solid #dcdcdc;
	border-bottom-width: 4px; 
	background-image: url(images/filter-parent-dropdown.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-moz-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
	text-indent: -9999px;
}
.filter-parent > li:hover span,
.filter-parent > li:focus span {
	top: -1px;
	height: 45px;
	border-bottom: 1px solid #dcdcdc;
}
.filter-dropdown {
	position: absolute;
	top: 44px;
	left: -1px;
	background-color: #ededed;
	z-index: 1000;
	display: none;
	width: 100%;
	border: 1px solid #e5e5e5;
	border-bottom: 5px solid #d1d1d1;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-moz-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
	opacity: 0;
}
.filter-dropdown li {
	list-style-type: none;
}
.filter-dropdown li a {
	padding: 5px 20px;
	display: block;
	color: #464646;
	background-repeat: no-repeat;
	background-position: right center;
}
.filter-parent > li:hover .filter-dropdown,
.filter-parent > li:focus .filter-dropdown {
	display: block;
	opacity: 1;
}
.filter-dropdown li a:hover,
.filter-dropdown li a:focus {
	background-color: #dcdcdc;	
}
.filter-dropdown li a.active {
	background-image: url(images/filter-active.jpg);	
}
#games-list {
	min-height: 600px;
}
.game-list {
	padding: 30px 30px 20px;
	border: 1px solid #e5e5e5;
	border-top: none;
	background-color: #fbfafa;
}
.preview-game {
	margin: 0 0.43% 10px;
}
.pager-list {
	display: block;
	background-color: #fffefd;
	text-align: center;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding: 30px 0;
}
.pager {
	padding: 10px 18px;
	display: inline-block;
	zoom:1; *display: inline; _height: 50px;
	border: 1px solid #c9c9c9;
	cursor: pointer;
	color: #a5a5a5;
}
.pager:hover,
.pager:focus {
	color: #464646;
}
.pager.active {
	background-color: #e8443c;
	color: #fff;
	border: 1px solid #d0322a;
}
.pager.active span {
	text-shadow: none;	
}
.no-pagers {
	display: none;
}
.game-search {
	
}
.game-search #s {
	padding: 12px 5% 11px;
	width: 90%;
	border: none;
	border: 1px solid #e5e5e5;
	cursor: pointer;
	color: #464646;
	font-weight: 300;
	font-size: 14px;
	cursor: text;
	font-family: 'Open Sans', Helvetica, Arial, Verdana, 'sans-serif';
	margin: 0;
	-webkit-appearance: none;
    border-radius: 0;
}
.game-search #searchsubmit {
	position: absolute;
	top: -4px;
	right: -2px;
	height: 49px;
	width: 49px;
	background-color: #ececec;
	border: 1px solid #dcdcdc;
	border-bottom-width: 4px; 
	background-image: url(images/search-button.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-moz-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
	text-indent: -9999px;
	display: block;
	-webkit-appearance: none;
    border-radius: 0;
}
.game-search #searchsubmit:hover,
.game-search #searchsubmit:focus {
	top: 0px;
	height: 44px;
	border-bottom: 1px solid #dcdcdc;
}




/* Single Game Page */
.single-game-header {
	position: relative;
	margin-top: 40px;
}
.text-above-title {
	font-size: 16px;
	color: #9d9d9d;
	margin-bottom: 0;
	text-transform: uppercase;
	line-height: 16px;
	display: inline-block;
	zoom:1; *display: inline; _height: 16px;
}
.page-title.remove-top-margin {
	margin-top: 0px;
}
.single-game-header .page-title {
	border-bottom: 0;
	margin-bottom: 7px;
	margin-top: 0;
}
.app-icon {
	margin: 0px 20px 25px 0px;
	display: block;
	width: 120px;
	height: auto;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.social-sharing {
	clear: left;
}
.social-sharing div {
	float: left;
	margin-left: 5px;
}
.social-sharing div a {
	background-repeat: no-repeat;
	background-position: 20px center;
	padding: 10px 40px 11px 60px;
	color: #fff;
	text-shadow: none;
	display: block;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.social-sharing .facebook a {
	background-image: url(images/facebook-icon.jpg);
	background-color: #3b5998;
	border-bottom: 4px solid #2b4680;
}
.social-sharing .twitter a {
	background-image: url(images/twitter-icon.jpg);
	background-color: #56a3d9;
	border-bottom: 4px solid #3f88ba;
}
.social-sharing a:hover,
.social-sharing a:focus {
	border-bottom-width: 1px;
	margin-top: 3px;
}
.game-meta {
	clear: left;
}
.game-meta li {
	display: inline-block;
	zoom:1; *display: inline; _height: 46px;
	border: 1px solid #e5e5e5;
	background-color: #fffefd;
	padding: 10px 30px;
	color: #464646;
	text-shadow: 1px 1px 1px #fff;
	text-transform: capitalize;
	margin-right: -5px;
}
.game-meta li:last-child {
	text-transform: none;
}
.game-meta li span {
	color: #9d9d9d;
}
.game-slider {
	background-color: #e8443c;
	background-repeat: repeat;
	background-image: url(images/game-slide-bg.jpg);
	background-position: center top;
	display: block;
	position: relative;
	overflow: hidden;
	padding-bottom: 50px;
}
.game-slider .flex-control-paging {
	position: absolute;
	bottom: 0;
	left: 50%;
	padding: 12px 10px 13px;
	z-index: 9999; 
	background-color: #fbfafa;
}
.game-slider .flex-control-paging li {
	display: inline-block;
	margin: 5px;
}
.game-slider .flex-control-paging li a {
	display: block;
	background-color: white;
	height: 15px;
	width: 15px;
	background-color: #464646;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}
.game-slider .flex-control-paging li a:hover,
.game-slider .flex-control-paging li a:focus,
.game-slider .flex-control-paging li a.flex-active {
	background-color: #e8443c;
}
.game-slider li iframe {
	display: block;
}
.game-slider .red-notch {
	top: auto;
	bottom: -24px;
}
.text-page-wrapper {
	border: 1px solid #e5e5e5;
	background-color: #fffefd;
	border-bottom: none;
	border-top: none;
}
.col-left {
	padding: 0 3.33333333%;
	width: 60%;
	background-color: #fbfafa;
	float: left;
	background-repeat: repeat-y;
	background-position: right top;
}
.col-left-inner {
	padding: 40px 0;
}
.col-right {
	padding: 0px 0px;
	width: 33.33333333%;
	background-color: #fffefd;
	float: right;
	box-shadow: inset 1px 0px 0 0px rgba(0,0,0,0.1);
}
.site-sidebar-inner {
	padding: 30px;
}
.col-right .sidebar-section:last-child {
	margin-bottom: 60px;
}
.developer-content {
	width: 66.666666666%;
	float: left;
	background-color: #fbfafa;
	min-height: 800px;
}
.page-featured-image {
	width: 66.666666666%;
	float: left;	
}
.developer-content .page-featured-image {
	width: 100%;
}
.developer-content .col-left {
	width: 93%;
}
.page-featured-image img,
.page-featured-image iframe {
	width: 100%;
	height: auto;
	display: block;
}
.page-featured-image iframe {
	min-height: 500px;
}
.single-game-intro {
	margin: 40px 0 30px 0;
}
.single-game-intro p {
	font-size: 20px;
	line-height: 30px;
}
.game-features {
	margin-bottom: 40px;
}
.game-features h3 {
	border-bottom: 1px solid #ebebeb; 
	padding-bottom: 10px; 
	margin-bottom: 20px;
}
.game-features ul {
	margin: 0 20px;
}
.game-features ul li {
	list-style-position: outside;
	list-style-image: url(images/red-bulletpoint.jpg);
	padding: 0 0 10px 10px;
	line-height: 20px;
}
.sidebar-sitemap ul li {
	list-style-type: none;
}
.sidebar-sitemap ul ul {
	margin: 10px 20px;
}


/* Single Game Sidebar */
.sidebar-section {
	margin-bottom: 50px;
}
.testimonial-image {
	width: 140px !important;
	display: block;
	height:140px;
	border: 1px solid #e5e5e5;
	padding: 10px;
	background-color: #fbfafa;
	margin: 20px auto 0px;
	border-radius: 100px;
}
.sidebar-section h3 {
	border-bottom: 1px solid #ebebeb; 
	padding-bottom: 10px; 
}
.sidebar-section .button {
	display: inline-block;
	zoom:1; *display: inline; _height: 48px;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 70px;
}
.help-block {
	height: 96px;
}
#presskit-button {
	background-image: url(images/presskit-bg.jpg);
}
#question-button {
	background-image: url(images/helpbutton-bg.jpg);
}
.sidebar-section.app-downloads a {
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
}
.sidebar-section.app-downloads a img {
	display: block;
}
.related-games {
	margin-left: -2.5%;
}
.related-games li {
	width: 28%;
	margin: 0 2.5% 20px 2.5%;
	float: left;
	list-style-type: none;
	position: relative;
}
.related-games li img {
	width: 100%;
	height: auto;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	display: block;
	margin-bottom: 0;
}
.related-games li a {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}



/* Blog Index */
.widgettitle {
	display: none;
}
.col3 select {
	width: 100%;
}
.blog-filter #searchform {
	border: 1px solid #e5e5e5;
	position: relative;
	height: 50px;
}
.blog-filter #s {
	padding: 0 20px;
	line-height: 50px;
	background-color: #fff;
	border: none;
	font-size: 14px;
	width: 80%;
}
.blog-filter #searchsubmit {
	text-align: center;
	height: 54px;
	width: 54px;
	display: block;
	position: absolute;
	top: -4px;
	bottom: 0;
	right: 0;
	background-color: #e8443c;
	border: none;
	border-bottom: 4px solid #cc3831;
	color: #fff;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(images/search-red-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.blog-filter #searchsubmit:hover,
.blog-filter #searchsubmit:focus {
	border-bottom: 1px solid #cc3831;
	top: -1px;
	height: 52px;
}
.screen-reader-text {
	display: none;
}

.dk-select, .dk-select *, .dk-select *:before, .dk-select *:after, .dk-select-multi, .dk-select-multi *, .dk-select-multi *:before, .dk-select-multi *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.dk-select, .dk-select-multi {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
  width: 100%;
  cursor: pointer; }

.dk-selected {
  width: 100%;
  white-space: nowrap;
  position: relative;
  background-color: white;
  border: 1px solid #e5e5e5;
  padding: 0 20px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; 
  color:  #a5a5a5;
}
  .dk-selected:before, .dk-selected:after {
    content: '';
    display: block;
    position: absolute;
    right: 0; }
  .dk-selected:before {
    top: 50%;
    border: solid transparent;
    border-width: 7.5px 7.5px 0;
    border-top-color: #fff;
    margin: -4px 17.5px 0 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
  .dk-selected:after {
    top: 0;
    height: 100%;
    border-left: 1px solid #e5e5e5;
    margin: 0 0 0 0;
    text-align: center;
	height: 55px;
	width: 55px;
	display: block;
	position: absolute;
	top: -4px;
	bottom: 0;
	right: -1px;
	background-color: #e8443c;
	border: none;
	border-bottom: 4px solid #cc3831;
	color: #fff;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s; }

.dk-selected-disabled {
  color: #BBBBBB; }

.dk-select .dk-select-options {
  position: absolute;
  display: none;
  left: 0;
  right: 0; }

.dk-select-open-up .dk-select-options {
  margin-bottom: -1px;
  bottom: 100%; }

.dk-select-open-down .dk-select-options {
  margin-top: -1px;
  top: 100%; }

.dk-select-multi .dk-select-options {
  max-height: 10em; }

.dk-select-options {
  background-color: white;
  border: 1px solid #e5e5e5;
  list-style: none;
  margin: 0;
  max-height: 250px;
  min-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px 0;
  width: auto;
  z-index: 100; }

.dk-option-selected {
  background-color: #e8443c;
  color: #fff;
  text-shadow: none; }

.dk-select-options-highlight .dk-option-selected {
  background-color: transparent;
  color: inherit;
  text-shadow: none; }

.dk-option {
  padding: 6px 20px; }

.dk-select-options .dk-option-highlight {
  background-color: #e8443c;
  color: #fff;
  text-shadow: none; }

.dk-select-options .dk-option-disabled {
  color: #BBBBBB;
  background-color: transparent; }

.dk-optgroup {
  border: solid #e5e5e5;
  border-width: 1px 0;
  padding: 0.25em 0;
  margin-top: 0.25em; }
  .dk-optgroup + .dk-option {
    margin-top: 0.25em; }
  .dk-optgroup + .dk-optgroup {
    border-top-width: 0;
    margin-top: 0; }
  .dk-optgroup:nth-child(2) {
    padding-top: 0;
    border-top: none;
    margin-top: 0; }
  .dk-optgroup:last-child {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0; }

.dk-optgroup-label {
  padding: 0 0.5em 0.25em;
  font-weight: bold;
  width: 100%; }

.dk-optgroup-options {
  list-style: none;
  padding-left: 0; }
  .dk-optgroup-options li {
    padding-left: 1.2em; }

.dk-select-open-up .dk-selected {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: #e8443c; }

.dk-select-open-down .dk-selected {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #e8443c; }


.dk-select-open-up .dk-selected:after, .dk-select-open-down .dk-selected:after {
  border-left-color: #e8443c; }

.dk-select-open-up .dk-select-options, .dk-select-open-down .dk-select-options, .dk-select-multi:focus .dk-select-options {
  display: block;
  border-color: #e8443c; }

.dk-select-multi:hover, .dk-select-multi:focus {
  outline: none; }

.dk-selected:hover, .dk-selected:focus {
  outline: none; }
  .dk-selected:hover:before, .dk-selected:focus:before {
    border-top-color: #fff;
    margin-top: -1px; }
  .dk-selected:hover:after, .dk-selected:focus:after {
    top: -1px;
    height: 52px;
    border-bottom: 1px solid #cc3831; }

.dk-select-disabled {
  opacity: 0.6;
  color: #BBBBBB;
  cursor: not-allowed; }
  .dk-select-disabled .dk-selected:hover, .dk-select-disabled .dk-selected:focus {
    border-color: inherit; }
    .dk-select-disabled .dk-selected:hover:before, .dk-select-disabled .dk-selected:focus:before {
      border-top-color: inherit; }
    .dk-select-disabled .dk-selected:hover:after, .dk-select-disabled .dk-selected:focus:after {
      border-left-color: inherit; }

select[data-dkcacheid] {
  display: none; }


/* Blog Index : Posts */
.blog-posts-inner {
	padding: 30px;
	
}
.blog-posts-wrapper {
	background-color: #fbfafa;
}
body:not(.single) .blog-posts-inner article {
	position: relative;
	width: 48%;
	float: left;
	clear: left;
	margin-bottom: 30px;
}
body:not(.single) .blog-posts-inner article:nth-child(2n+3) {
	float: right;
	clear: none;
}
body.paged:not(.single) .blog-posts-inner article:nth-child(2n+2) {
	float: right;
	clear: none;
}
body.paged:not(.single) .blog-posts-inner article:nth-child(2n+3) {
	position: relative;
	width: 48%;
	float: left;
	clear: left;
	margin-bottom: 30px;
}
.blog-posts-inner article img {
	display: block;
	width: 100%;
	height: auto;
}
body:not(.paged) .blog-posts-inner article:first-child {
	margin: -30px -30px 30px;
	width: auto;
	float: none;
	min-height: 400px;
	overflow: hidden;
}
body:not(.paged) .blog-posts-inner article:first-child img {
	min-height: 400px;
	min-width: 100%;
	width: auto;
	float: right;
}
body:not(.paged) .blog-posts-inner article:first-child .save-link {
	color: #fff;
}
body:not(.paged) .blog-posts-inner article:first-child .blog-post-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 50%;
	bottom: 0;
	background-color: rgba(70,70,70,0.98);
	border: none;
}
.blog-post-inner {
	padding: 30px 30px 60px;
}
body:not(.paged) .blog-posts-inner article:first-child .blog-post-inner * {
	text-shadow: none;
}
body:not(.paged) .blog-posts-inner article:first-child .blog-post-inner h2 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #777777;
	line-height: 36px;
}
body:not(.paged) .blog-posts-inner article:first-child a:hover,
body:not(.paged) .blog-posts-inner article:first-child a:focus {
	color: #fff;
}
body:not(.paged) .blog-posts-inner article:first-child .blog-post-inner p {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}
body:not(.paged) .blog-posts-inner article:first-child .save-link:before {
	background-color: #fff;
}
body:not(.paged) .blog-posts-inner article:first-child .save-link:hover i,
body:not(.paged) .blog-posts-inner article:first-child .save-link:focus i {
	color: #fff;
}
body:not(.paged) .blog-posts-inner article:first-child .save-link {
	left: 30px;
	right: auto;
	bottom: 20px;
}
body:not(.paged) .blog-posts-inner article:first-child .read-more {
	right: 0px;
	bottom: 0;
	left: auto;
	background-color: #fff;
	padding: 20px 87px 24px 30px;
	color: #e8443c;
	line-height: 14px;
}
body:not(.paged) .blog-posts-inner article:first-child .read-more:after,
body:not(.paged) .blog-posts-inner article:first-child .read-more i:after  {
	content: "";
	height: 4px;
	background-color: #d7d7d7;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
body:not(.paged) .blog-posts-inner article:first-child .read-more i {
	position: absolute;
	right: 0;
	top: 0;
	height: 58px;
	width: 58px;
	background-color: #e8443c;
	line-height: 58px;
	text-align: center;
	color: #fff;
	font-size: 27px;
	z-index: 100;
}
body:not(.paged) .blog-posts-inner article:first-child .read-more i:after {
	background-color: #cc3831;
	left: auto;
	width: 58px;
}
body:not(.paged) .blog-posts-inner article:first-child .read-more:hover,
body:not(.paged) .blog-posts-inner article:first-child .read-more:focus {
	padding-bottom: 20px;
	color: #e8443c;
}
body:not(.paged) .blog-posts-inner article:first-child .read-more:hover i,
body:not(.paged) .blog-posts-inner article:first-child .read-more:focus i {
	
}
body:not(.paged) .blog-posts-inner article:first-child .read-more:hover:after,
body:not(.paged) .blog-posts-inner article:first-child .read-more:focus:after,
body:not(.paged) .blog-posts-inner article:first-child .read-more:hover i:after,
body:not(.paged) .blog-posts-inner article:first-child .read-more:focus i:after {
	height: 1px;
}
body:not(.paged) .blog-posts-inner article:first-child .post-meta {
	color: #c9c9c9;
}
.post-meta {
	color: #9a9a9a;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	margin-bottom: 0px;
	display: block;
}
.blog-post-content {
	background-color: #f6f6f6;
	border: 1px solid #e5e5e5;
}
.save-link,
.read-more {
	color: #464646;
	display: inline-block;
	position: absolute;
	bottom: 30px;
	right: 30px;
	overflow: hidden;
	padding-bottom: 5px;
	font-weight: 700;
}
.save-link:hover,
.save-link:focus,
.read-more:hover,
.read-more:focus {
	color: #e8443c;
}
.save-link:before,
.read-more:before {
	width: 100%;
	height: 1px;
	background-color: #e8443c;
	display: block;
	content: "";
	position: absolute;
	right: 100%;
	bottom: 0px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.save-link i {
	margin-right: 10px;
	color: #e8443c;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.save-link:hover:before,
.save-link:focus:before,
.read-more:hover:before,
.read-more:focus:before {
	right: 0;
}
.read-more {
	right: auto;
	left: 30px;
}
.read-more i {
	margin-left: 10px;
	color: #e8443c;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}


/* Blog index - Sidebar */
.blog-social-links {
	margin-bottom: 0;
}
.blog-social-links li {
	display: block;
	float: left;
	list-style-type: none;
	margin-right: 2%;
	width: 23.5%;
}
.blog-social-links li:last-child {
	margin-right: 0;
}
.blog-social-links li a {
	height: 90px;
	width: 90%;
	text-align: center;
	display: block;
}
.blog-social-links li a i {
	font-size: 31px;
	color: #fff;
	text-shadow: none;
	line-height: 90px;
}
.blog-social-links li.facebook a {
	background-color: #3b5998;
	border-bottom: 4px solid #2b4680
}
.blog-social-links li.youtube a {
	background-color: #c02b29;
	border-bottom: 4px solid #9b1a18
}
.blog-social-links li.twitter a {
	background-color: #56a3d9;
	border-bottom: 4px solid #3f88ba
}
.blog-social-links li.googleplus a {
	background-color: #dd4b39;
	border-bottom: 4px solid #cc3831
}
.blog-sidebar-content img {
	margin-bottom: 30px;
}
.blog-sidebar-content h2 {
	color: #e8443c;	
}
.blog-sidebar-content p {
	font-size: 16px;
	line-height: 22px;
}



/* Blog Pagination */
.navigation,
.post-nav {
	display: block;
    background-color: #fffefd;
    text-align: center;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 30px 0;
}
.post-nav {
	border: 1px solid #e5e5e5;
	border-left: none;
    border-right: none;
    padding: 30px;
}
.navigation ol {
	text-align: center;
}
.navigation ol li {
	display: inline-block;
	margin: 0 1.5px;
}
.navigation span.page,
.navigation a {
	padding: 10px 18px;
    display: inline-block;
    zoom: 1;
    _height: 50px;
    border: 1px solid #c9c9c9;
    cursor: pointer;
    color: #a5a5a5;
    text-shadow: none;
}
.navigation span.page.current {
    background-color: #e8443c;
    color: #fff;
    border: 1px solid #d0322a;
}
.navigation a:hover,
.navigation a:focus {
	background-color: #fbfafa;
}



/* Single Post Page */
.featured-image {
	margin: 0 0 20px;
}
.featured-image img {
	width: 100%;
	height: auto;
	display: block;
}
.fb-page {
	min-height: 210px;
}
.single .blog-posts-inner img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 30px 0 30px;
}
.single .blog-posts-inner img.alignright {
	margin: 0 0 30px 30px;
}
.single .blog-posts-inner img.alignleft {
	margin: 0 30px 30px 0;
}
.single-post h1.page-title {
	border-bottom: 0;
}
.single-post .social-sharing {
	margin-bottom: 30px;
}
.social-sharing div {
	margin-left: 0;
	margin-right: 5px;
}
.single-post-header {
	margin-top: 30px;
}
.single-post-header h1 {
	margin-top: 10px;
}
.single-post-header .post-meta {
	font-size: 16px;
}



/* Text Pages */
.intro-paragraph p,
p .intro {
	font-size: 20px;
	line-height: 30px;
}
.alert {
	padding-right: 100px;
	background-image: url(images/alert-bg.jpg);
	background-position: 96% 50%;
	background-repeat: no-repeat;
}
.alert h3 {
	color: #a1140d;
	text-shadow: 1px 1px 1px #f3635b;
	font-weight: 300;
	margin-bottom: 5px;
}



/* Mobile Styles */
#side-navigation {
	display: none;
}



/* Developers Pages */
.inner-text-above-title {
	margin-top: 40px;
}
@-webkit-keyframes borderwidth {
  0%   { width: 0%; }
  100% { width: 78%; }
}
@-moz-keyframes borderwidth {
  0%   { width: 0%; }
  100% { width: 78%; }
}
@-o-keyframes borderwidth {
  0%   { width: 0%; }
  100% { width: 78%; }
}
@keyframes borderwidth {
  0%   { width: 0%; }
  100% { width: 78%; }
}
@-webkit-keyframes homeborderwidth {
  0%   { width: 0%; }
  100% { width: 65%; }
}
@-moz-keyframes homeborderwidth {
  0%   { width: 0%; }
  100% { width: 65%; }
}
@-o-keyframes homeborderwidth {
  0%   { width: 0%; }
  100% { width: 65%; }
}
@keyframes homeborderwidth {
  0%   { width: 0%; }
  100% { width: 65%; }
}
.inner-services-borders {
	width: 78%;
	border-bottom: 2px dashed #464646;
	border-right: 2px dashed #464646;
	border-left: 2px dashed #464646;
	height: 25px;
	margin: 0 auto 40px;
	position: relative;
	-webkit-animation: borderwidth 2s ease-in-out; /* Safari 4+ */
	-moz-animation:    borderwidth 2s ease-in-out; /* Fx 5+ */
	-o-animation:      borderwidth 2s ease-in-out; /* Opera 12+ */
	animation:         borderwidth 2s ease-in-out; /* IE 10+ */
}
.back-arrow-1,
.back-arrow-2 {
	position: absolute;
	top: 15px;	
}
.back-arrow-1 {
	left: 17%;
}
.back-arrow-2 {
	right: 17%;
}
.home-services-borders {
	width: 65%;
	border-bottom: 2px dashed #fff;
	border-right: 2px dashed #fff;
	border-left: 2px dashed #fff;
	height: 40px;
	margin: 0 auto 40px;
	position: relative;
	-webkit-animation: homeborderwidth 2s ease-in-out; /* Safari 4+ */
	-moz-animation:    homeborderwidth 2s ease-in-out; /* Fx 5+ */
	-o-animation:      homeborderwidth 2s ease-in-out; /* Opera 12+ */
	animation:         homeborderwidth 2s ease-in-out; /* IE 10+ */
}
.home-services-borders .back-arrow-1, 
.home-services-borders .back-arrow-2 {
	bottom: -11px;
	top: auto;
}
.flexslider .slides .home-services-borders img {
	width: auto;
	display: block;
}
.sidebar-section.testimonials {
	padding-bottom: 0;
}
.sidebar-section.testimonials .flex-control-nav {
	width: 100%;
}
.col-left .nextprev-page {
	margin: 30px 0 0;
	padding-top: 35px;
	border-top: 1px solid #ebebeb;
	float: none;
	width: auto;
}
.nextprev-page {
	margin-top: 40px;
	float: right;
}
.nextprev-page li {
	display: inline-block;
	zoom:1; *display: inline; _height: 25px;
}
.nextprev-page.pagination-top .prev-page {
	float: right;
}
.nextprev-page.pagination-top .next-page {
	float: right;
	margin-left: 15px;
}
.nextprev-page.pagination-top li a {
	padding: 7px 0;
	border-bottom: 5px solid #ebebeb;
	font-size: 16px;
}

.footer-pagination li a {
	color: #fff;
	text-shadow: none;
}




/* Form Styling */
.ticket-form {
	background-color: #e8443c;
	padding-top: 0px;
}
.ticket-form.formsubmitted .ticket-form-text {
	display: none;
}
.ticket-form.formsubmitted .gform_wrapper, 
.ticket-form.formsubmitted .gform_confirmation_wrapper {
	float: none;
	margin: 30px auto;
}
.ticket-form-text {
	width: 24%;
	float: left;
	padding: 100px 0;
	position: relative;
}
.ticket-form-text p,
.ticket-form-text h1,
.ticket-form-text h2,
.ticket-form-text h3,
.ticket-form-text h4,
.ticket-form-text h5,
.ticket-form-text h6,
.ticket-form-text strong,
.ticket-form-text em,
.ticket-form-text ol,
.ticket-form-text ul,
.ticket-form-text span {
	color: #fff;
	text-shadow: none;
}
.gform_wrapper,
.gform_confirmation_wrapper {
	width: 70%;
	float: right;
	background-color: #fffefd;
	border: 1px solid #fff;
	margin: 100px 0 30px 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.gform_confirmation_wrapper .gform_confirmation_message,
.gform_wrapper form {
	padding: 40px;
}
.gform_confirmation_wrapper {
	margin: 100px 0;	
}
.gform_confirmation_wrapper .gform_confirmation_message {
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #3c3c3c;
}
.gform_fields li.gfield {
	float: left;
	width: 48%;
	clear: none !important;
	margin-bottom: 20px;
	list-style-type: none;
}
.gform_fields li.gfield:nth-child(2n) {
	float: right;
}
.gform_fields li.gfield:nth-child(2n+1) {
	clear: both !important;
}
.gform_fields li.gfield .ginput_container input,
.gform_fields li.gfield .ginput_container textarea,
.gform_fields li.gfield .gfield_captcha_input_container input {
	width: 90%;
	padding: 10px 5%;
	border: none;
	font-size: 14px;
	color: #464646;
	display: block;
	-webkit-appearance: none;
    border-radius: 0;
    outline: 1px solid #e1e1e1;
}
.gform_wrapper .top_label .gfield_label {
	color: #464646;
	font-weight: 600;
}
body .gform_wrapper .validation_error,
body .gform_wrapper .gform_body .gform_fields .gfield_error {	
}
.gfield_error .validation_message {
	display: block;
	color: #e8443c;
	border-top: 4px solid #e8443c; 
	padding: 5px 0;
	margin-top: -3px;
}
.validation_error {
	padding: 20px 30px;
	text-align: center;
	color: #fff;
	font-weight: 600;
	border: 3px dashed #e8443c;
	color: #e8443c;
	text-shadow: none;
	margin-bottom: 30px;
}
.gform_title {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 10px;
}
.header-callout.selected {
	background-image: url(images/close-form-small-bg.png);
}
#close-developer-form,
#close-help-form {
	height: 33px;
	width: 33px;
	display: block;
	background-image: url(images/close-form-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 31px;
	right: 3%;
	z-index: 9999;
}
.gform_footer {
	clear: both;
	height: 60px;
}
.gform_footer .gform_button {
	float: right;
}



/* Contact Page Form */
.col-left-inner .gform_wrapper, 
.col-left-inner .gform_confirmation_wrapper {
	width: 100%;
	margin: 0 0 40px;
}
.col-left-inner .gform_confirmation_wrapper .gform_confirmation_message, 
.col-left-inner .gform_wrapper form {
	padding: 0;
	
}
.col-left-inner .gform_wrapper, .col-left-inner .gform_confirmation_wrapper {
	background-color: transparent;
	border: none;
}


/* CHILLINGO - hide the validation inputs */

.gform_validation_container {
	display: none !important;
}







