@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(/iconfont/MaterialIcons-Regular.eot); /* For IE6-8 */
	src: local('Material Icons'),
		local('MaterialIcons-Regular'),
		url(/iconfont/MaterialIcons-Regular.woff2) format('woff2'),
		url(/iconfont/MaterialIcons-Regular.woff) format('woff'),
		url(/iconfont/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    
    font-family: 'Material Icons';
    font-weight: 600;
    font-style: normal;
    font-size: 24px !important;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    
    /* Support for IE. */
    font-feature-settings: 'liga';
}

html {
	
	height: 100%;
	
}

body {
	
	height: 100%;
	
}

input[type=text]{
	
	font-size: 1em;
	
}

textarea {
	
	font-size: 1em;
	
}

li {
	
	margin-bottom: 1em;
	
}

button, input[type=submit] {
	
	color: #FFF;
	font-size: 1em;
	-webkit-box-shadow: 0 2px 2px 0 rgba(233,30,99,0.14), 0 3px 1px -2px rgba(233,30,99,0.2), 0 1px 5px 0 rgba(233,30,99,0.12);
	box-shadow: 0 2px 2px 0 rgba(233,30,99,0.14), 0 3px 1px -2px rgba(233,30,99,0.2), 0 1px 5px 0 rgba(233,30,99,0.12);
	background-color: #e91e63;
	border: none;
	border-radius: 3px;
	white-space: normal;
	letter-spacing: 0;
	will-change: box-shadow,transform;
	
	margin: 10px 1px;
	padding: 12px 30px;
	cursor: pointer;
	
}

#topPage {
	
	margin: 0;
	background: #f5f5f5;
	font-size: 14px;
	color: #555;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}

#topPage i {
	
	
}

#topPage ol {
	
	padding: 0;
	
}

#topPage .api_path {
	
	font-weight: bold;
	color: #f06767;
	
}

#topPage .download {
	
	-webkit-box-shadow: 0 2px 2px 0 rgba(233,30,99,0.14), 0 3px 1px -2px rgba(233,30,99,0.2), 0 1px 5px 0 rgba(233,30,99,0.12);
	box-shadow: 0 2px 2px 0 rgba(233,30,99,0.14), 0 3px 1px -2px rgba(233,30,99,0.2), 0 1px 5px 0 rgba(233,30,99,0.12);
	display: block;
	color: #FFF;
	background-color: #e91e63;
	position: relative;
	font-size: 1.3em;
	text-align: center;
	text-decoration: none;
	margin: 10px 1px;
	padding: 12px 30px;
	border: none;
	border-radius: 3px;
	white-space: normal;
	letter-spacing: 0;
	
	
}

#topPage .downloadMark {
	
	position: absolute;
	margin-left: -1.5em;
	
}

#topPage h1 {
	
	
}

#topPage img {
	
	width: 100%;
	
}

#topPage .titleArea {
	
	display: table;
	width: 100%;
	height: 600px;
	margin-top: 70px;
	
}

#topPage .titleArea h1 {
	
	text-align: center;
	font-size: 28px;
	color: #FFF;
	margin-top: 80px;
	white-space: pre-line;
	word-wrap: break-word;
	word-break: break-word;
	
}

#topPage .titleH1 {
	
	
	
}

#topPage .titleAreaForContentPage {
	
	display: table;
	width: 100%;
	height: 500px;
	margin-top: 70px;
	
}

#topPage .titleAreaForContentPage h1 {
	
	text-align: center;
	font-size: 28px;
	color: #FFF;
	margin-top: 80px;
	white-space: pre-line;
	word-wrap: break-word;
	word-break: break-word;
	
}


#topPage .navbar {
	
	position: fixed;
	display: table;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 70px;
	color: #555;
	background: #FFF;
	box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
	border-style: solid;
	border-color: #ddd;
	border-width: 0px 0px 1px 0px;
	z-index: 10000;
	
}

#topPage .navbarBlockLeft {
	
	display: table-cell;
	vertical-align: middle;
	width: 30%;
	padding: 0 0 0 30px;
	
}

#topPage .navbarBlockRight {
	
	display: table-cell;
	vertical-align: middle;
	width: 70%;
	padding: 0 0 0 30px;
	
}

#topPage .menuButtonForSmartPhone {
	
	display: none;
	float: right;
	margin-right: 30px;
	
}

#topPage .header {
	
	color: #FFF;
	background: linear-gradient(45deg, rgba(168,29,132,0.6) 0%, rgba(234,57,111,0.9) 100%), url("/images/background_image.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 50%;
	
}

#topPage .topMessage {
	
	margin: 10px 130px;
	
}

#topPage .content {
	
	/**
	position: absolute;
	top: 700px;
	bottom: 70px;
	left: 0;
	right: 0;
	display: table;
	**/
	
	min-height: 100%;
	margin: 2em;
	margin-top: -200px;
	margin-bottom: 0px;
	padding: 2em 10%;
	background: #FFF;
	border-radius: 10px;
	
}

#topPage .sub_content {
	
	margin: 3em 0;
	margin-top: 1.5em;
	
}

#topPage .discontinued {
	
	color: #f30000;
	text-decoration: underline;
	
}

#topPage .functionListTitle {
	
	font-size: 1.5em;
	text-align: center;
	margin: 1em;
	
}

#topPage .apis_image {
	
	margin: 0.5em 0;
	border: 1px solid #ddd;
	box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
	
}

#topPage .googleCalendarValues {
	
	width: 100%;
	padding: 0.5em;
	color: #FFF;
	background: #0085ba;
	border: 1px solid #00719e;
	
}

#topPage .blockPanel {
	
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 360px;
    background: #000000;
    opacity: 0.4;
    z-index: 100;
	
}


#functionList {
	
	display: table;
	width: 100%;
	color: #FFF;
	
}

#functionList i {
	
	text-align: left;
	width: 100%;
	font-size: 4em;
	margin-bottom: 0.2em;
	
}


#functionList .function {
	
	display: table-cell;
	width: 50%;
	margin: 1em;
	padding: 0.5em;
	
}

#functionList .green {
	
	background-color: #79c58b;
	
}

#functionList .blue {
	
	background-color: #5439cb;
	
}

#functionList .purple {
	
	background-color: #9e79c5;
	
}

#functionList .orange {
	
	background-color: #e4bd6e;
	
}

#functionList .lightBlue {
	
	background-color: #69c1d6;
	
}

#functionList .red {
	
	background-color: #da7070;
	
}

#functionList .box {
	
	padding: 2em;
	min-height: 250px;
	
}

#functionList .title {
	
	font-size: 1.3em;
	font-weight: bold;
	padding-bottom: 0.5em;
	
}

#menu {
	
	display: table;
	float: right;
	margin-right: 30px;
	
}

#menu li {
	
	display: table;
	margin-left: 10px;
	float: left;
	
}

#menu a {
	
	color: #555;
	text-decoration: none;
	
}

#menu a:hover {
	
	text-decoration: underline;
	
}

#menu a:visited {
	
	text-decoration: none;
	
}

#footer {
	
	/**
	position: fixed;
	bottom: 0;
	**/
	display: table;
	width: 100%;
	height: 70px;
	color: #FFF;
	background-color: #323437;
	
}

#footer .box {
	
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	
}

#footer .poweredBy {
	
	text-align: right;
	padding-right: 30px;
	
}

#plans {
	
	width: 100%;
	
}

#plans .box {
	
	display: table;
	width: 100%;
	
}

#plans .plan {
	
	display: table-cell;
	width: 50%;
	
}

#plans .panel {
	
	margin: 0.5em;
	background-color: #fcfcfc;
	border-style: solid;
	border-color: #ddd;
	border-width: 0px 1px 1px 1px;
	
}

#plans .panelName {
	
	color: #FFF;
	text-align: center;
	font-weight: bold;
	background: #444444;
	padding: 1em;
	
}

#plans .pricePanel {
	
	text-align: center;
	color: #FFF;
	background: linear-gradient(45deg, rgba(168,29,132,1) 0%, rgba(234,57,111,1) 100%);
	padding: 2em 0;
	
}

#plans .price {
	
	text-align: center;
	font-weight: bold;
	font-size: 3em;
	
	
}

#plans .functionPanel {
	
	padding: 1em;
	
}

#plans .functionList {
	
	padding-left: 1em;
	
	
}

#plans .functionList li {
	
	margin: 1.5em 1em;
	
	
}


.material-icons {
	
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;  /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	 word-wrap: normal;
	 white-space: nowrap;
	 direction: ltr;
	 
	 /* Support for all WebKit browsers. */
	 -webkit-font-smoothing: antialiased;
	 /* Support for Safari and Chrome. */
	 text-rendering: optimizeLegibility;
	 
	 /* Support for Firefox. */
	 -moz-osx-font-smoothing: grayscale;
	 
	 /* Support for IE. */
	 font-feature-settings: 'liga';
	 
}

@media only screen and (max-width: 640px), screen and (max-height: 400px) {
	
	#topPage {
		
		font-size: 16px;
		
	}
	
	#topPage ol {
		
		padding-left: 1em;
		
	}
	
	#topPage .titleArea {
		
		height: 450px;
		margin-top: 70px;
		
	}
	
	#topPage .titleArea h1 {
		
		font-size: 24px;
		margin-top: 20px;
		
	}
	
	#topPage .titleAreaForContentPage {
	
		display: table;
		width: 100%;
		height: 250px;
		margin-top: 70px;
		
	}
	
	#topPage .titleAreaForContentPage h1 {
		
		font-size: 24px;
		margin-top: 20px;
		
	}

	
	#topPage h1 {
		
		
	}
	
	#topPage .menuButtonForSmartPhone {
		
		display: inline-block;
		
	}
	
	#topPage .topMessage {
		
		margin: 10px;
		
	}
	
	#topPage .content {
		
		margin: 1em;
		margin-top: -100px;
		padding: 1.5em 5%;
		
	}
	
	#topPage .sub_content {
		
		margin: 1.5em 0;
		
	}
	

	
	#menu {
		
		display: none;
		
	}
	
	#functionList i {
		
		text-align: center;
		width: 100%;
		font-size: 2em;
		
	}
	
	#functionList .function {
		
		display: block;
		float: none;
		width: initial;
		margin: 0;
		
	}

	#plans .plan {
	
		display: table;
		width: 100%;
	
	}
	
	#smartPhoneMenu {
		
		animation-name: showMenuAnimation;
		animation-duration: 0.5s;
		animation-iteration-count: 1;
		animation-timing-function: liner;
		
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		margin: 0;
		padding: 0;
		background: #FFF;
		box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
		z-index: 10001;
		
	}
	
	#smartPhoneMenu ul {
		
		margin: 0;
		padding: 0;
		
	}
	
	#smartPhoneMenu li {
		
		display: block;
		margin: 0;
		
	}
	
	#smartPhoneMenu a {
		
		display: block;
		color: #555;
		text-decoration: none;
		width: 100%;
		padding: 10px;
		margin-top: -1px;
		border: 1px solid #ddd;
		border-width: 1px 0;
		
	}
	
	#smartPhoneMenu a:hover {
		
		text-decoration: underline;
		
	}
	
	#smartPhoneMenu a:visited {
		
		text-decoration: none;
		
	}
	
	@keyframes showMenuAnimation {
    	
    	from {
        	
        	top: -100%;
			
    	}
		to {
        	
        	top: 0;
			
    	}    
	
	}
	
	
}




