html {
	font-size: 10px; /* for site-logo rem math */
}
body {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.5em;
}

blockquote {
	font-size: inherit;
}

@media (min-width:768px){
header, main, #router {
	font-size: 2rem;
}
}

@media (max-width:767px){
header, main, #router{
	font-size: 1.4rem;
	line-height:2rem;
}

}

footer {
	font-size: 1.4rem
}

h1, .jumbotron h1, blockquote h1, .fucking-icon-area h1 {
	font-size: 2.3em;
	font-weight: 200;
	margin-bottom: 0.4em;
}
h2, .jumbotron h2, blockquote h2, .fucking-icon-area h2 {
	font-size: 1.4em;
	font-weight: 300;
	line-height: 1.3em;
	margin-bottom: 0.6em;
}
h3, .jumbotron h3, blockquote h3,  .fucking-icon-area h3 {
	font-size: 1.2em;
	font-weight: 300;

}
h4, .jumbotron h4, blockquote h4, .fucking-icon-area h4 {
	font-size: 1em;
	font-weight: 300;

}

h5, .jumbotron h5, blockquote h5, .fucking-icon-area h5 {
	font-size:0.8em;
	font-weight: 400;
}

h6, .jumbotron h6, blockquote h6, .fucking-icon-area h6 {
	font-size:0.8em;
	font-weight: 300; 
	line-height: 1.5em;
}

p, .jumbotron p, blockquote p, .fucking-icon-area p {
	font-size:1em;
	font-weight: 300;
}


.inline-icon {
	margin-left: 0.3em;
}
h3 .inline-icon:first-child {
	margin-left: 0;
}



/* Don't let the lead text change font-size. */

.lead {
	font-size: 16px;
}


/* Finesse the page header spacing */

.page-header {
	margin-bottom: 30px;
}

.page-header .lead {
	margin-bottom: 10px;
}

a {
	color: #08c;
	text-decoration: none;
}

a:hover {
	color: #08c;
	text-decoration: underline;
}

hr {
	border-top: 1px solid #cccccc;
}



.logo {
	text-transform: uppercase;
}

.form-group {

	margin-top: 40px;
}

/* 
 * Navigation
 */

.container-navbar {
	margin-right: auto;
	margin-left: auto;
}

@media (min-width:768px) {
	.container-navbar {
		width: 750px;
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (min-width:992px) {
	.container-navbar {
		width: 970px;
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (min-width:1200px) {
	.container-navbar {
		width: 1170px;
		padding-right: 15px;
		padding-left: 15px;
	}
}

/* collapse nav bar early for iPad portrait */
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

.nav {
	font-family: "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif";
	/*font-family:'Segoe UI','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 16px;*/
	line-height: 35px;
}

.navbar {
	margin-bottom: 0;
}

.navbar-brand {
	height: auto;
}

@media (max-width: 320px) {
	.navbar-brand {
		padding: 15px 0 15px 15px;
	}
}
@media (min-width: 768px) {
	.navbar-brand {
		padding: 15px 0;
	}
}

.navbar-toggle {
	margin-top: 29px;
}

#subnav {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	top: 0px;
	background: #192534;
	/**/
	z-index: 50;
	color: #fff;
}

.loi #subnav.sticky {
	border-bottom: 1px solid #e7e7e7;
}

#subnav .navbar-brand {
	font-size: 26px;
	line-height: normal;
}

@media (max-width: 767px) {
	#subnav .navbar-brand {
		font-size: 20px;
		padding: 15px 0;
	}
}

#subnav .nav {
	padding-top: 11px;
	line-height: normal;
}

.lol #subnav .nav-pills>li>a,
.loi #subnav .nav-pills>li>a {
	border-radius: 0;
}
/* Overwrite the bootstripe padding setting from padding on a to padding on li
	required for blue-eye button */

.nav>li {
	/*padding: 10px 15px;*/
}

.nav>li>a {
	padding: 0px;
}


/* Align navigation with the begin and end of the content*/

.navbar-default ul.nav li:first-child {
	padding-left: 20px;
}

@media (max-width: 767px) {
	.navbar-default ul.nav li:first-child {
		padding-left: 5px;
	}
}


/*ul.nav li:first-child,
ul.nav li.blue-eyed:first-child {
	padding-right: 0px;
}*/

ul.nav li:last-child,
ul.nav li.blue-eyed:last-child {
	padding-right: 0px;
}

.nav>li>a:hover,
.nav>li>a:focus {
	background: none;
}

.navbar-default .navbar-nav>li>a {
	color: #333;
}

ul.nav li.active a,
.navbar-default .navbar-nav>.active>a {
	color: #07c;
	background: none;
}

ul.nav li.active a:hover,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #6bf;
	background: none;
}

ul.nav li.logo {
	text-transform: uppercase;
	font-size: 14px;
}

.subnav ul.nav li.active a {
	color: #08c;
}


/* Old blue eye button */

ul.nav li.blue-eyed {
	padding: 7px 15px;
}

ul.nav li.blue-eyed a {
	border-radius: 4px;
	font-size: 14px;
	line-height: 26px;
	padding: 0 12px;
}

ul.nav li.blue-eyed a {
	background-color: #2189db;
	background: -webkit-linear-gradient(#42a1ec, #0070c9);
	background: linear-gradient(#42a1ec, #0070c9);
	border-color: #07c;
	color: #fff
}

ul.nav li.blue-eyed a:hover {
	background: #3392de;
	background: -webkit-linear-gradient(#51a9ee, #147bcd);
	background: linear-gradient(#51a9ee, #147bcd);
	border-color: #1482d0;
}

ul.nav li.blue-eyed.active a {
	opacity: 0.5;
}

/*
 * Collapsed nav 
 */
 
 .chapternav-paddles {
 }
 
 .chapternav-paddle {
font-size: 20px;
line-height: 1.5;
font-weight: 300;
letter-spacing: 0em;
border: 0 solid rgba(51, 51, 51, 0.2);
color: #000;
opacity: 1;
position: absolute;
top: 0;
bottom: 0;
text-align: center;
width: 33px;
-webkit-transition: opacity 150ms ease-out;
transition: opacity 150ms ease-out;
 }
button.chapternav-paddle {
	background: none;
	padding: 0px; /*damn, iPhone Safari has different defaults then Desktop */
}
.chapternav-paddle-left {
	border-right-width: 1px;
left: 0;
}

.chapternav-paddle-right {
	border-left-width: 1px;
right: 0;
}

/*
 * the stuff between Nav and Footer :)
 */

.jumbotron {
	margin-bottom: 0;
}


/* http://stackoverflow.com/questions/1495407/maintain-the-aspect-ratio-of-a-div-with-css
 * http://www.goldenapplewebdesign.com/responsive-aspect-ratios-with-pure-css/
 *
 * B / (A / 100) = C%
 */

.embed-responsive-2by3 {
	padding-bottom: 150%;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.vertical-align {
	display: flex;
	align-items: center;
}

.fucking-icon-area p,
.fucking-icon-area figure {
	margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 992px) {
 	main.loi .fucking-icon-area p {
		font-size: 100%;
	}
}


.dark-theme {
	background: #182535;
	color: #fff;
}

.dark-theme a {
	color: #07c;
}

@media (max-width: 767px) {
	section.features {
		text-align: center;
	}
}

a span.glyphicon.glyphicon-menu-right {
	font-size: 80%;
}

a span.glyphicon.glyphicon-repeat {
	font-size: 65%;
}

/*section.features p,
section.reviews p {
	font-size: 16px;
}*/


/* QA */

.dl-qa.question {
	margin-top: 50px;
}

.dl-qa.answer {
	padding-top: 15px;
}

.dl-qa dt {
	float: left;
	overflow: hidden;
	clear: left;
	text-align: center;
	white-space: nowrap;
	width: 75px;
	padding-right: 25px;
	font-size: 50px;
	font-weight: 100;
	color: rgb(0, 136, 204);
	line-height: 50px;
}

.step_num {
	font-size: 50px;
	color: rgb(0, 136, 204);
	line-height: 50px;
}

.number {
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 100;
	font-size: 1.3em;
	color: rgb(0, 136, 204);

}

.dl-qa dd {
	padding-left: 75px;
	/* needs to match .dl-qa dt width */
}

/* Used on download page */
.dl-qa dd h2:first-child {
	padding-top: 2.5rem;
}

.dl-qa.question dd {
	padding-top: 0.2em;
	font-size: 1.4em;
	font-weight: 300;
	margin-bottom: 0.6em;
}

/* Based on input-group-addon */

.borderless-input-group-addon {
	display: table-cell;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}


/* arrow label for required/optional */

.arrow-label {
	position: relative;
	background: #bbbbbb;
	color: #fff;
	font-size: 1.4rem;
	line-height: 24px;
	margin-left: 20px;
	padding: 0 10px;
}

.arrow-label:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #bbbbbb;
	border-width: 12px;
	margin-top: -12px;
}

/*input:required:invalid {
	background-color: #ed7d7a;
}
input:required:invalid + .borderless-input-group-addon .arrow-label {
	background-color: #ed7d7a;
}
input:required:invalid + .borderless-input-group-addon .arrow-label:after {
	border-right-color: #ed7d7a;
}*/

.featuresimg {
	margin-top: 17px;
}

@media (max-width: 767px) {
	section.product-family h3 {
		font-size: 18px;
	}
}


main.lom-download ul {
	padding: 0;
}

main.lom-download ul li {
	list-style-type: none;	
}


/*
 * Support
 */


main.support .row,
main.support-article .row {
	margin-top: 20px;
}

main.support-article h2,
main.support-article h3 {
	margin-top: 1.8em;
}

main.support-article ol li {
	padding: 10px 0;
}
main.support-article figure {
	padding: 40px 15px;
}


#router {
	margin-top: 100px;
	padding-top: 100px;
	padding-bottom: 100px;
}

main {
	margin-bottom: 100px;
}

main.product,
main.support-article {
	margin-bottom: 0; /* for product family footer */
}

.bg-light {
	background-color: #fafafa;
}

/* 
 * Footer
 */

footer.footer {
	background-color: #f2f2f2;
}

footer {
	/*font-size: 12px;*/
	padding-bottom: 25px;
}

footer .row {
	padding-top: 25px;
}

footer.footer label.nav {
	/*font-size: 14px;*/
	font-weight: bold;
}

footer.footer ul.nav {
	/*font-size: 14px;*/
	line-height: normal;
}

footer.footer ul.nav li a {
	color: #333333;
}

footer.footer ul.nav li a:hover {
	text-decoration: underline;
}


/*!
 * Button Colors
 * 
 */

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}


/*.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
	color: #fff;
	background-color: #007aff;
	border-color: #007aff;
}*/


/* Color from blue-eyed. */

.btn-primary {
	background-color: #2189db;
	background: -webkit-linear-gradient(#42a1ec, #0070c9);
	background: linear-gradient(#42a1ec, #0070c9);
	border-color: #07c;
	color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
	background: #3392de;
	background: -webkit-linear-gradient(#51a9ee, #147bcd);
	background: linear-gradient(#51a9ee, #147bcd);
	border-color: #1482d0;
	color: #fff;
}

.violator {
	font-size: 16px;
	line-height: 1.9375;
	font-weight: 400;
	letter-spacing: 0em;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	background: transparent;
	border: 1px solid #888;
	border-radius: 4px;
	color: #666;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 1px;
	white-space: nowrap;
}

.violator-compact {
	font-size: 13px;
	line-height: 1.46154;
	font-weight: 400;
	letter-spacing: 0em;
	padding-left: 10px;
	padding-right: 10px
}

.violator-alt {
	background: transparent;
	border-color: #f46c0e;
	color: #f46c0e;
}

.violator-alt-white {
	background: transparent;
	border-color: #ffffff;
	color: #ffffff;
}

.navbar-default {
	background: none;
	border-top: none;
	border-left: none;
	border-right: none;
}


/*.navbar {
	background: rgba(242, 242, 242, 0.7);
}*/


/** Navigation **/

.label-toggle {
	cursor: pointer;
}

header nav {
	text-align: right;
}


/* Hide menu toggle checkboxes */

input.menu-toggle {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

footer nav {
	padding: 3rem 0;
}

header nav li {
	display: inline-block;
	padding: 2.5rem 0 1.5rem 3rem;
}

footer nav li {
	display: inline-block;
	position: relative;
	padding: 0 0 1.5rem 3rem;
}

footer nav li:first-child {
	padding-left: 0;
}

header nav a,
footer nav a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #333;
	cursor: pointer;
}

header nav a:hover,
footer nav a:hover {
	color: #08c;
	text-decoration: none;
}

header .menu-item-has-children .label-toggle::after {
	background: url('images/menu-down.svg') no-repeat;
	background-size: 1.2rem;
	display: inline-block;
	padding-right: 1.2rem;
	padding-top: 0.8rem;
	margin-left: 0.5rem;
	margin-top: -0.1rem;
	content: '';
	-webkit-transition: transform 0.3s ease-out;
	-moz-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

header .menu-item {
	/* add bottom dimension to main menu items */
	padding-bottom: 3rem;
}


/** Logo **/

.site-logo {
	font-size: 4.2rem;
	line-height: 4.2rem;
	font-weight: 200;
	display: inline-block;
	/*background: url('images/webkit.svg') no-repeat;
    padding-left: 7rem;*/
	color: #333;
}

.site-logo .tagline {
	display: block;
	font-size: 2.0rem;
	line-height: 2.1rem;
	letter-spacing: -0.05rem;
	/*color: #666;*/
	text-align: left;
}

.hero .logo {
	/*background-image: url('images/webkit.svg');*/
}

.chapternav-wrapper {
	position: relative;
	height: 100%;
	z-index: 1;
}

.chapternav-items {
	list-style: none;
	margin: 0 34px;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 50px;
	white-space: nowrap
}

@media only screen and (max-width: 767px) {
	div#navbar.navbar-collapse.chapternav {
		background: #f6f6f6;
		overflow: hidden;
		padding: 0;
		padding-top: 0;
		padding-bottom: 0;
		position: relative;
		text-align: center;
		width: 100%;
		height: 90px;
		z-index: 9987;
	}
	ul.nav.navbar-nav {
		list-style: none;
		margin: 0 33px;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 0;
		white-space: nowrap;
	}
	.navbar-default .navbar-nav>li>a {
		color: #333;
	}
}

@media only screen and (min-width: 768px) {
	ul.nav.navbar-nav {
		float: right;
	}
}

@media only screen and (orientation: landscape) {
	.chapternav-items {
		padding-bottom: 49px
	}
}

html.touch .chapternav-items {
	margin: 0;
	padding-left: 33px;
	padding-right: 34px
}

.nav>li.chapternav-item {
	display: inline-block;
	margin: 0 -.11111em;
	padding: 0 20px
}

.chapternav-item:first-child {
	margin-left: 0;
	padding-left: 0
}

.chapternav-item:last-child {
	margin-right: 0;
	padding-right: 0
}

.chapternav-icon {
	background: center bottom no-repeat;
	display: block;
	margin: 0 auto;
	height: 54px
}

.chapternav-label {
	font-size: 1.8rem;
	/*line-height: 2;*/
	font-weight: 200;
	letter-spacing: 0em;
	display: block;
	margin: 0;
	margin-top: -6px;
}

@media only screen and (max-width: 767px) {
	.chapternav-label {
		font-size: 14px;
		line-height: 1.85722;
		font-weight: 200;
		letter-spacing: 0em
	}
}

.chapternav-new {
	font-size: 10px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 0em;
	color: #f46c0e;
	display: block;
	margin-top: -.75em;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%
}

@media only screen and (max-width: 767px) {
	.chapternav-new {
		font-size: 11px;
		line-height: 1;
		font-weight: 400;
		letter-spacing: 0em
	}
}

@media only screen and (max-width: 767px) {
	.chapternav-new {
		margin-top: -.5em
	}
}

.chapternav-link {
	color: #333;
	display: block;
	margin-top: 11px;
	padding: 2px 0;
	position: relative;
	z-index: 1
}

@media only screen and (max-width: 767px) {
	.chapternav-link {
		padding: 1px 0
	}
}

.chapternav-link:hover {
	color: #0070c9;
	text-decoration: none
}

.chapternav-link:focus {
	outline-offset: 0
}

.chapternav-link.current {
	color: #333;
	cursor: default;
	opacity: .6
}

.chapternav-item-macos .chapternav-icon {
	background-size: 42px 54px;
	background-repeat: no-repeat;
	background-image: url("../images/black/F1.svg");
	width: 42px;
}

.dark-theme .chapternav-item-macos .chapternav-icon {
	background-image: url("../images/white/F1.svg");
}

.chapternav-item-macosmail .chapternav-icon {
	background-size: 42px 54px;
	background-repeat: no-repeat;
	background-image: url("../images/black/F2.svg");
	width: 42px;
}

.dark-theme .chapternav-item-macosmail .chapternav-icon {
	background-image: url("../images/white/F2.svg");
}

.chapternav-item-windows .chapternav-icon {
	background-size: 42px 54px;
	background-repeat: no-repeat;
	background-image: url("../images/black/F3.svg");
	width: 42px;
}

.dark-theme .chapternav-item-windows .chapternav-icon {
	background-image: url("../images/white/F3.svg");
}

.chapternav-item-ios .chapternav-icon {
	background-size: 40px 54px;
	background-repeat: no-repeat;
	background-image: url("../images/black/F4.svg");
	width: 40px;
}

.dark-theme .chapternav-item-ios .chapternav-icon {
	background-image: url("../images/white/F4.svg");
}

.chapternav-item-support .chapternav-icon {
	background-size: 40px 54px;
	background-repeat: no-repeat;
	background-image: url("../images/black/F5.svg");
	width: 40px;
}

.dark-theme .chapternav-item-support .chapternav-icon {
	background-image: url("../images/white/F5.svg");
}

.chapternav-item-store .chapternav-icon {
	background-size: 40px 54px;
	background-repeat: no-repeat;
	background-image: url("../images/black/F6.svg");
	width: 40px;
}

.dark-theme .chapternav-item-store .chapternav-icon {
	background-image: url("../images/white/F6.svg");
}

.chapternav-item-language .chapternav-icon {
	background-size: 40px 54px;
	background-repeat: no-repeat;
	background-image: url("../images/black/F8.svg");
	width: 40px;
}

.dark-theme .chapternav-item-language .chapternav-icon {
	background-image: url("../images/white/F8.svg");
}


@media only screen and (max-width: 767px) {
	.dark-theme .chapternav-item-macos .chapternav-icon {
		background-image: url("../images/black/F1.svg");
	}
	.dark-theme .chapternav-item-macosmail .chapternav-icon {
		background-image: url("../images/black/F2.svg");
	}
	.dark-theme .chapternav-item-windows .chapternav-icon {
		background-image: url("../images/black/F3.svg");
	}
	.dark-theme .chapternav-item-ios .chapternav-icon {
		background-image: url("../images/black/F4.svg");
	}
	.dark-theme .chapternav-item-support .chapternav-icon {
		background-image: url("../images/black/F5.svg");
	}
	.dark-theme .chapternav-item-store .chapternav-icon {
		background-image: url("../images/black/F6.svg");
	}
}

.sierra-background {
	background: url('../images/Sierra.jpg') no-repeat center center;
	background-size: 2560px 900px;
	background-position: 50% 100%;
}

.lo-background {
	background: url('../images/header.jpg') no-repeat center top;
	background-size: 2089px 510px;
}

.lo-homebackground {
	background: url('../images/home_header.jpg') no-repeat center top;
	background-size: 2089px 510px;
}

.lo-LOLbackground {
	background: url('../images/LOL_header.jpg') no-repeat center top;
	background-size: 2089px 510px;
}

.lo-footer-background {
	background: url('../images/footer.jpg') no-repeat center top;
	background-size: 2089px 510px;
}

.shop-background {
	background: url('../images/shop_header.jpg') no-repeat center top;
	background-size: 2089px 510px;
}

.support-background {
	background: url('../images/support_header.jpg') no-repeat center top;
	background-size: 2089px 510px;
}

.family-background {
	background: url('../images/family.png') no-repeat center top;
	background-size: 900px 400px;
	height: 510px;
}

@media (-webkit-min-device-pixel-ratio: 2) {
	.sierra-background {
		background: url('../images/Sierra_2x.jpg') no-repeat center center;
		background-size: 2560px 900px;
		background-position: 50% 100%;
	}
	.lo-background {
		background: url('../images/header_2x.jpg') no-repeat center top;
		background-size: 2089px 510px;
	}

	.lo-LOLbackground {
		background: url('../images/LOL_header_2x.jpg') no-repeat center top;
		background-size: 2089px 510px;
	}

	.lo-homebackground {
		background: url('../images/home_header_2x.jpg') no-repeat center top;
		background-size: 2089px 510px;
	}

	.shop-background {
		background: url('../images/shop_header_2x.jpg') no-repeat center top;
		background-size: 2089px 510px;
	}
	.lo-footer-background {
		background: url('../images/footer_2x.jpg') no-repeat center top;
		background-size: 2089px 510px;
	}
	.support-background {
		background: url('../images/support_header_2x.jpg') no-repeat center top;
		background-size: 2089px 510px;
	}
	.family-background {
		background: url('../images/family_2x.png') no-repeat center top;
		background-size: 900px 400px;
	}
}

@media only screen and (max-width: 767px) and (orientation:landscape) {
	.container {
		width: 568px;
	}
	.lo-background .container {
		width: 400px;
	}
}

@media only screen and (max-width: 767px) {
	.family-background {
		height: 188px;
	}
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2) {

	.lo-background {
		background: url('../images/header-xs_2x.jpg') no-repeat center top;
		background-size: 768px 254px;
	}

	.lo-homebackground {
		background: url('../images/home_header-xs_2x.jpg') no-repeat center top;
		background-size: 768px 254px;
	}

	.lo-LOLbackground {
		background: url('../images/LOL_header-xs_2x.jpg') no-repeat center top;
		background-size: 768px 254px;
	}
	
	.lo-footer-background {
		background: url('../images/footer-xs_2x.jpg') no-repeat center top;
		background-size: 768px 254px;
	}

	.family-background {
		background: url('../images/family-xs_2x.png') no-repeat center top;
		background-size: 300px 133px;
	}
	.shop-background {
		background: url('../images/shop_header-xs_2x.jpg') no-repeat center top;
		background-size: 768px 254px;
	}
	.support-background {
		background: url('../images/support_header-xs_2x.jpg') no-repeat center top;
		background-size: 768px 254px;
	}
}

@media only screen and (min-width: 767px) {
		.homeimg {
	width: 90%;
	}
}
