@import url(http://fonts.googleapis.com/css?family=Raleway:400,700,900);
@import url(http://fonts.googleapis.com/css?family=Lato:200,300,400,700,900);
@import url("prettyPhoto.css") screen;
@import url("hoverex-all.css") screen;

/*	#######################
	1. GENERAL STRUCTURES
############################# */
* {
    margin: 0;
    padding: 0px;
    font-family: 'Lato', sans-serif;
}

body {
	background: white;
	margin: 0;
	height: 100%;
	color: black;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
body:lang(ja){
    font-weight: 200;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
	font-weight: 300;
}

h1{
    font-weight: 300;
    padding-top: 20px;
    padding-bottom: 20px;
}

h2:lang(ja) {
    font-size: 24px;
    font-weight: 200;
}
h2 em:lang(ja) {
    font-style: normal;
    font-size: 26px;
    font-weight: 400;
}

h3:lang(ja) {
    font-size: 22px;
    font-weight: 200;
}

h4{
    font-size: 19px;
}
h4:lang(ja){
    font-size: 16px;
    font-weight: 200;
}
h4 em:lang(ja){
    font-style: normal;
    font-size: 19px;
    font-weight: 300;
}

p {
	padding: 0;
    margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 19px;
	line-height: 28px;
}
p:lang(ja) {
    font-size: 16px;
    font-weight: 200;
}

li{
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 19px;
    line-height: 28px;
}
li:lang(ja) {
    font-size: 16px;
    font-weight: 200;
}
li em:lang(ja){
    font-style: normal;
    font-size: 18px;
}

div.separator{
    padding:8px;
}

div.wide-separator{
    padding:20px;
}

div.bookmark{
    margin: 0;
    padding: 0;
    height: 0;
}

.whiteColorText{
    color: white;
}

.blackColorText{
    color: black;
}

img {
	height: auto;
	max-width: 100%;
}

@@media (max-width:1000px) {
  img.iPadScreenshot{
    height: auto;
    max-width: 100%;
  }
}
@media (min-width:1000px){
  img.iPadScreenshot{
    max-height: auto;
    max-width: 800px;
  }
}

.floatingBox{
    display: inline-block;
}

.command-button{
    padding: 1px;
    width: 38px;
    height: 38px;
}

a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
}
a:hover,
a:focus {
  text-decoration: none;
  color:#01b2fe;
}

::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
::selection {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}

.centered {
	text-align: center
}

/*	#################################
	BOOTSTRAP MODIFICATIONS & TWEAKS
###################################### */
.navbar {
	min-height: 70px;
	padding-top: 10px;
	margin-bottom: 0px;
}

.navbar-brand {
/*	font-family: "Comic Sans MS", cursive, sans-serif;*/
    font-family: 'Lato', sans-serif;
	font-size: 25px;
	font-weight: 600;
}

.navbar-header .navbar-brand {
	color: white;
}

.navbar-default .navbar-nav > li > a {
	color: white;
	font-weight: 400;
	font-size: 16px;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #00b3fe;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #00b3fe;
	background-color: transparent;
}

.navbar-default {
    background-color: rgba(18, 87, 133, 1.0);
	border-color: transparent;
}

.dropdown-menu {
	background: #384452;
}

.dropdown-menu > li > a {
	color: white;
	font-weight: 400;
	font-size: 16px;
}

.dropdown-menu > li > a:hover {
    color: #00b3fe;
}

/*
.btn-theme {
  color: #fff;
  background-color: #384452;
  border-color: #384452;
  margin: 4px;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
  color: #fff;
  background-color: #00b3fe;
  border-color: #00b3fe;
}

.dmbutton:hover,
.dmbutton:active,
.dmbutton:focus{
	color: #ffffff;
	background-color: #222222;
	border-color: #ffffff;
}
.dmbutton {
	background:rgba(0, 0, 0, 0);
	border: 1px solid #ffffff;
	color: #ffffff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding-top: 1.025rem;
	padding-right: 2.25rem;
	letter-spacing:0.85px;
	padding-bottom: 1.0875rem;
	padding-left: 2.25rem;
	font-size: 1.55rem;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	-webkit-appearance: none;
	font-weight: normal !important;
}
*/
.mtb {
	margin-top: 80px;
	margin-bottom: 80px;
}

.mb {
	margin-bottom: 60px;
}

.mt {
	margin-top: 60px;
}

.hline {
	border-bottom: 2px solid #384452;
}

.hline-w {
	border-bottom: 2px solid #ffffff;
	margin-bottom: 25px;
}



/************
 TitleWRAP
 ************/
#TitleWRAP {
    background: url(../DeviceImages/iPhonePrintOut.jpg) no-repeat center top;
    min-height: 450px;
    padding-top:0px;
    padding-bottom: 0px;
    text-align:center;
    background-attachment: fixed;
    background-position: center center;
    width: 100%;

/*
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#TitleWRAP .container{
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 80px;
}

#TitleWRAP .coloreffect{
    min-height: 450px;
    padding-top:0px;
    padding-bottom: 0px;
    background-color: rgba(60, 80, 180, 0.7);/* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top right, rgba(150, 130, 200, 0.80) , rgba(40, 80, 180, 0.95)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top right, rgba(150, 130, 200, 0.80) , rgba(40, 80, 180, 0.95)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top right, rgba(150, 130, 200, 0.80) , rgba(40, 80, 180, 0.95)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top right, rgba(150, 130, 200, 0.80) , rgba(40, 80, 180, 0.95)); /* Standard syntax (must be last) */
}

.lightBlueColorText {
    font-weight: 300;
    color: rgba(167, 252, 255, 1.0);
}

.blueColorText {
    font-weight: 300;
    color: blue;
}

#TitleWRAP h2 {
    padding-top: 10px;
    padding-bottom: 10px;
}

#TitleWRAP p {
    font-size: 22px;
    font-weight: 300;
}
#TitleWRAP p:lang(ja) {
    font-size: 18px;
}
#TitleWRAP p > em {
    font-style: normal;
    font-size: 20px;
    font-weight: 400;
}

div.AppStore{
    padding-top: 10px;
}


/*******************
 Description Wrap
 *******************/
#DescriptionWrap{
    padding: 45px;
    display: block;
    text-align: center;
    width: 100%;
}

#DescriptionWrap div{
    padding:10px;
}

#DescriptionWrap p:lang(ja){
    padding-left:10px;
    padding-right:10px;
}

img.descriptionWrap{
    padding-top:20px;
    padding-bottom:10px;
    align: center;
    border: 0px;
}

/*****************************
 DoubleYourProductivity Wrap
 *****************************/
#DoubleYourProductivityWrap{
    padding: 45px;
    display: block;
    text-align: center;
    width: 100%;
    background-color: rgba(40, 80, 180, 0.8);
}

/******************
 EntryMethod Wrap
 ******************/
#EntryMethodWrap {
    padding: 45px;
}

#EntryMethodWrap img{
    padding:30px;
    margin: auto;
}

#EntryMethodWrap ul{
    padding-left:20px;
    padding-right:20px;
    text-align: left;
}

/******************
 Features Wrap
 ******************/
 #FeaturesWrap {
     background: url(../DeviceImages/hallelujah_chorus.jpg) no-repeat center top;
     min-height: 450px;
     padding-top:0px;
     padding-bottom: 0px;
     background-attachment: fixed;
     background-position: center center;
     width: 100%;

 /*
     -webkit-background-size: 100% auto;
     -moz-background-size: 100% auto;
     -o-background-size: 100% auto;
     background-size: 100% auto;
 */
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
 }
 #FeaturesWrap .coloreffect{
     min-height: 450px;
     padding-top:0px;
     padding-bottom: 0px;
     background-color: rgba(60, 80, 180, 0.7);/* For browsers that do not support gradients */
     background: -webkit-linear-gradient(bottom left, rgba(100, 150, 200, 0.90), rgba(20, 30, 80, 0.95)); /* For Safari 5.1 to 6.0 */
     background: -o-linear-gradient(bottom left, rgba(100, 150, 200, 0.90), rgba(20, 30, 80, 0.95)); /* For Opera 11.1 to 12.0 */
     background: -moz-linear-gradient(bottom left, rgba(100, 150, 200, 0.90), rgba(20, 30, 80, 0.95)); /* For Firefox 3.6 to 15 */
     background: linear-gradient(to bottom left, rgba(100, 150, 200, 0.90), rgba(20, 30, 80, 0.95)); /* Standard syntax (must be last) */
 }
 #FeaturesWrap .contents{
    padding: 45px;
    display: block;
    width: 100%;
    /*background-color: rgba(40, 80, 180, 0.8);*/
}
#FeaturesWrap h2{
    text-align: center;
}
#FeaturesWrap ul {
    padding-left:10px;
    padding-right:10px;
    font-weight: 300;
}


/***************
 DemoVideos Wrap
 ***************/
#DemoVideos {
    padding: 45px;
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    font-weight: 300;
}
.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px; overflow: hidden;
}


.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/**********
 Header
 **********/
#Header {
    background-color: rgba(40, 80, 180, 0.8);
	margin-top: 50px;
	margin-bottom: 30px;
	padding-top: 25px;
	padding-bottom: 25px;
    align: center;
}

#Header h1{
	color: white;
}
#Header h1:lang(ja){
    font-size:28px;
}

#Header p{
    padding-top:20px;
    color: white;
    font-size:20px;
}
#Header p:lang(ja){
    font-size:18px;
}
#Header em{
    font-style: normal;
    font-weight: 400;
}

#Header div.icon{
    padding-top: 10px;
}

div.commandButton{
    padding-top: 20px;
}

img.commandButton{
    width: 48px;
    height: 48px;
}

.ctitle {
	color: #00b3fe;
	font-weight: 700;
	margin-bottom: 15px;
}

csmall {
	font-size: 12px;
	color: #b3b3b3;
}
csmall2 {
	font-size: 12px;
	color: #f39c12
}

.spacing {
	margin-top: 40px;
	margin-bottom: 40px;
}

.badge-theme {
	background: #00b3fe;
}

/******************
 InstructionWrap
 *****************/
#InstructionWrap{
}

div.instructionBox{
    padding-left:15px;
    padding-right:15px;
}

div.instructionContents{
    padding:5px;
}

h4.panel-title{
    font-size: 18px;
}
h4.panel-title:lang(ja){
    font-size: 16px;
}

button {
    float: right;
    background: rgba(18, 87, 133, 1.0);
    border: none;
    color: white;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 4px;
    margin-left:5px;
    cursor: pointer;
    border-radius: 4px;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    -webkit-appearance: none;
}
button:hover,
button:active,
button:focus{
    color: #ffffff;
    background: #00b3fe;
    border-color: #ffffff;
}
button:click{

}

#InstructionWrap p{
    font-size: 18px;
}
#InstructionWrap p:lang(ja){
    font-size: 16px;
    font-weight: 200;
}

#InstructionWrap em{
    font-style: normal;
    font-weight: 400;
}
#InstructionWrap em:lang(ja){
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
}
#InstructionWrap .description{
    font-size: 16px;
}

#InstructionWrap  ul{
    padding-left:25px;
    padding-right:20px;
    text-align: left;
}

#InstructionWrap  ol{
    padding-left:25px;
}

#InstructionWrap li{
    font-size: 18px;
}
#InstructionWrap li:lang(ja){
    font-size: 16px;
    font-weight: 200;
}


div.basicsOfNoteEntry{
    margin-top:20px;
}

img.EntryMethod{
    padding:10px;
    align: center;
}

em.highlight{
    color: rgba(160, 60, 200, 1.0);
}

em.additionalNote{
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
}

div.commandButtonSeparator{
    padding:1px;
}



/**************
 What's New
 **************/
#WhatsNewWrap {
    padding-top:30px;
    padding-bottom:15px;
}
#WhatsNewWrap ul{
    padding-left:25px;
}
#WhatsNewWrap p li{
    font-size: 18px;
    font-weight: 200;
}
#WhatsNewWrap .minorupdate{
    padding-bottom:5px;
}
#WhatsNewWrap .majorupdate{
    padding-bottom:50px;
}
#WhatsNewWrap .majorupdate p{
    font-size: 20px;
    font-weight: 400;
}
#WhatsNewWrap .video_title{
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
}
#WhatsNewWrap ol{
  padding-left:25px;
}
#WhatsNewWrap div.section_platform{
  padding-left:15px;
}
div.about_picture{
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
  padding-left:30px;
}
#WhatsNewWrap a.target_device{
  color: black;
  font-size: 16px;
  font-style: italic;
}
#WhatsNewWrap ul.additionalNote{
  margin-left: 10px;
  margin-right: 15px;
}
#WhatsNewWrap ul.additionalNote li{
  font-size: 16px;
}
/*********
 Footer
 ********/
#footerwrap{
    background-color: rgba(40, 80, 180, 0.8);
    padding-top:30px;
    padding-left:20px;
    padding-right:20px;
    padding-bottom: 60px;
}

#footerwrap img{
    border-radius: 10px;
}

#footerwrap a {
    color:white
}

#footerwrap a:hover{
    color: #00b3fe;
}

#footerwrap ul{
    margin-left:10px;
}
