/*
	STYLE
*/


body
{
	background: #940F11;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	-webkit-text-size-adjust: none;
}


#img_contents img,.logo img {
	max-width: 100%;
	height: auto;
}

.logo {
	width:100%;
}


h1, h2, h3,
.font
{
	font-family: 'Pacifico', Arial, sans-serif;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1;
}
h1, h2, h3
{
	text-shadow: 0 1px 5px rgba( 0, 0, 0, 0.2 );
}
h1
{
	font-size: 100px;
	line-height: 100px;
	margin: 100px 0;
}
h1.huge
{
	font-size: 400px;
	line-height: 200px;
	padding-top: 30px;
}
h2, h3
{
	font-size: 60px;
	line-height: 60px;
	margin: 45px 0;
}
h4, h5, h6
{
	font-weight: bold;
	line-height: 1.2;
	margin: 80px 0 22px 0;
}
h4
{
	font-size: 20px;
}
h5
{
	font-size: 18px;
}
h6
{
	font-size: 16px;
}
h4 small,
h5 small,
h6 small
{
	font-weight: normal;
}
p, ul, ol, blockquote
{
	margin: 0 0 22px 0;
}
a, a:link, a:active, a:visited, a:hover
{
	color: #fff;
	text-decoration: none;
}

select,
input[type="text"]
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	border: none;
	border-radius: 20px;
	text-transform: none;
	vertical-align: middle;
	line-height: 20px;
	display: block;
	height: 30px;
	width: 95%;
	padding: 5px 10px;
}

pre,
code
{
	font-family: Consolas, monospace;
	font-weight: normal;
	font-size: 14px;
	opacity: 0.8;

	transition: opacity 0.5s ease;
}
pre:hover,
code:hover
{
	opacity: 1;
}
pre
{
	-webkit-overflow-scrolling: touch;

	background: #fff;
	color: #666;
	white-space: pre;
	width: 100%;
	overflow: auto;
	padding: 10px 20px;
	margin: 22px -20px;
}
pre .faded
{
	opacity: 0.5;
}
.col6 + .col6 pre
{
	border-left: 1px solid #940F11;
}

hr
{
	background: rgba( 255, 255, 255, 0.5 );
	border: none;
	height: 1px;
	margin: 22px -20px;
}

dl
{
	border-bottom: 1px solid rgba( 255, 255, 255, 0.5 );
	display: block;
	margin: 22px -20px;
}
dl:after
{
	content: '';
	display: block;
	clear: both;
}
dl dt,
dl dd
{
	border-top: 1px solid rgba( 255, 255, 255, 0.5 );
	min-height: 20px;
	padding: 10px 0;
	margin: 0;
	float: left;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
dl dt
{
	width: 30%;
	padding-left: 20px;
	clear: left;
}
dl dd
{
	width: 70%;
	padding-right: 20px;
}

iframe
{
	overflow: hidden;
}

:first-child
{
	margin-top: 0;
}
:last-child
{
	margin-bottom: 0;
}


/*
	GENERIC
*/
.warning
{
	background: #f60;
	padding: 20px;
	margin-left: -20px;
	margin-right: -20px;
}
.next
{
	margin-top: 80px;
}
.row
{
	margin: 0 -20px;
}
.row:after
{
	content: '';
	display: block;
	clear: both;
}
[class*="col"]
{
	margin-bottom: 40px;
	box-sizing: border-box;
	display: block;
	padding: 0 20px;
	float: left;
}
.col12
{
	width: 100%;
}
.col6
{
	width: 50%;
}
.col4
{
	width: 33.33%;
}
.col3
{
	width: 25%;
}

.row.phones .col6
{
	margin-top: 20px;
}
.row.phones .col6:first-child,
.row.phones .col6:first-child + .col6
{
	margin-top: 0;
}

.wrapper
{
	box-sizing: border-box;
	width: 100%;
	margin: 10px 5px 10px 5px;
}
.wrapper.reversed
{
	
	color: #555;
	padding: 75px 0;
	position: relative;
}
.wrapper.reversed:last-child
{
	padding-bottom: 160px;
	margin-bottom: -160px;
}

.wrapper.reversed:after
{
	background: rgba( 255, 255, 255, 0.95 );
	content: '';
	display: block;
	position: absolute;
	left: -200%;
	right: -200%;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.wrapper.reversed h4,
.wrapper.reversed h5,
.wrapper.reversed h6
{
	font-weight: normal;
	font-size: 30px;
	color: #940F11;
}
.wrapper.reversed a
{
	color: #940F11;
}
.wrapper.reversed a.btn
{
	border: 1px solid #940F11;
}
.wrapper.reversed a.btn span
{
	color: inherit;
}

#hamburger + .wrapper:before,
.wrapper:first-child:before
{
	content: '';
	display: block;
	width: 2300px;
	height: 1835px;
	margin-left: -400px;
	position: absolute;
	left: 50%;
	top: -1150px;
	z-index: -1;
}
.wrapper.no-phone:before
{
	content: none !important;
	display: none !important;
}
.responsive-video
{
	background: #333;
	box-shadow: 0 0 30px rgba( 0, 0, 0, 0.5 );
	width: 100%;
	height: 0;
	padding-top: 56%;
	position: relative;
}
.responsive-video iframe
{
	width: 100%;
	height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


/*
	MENU
*/
#menu:not(.mm-menu)
{
	display: none;
}
#menu .fa
{
	width: 15px;
	color: #ccc;
}
.mm-panel > p
{
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 15px;
}

#donate
{
	padding: 45px 20px 30px 44px;
}
#donate:after
{
	border: none !important;
}
.listview-icons > li:after
{
	left: 20px !important;
}


.projectslist,.googlemap,.socialnetwork {
/*	margin-bottom:5px;*/
}

.projectslist img
{
max-width:100%; 
max-height:100%;
margin:auto;
display:block;
width:100%;
}

.social {
	text-align:center;
	padding:10px 0 10px 0;
	
}

.social a{
	padding:20px 5px 20px 0;
}

.social img{
	width:32px;
}


/*
	LAYOUT
*/
#hamburger
{
	box-sizing: border-box;
	display: block;
	width: 70px;
	height: 45px;
	position: fixed;
	top: 10px;
	left: 0;
	z-index: 4;
	background: #940F11;
	opacity: 0.9;
	width: 100%;
	top: 0;
	position:relative;
	
}
#hamburger:before,
#hamburger:after,
#hamburger span
{
	background: #fff;
	content: '';
	display: block;
	width: 30px;
	height: 5px;
	position: absolute;
	left: 20px;
}
#hamburger:before
{
	top: 10px;
}
#hamburger span
{
	top: 20px;
}
#hamburger:after
{
	top: 30px;
}

/* Hamburger animation */
#hamburger:before,
#hamburger:after,
#hamburger span
{
	-webkit-transition: none 0.5s ease 0.5s;
	transition: none 0.5s ease 0.5s;

	-webkit-transition-property: transform, top, bottom, left, opacity;
	transition-property: transform, top, bottom, left, opacity;
}
html.mm-opening #hamburger:before,
html.mm-opening #hamburger:after
{
	top: 20px;	
}
html.mm-opening #hamburger span
{
	left: -50px;
	opacity: 0;
}
html.mm-opening #hamburger:before
{
	transform: rotate( 45deg );
}
html.mm-opening #hamburger:after
{
	transform: rotate( -45deg );
}


#page
{
	box-shadow: none;
	width: 100%;
	min-width: 320px;
/*	padding: 50px 0 0 0; */
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#mm-blocker
{
	/*background: rgba( 91, 197, 255, 0 );*/
	background: rgba( 0, 0, 0, 0 );
}
.mm-opening #mm-blocker
{
	/*background: rgba( 91, 197, 255, 0.5 );*/
	background: rgba( 0, 0, 0, 0.2 );
	transition: background 1s ease 0.3s;
}
.ad-wrapper
{
	background: #940F11;
	opacity: 0.9;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.ad-wrapper > div
{
	border-top: 1px solid rgba( 255, 255, 255, 0.5 );
	width: 900px;
	padding: 9px 20px;
	margin: auto;
}

.demo-link
{
	display: none !important;
}

.buttons,
a.btn
{
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba( 0, 0, 0, 0.2 );
	overflow: hidden;
}
.buttons
{
	margin: 20px -5px;
}
a.btn
{
	font-weight: bold;
	display: inline-block;
	padding: 10px 20px;
	margin: 5px 10px 0 0;
}
.buttons a,
a.btn
{
	background: rgba( 255, 255, 255, 0.8 );
	text-decoration: none;
	line-height: 25px;
}
.buttons a
{
	display: block;
	padding: 20px 0 10px 0;
	margin: 0;
}
.buttons a:hover,
a.btn:hover
{
	background: #fff;
}
.buttons a + a
{
	border-left: 1px solid #940F11;
}
.buttons .font,
a.btn
{
	color: #940F11;
}
.buttons .font,
a.btn .font
{
	font-size: 35px;
}

.buttons .sub,
a.btn .sub
{
	color: #666;
	font-size: 13px;
	font-weight: normal;
}
.buttons span,
a.btn span
{
	text-align: center;
	display: block;
}
.buttons.col6
{
	padding: 0;
}

/*
	Tables
*/
.table
{
	margin: 22px -20px;
}
.table td
{
	vertical-align: top;
	box-sizing: border-box;
	padding: 10px;
}
.table td,
.table tr.datatype td + td
{
	border-top: 1px solid rgba( 255, 255, 255, 0.5 );
}
.table thead
{
	background: rgba( 255, 255, 255, 0.8 );
	color: #940F11;
}
.table .subhead td
{
	font-size: 12px;
	text-transform: uppercase;
	opacity: 0.6;
	padding-bottom: 0;
	padding-top: 20px;
}

.table thead td,
.table tr.sub-start td,
.table tr.sub-start + tr td,
.table tr.sub td:first-child,
.table tr.sub-end td,
.table tr.datatype td,
.table tfoot tr + tr td,
.table .subhead + tr td
{
	border-top: none;
}
.table tr.sub:not(.datatype) td:first-child + td
{
	padding-left: 40px;
}
.table tr.sub-start td,
.table tr.sub-end td,
.table tfoot td
{
	padding-top: 0
}
.table tr.sub-start:first-child td
{
	padding-top: 10px;
}
.table td:first-child + td small
{
	display: block;
}
.table tfoot
{
	font-size: 13px;
}
.table tfoot tr:first-child td
{
	padding-top: 20px;
}
.table td.toggle
{
	cursor: pointer;
}

.table td:first-child
{
	width: 1%;
}
.table td:first-child + td
{
	width: 21%;
}
.table td:first-child + td + td
{
	width: 20%;
}
.table td:first-child + td + td + td
{
	width: 15%;
}
.table td:first-child + td + td + td + td
{
	width: 43%;
}
.table td:first-child + td[colspan="4"]
{
	width: 99%;
}

/*
	Examples
*/
.phone
{
	padding: 132px 0;
	margin: 0 -100px;
	position: relative;
	z-index: 1;
}
.phone:before,
.phone:after
{
	content: '';
	display: block;
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	z-index: -1;
}
.phone:before
{
	top: 0;
}
.phone:after
{
	background-position: center bottom;
	bottom: 0;
}
.phone.red:before,
.phone.red:after
{
}
.phone.green:before,
.phone.green:after
{
}
.phone div
{
	border-radius: 5px;
	overflow: hidden;
	background: #111;
	border: none;
	display: block;
	width: 280px;
	height: 450px;
	margin: 0 auto;
	position: relative;
}
.phone iframe,
.tablet iframe
{
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.phone + pre,
.tablet + pre
{
	margin-top: 0;
}

.stacked-phones
{
	overflow: hidden;
	height: 550px;
	position: relative;
}
.tablets.rotatable:after,
.stacked-phones:after
{
	content: '';
	border-radius: 50%;
	box-shadow: 0 0 20px rgba( 0, 0, 0, 0.4 );
	display: block;
	height: 20px;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 2;
}
.stacked-phones .phone
{
	width: 380px;
	margin-left: -190px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
}
.stacked-phones .phone.red,
.stacked-phones .phone.green
{
	z-index: 0;
	margin-top: 30px;
}
.stacked-phones .phone:first-child
{
	left: 27%;
}
.stacked-phones .phone:last-child
{
	left: 73%;
}

.tablet
{
	height: 510px;
	padding: 38px 72px;
	margin: 40px -20px 20px -20px;
	position: relative;
	z-index: 1;

	transform: rotate( 0deg );
	transition: none 1s ease;
	transition-property: transform, margin;
}
.tablet:before,
.tablet:after
{
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 0;
}
.tablet:before
{
	width: 30%;
	left: 0;
}
.tablet:after
{
	background-position: right top;
	width: 70%;
	right: 0;
}
.tablet div
{
	overflow: hidden;
	background: #111;
	border: none;
	display: block;
	width: 100%;
	height: 492px;
	position: relative;
	z-index: 1;
}
.tablet iframe
{
	transform: rotate( 0deg );
	transition: none 1s ease;
	transition-property: transform, width, height, top, left;
}

.tablets.rotatable
{
	margin: -200px;
	margin-bottom: 0;
	padding-top: 200px;
	position: relative;
	overflow: hidden;
}
.tablets.rotatable .tablet
{
	width: 695px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -100px;
}
.tablets.portrait .tablet
{
	margin-top: 160px;
	margin-bottom: -220px;
	transform: rotate( 90deg );
}
.tablets.portrait .tablet iframe
{
	width: 490px;
	height: 690px;
	left: 100px;
	top: -100px;
	transform: rotate( -90deg );
}

a.rotate
{
	text-align: center;
	text-decoration: none;
	font-size: 50px;
	display: block;
	width: 100px;
	padding-left: 20px;
	margin: 20px auto;
}
a.rotate .portrait
{
	opacity: 0.3;
}
a.rotate:hover .portrait
{
	opacity: 0.5;
}
a.rotate .landscape
{
	opacity: 1;
	padding-left: 20px;
	margin-left: -40px;
}

.tablets.portrait a.rotate .portrait
{
	opacity: 1;
}
.tablets.portrait a.rotate .landscape
{
	opacity: 0.3;
}
.tablets.portrait a.rotate:hover .landscape
{
	opacity: 0.5;
}

a.popout
{
	border-bottom: 1px solid rgba( 255, 255, 255, 0.5 );
	text-decoration: none;
	text-align: center;
	line-height: 20px;
	display: block;
	padding: 10px 0 10px 40px;
}
a.popout .fa
{
	margin-left: 20px;
}
pre + a.popout
{
	margin: -20px -20px 0 -20px;
}

#more-examples
{
	display: none;
}
.more-examples #more-examples
{
	display: block;
}
.more
{
	text-align: center;;
	margin-bottom: 40px;
}
.more-examples .more
{
	display: none;
}

/*
	Submenu
*/
h1 .submenutext
{
	display: none;
}

.submenu
{
	line-height: 20px;
	padding-top: 5px;
}
h1 + .submenu
{
	margin-top: -80px;
	margin-bottom: 80px;
}
.submenu ul,
.submenu li
{
	list-style: none;
	display: block;
	padding: 0;
}
.submenu ul
{
	border-bottom: 1px solid rgba( 255, 255, 255, 0.5 );
	padding: 0 5px;
	margin-left: -20px;
	margin-right: -20px;
}
.submenu ul:after
{
	content: '';
	display: block;
	clear: both;
}
.submenu li
{
	margin: 0;
	float: left;
}
.submenu a
{
	text-decoration: none;
	display: block;
	padding: 10px 15px;
	position: relative;
}
.submenu a:hover:after
{
	content: '';
	background: #fff;
	display: block;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 15px;
	right: 15px;
}

.submenu.fixed
{
	background: #940F11;
	opacity: 0.9;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 3;
}
.submenu.fixed div
{
    width: 80%;
	max-width: 900px;
	margin: auto;
}
.fixedsubmenu .submenu
{
	visibility: hidden;
}
.fixedsubmenu .submenu.fixed
{
	visibility: visible;
	display: block;
}


/*
	PAGES
*/
#features > div
{
	padding: 75px 50px;
	position: relative;
}
#features > div + div
{
	border-top: 1px solid #ccc;	
}
#features .has-stacked-phones,
#features .has-rotatable-tablets
{
	padding-bottom: 0;
}
#features .has-stacked-phones + div,
#features .has-rotatable-tablets + div
{
	border-top: none;
}
/*#features .has-stacked-phones h4
{
	color: #74ca38;
}*/
#features .stacked-phones
{
	margin: 0 -30%;
}

#features .cta:after
{
	content: '';
	display: block;
	clear: both;
}
#features .cta h4,
#features .cta a.btn
{
	vertical-align: middle;
	display: inline-block;
	margin: 0;
}
#features .cta a.btn
{
	float: right;
}
#features .cta h4
{
	color: #940F11;
	padding-top: 20px;
}
#features .cta a.btn
{
	border-color: #940F11;
	color: #940F11;
	padding-left: 30px;
	padding-right: 30px;
}

/*#features .has-rotatable-tablets h4
{
	color: #e34545;
}
#features .has-rotatable-tablets .rotate
{
	color: #e34545;
}*/

/*#features .easy h4
{
	color: #74ca38;
}*/

#features .customize p
{
	border-top: 1px solid #ccc;
	min-height: 80px;
	padding: 100px 50px 100px 400px;
	margin: 0 -50px;
	position: relative;
}
#features .customize p:first-child
{
	border-top: none;
	margin-top: -75px;
}
#features .customize p img
{
	border: 1px solid #ccc;
	border-radius: 30px;
	overflow: hidden;
	position: absolute;
	top: 50px;
	left: 150px;
}
#features .customize p img:nth-child( 2 )
{
	left: -50px;
}
#features .customize p img:nth-child( 3 )
{
	left: -250px;
}
#features .customize p img:nth-child( 4 )
{
	left: -450px;
}

#features .customize p:nth-child( even )
{
	padding: 100px 400px 100px 50px;
}
#features .customize p:nth-child( even ) img
{
	left: auto;
	right: 150px;
}
#features .customize p:nth-child( even ) img:nth-child( 2 )
{
	right: -50px;
}
#features .customize p:nth-child( even ) img:nth-child( 3 )
{
	right: -250px;
}
#features .customize p:nth-child( even ) img:nth-child( 4 )
{
	right: -450px;
}

#home-intro
{	
	padding: 0 0 700px 0;
	position: relative;
}
#home-intro:before
{
	content: '';
	display: block;
	width: 2300px;
	height: 1835px;
	margin-left: -950px;
	position: absolute;
	left: 50%;
	bottom: -500px;
	z-index: -1;
}
#home-intro h1
{
	font-size: 150px;
	line-height: 150px;
	letter-spacing: -10px;
	margin: 20px 0;
}
#home-intro h4
{
	margin-top: 20px;
}

#home-features ul
{
	display: block;
	padding: 0;
}
#home-features li
{
	margin: 0 0 20px 0;
}
.col3:nth-child( 4n + 1 )
{
	clear: left;
}
.col4:nth-child( 3n + 1 )
{
	clear: left;
}
.col6:nth-child( 2n + 1 )
{
	clear: left;
}

#changelog > li
{
	margin-top: 20px;
}

.icon-summary p:after
{
	content: '';
	display: block;
	clear: both;
}

#tipstricks h4
{
	margin-top: 100px;
}

/*
	PLAYGROUND
*/

#playground-options
{
	background: none;
	width: 100% !important;
	color: #fff;
	
	height: auto;
	max-width: none;
	margin-left: -20px;
	position: relative;
	z-index: 2;
}
#playground-options h4
{
	margin-top: 40px;
}
#playground-options .mm-panel
{
	position: relative;
}

#playground-options input.mm-toggle ~ label.mm-toggle
{
    background: rgba( 255, 255, 255, 0.4 );
}
#playground-options input.mm-toggle:checked ~ label.mm-toggle
{
    background: #fff;
}
#playground-options label.mm-toggle:before
{
	background: #940F11;
}
#playground-options .mm-listview > li:after
{
    border-color: rgba( 255, 255, 255, 0.5 );
}
#playground-options .mm-listview .mm-panel li:last-child:after
{
	border-color: transparent;
}
#playground-options h4 + .mm-listview
{
	margin-top: -10px;
}
#playground-options .mm-listview input[type="text"]
{
	margin-top: 5px;
}

.code-iconbar,
.code-buttonbars,
.code-toggles
{
	display: none;
}
#code.iconbar .code-iconbar,
#code.buttonbars .code-buttonbars,
#code.toggles .code-toggles
{
	display: inline;
}


/* large screens */
@media all and (min-width: 1430px) {
	#hamburger
	{
		display: none;
	}
}

/* small screens */
@media all and (max-width: 950px) {
	.gt-950px
	{
		display: none;
	}
	.demo-link
	{
		border-top: 1px solid #940F11;
		text-align: center;
		display: block !important;
		width: 100%;
		padding: 10px !important;
		float: left;
	}
	.demo-link span.sub
	{
		font-weight: bold;
		font-size: 16px;
	}

	#features
	{
		margin-top: 0;
	}
	#features .cta h4
	{
		display: block;
		padding: 0;
		margin-bottom: 22px;
	}
	#features .cta a.btn
	{
		display: block;
		float: none;
	}
	#features .customize p
	{
		border-top: none;
		padding: 60px 0 60px 220px;
		margin: 0;
	}
	#features .customize p:first-child
	{
		margin-top: -25px;
	}
	#features .customize p img
	{
		top: 0;
		left: 0;
	}
	#features .customize p:nth-child( even )
	{
		padding: 60px 220px 60px 0;
	}
	#features .customize p:nth-child( even ) img
	{
		right: 0;
	}
	#features .customize p img:nth-child( 2 ),
	#features .customize p img:nth-child( 3 )
	{
		display: none;
	}

	#home-intro h1
	{
		margin-top: -10px;
	}
	#download-intro > .col6,
	#home-intro > .col6
	{
		width: 70%;
	}
	.row.phones .col6,
	.playground.col6,
	.playground.col6 + .col6
	{
		width: 100%;
	}
	.playground + .col6 .phone
	{
		top: auto !important;
	}
	.row.phones .col6:first-child + .col6
	{
	    margin-top: 20px;
	}
	.row.phones.default .col6:first-child + .col6
	{
		display: none;
	}

	.col4
	{
		width: 50%;
	}
	.col4:nth-child( 3n + 1 )
	{
		clear: none;
	}
	.col4:nth-child( 2n + 1 )
	{
		clear: left;
	}

	.table td:first-child
	{
		display: none;
	}
	.table td:first-child + td
	{
		width: 20%;
	}
	.table td:first-child + td + td
	{
		width: 20%;
	}
	.table td:first-child + td + td + td
	{
		display: none;
	}
	.table td:first-child + td + td + td + td
	{
		width: 60%;
	}
	.table td:first-child + td[colspan="4"]
	{
		width: 100%;
	}
}

/* really small screens */
@media all and (max-width: 760px) {
	.gt-760px
	{
		display: none;
	}
	h1
	{
		font-size: 60px;
		line-height: 60px;
		margin: 45px 0;
	}
	h4, h5, h6
	{
		margin-top: 50px;
	}
	#download-intro > .col6,
	#home-intro > .col6,
	.col6
	{
		width: 100%;
	}
	.col4
	{
		width: 100%;
		clear: left;
	}
	#hamburger
	{
		background: #940F11;
		opacity: 0.9;
		width: 100%;
		top: 0;
		position:relative;
	}
	.buttons a + a
	{
		border-left: none;
		border-top: 1px solid #940F11;
	}
	.wrapper:before
	{
		content: none !important;
		display: none !important;
	}

	.tablets.rotatable::after
	{
		content: none;
	}

	.table td:first-child
	{
		display: none;
	}
	.table td:first-child + td
	{
		width: 30%;
	}
	.table td:first-child + td + td
	{
		display: none;
	}
	.table td:first-child + td + td + td
	{
		display: none;
	}
	.table td:first-child + td + td + td + td
	{
		width: 70%;
	}
	.table td:first-child + td[colspan="4"]
	{
		width: 100%;
	}

	.tablets .tablet
	{
		display: none;
	}
	.submenu
	{
		display: none !important;
	}
	#features > div/*,
	#wp-installation > div*/
	{
		padding: 30px 0;
		border-top: none !important;
	}
	#features .fa/*,
	#wp-installation .fa*/
	{
		display: none;
	}
}

/* really really small screens */
@media all and (max-width: 550px) {
	.row.phones .phone
	{
		margin-left: -100px;
		margin-right: -100px;
	}
	.stacked-phones .phone:first-child,
	.stacked-phones .phone:last-child
	{
		display: none;
	}

	#home-intro h1
	{
		letter-spacing: -5px;
		font-size: 110px;
		line-height: 110px;
		margin-top: -40px;
	}

	#features .customize p,
	#features .customize p:nth-child( even )
	{
		padding: 20px 0;
		min-height: 20px;
	}
	#features .customize p img
	{
		display: none;
	}
}
/* really really really small screens */
@media all and (max-width: 370px) {
	.phone
	{
		height: auto;
		padding: 20px 0;
	}
	.phone:before,
	.phone:after
	{
		background: none;
		content: none;
		display: none;
	}
	.phone div
	{
		border: 10px solid #111;
	}
	#features .stacked-phones
	{
		height: 360px;
	}
	
	dl dt,
	dl dd
	{
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		float: none;
	}
	dl dd
	{
		border-top: none;
		margin-top: -20px;
	}
}

