@charset "UTF-8";
/* CSS Document */

footer {
    margin-top: 30px;
}

/*** EFNOTE Tools ***/

.tools {
	/* background-color: #fafafa; */
	/* color: #555555; */
	/* padding: 10px; */
	text-align: center;
}

.tools .title {
	background-image: url("images/efnote_desktop_tools_banner.jpg");
	background-size: cover;
	background-position: center;
	width: 100%;
	height: auto;
	background-color: #eeeeee;
	padding: 200px 20px 100px;
	margin-bottom: 20px;
}

.tools h1 {
	/*font-size: 26px;*/
	font-size: 28px;
	color: #eeeeee;
	text-align: center;
	/*margin: 0;*/
	/*padding: 0;*/
	margin-bottom: 90px;
	text-indent: 0.5em;
	letter-spacing: 0.5em;
	word-wrap: break-word;
}

.tools .title h3 {
	padding: 0;
	margin: 0;
}

.top_description p {
	margin: 15px;
	text-align: center;
	font-size: 20px;
}
.top_description p.notes {
	margin: 15px;
	text-align: center;
	font-size: 15px;
}

.tools .body {
	background-color: #ffffff;
	padding: 20px;
	margin-bottom: 10px;
}

.div_button_low {
	position: absolute;
	width: 100%;
	top: 77%;
	text-align: center;
}

.applinks {
	max-width: 400px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}

.applinks .item {
	/*display:inline;*/
	width: calc(100% / 2);
	margin-left: 3%;
	margin-right: 3%;
	text-align: center;
}

.description {
	position: relative;
}

.text {
	position: static;
	padding: 20px 30px;
	background-color: #ffffff;
	margin: 5px 0px;
	height: auto;
}

.text.onImg {
	display: block;
	position: absolute;
	top: 0px;
	z-index: 10;
	margin: auto;
	background-color: transparent;
	overflow: hidden;
}

.text h4 {
	font-size: 14px;
	color: #999999;
	margin-top: -15px;
}
.text.items h4 {
	margin-top: 0px;
}
.text h3 {
/*	color: #555555;*/
	margin-bottom: 15px;
}
.text.onImg h3 {
	font-size: 22px;
}
.text p, 
.text li {
	font-size: 15px;
	margin-bottom: 4px;
}
.text p.notes {
	font-size: 11px;
}
.text ul.second {
	padding-top: 5px;
	padding-left: 20px;
}
.text ul.second li {
	font-size: 15px;	
}
.text a {
	color: #999999;	
	text-decoration: underline;
}
.row-pro {
	background-color: #323031;
}
.text-pro {
	background-color: #323031;
}
.text-pro h3,
.text-pro p,
.text-pro li {
	color: #ffffff;
}

.cubic {
	display: none;
}

.div_video_tutorial {
	margin-bottom: 100px;
}

.install-area .applinks {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
}

/**************
  Media Query
**************/

/* Tablet View */

@media (min-width: 768px){

	.tools h1 {
		font-size: 40px;
		margin-bottom: 90px;
	}
	.top_description p {
		/* margin: 15px;
		text-align: center; */
		font-size: 24px;
	}
	

	.text {
		display: block;
		position: absolute;
		top: 0px;
		z-index: 10;
		margin: auto;
		background-color: transparent;
		overflow: hidden;
	}
	
	.text.onImg h3 {
		font-size: 24px;
	}	
	.text h4,
	.text.items h4 {
		font-size: 18px;
	}
	.text p, 
	.text li {
		font-size: 18px;
	}
	.text p.notes {
		font-size: 13px;	
	}

	.cubic {
		display: inline;
	}

	.div_video {
		display: inline-block;
		/* margin: 10px 20px 50px; */
		width: 49.5%;
	}
	.div_video_tutorial {
		/* display: inline-block; */
		display: block;
		/* margin: 10px 10px 10px; */
		margin: 0px auto 50px;
		/* padding-left: 5px; */
		width: 65%;
		/* width: 32.9%; */
	}

}

/* Desktop View */

@media (min-width: 1440px){
	.div_video {
		display: inline-block;
		/* margin: 10px 0px 50px; */
		/* padding-left: 3%; */
		/* padding-right: 2%; */
		width: 49.5%;
	}
	.div_video_tutorial {
		display: inline-block;
		/* margin: 10px 10px 10px; */
		/* padding-left: 5px; */
		width: 49.5%;
		/* width: 24.5%; */
	}
}
