
body {
	background: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #888;
    text-align: center;
}

strong { font-weight: 700; }

a, a:hover, a:focus {
	color: #8ec1cd;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 {
	margin-top: 10px;
	font-size: 42px;
    font-weight: 700;
    color: #666;
    line-height: 54px;
}

h3 {
	font-size: 30px;
    font-weight: 700;
    color: #666;
    line-height: 34px;
}

img { max-width: 100%; }

::-moz-selection { background: #8ec1cd; color: #fff; text-shadow: none; }
::selection { background: #8ec1cd; color: #fff; text-shadow: none; }


/***** Loader *****/

.loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden !important;
	z-index: 99999;
}

.loader-img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -30px;
	width: 60px;
	height: 60px;
	background: url(../img/loading.gif) center center no-repeat;
}


/***** General style, all sections *****/

.section-container {
    margin: 0 auto;
    padding-bottom: 60px;
}

.section-container-gray { background: #f8f8f8; }

.section-container-full-bg, 
.section-container-full-bg h1, 
.section-container-full-bg h2, 
.section-container-full-bg h3, 
.section-container-full-bg h4 { color: #fff; }

.section-description {
	margin-top: 60px;
    padding-bottom: 10px;
}

.section-description-icon {
	font-size: 56px;
    color: #ddd;
    line-height: 56px;
}

.section-description p {
    margin-top: 30px;
	padding: 0 120px;
    font-size: 18px;
    line-height: 32px;
}

.section-bottom-link {
	padding-top: 30px;
	padding-bottom: 20px;
}

.big-link-1 {
	display: inline-block;
	padding: 15px 20px;
	background: #8ec1cd;
	font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
    -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
}
.big-link-1:hover, .big-link-1:focus, .big-link-1:active { outline: 0; opacity: 0.6; color: #fff; }

.big-link-2 {
	display: inline-block;
	padding: 15px 20px;
	background: #8ec1cd;
	font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    color: #666;
    -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
}
.big-link-2:hover, .big-link-2:focus, .big-link-2:active { outline: 0; opacity: 0.6; color: #666; }


.orange-text { color: #8ec1cd; }
.gray-text { color: #888; }


/***** Scroll arrows *****/

.scroll-to-top {
	font-size: 36px;
}
.scroll-to-top a { color: #ddd; }
.scroll-to-top a:hover, .scroll-to-top a:focus, .scroll-to-top a:active { outline: 0; opacity: 0.6; color: #ddd; }


/***** Dividers *****/

.divider-1 span {
	display: block;
	width: 300px;
	height: 6px;
	margin: 0 auto;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.divider-2 span {
	display: block;
	width: 300px;
	height: 1px;
	margin: 0 auto;
	border-bottom: 1px solid #fff;
	opacity: 0.5;
}


/***** Top menu *****/

nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 998;
	background: #8ec1cd;
	font-size: 18px;
	color: #fff;
    line-height: 32px;
    text-align: center;
}

nav a {
	display: inline-block;
	margin: 0 15px;
	padding: 10px 0;
	color: #fff;
}
nav a:hover { color: #eee; }
nav a:focus { color: #eee; outline: 0; }

.show-menu, .hide-menu {
	top: -6px;
	right: 100px;
	padding: 0 20px;
	z-index: 999;
	text-align: center;
}
.show-menu { position: fixed; }
.hide-menu { position: absolute; top: -1px; }

.show-menu a, .hide-menu a {
	display: inline-block;
	width: 46px;
	height: 48px;
	padding-top: 11px;
	background: #8ec1cd;
	font-size: 21px;
	color: #fff;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.show-menu a:hover, .hide-menu a:hover { color: #fff; }


/***** Top content *****/

.top-content {
	padding: 160px 0;
}

.top-content-text {
	width: 700px;
	margin: 0 auto;
	color: #fff;
}

.top-content-text h1, 
.top-content-text h1 a, 
.top-content-text h1 a:hover, 
.top-content-text h1 a:focus { color: #fff; text-decoration: none; }

.top-content-text p {
	opacity: 0.9;
	margin-top: 40px;
    font-size: 22px;
    line-height: 36px;
    font-style: italic;
}

.top-content-bottom-link {
	padding-top: 30px;
	padding-bottom: 7px;
}
.top-content-bottom-link .big-link-1 { background: none; border: 1px solid #fff; }

.bottom-content-bottom-link {
	padding-top: 30px;
	padding-bottom: 7px;
}
.bottom-content-bottom-link .big-link-1 { background: none; border: 1px solid #000; }

/***** What we do *****/

.what-we-do-box {
	margin-top: 30px;
}

.what-we-do-box h3 {
	padding: 10px 0;
}

.what-we-do-box p {
	font-size: 18px;
	color: #aaa;
    line-height: 32px;
}

.what-we-do-box .what-we-do-box-icon {
    width: 120px;
	height: 120px;
    margin: 0 auto;
	padding-top: 30px;
	background: #8ec1cd;
	-moz-border-radius: 65px; -webkit-border-radius: 65px; border-radius: 65px;
    font-size: 50px;
    color: #fff;
    line-height: 50px;
    text-align: center;
}

.what-we-do-box .what-we-do-box-icon i, .what-we-do-box .what-we-do-box-icon span { vertical-align: middle; }


/***** Block 1 *****/

.block-1-left {
	padding-top: 30px;
	padding-bottom: 25px;
}

.block-1-right {
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: left;
}

.block-1-right h3 {
	padding: 10px 0;
}
.block-1-right h3:first-child { margin-top: 0; }

.block-1-right p {
	font-size: 18px;
	color: #aaa;
    line-height: 32px;
}

.block-1-right ul {
	padding: 0;
	list-style: none;
	font-size: 18px;
    line-height: 32px;
}

.block-1-right ul li {
	padding: 5px 0;
}

/***** Footer *****/

footer {
	padding: 25px 0 20px 0;
	text-align: right;
}

.footer-copyright {
	margin: 11px 0 0 0;
	font-size: 18px;
    line-height: 32px;
    text-align: left;
}

.footer-social a { margin: 0 8px; font-size: 39px; color: #ddd; }
.footer-social a:hover, .footer-social a:focus { color: #ddd; opacity: 0.6; }


@media (min-width: 992px) and (max-width: 1199px) {
	
	.show-menu, .hide-menu { right: 30px; }
	

	.block-1-left { float: none; width: auto; }
	.block-1-right { float: none; width: auto; padding-top: 10px; text-align: center; }
	.block-1-right h3, .block-1-right p { padding-left: 120px; padding-right: 120px; }
	
}

@media (min-width: 768px) and (max-width: 991px) {

	.section-description p { padding: 0; }
	
	
	.block-1-left { float: none; width: auto; }
	.block-1-right { float: none; width: auto; padding-top: 10px; text-align: center; }

}

@media (max-width: 991px) {

	.show-menu { right: 30px; }
	.hide-menu { position: static; top: auto; right: auto; z-index: auto; }
	.hide-menu a { height: 42px; padding-top: 0; }

}

@media (max-width: 767px) {
	
	.section-description p { padding: 0; }

	.top-content-text { width: auto; padding: 0 15px; }
	
	
	.block-1-right { padding-top: 10px; text-align: center; }
	
	footer, .footer-copyright { text-align: center; }
	.footer-copyright { padding-bottom: 15px; }

}

@media (max-width: 415px) {
	
	h1, h2 { font-size: 32px; }
	
	.show-menu { right: 10px; }
	
	.divider-1 span, .divider-2 span { width: 200px; }

}

/*BOOK*/
.bookshelf-row{
	display:none;
}


.bookshelf{
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	-o-transition:all 1s;
	-ms-transition:all 1s;
	transition:all 1s;
}


.bookshelf{
	/* margin-top:40px; */
}

.bookshelf .shelf{
	/*background:url(../pics/bookshelf.gif);
	background-size:100%;*/
	width:100%;
	height:440px;
}

.bookshelf .shelf .row-1{
	position:relative;
	width:80%;
	height:158px;
	margin-left:10%; 

}

.bookshelf .shelf .row-1:after,
.bookshelf .shelf .row-2:after{
	background:url(../img/wall-bookshelf.png);
	background-size:100%;
	background-repeat: no-repeat;
	background-position:bottom left;
	width:100%;
	height:280px;
	display:block;
	content:"";
	/* margin-left:10%; */
}

.bookshelf .shelf .row-2{
	position:relative;
	margin-top:70px;
	height:164px;
	width:80%;
	margin-left:10%; 
}

.bookshelf .shelf .row-2:after{
	height:285px;
}

.bookshelf .shelf .loc{
	position:absolute;
	/* bottom:0; */
	width:100%;
}

.bookshelf .shelf .loc > div{
	width:33%;
	height:100%;
	float:left;
	text-align:center;
	position:relative;
}

.bookshelf .suggestion{
	font:12px 'District Thin', helvetica, arial;
	color:#999;
	text-align:center;
	line-height:40px;
}

.bookshelf .sample,
.bookshelf-row .sample{
	margin:auto;
	position: relative;
	z-index:1;

	-webkit-box-shadow:2px 2px 5px rgba(0,0,0,0.6);
	-moz-box-shadow:2px 2px 5px rgba(0,0,0,0.6);
	-ms-box-shadow:2px 2px 5px rgba(0,0,0,0.6);
	-o-box-shadow:2px 2px 5px rgba(0,0,0,0.6);
	box-shadow:2px 2px 5px rgba(0,0,0,0.6);

	-webkit-transition:-webkit-transform 0.1s;
	-webkit-transform:translate(0, 0);
	-moz-transition:-moz-transform 0.1s;
	-moz-transform:translate(0, 0);
	-ms-transition:-ms-transform 0.1s;
	-ms-transform:translate(0, 0);
	-o-transition:-o-transform 0.1s;
	-o-transform:translate(0, 0);
	transition:transform 0.1s;
	transform:translate(0, 0);
}

.sample .loader{
	position:absolute;
	width:32px;
	height:32px;
	top:50%;
	left:50%;
}

.sample .loader i{
	background:white url(../img/loader.gif) 4px 4px no-repeat;
	position:relative;
	top:-16px;
	left:-16px;
	width:32px;
	height:32px;
	display:block;

	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
}

.bookshelf .shelf .hover,
.bookshelf-row .hover,
.bookshelf .shelf .loading{
	z-index:2;
	cursor:none;
	background-color:white;
	-webkit-transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
	-moz-transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
	-ms-transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
	-o-transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
	transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
}

.bookshelf .thumb1,
.bookshelf-row .thumb1{
	background-image:url(../img/book1.jpg);
	width:134px;
	height:176px;
}

.bookshelf .thumb2,
.bookshelf-row .thumb2{
	background-image:url(../img/book2.jpg);
	width:134px;
	height:176px;
}

.bookshelf .thumb3,
.bookshelf-row .thumb3{
	background-image:url(../img/book3.jpg);
	width:134px;
	height:176px;
}

.bookshelf .thumb4,
.bookshelf-row .thumb4{
	background-image:url(../img/book4.jpg);
	width:134px;
	height:176px;

}
.bookshelf .thumb5,
.bookshelf-row .thumb5{
	background-image:url(../img/book5.jpg);
	width:134px;
	height:176px;
}

.bookshelf .thumb6,
.bookshelf-row .thumb6{
	background-image:url(../img/book6.jpg);
	width:134px;
	height:176px;
}

.samples{
	position:absolute;
	top:0;
	left:0;
	width:1000px;
	height:700px;
	display:none;
}

.show-samples .samples{
	display:block;
}

.samples .bar{
	height:100px;
	width:1000px;
	overflow:hidden;
	opacity:0;
	-webkit-transition:opacity 0.1s;
	-moz-transition:opacity 0.1s;
	-o-transition:opacity 0.1s;
	-ms-transition:opacity 0.1s;
	transition:opacity 0.1s;

}
/* NOTICE*/
#cover {
  background: #ffffff url("../img/notice/cover.jpg") no-repeat;
  background-size: 100% 100%;
}
.feature {
  padding: 1em 1em;
  font-family: 'BebasNeueRegular', sans-serif;
  height: 500px;
  width: 400px;
  background: white;
}
.feature h1,
.easy h1,
.feature h2 {
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 1.6em;
  margin-left:30px;
  text-align:left;
  color: white;
  background: #3d567d !important;
  
}
.feature p {
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 1em;
  color: #333;
  margin-left:30px;
  text-align:justify;
  text-indent:30px;
}
.easy {
  background: #fff url("../img/notice/easy.jpg") no-repeat left top;
  /* background-size: 200% 100%; */
  zoom: 1;
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 1em;
  color: #333;
}
.easy p{
	position: absolute;
	right: 30px;
	top:50px;
	width: 300px;
	text-align:justify;
	text-indent:30px;
}
.thumbnail {
  background: #fff url("../img/notice/thumb.jpg") no-repeat left top;
  /* background-size: 200% 100%; */
  zoom: 1;
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 1em;
  color: #333;
}

.thumbnail h1 {
	font-family: 'BebasNeueRegular', sans-serif;
	font-size: 1.6em;
	margin-left:30px;
	text-align:left;
	position: absolute;
	left: 20px;
	top:50px;
	color: white;
  
}
.thumbnail p{
	position: absolute;
	left: 20px;
	top:120px;
	width: 300px;
	text-align:justify;
	text-indent:30px;
}
#zoom-feature {
  background: #ffffff url("../img/notice/zoom.jpg") no-repeat;
  background-size: 200% 100%;
}

#zoom-feature2 {
  background-color: white;
  background-image: url("../img/notice/zoom.jpg");
  background-size: 200% 100%;
  background-position: right top;
  background-repeat: no-repeat;
}
#zoom-feature2 h1 {
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 1.6em;
  margin-left:30px;
  text-align:left;
  color: white;
  background: #3d567d !important;
}
.wowbook-right .easy {
  background-position: right top;
}
.design {
  background: #ffffff url("../img/notice/design.png") no-repeat;
  background-size: 200% 100%;
}

.deeplinking {
  color: white;
  background: url("../img/notice/chain.jpg") no-repeat!important;
  background-size: 200% 100%;
}
.deeplinking h1 {
  color: white;
}
.deeplinking p {
  color: #eee;
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 1em;
  margin-left:30px;
  width:350px;
  text-align:justify;
  text-indent:30px;
}
.deeplinking a,
.deeplinking a:active,
.deeplinking a:visited {
  color: #f80Fff;
  text-decoration: underline;
}

#more-feature {
  background: #ffffff url("../img/notice/more.png") no-repeat;
  background-size: 200% 100%;
}

#more-feature2 {
  background-color: white;
  background-image: url("../img/notice/more.png");
  background-size: 200% 100%;
  background-position: right top;
  background-repeat: no-repeat;
}
#more-feature2 h1 {
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 1.6em;
  margin-left:30px;
  text-align:left;
  color: white;
  background: #3d567d !important;
 
}
#more-feature2 img{
	margin-top: 30px;
	
}
#more-feature2 ul {
	margin-top: 20px;
	list-style:none;
}
#more-feature2 li {
  margin-bottom: 0.2em;
}
.last_cover {
  padding: 0;
}
.wowbook-right .more {
  background-position: top right;
}
/* FIN NOTICE */




