/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

header {
	text-align: center;
    margin: 0 auto;
    background-color: white;
}

#banners {
	z-index: 0;
	margin-top: -34px;
	position: relative;
	top: 0px;
}

#banner-1, #banner-2 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 313px;
}

#banner-1 {
    background: url('../img/banner_01.jpg') no-repeat top center white;
    background-position: 50% 0px;
}

#banner-2 {
    background: url('../img/banner_02.jpg') no-repeat top center white;
    background-position: 50% 0px;
}

.wrapper {
	margin: 0px auto;
	max-width: 960px;
}

#banner-central-container {
	margin: 0px auto;
	max-width: 960px;
	padding: 0px;
}

#banner-central-container-2 {
	width: 100%;
	height: 0px;
	padding-top: 32.6%;
	position: relative;
}

#banner-1-central {
	background: url('../img/banner_01b.jpg') no-repeat top center;
	background-size: contain;
	width: 100%;
	height: 0px;
	padding-top: 32.6%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}

#banner-2-central {
	background: url('../img/banner_02b.jpg') no-repeat top center;
	background-size: contain;
	width: 100%;
	height: 0px;
	padding-top: 32.6%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}

li {
	font-size: 14px;
}

#company {
    background: url('../img/header_bg.png') repeat-x top;
    min-height: 59px;
    position: relative;
    z-index: 3;
}

#company-logo {
	background: url('../img/header_logo.png') no-repeat top;
	position: relative;
	left: -184px;
	margin-left: -25%;
}

#company a {
	display: inline-block;
	width: 160px;
	height: 46px;
}

header #bottom {
    background: url('../img/00_bannerbottom_loop.png') repeat-x center bottom;
    min-height: 117px;
    margin-top: -67px;
    position: relative;
    z-index: 3;
}

footer {
	text-align: center;
    margin: 0 auto;
    background: url('../img/footer_bg.png') repeat-x center top #212121;
    padding: 6px;
}

a {
	font-family: "Trebuchet MS", Arial, sans-serif;
}

footer p {
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 12px;
    color: #676767;
    margin: 0.2em;
}

section {
	font-family: "Trebuchet MS", Arial, sans-serif;
	padding: 14px;
}

.sub-section {
	margin-left: 12px;
	margin-right: 12px;
}

#all-details,
#all-details-2 {
	margin-top: -20px;
	padding-left: 2%;
	padding-right: 2%;
}

#all-details section,
#all-details-2 section {
	padding-left: 0px;
	padding-right: 0px;
}

header .wrapper {
	padding: 0 6px;
}

section .wrapper {
    margin: 0 auto;
    max-width: 960px;
}

section.light {
    background: #ffffff;
}

.lightgray {
    background: #f3f3f3;
}

section.dark {
    background: #333333;
}

section.gradient {
    background: url('../img/background_01.png') repeat center white;
}

section.quote {
	background: #403e3f;
	color: white;
	font-weight: bold;
	font-size: 18px;
}

section.quote .author {
	color: #cbcbcb;
}

a.content:before
{
	content:url('../img/press_downloadicon.png');
}

h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #d1d1d1;
	font-size: 36px;
	overflow: hidden;
	margin: 0.3em 0 0.7em 0;
}

h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #717171;
	font-size: 18px;
	margin: 0.6em 0;
}

h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	border-bottom: 1px solid #d1d1d1;
}

h4 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	margin: 5px 0;
	line-height: 1.2em;
}

section.gradient h1,
section.light h1,
section.lightgray h1 {
	color: #bf1530;
}

section.gradient,
section.light,
section.lightgray {
	color: #414141;
}

p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
}

section.dark h1,
section.dark h2 {
	color: #ffffff;
}

section.dark {
	color: #b4b4b4;
}

a {
	color: #0a19b6;
	text-decoration: none;
}

a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

header #bottom .wrapper {
	max-width: 960px;
	margin: 0 auto;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
}

#menu-1 {
	max-width: 375px;
	overflow: hidden;
	padding-top: 88px;
}

#menu-2 {
	float: right;
    background: url('../img/02_bannerbottom.png') no-repeat -1010px 0px;
    min-height: 114px;
	width: 465px;
	margin-right: -60px;
	position: relative;
	left: -10px;
}

#menu-1 ul,
#menu-2 ul,
.quick-menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu-1 ul {
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
	position: relative;
	line-height: 0.5em;
}

#menu-1 ul span.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0.1pt;
    line-height: 0px;
    margin: 0px;
    padding: 0px;
}

#menu-1 ul li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

#menu-2 {
	text-align: center;
}

#menu-2 ul {
	display: table;
	margin: 9px auto 0px auto;
}

#menu-2 ul li {
	display: table-cell;
	margin: 0px;
	padding: 4px 12px;
	vertical-align: middle;
	font-size: 24px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #404040;
}

#menu-2 ul > li:last-child {
	text-align: left;
	padding: 6px 12px;
	padding-left: 0px;
}

#menu-2 ul li.border {
	background-color: white;
	width: 1px;
	padding: 0px;
}

#menu-2 ul li.border div {
	width: 1px;
	background-color: #e0e0e0;
	height: 75px;
	position: relative;
	top: 5px;
}

#menu-1 ul li a {
	display: inline-block;
	color: #414141;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#menu-2 ul .divider {
	border-right: 1px solid #d1d1d1;
}

#small-banners {
	margin-top: 5%;
	padding-top: 22%;
	width: 100%;
}

#small-banner-1,
#small-banner-2 {
	margin-top: 5%;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	padding-top: 22%;
	height: 0px;
}

#small-banner-1 {
	background: url('../img/480_banner_01.png') no-repeat;
	background-size: 100%;
}

#small-banner-2 {
	background: url('../img/480_banner_02.png') no-repeat;
	background-size: 100%;
}

#facebook-twitter-spacing {
	height: 10px;
}

#small-social-menu {
	padding: 5px;
}

#small-header .wrapper {
	background: url('../img/480_section_top.png') repeat-x;
}

#small-menu {
	padding: 8px 0px 2px 0px;
	display: table;
	width: 100%;
}

#small-menu a,
#small-social-menu a {
	display: inline-block;
	margin: 0px -1px;
}

#small-menu .social {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

#small-menu .others {
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
	color: #404040;
	text-align: right;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

#small-menu .social a,
#small-social-menu a {
	margin: 5px;
}

.facebook-button {
	display: block;
	background: url('../img/02_header_facebook.png') no-repeat;
	width: 40px;
	height: 40px;
}

.facebook-button:hover {
	background: url('../img/02_header_facebook_hover.png') no-repeat;
	opacity: 1;
	filter: none;
}

.twitter-button {
	display: block;
	background: url('../img/02_header_twitter.png') no-repeat;
	width: 40px;
	height: 40px;
}

.twitter-button:hover {
	background: url('../img/02_header_twitter_hover.png') no-repeat;
	opacity: 1;
	filter: none;
}

.youtube-button {
	display: block;
	background: url('../img/header_youtube.png') no-repeat;
	width: 87px;
	height: 37px;
}

.appstore-button {
	display: block;
	background: url('../img/download.png') no-repeat;
	width: 311px;
	height: 91px;
	margin-left: 12px;
	margin-right: 5px;
}

.appstore-button:hover {
	opacity: 1;
	filter: none;
}

.purchase-full {
	display: block;
	background: url('../img/02_header_button_full_all.png');
	width: 158px;
	height: 49px;
}

.purchase-full:hover {
	background-position: 0px -100%;
	opacity: 1;
	filter: none;
}

.purchase-lite {
	display: block;
	background: url('../img/02_header_button_lite_all.png');
	width: 158px;
	height: 49px;
}

.purchase-lite:hover {
	background-position: 0px -100%;
	opacity: 1;
	filter: none;
}


.ipod-box {
	background: url('../img/media_box.png') no-repeat;
	background-size: contain;
	max-width: 623px;
	padding: 5.3% 6.5% 7.8% 5%;
	height: auto;
}

.ipod-box img {
	border-top: 2px solid #101010;
	border-left: 2px solid #101010;
	border-bottom: 1px solid #404040;
	border-right: 1px solid #404040;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 100%;
	height: auto;
}

.video-wrapper {
	border-top: 2px solid #101010;
	border-left: 2px solid #101010;
	border-bottom: 1px solid #404040;
	border-right: 1px solid #404040;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	padding-bottom: 66.75%;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-wrapper img {
	border: 1px solid white;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.button-group ul {
	padding-left: 0px;
}

.button-group ul li {
	display: inline-block;
	vertical-align: middle;
}

.button-group .spacing {
	width: 30px;
}

.big-download-icon {
	background: url('../img/press_downloadicon.png');
	background-size: 86px 105px;
	width: 86px;
	height: 105px;
}

.small-download-icon {
	display: inline-block;
	background: url('../img/press_downloadicon.png');
	background-size: 53px 63px;
	width: 53px;
	height: 53px;
	padding-bottom: 10px;
	margin-right: 10px;
}

.smaller-download-icon {
	display: table-cell;
	background: url('../img/press_downloadicon.png') no-repeat;
	background-size: 36px 45px;
	width: 36px;
	height: 36px;
	padding-bottom: 8px;
	padding-right: 10px;
	vertical-align: middle;
}

.smaller-download-link {
	display: table-cell;
	vertical-align: middle;
	padding-right: 20px;
}

#press-phone {
	display: table;
	width: 100%;
}

#press-not-phone {
	text-align: center;
}

#videos {
	position: relative;
	z-index: 1;
}

#press-contact {
	width: 278px;
	height: 51px;
	background: url('../img/press_ooe.png');
	margin: 12px auto;
}

.show-quick-menu {
	display: block;
	float: right;
	width: 34px;
	height: 31px;
	margin-top: -2px;
	margin-left: 3px;
	position: relative;
	z-index: 3;
}

p {
	line-height: 1.2em;
}

.show-quick-menu {
	background: url('../img/menu_icon.png') no-repeat;
}

header .show-quick-menu {
	margin-top: -36px;
}


.dark .show-quick-menu {
	background: url('../img/contact_menu_icon.png') no-repeat;
}

section.quote {
	text-align: center;
}

aside {
	float: right;
	width: 250px;
	padding-left: 5%;
}

.remark {
	display: table;
}

.remark div {
	min-width: 30px;
}

.remark q {
	font-size: 18px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

.remark div {
	display: table-cell;
	padding: 0px 4px;
}

.quick-menu {
	margin-bottom: 10px;
	display: none;
}

.quick-menu a {
	display: table;
	height: 52px;
	width: 100%;
}

.quick-menu a .button-left,
.quick-menu a .button-middle,
.quick-menu a .button-right {
	display: table-cell;
	height: 52px;
}

.quick-menu a .button-middle {
	width: 100%;
}

.quick-menu a .button-left {
	float: left;
	width: 200px;
}
.quick-menu a .button-right {
	float: right;
	width: 46px;
}

.quick-menu a .button-middle {
	background: url('../img/menu_middle_all.png') repeat-x;
}
.quick-menu a .button-right {
	background: url('../img/menu_right_all.png') no-repeat;
}

#contact .quick-menu a .button-middle {
	background: url('../img/menu_gray_middle_all.png') repeat-x;
}
#contact .quick-menu a .button-right {
	background: url('../img/menu_gray_right_all.png') no-repeat;
}

.quick-menu a:active .button-middle,
.quick-menu a:active .button-right,
#contact .quick-menu a:active .button-middle,
#contact .quick-menu a:active .button-right {
	background-position: 0px -52px;
}

.top .button-left {
	background: url('../img/menu_00_all.png') no-repeat;
}
.videos-images .button-left {
	background: url('../img/menu_01_all.png') no-repeat;
}
.the-game .button-left {
	background: url('../img/menu_02_all.png') no-repeat;
}
.press .button-left {
	background: url('../img/menu_03_all.png') no-repeat;
}
.contact .button-left {
	background: url('../img/menu_04_all.png') no-repeat;
}

#contact .top .button-left {
	background: url('../img/menu_gray_00_all.png') no-repeat;
}
#contact .videos-images .button-left {
	background: url('../img/menu_gray_01_all.png') no-repeat;
}
#contact .the-game .button-left {
	background: url('../img/menu_gray_02_all.png') no-repeat;
}
#contact .press .button-left {
	background: url('../img/menu_gray_03_all.png') no-repeat;
}
#contact .contact .button-left {
	background: url('../img/menu_gray_04_all.png') no-repeat;
}

.top:active .button-left,
#contact .top:active .button-left,
.videos-images:active .button-left,
#contact .videos-images:active .button-left,
.the-game:active .button-left,
#contact .the-game:active .button-left,
.press:active .button-left,
#contact .press:active .button-left,
.contact:active .button-left,
#contact .contact:active .button-left {
	background-position: 0px -52px;
}

#social-icons-contact {
	float: right;
}

#small-get-lite {
	display: inline-block;
	background: url('../img/small_header_button_lite_all.png') no-repeat;
	width: 61px;
	height: 45px;
}

#small-get-lite:hover {
	background-position: 0px -45px;
	opacity: 1;	
	filter: none;
}

#small-purchase-full {
	display: inline-block;
	background: url('../img/small_header_button_full_all.png') no-repeat;
	width: 74px;
	height: 45px;
}

#small-purchase-full:hover {
	background-position: 0px -45px;
	opacity: 1;	
	filter: none;
}

#small-appstore-button {
	display: inline-block;
	background: url('../img/small_header_appstore.png') no-repeat;
	width: 151px;
	height: 45px;
}

.feature-4 p {
	margin-right: -8px;
}

h4 {
	padding-top: 7px;
}

.feature-box {
	padding: 7px;
}

.feature-box .close {
	display: none;
}

img.selectable {
	background: white;
	padding: 2%;
	width: 96%;
	border: solid #ddd 1px;
	border-radius: 7px;
	box-shadow: 2px 2px 3px #aaa;
}

.active img.selectable {
	background-color: #bf1530;
	border: solid #bf1530 1px;
}

#game-details {
	padding: 7px;
}

#game-details .active,
#all-details,
#all-details-2 {
	border-radius: 10px;
}

#game-details .active {
	background-color: #f3f3f3;
}

p.emphasized {
	font-weight: bold;
}

.details {
	display: none;
}

#twitter-widget-0 {
	width: 100%;
}

.navigator {
	text-align: center;
	max-width: 227px;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
}

::-webkit-scrollbar-track {
    background-color: rgba(57,57,57, .6);
    border-radius: 8px;
}
::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: rgba(156, 156, 156, .6);
}

.navigator-phone {
	overflow: auto;
	background: black;
	margin-left: -14px;
	width: 100%;
	padding: 6px 14px;
}

.navigator-phone .thumbnail {
	display: table-cell;
	width: 120px;
	padding: 8px;
}

.media-up {
	background: url('../img/media_arrow_up.png') no-repeat;
	width: 33px;
	height: 23px;
	margin: 5px auto;
}

.media-down {
	background: url('../img/media_arrow_down.png') no-repeat;
	width: 33px;
	height: 23px;
	margin: 5px auto;
}

.thumbnails {
	width: 100%;
	min-width: 120px;
	height: 0px;
	padding-bottom: 220%;
	overflow: hidden;
}

.thumbnail {
	max-width: 98%;
	min-width: 120px;
	margin: 5% 0px;
	position: relative;
}

.thumbnail div {
	position: absolute;
	top: 45%;
	color: white;
	font-size: 130%;
	font-weight: bold;
	margin: 0px auto;
	width: 100%;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-shadow: -1px 0 #808080, 0 1px #808080, 1px 0 #808080, 0 -1px #808080;
}

.dark a {
	color: white;
}

.special {
	font-size: 12px;
}

#social-icons-contact a {
	margin-left: 15px;
}

#contact-main-sub-sections .sub-section {
	margin-left: 0px;
}

#contact-main-sub-sections .sub-section p {
	font-size: 1em;
}

@media only screen and (max-width:320px) {
	#small-banners {
		margin-top: 0;
		padding-bottom: 23%;
	}
	
	#small-banner-1 {
		background: url('../img/320_banner_01.png') no-repeat;
		margin-top: 0;
		padding-bottom: 26%;
	}

	#small-banner-2 {
		background: url('../img/320_banner_02.png') no-repeat;
		margin-top: 0;
		padding-bottom: 26%;
	}
}

@media only screen and (max-width:420px) {
	#press-phone .pure-u-1-2 {
		width: 100%;
	}
}

@media only screen and (max-width:440px) {
	#small-menu .social {
		display: none;
	}
	
	#small-menu .others {
		text-align: center;
		padding-top: 5px;
	}
}

@media only screen and (min-width:441px) {
	#small-social-menu {
		display: none;
	}
}

@media only screen and (max-width:567px) {
	#contact-main-sub-sections .pure-u-1-2 {
		width: 100%;
	}
}

@media only screen and (max-width:568px) {
	#normal-header {
		display: none;
	}
	
	.details h3 {
		display: none;
	}
	
	aside.remark {
		display: none;
	}
	
	#twitter-widget-0 {
		max-height: 180px;
	}

	.navigator {
		display: none;
		background: #333333;
		overflow: visible;
		width: 1000px;
		max-height: 120px;
	}
	
	#videos {
		padding-bottom: 0px;
	}

	.thumbnails {
		overflow: visible;
		max-height: 120px;
	}
	
	.slider {
		display: table;
		width: 1000px;
		max-height: 120px;
	}
	
	.thumbnail {
		display: table-cell;
		max-height: 120px;
	}
	
	.thumbnail .title {
		display: none;
	}
	
	.media-up {
		display: none;
	}
	
	.media-down {
		display: none;
	}

	#picture-gallery .pure-u-3-4,
	#video-gallery .pure-u-3-4 {
		width: 100%;
	}

	#press-not-phone {
		display: none;
	}

	h1 {
		font-size: 18px;
	}
	h2 {
		font-size: 15px;
	}
	h3,
	h4 {
		font-size: 15px;
	}
	h4 {
		margin: 0px;
	}
	p {
		margin: 1em 0;
	}
	section.quote {
		font-size: 14px;
	}
	
	.remark {
		padding: 8px 0px;
	}

	.remark q {
		font-size: 14px;
		display: table-cell;
		font-weight: bold;
		vertical-align: bottom;
		padding-left: 8px;
	}
}

@media only screen and (min-width:569px) {
	.quick-menu-wrapper {
		display: none;
	}
	
	div.remark {
		display: none;
	}
	
	#picture-gallery .content,
	#video-gallery .content {
		margin-top: 33px;
	}	

	#twitter-widget-0 {
		max-height: 396px;
	}
	
	.navigator-phone {
		display: none;
	}

	#press-phone {
		display: none;
	}

	.show-quick-menu {
		display: none;
	}
	.quick-menu {
		display: none;
	}
	#social-icons-contact {
		margin-top: -76px;
	}
}

@media only screen and (min-width:569px) and (max-width:900px) {
	h4 {
		font-size: 15.5px;
		line-height: 1.1em;
	}
	
	p {
		margin-top: 0px;
	}
}

@media only screen and (max-width:760px) {
	#normal-header {
		display: none;
	}

	.thumbnail div {
		font-size: 110%;
	}
}

@media only screen and (min-width:761px) {
	#small-header {
		display: none;
	}
}

@media only screen and (max-width:767px) {
	#features-2-tablet-desktop {
		display: none;
	}

	.sub-section {
		margin-left: 0px;
		margin-right: 0px;
	}
}

@media only screen and (min-width:768px) {
	#features-2-phone {
		display: none;
	}

	#contact-main-sub-sections .pure-u-1-2 {
		width: 100%;
	}
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

#like-box {
	border:none;
	overflow: hidden;
	height: 400px;
	width: 100%;
}

@media screen and (device-aspect-ratio: 40/71) and (orientation:portrait),
	screen and (device-width:320px) and (orientation:portrait) {
#like-box {
	width: 290px;
}
}
@media screen and (device-height:480px) and (orientation:landscape) {
#like-box {
	width: 450px;
}
}
@media screen and (device-height:568px) and (orientation:landscape) {
#like-box {
	width: 538px;
}
}
@media screen and (device-height:1024px) and (orientation:landscape) {
#like-box {
	width: 300px;
}
}
@media screen and (device-width:768px) and (orientation:portrait) {
#like-box {
	width: 250px;
}
}
