/*
Theme Name: Lastminute.com
Author: Designworks

-------------------------------------------------------------- */
 

blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */


}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}
/* Body, links, basics */
@charset "utf-8";
/* mac hide\*/
html, body {height:100%}
/* end hide */
 
body {
	padding:0;
	margin:0;
	text-align:center; /* for ie6 and under */
	min-width:960px;
	color: #58595B;
	font-family: Helvetica, sans-serif;
}
 
#wrapper{
	min-height:100%;
	width:100%;
	text-align:left;
	margin:auto;
	position:relative;
	overflow:hidden; /* Slight fix - remove if is problem */
}
#midwrap p {
	font-size:14px;
	line-height:20px;
}
#midwrap li {
	font-size:14px;
	line-height:20px;
	margin-bottom:6px;
}
#midwrap h1 { font-size:36px; }
#midwrap h2 { font-size:28px; }
#midwrap h3 { font-size:21px; }
#midwrap h4 { font-size:18px; }
#midwrap h5 { font-size:14px; }
#midwrap h6 { font-size:14px; font-weight:normal; }

* html #wrapper{height:99.9%;} 
/*For ie as treats height as min-height anyway - also addreeses rounding bug at bottom of screen in IE*/
* {
	margin: 0;
	padding: 0;
}
.container {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.fluid {
	width: 100%;
	float: left;
}

#topwrap {
	margin: 0px;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
#midwrap {
	margin: 0px;
	width: 100%;
	min-height: 200px;
	padding-top: 0px;
	padding-right: 0px;
	 
	padding-left: 0px;
}
#bottomwrap {
	margin: 0px;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#clearfooter {
	width:100%;
	clear:both;
}
#header {
	width:960px;
	float:left;
	position:relative;
}
#lmnavigation {
	width: 810px;
	margin-top: 30px;
	padding-right: 75px;
	padding-left: 75px;
	border-bottom:2px solid #B5B5B5;
	position:relative;
	float:left;
	height:auto;
	/*font-size:13px;*/
	font-size:14px;
}
#wrapper #lmnavigation ul {
	margin:0;
	padding:0;
	position:relative;
	float:left;
	height:auto;
	width:auto;
	
}
#wrapper #lmnavigation ul li  {
	margin: 0;
	width:auto;
	height:auto;
	padding:0;
	float:left;
	list-style-type:none;
	position:relative;
}
#wrapper #lmnavigation ul li a {
	margin:0;
	border-bottom:2px solid #FFF;
	float: left;
	padding-top: 5px;
	padding-right: 18px;
	padding-bottom: 5px;
	padding-left: 18px;
	position: relative;
}
/*#wrapper #lmnavigation ul li a {
	margin:0;
	border-bottom:2px solid #FFF;
	float: left;
	padding-top: 5px;
	padding-right: 11px;
	padding-bottom: 5px;
	padding-left: 11px;
	position: relative;
}*/
#wrapper #lmnavigation ul li a:hover {
	margin:0px 0 -3px 0;
	padding-bottom: 6px;
	text-decoration:none;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #B5B5B5;
}
#wrapper #lmnavigation ul li.current_page_item a {
	margin:0px 0 -4px 0;
	border-bottom:4px solid #626365;
	padding-bottom: 6px;
	text-decoration:none;
	color:#444;
}
#wrapper #lmnavigation ul li.current_page_item a {
	margin:0px 0 -4px 0;
	border-bottom:4px solid #626365;
	padding-bottom: 6px;
	text-decoration:none;
	color:#444;
}
@media only screen 
and (max-width : 960px) {
#wrapper #lmnavigation ul li.current_page_item a {
	margin:0px;
	border-bottom:3px solid #626365;
	border-left:1px solid #DDD;
	padding-bottom: 10px;
	text-decoration:none;
}
}
#footer {
	width:960px;
	float:left;
	position:relative;
}


#mainContent {
	float: left;
	width: 810px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	position: relative;
	min-height: 200px;
	margin-top: 0px;
	margin-right: 75px;
	margin-bottom: 0px;
	margin-left: 75px;
}
#wrapper #mainContent .mainText {
	float: left;
	margin-top: 5px;
	position: relative;
	font-size: 15px;
	margin-bottom: 0px;
	width:100%;
}
 
#mainContent .lmheading h1 {
	font-weight: normal;
	font-size: 36px;
	margin-top: 30px;
}
#mainContent #banner_home {
	float: left;
	position: relative;
	width:auto;
	height:auto;
	margin-bottom: 15px;
}
#mainContent #banner_home img {
	float: left;
	position: relative;
}
#mainContent #banner_home .banner_caption {
	position: absolute;
	padding-top: 0px;
	padding-left: 0px;
	color: #FFF;
	font-family: 'osp-dindin', Arial, Helvetica, sans-serif;
	top:50%;  
	margin-left:0;
}
#mainContent #banner_home .banner_caption.span1 {
	height:58px; margin-top:-29px; 
}
#mainContent #banner_home .banner_caption.span2 {
	height:116px; margin-top:-58px; 
}
#mainContent #banner_home .banner_caption.span3 {
	height:174px; margin-top:-87px; 
}
#mainContent #banner_home .banner_caption.span4 {
	height:232px; margin-top:-117px; 
}
#mainContent #banner_home .banner_caption span {
	background-color: #EC008C;
	margin: 0px;
	padding: 19px 12px;
	clear: both;
	float: left;
	position: relative;
	font-size:44px;
}


/* ------------------- */


#mainContent #banner_sml {
	float: left;
	position: relative;
 	width:100%;
	height:auto;
}
#mainContent #banner_sml img {
	float: left;
	position: relative;
}
#mainContent #banner_sml .banner_caption {
	position: absolute;
	padding-top: 0px;
	padding-left: 0px;
	color: #FFF;
	font-family: 'osp-dindin', Arial, Helvetica, sans-serif;
	top:50%;  
	margin-left:0;
}
#mainContent #banner_sml .banner_caption.span3 {
	height:166px; margin-top:-71px; 
}
#mainContent #banner_sml .banner_caption.span4 {
	height:166px; margin-top:-91px; 
}

#mainContent #banner_sml .banner_caption span {
	background-color: #EC008C;
	margin: 0px;
	padding: 12px 7px;
	clear: both;
	float: left;
	position: relative;
	font-size:36px;
}
#mainContent #banner_sml .banner_caption.span3.large {
	height:204px; margin-top:-102px; 
}
#mainContent #banner_sml .banner_caption.large span {
	font-size:50px;
	padding: 21px 16px;
}
#mainContent #banner_sml .banner_caption.large span strong {
	font-size:67px;
	font-weight:normal;	
	
}
/* ------------------- */

#mainContent #homeboxes .feature-box.span3 {
	margin-left: 21px;
	width: 250px;
	border-bottom-width: 4px;
}
#mainContent #homeboxes .feature-box.span3:first-child {
	margin-left: 0px;
}
#wrapper #homeboxes .feature-box.span3 a .special-title {
	font-family: 'osp-dindin', Arial, Helvetica, sans-serif;
	background-repeat: repeat;
	background-color: transparent;
	background-image: url(imgs/black_trans.png);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 24px;
	font-weight: normal;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
#homeboxes .feature-box a .desc {
	width: 75%;
	float: left;
	position: relative;
	margin-bottom: 0px;
}
#homeboxes .feature-box a .cta-link {
	width: 6%;
	position: absolute;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	right: 10px;
	bottom: 10px;
}



#wrapper #mainContent #homeboxes {
	float: left;
	width: 100%;
	position: relative;
	margin-top: 21px;
}


img {
	border:0px;
}
.play_game {
	float: left;
	width: 790px;
	padding-top: 2.5%;
	padding-right: 85px;
	padding-bottom: 2%;
	padding-left: 85px;
	position: relative;
	background-color: #F2F2F2;
	margin-top:20px;
	font-family: 'osp-dindin', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	overflow: visible;
	margin-bottom:60px;
	
}
.play_game h2 {
	font-weight:normal;
	font-size:32px;	
}
.play_game h2 a {
	color:#E31E86;
}
.play_game img {
	position:absolute;
	right:85px;
	top:10px;
}
.gamelink {
	position:absolute;
	top:30px;
	right:10px;
	z-index:1000;
}
.viewjobs {
	position:relative;
	float:right;
	height:40px;
	margin-top: 10px;
}
.viewjobs a {
	padding:6px 10px;
}

.alignleft {
	float:left;
	margin-right: 15px;
}
/* Smartphones (landscape) ----------- */
@media only screen 
and (max-width : 960px) {
	body {
    min-width:100%;
}
.container {
	width: 94%;
	margin:0 3%;
}
#header {
	width:100%;
}
#footer {
	width: 100%;
}
#mainContent {
	width: 100%;
}
body {
	padding:0;
	margin:0;
	text-align:center; /* for ie6 and under */
	min-width:100%;
	color: #58595B;
	font-family: Helvetica, sans-serif;
	 

}
#wrapper{
	min-height:100%;
	width:100%;
	text-align:left;
	margin:auto;
	position:relative;
}
 
* html #wrapper{height:99.9%;} 
/*For ie as treats height as min-height anyway - also addreeses rounding bug at bottom of screen in IE*/
* {
	margin: 0;
	padding: 0;
}
.container {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.fluid {
	width: 100%;
	float: left;
}

#topwrap {
	margin: 0px;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
#midwrap {
	margin: 0px;
	width: 100%;
	min-height: 200px;
	padding-top: 0px;
	padding-right: 0px;
	 
	padding-left: 0px;
}
#bottomwrap {
	margin: 0px;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#clearfooter {
	width:100%;
	clear:both;
}
#header {
	width:100%;
	float:left;
	position:relative;
}
#lmnavigation {
	width: 100%;
	margin-top: 30px;
	padding-right: 0;
	padding-left: 0;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	position:relative;
	float:left;
	height:auto;
	font-size:14px;
	background-color:#F2F2F2;
}
#wrapper #lmnavigation ul {
	margin:0;
	padding:0;
	position:relative;
	float:left;
	height:auto;
	width:100%;
}
#wrapper #lmnavigation ul li  {
	margin: 0;
	width:25%;
	height:auto;
	padding:auto;
	float:left;
	list-style-type:none;
	position:relative;
}
#wrapper #lmnavigation ul li a {
	margin:0;
	border-bottom:1px solid #DDD;
	border-left:1px solid #DDD;
	float: left;
	padding-top: 10px;
	padding-right: 6%;
	padding-bottom: 12px;
	padding-left: 6%;
	position: relative;
	width:88%;
	background-color:#F2F2F2;
	background-image:url(http://cdn.travelpn.com.edgesuite.net/lmn/i/PROD.43.5947/tpl/icons/chevron.svg);
	background-repeat:no-repeat;
	background-position:95% 0;
}

#wrapper #lmnavigation ul li.current_page_item a {
	margin:0px;
	border-bottom:3px solid #626365;
	border-left:1px solid #DDD;
	padding-bottom: 10px;
	text-decoration:none;
}
#wrapper #lmnavigation ul li:last-child a {
	margin:0px;
	border-bottom:1px solid #DDD;
	border-left:1px solid #DDD;
	border-right:1px solid #DDD;
	padding-bottom: 12px;
	text-decoration:none;
	width:87.5%;
}
#wrapper #lmnavigation ul li a:hover, #wrapper #lmnavigation ul li:last-child a:hover {
	margin:0px;
	padding-bottom: 10px;
	text-decoration:none;
	border-bottom:3px solid #B2B2B2;
	border-left:1px solid #DDD;
}
#footer {
	width:100%;
	float:left;
	position:relative;
}


#mainContent {
	float: left;
	width: 84%;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	position: relative;
	min-height: 200px;
	margin-top: 0px;
	margin-right: 8%;
	margin-bottom: 0px;
	margin-left: 8%;
}


#mainContent #homeboxes .feature-box.span3 {
	margin-left: 3.5%;
	width: 30%;
	border-bottom-width: 4px;
}


#wrapper #mainContent #homeboxes {
	margin-top: 21px;
}
#mainContent #banner_home img {
	float: left;
	position: relative;
	width:100%;
	height:auto;
}
#mainContent #banner_sml .banner_caption span {
	background-color: #EC008C;
	margin: 0px;
	padding: 7px 5px;
	clear: both;
	float: left;
	position: relative;
	font-size:26px;
}
 
#mainContent #banner_sml .banner_caption.span3 {
	height:166px; margin-top:-51px; 
}
#mainContent #banner_sml .banner_caption.span4 {
	height:166px; margin-top:-71px; 
}
#mainContent #banner_sml .banner_caption.span3.large {
	height:164px; margin-top:-72px; 
}
#mainContent #banner_sml .banner_caption.large span {
	font-size:36px;
	padding: 11px 12px;
}
#mainContent #banner_sml .banner_caption.large span strong {
	font-size:45px;
	font-weight:normal;	
	
}
.play_game {
	float: left;
	width: 82%;
	padding-top: 2.5%;
	padding-right: 9%;
	padding-bottom: 2%;
	padding-left: 9%;
	position: relative;
	background-color: #F2F2F2;
	margin-top:20px;
	font-family: 'osp-dindin', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	overflow: visible;
	margin-bottom:60px;
	
}
.play_game img {
	display:none;
}
}
@media(max-width:768px) {
#mainContent #homeboxes .feature-box.span3 {
	float:left;
	position:relative;
}
#wrapper #homeboxes .feature-box.span3 a .special-title {
	font-size:20px;
	width:80%;
}
#mainContent #banner_home .banner_caption span {
	background-color: #EC008C;
	margin: 0px;
	padding: 7px 4px;
	clear: both;
	float: left;
	position: relative;
	font-size:24px;
}
#mainContent #banner_home .banner_caption.span1 {
	height:58px; margin-top:-29px; 
}
#mainContent #banner_home .banner_caption.span2 {
	height:116px; margin-top:-58px; 
}
#mainContent #banner_home .banner_caption.span3 {
	height:174px; margin-top:-87px; 
}
#mainContent #banner_home .banner_caption.span4 {
	height:132px; margin-top:-66px;
}
#mainContent #banner_sml .banner_caption.span3.large {
	height:164px; margin-top:-62px; 
}
#mainContent #banner_sml .banner_caption.large span {
	font-size:26px;
	padding: 8px 10px;
}
#mainContent #banner_sml .banner_caption.large span strong {
	font-size:35px;
	font-weight:normal;	
	
}
#wrapper #lmnavigation ul li  {
	margin: 0;
	width:33.3%;
	height:auto;
	padding:auto;
	float:left;
	list-style-type:none;
	position:relative;
}
}
@media(max-width:600px) {
#mainContent #homeboxes .feature-box.span3 {
	margin-left:15% !important;
	float:left;
	position:relative;
	width:70%;
}
#homeboxes .feature-box a .thumb, #homeboxes .feature-box a .thumb img {
	width:100%;
	height: auto;
}

#mainContent #banner_sml .banner_caption span {
	background-color: #EC008C;
	margin: 0px;
	padding: 3px 3px;
	clear: both;
	float: left;
	position: relative;
	font-size:20px;
}

#mainContent #banner_sml .banner_caption.span3 {
	height:166px; margin-top:-41px; 
}
#mainContent #banner_sml .banner_caption.span4 {
	height:166px; margin-top:-51px; 
}
.gamelink {
	float:left;
	position:relative;
	top:auto;
	right:auto;
	margin-bottom:16px;
}
}
@media(max-width:500px) {
#mainContent #banner_home .banner_caption span {
	background-color: #EC008C;
	margin: 0px;
	padding: 1px 5px;
	clear: both;
	float: left;
	position: relative;
	font-size:18px;
}
#mainContent #banner_home .banner_caption.span1 {
	height:58px; margin-top:-19px; 
}
#mainContent #banner_home .banner_caption.span2 {
	height:116px; margin-top:-48px; 
}
#mainContent #banner_home .banner_caption.span3 {
	height:174px; margin-top:-67px; 
}
#mainContent #banner_home .banner_caption.span4 {
	height:132px; margin-top:-43px;
}
#mainContent .lmheading h1 {
	font-weight: normal;
	font-size: 32px;
}
#wrapper #lmnavigation ul li  {
	margin: 0;
	width:50%;
	height:auto;
	padding:auto;
	float:left;
	list-style-type:none;
	position:relative;
}
}
@media(max-width:400px) {
#mainContent #homeboxes .feature-box.span3 {
	margin-left:0 !important;
	float:left;
	position:relative;
	width:100%;
}
#homeboxes .feature-box a .thumb, #homeboxes .feature-box a .thumb img {
	width:100%;
	height: auto;
}
#wrapper #lmnavigation ul li  {
	margin: 0;
	width:100%;
	height:auto;
	padding:auto;
	float:left;
	list-style-type:none;
	position:relative;
}
#wrapper #lmnavigation ul li:last-child a {
	border-right:0px solid #DDD;
}
#wrapper #lmnavigation ul li a {
	padding-bottom: 10px;
}
#wrapper #lmnavigation ul li.current a {
	margin:0px;
	border-bottom:1px solid #DDD;
	border-left:1px solid #DDD;
	padding-bottom: 10px;
	text-decoration:none;
	background-color:#E6E6E6;
}
#wrapper #lmnavigation ul li:last-child a {
	margin:0px;
	border-bottom:1px solid #DDD;
	border-left:1px solid #DDD;
	padding-bottom: 10px;
	text-decoration:none;
	width:88%;
}
#wrapper #lmnavigation ul li a:hover, #wrapper #lmnavigation ul li:last-child a:hover {
	margin:0px;
	padding-bottom: 10px;
	text-decoration:none;
	border-bottom:1px solid #DDD;
	border-left:1px solid #DDD;
}
}
.leftAboutText {
	float: left;
	margin-right: 5%;
	position: relative;
	margin-top: 2%;
}



/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}





/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* =Media queries
-------------------------------------------------------------- */





/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 16px;
	z-index: 0;
	width: 100%;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mainText h3 {
	color:#ED008C;
	line-height: 22px;
}