.container_12 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 100%;
    max-width: 960px;
    overflow: display;
}
.grid_6 {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
.container_12 .grid_6 {
    max-width: 460px;
    width: 45%;
}
.container_12 .grid_12 {
    margin-left: 10px;
    margin-right: 10px;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

body{
	background-color: white;
	color: #000000;
}

/*
	Links
*/

a, a:active, a:visited { color: #000; }
a:hover { color: #777; }

/*
	Header and content (position and style)
*/

.siteheader{
	background: url("../img/fabric_3.jpg") repeat-x left top #CCCCCC;
	position: relative;
	height: auto;
	overflow: hidden;
	text-align: center;
}

.siteheader img {
    max-width: 80%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.toptitle{
	text-align: center;
	margin-top: 50px;
}

.content {
	background: #FFFFFF;
	position: relative;
	display: block;
}

img.menu_bg  {
    position:absolute; top: 0; left: 0;
    width: 100%; height: 35px;
}

/*
	Menu
*/

.menu_bg {
	position: relative;
    width: 100%;

    margin-left: 0px !important;
    margin-right: 0px !important;
    border-top: 1px solid #CCCCCC;
    background-color: #E6E5E5;
    border-bottom: 1px solid #D1D1D1;
}

.menulist {
	font: 18px/20px 'MuseoSans500', Arial, sans-serif;
	color: #494949;

    width: 800px;
    max-width: 100%;

    text-align: center;
	text-transform: uppercase;
	margin: 0 auto 0px auto;
	padding-top: 6px; 
}

.menulist span {
	margin-right: 20px;
}

.menulist a {
	color:  #494949;
	text-decoration: none;
	padding-left: 34px;
	padding-top: 2px;
}

.menulist a:active {
	color: #494949;
}

.menulist a:visited {
	color: #494949;
}

.menulist a:hover {
	text-decoration: underline;
}

.menulist * {
	background-size: 24px 24px;
}

.menulist .home {
	background: url("../img/home.png") no-repeat left top transparent;
	background-size: 24px 24px;
	height: 24px;
	display: inline-block;	
	margin: 0;
	
}

.menulist .drawing {
	background: url("../img/dden.png") no-repeat left top transparent;
	background-size: 24px 24px;
	height: 24px;
	display: inline-block;	
	margin: 0;
	
}

.menulist .corider {
	background: url("../img/corider.png") no-repeat left top transparent;
	background-size: 24px 24px;
	height: 24px;
	display: inline-block;	
	margin: 0;
	
}

.menulist .workingcopy {
	background: url("../img/wcopy.png") no-repeat left top transparent;
	background-size: 24px 24px;
	height: 24px;
	display: inline-block;	
	margin: 0;
}

.menulist .contact {
	background: url("../img/mail.png") no-repeat left top transparent;
	background-size: 24px 24px;
	height: 24px;
	display: inline-block;	
	margin: 0;
}

/*
	Social
*/

.social{
	text-align: center;
	margin: 20px 0;
}

.social hr {
	background: #ccc;
	height: 0;
    width: 40%;
    border:0;
    border-top: 1px solid #ccc;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

a.social_twitter{
	background: url("../img/social_icons_big.png") no-repeat left top;
	position: relative;
	top: -4px;
	height: 32px;
	width: 44px;
	display: inline-block;	
	margin: 0 20px;
}

a.social_twitter:hover{
	background: url("../img/social_icons_big.png") no-repeat left bottom;
}

a.social_facebook{
	background: url("../img/social_icons_big.png") no-repeat right top;
	position: relative;
	top: -4px;	
	height: 31px;
	width: 30px;
	display: inline-block;
	margin: 0 20px 0 0;
}

a.social_facebook:hover{
	background: url("../img/social_icons_big.png") no-repeat right bottom;
}

/*
	Social newsfeed
*/

.newsfeed{
	list-style-type: none;
	margin: 0;
}

li.twitterfeed{
	background: url("../img/social_icons_small_twitter.png") no-repeat left 2px;
	padding-left: 26px;
	margin-bottom: 10px;
}

li.facebookfeed{
	background: url("../img/social_icons_small_facebook.png") no-repeat left 2px;
	padding-left: 26px;
	margin-bottom: 10px;
}

.newsfeed a{
	text-decoration: none;
}

.newsfeed a:hover{
	text-decoration: underline;
}

/*
	Appstore icon
*/

.appstore {
    float: right;
    display: inline-block;
    overflow: visible;
    z-index: 100;
    top: -10px;
    position: relative;
    height: 30px;
}

.appstore img {
    overflow: visible;
	width: 135px;
	height: 40px;	
	z-index: 100;
    left: 5px;
	top: -5px;
	position: relative;
}

.fadeNext {
	text-decoration: none;
}

.fadeNext:hover {
	text-decoration: underline;
}

.download {
	position: relative;
}

.download a {
	position: absolute;
	top: -3px;
	right: 50px;
}

.download img {
	width: 90px;
	height: auto;
}

#video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
#video iframe, #video object, #video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

video {
	width:100%; 
	height: auto; 
	float: right;
	top:0px; 
	right: 0px;
	margin-left: auto;
	margin-right: 0px;
	padding-bottom: 15px;
}

img.screenshot {
	width:273px; 
	height: auto; 
	float: right;
	top:0px; 
	right: 0px;
	margin-left: auto;
	margin-right: 0px;
}

div.download {
    display: none;
    top: 18px;
}

header.download { 
	width: 460px; 
	overflow: visible;
}

@media screen and (max-width: 600px) {
	div.download {display: block; }

    .container_12 .grid_6 {
        margin-left: auto;
        margin-right: auto;
		margin-bottom: 20px;

        display: block;
        float: none;
        width: 90%;
        max-width: 500px;
    }

	img.screenshot {
        float:none;
		margin-left: 20%;
		margin-right: auto;
        width: 60%;
    }

    .siteheader img {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    header.download { display: none; }
    .social hr {display: none;}
}

ul.tips li {
	margin-left: 0;
}
.working * {
	color: #333;
}


.working a, a:active, a:visited { color: #333; }

.working h1 {
	font-size: 50px;
	line-height: 50px;
}

.working header p {
	font-size: 40px;
	line-height: 40px;
	margin: 20px;
}

@media screen and (max-width: 350px) {
	.working h1 {
		font-size: 30px;
		line-height: 30px;
	}

	.working header p {
		font-size: 25px;
		line-height: 25px;
		margin: 20px;
	}	
}


.working .button {
    display: inline-block;
    margin: 5px;
    font-size: 25px;
	float: right;
}

.working .button span {
	background-color: #FFA42D;
    display: inline-block;
    padding: 10px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.working a.button:hover span { 
	background-color: #FFE859;
	color: #333; 
}

.working video {
	float: none;
}

