BODY {
    margin: 0;
    padding: 0;
    font-size: 16px;
	color: #59535B;
    text-align: left;
    background: #fff;
    font-family: 'Roboto', sans-serif;
}
A { 
	text-decoration: none; 
	outline: none !important; 
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
     transition: all 0.3s;
}
A:HOVER { text-decoration: underline; opacity: 0.9;}

IMG { border: none; height: auto;}
LABEL { cursor: pointer; }
INPUT, TEXTAREA { outline: none; }
BUTTON SPAN {display: none;}
TEXTAREA {resize: none;}
IFRAME {
	margin: 0;
	border: none;
}
TABLE {
	border: none;
    border-spacing: 0;
    border-collapse: collapse;
}
.jq-selectbox UL {margin: 0 !important;}
section, article, header, footer {display:block;}
H1, H2, H3, H4, H5, H6, P, FIELDSET, FORM, UL, OL, LI, DL, DT, DD {
	padding: 0;
	margin: 0;
}
H1 A, H2 A, H3 A, H4 A, H5 A, H6 A {text-decoration: none !important;}
#content H1, #content H2, #content H3, #content H4, #content H5, #content H6 {
	margin: 0 0 15px;
}
#content P, #content UL, #content OL {
	margin-bottom: 15px;
}
#content P {line-height: 170%;}
#content UL {margin-left: 20px;}
#content OL {margin-left: 25px;}
#content A {color: #555;}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#show-menu {
	position: absolute;
	right: 0;
	top: 50px;
	display: none;
	width: 27px;
	outline: none;
	text-decoration: none;
}
#show-menu SPAN {
	height: 4px;
	display: block;
	margin-bottom: 3px;
	background-color: #fff;
}
#page {
	min-width: 220px;
	overflow: hidden;
}
#content H1 {
	color: #e7b253;
	font-size: 23px;
	text-transform: uppercase;
}
#content H2 {
	color: #59535B;
	font-size: 30px;
	text-transform: uppercase;
	border: 5px solid;
	border-image: linear-gradient(to right, rgba(253, 198, 59, 1) 25%, rgba(30, 173, 234, 1) 25%, rgba(30, 173, 234, 1) 50%, rgba(189, 29, 134, 1) 50%, rgba(189, 29, 134, 1) 75%, rgba(98, 53, 138, 1) 75%);
    border-image-slice: 1;
    border-image-width: 0 0px 5px 0px;
    display: inline-block;
    margin: 0 auto 15px;
    float: none;
    font-family: 'Poppins', sans-serif;
    line-height: 210%;
    font-weight: 700;
    letter-spacing: 3px;
}
#content H2 span {
	font-weight: 400;
}
#content H3 {
	color: #1A171C;
	font-size: 20px;
	line-height: 100%;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}
#content H3 span {font-size: 14px; letter-spacing: 1px;}

.container {width: 1470px;}
/*  Header  */
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%; 
	z-index: 777;
	background: #f0f0f1;
	border-bottom: 4px solid #d8dbe2;
}
#header .logotype {
	float: left;
	position: relative;
	z-index: 8;
	margin: 7px 0 7px 20px;
}
#header .navbar-light .navbar-toggler {display: none;}
#header .collapse {display: block;}
#header .navbar-nav {flex-direction: inherit; display: block; float: right;}
#header .navbar-nav li {display: inline-block; margin: 0 0 -4px -4px;}
#header .navbar-nav a {
	font-size: 12px; 
	font-weight: 700;
	padding: 24px 23px;
	color: #59535B;
	position: relative;
	display: block;
	text-transform: uppercase;
	text-decoration: none !important;
	border-bottom: 4px solid rgba(0, 0, 0, 0);
}
#header .navbar-nav .active a, #header .navbar-nav a:hover {
	background: #e9ebf0;
	color: #59535B;
	opacity: 1;
	border-bottom: 4px solid #1dadea;
}
#header .navbar-nav a:hover:before, #header .navbar-nav .active a:before {
	content: '';
    border: 5px solid transparent;
    border-top: 5px solid #1dadea;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -14px;
    width: 0;
}
#header .navbar {padding: 0; float: right;}
#header .lang {float: right; position: relative; width: 130px;}
#header .lang li {float: left; list-style: none;}
#header .lang .sec {
	position: absolute;
	left: 0;
	top: 65px;
	display: none;
}
#header .lang:hover .sec {
	display: block;
}
#header .lang a {
	float: left;
	
}
#header .lang span {
	width: 65px;
	height: 65px;
	float: left;
}
#header .lang > span {
	display: none;
	position: absolute;
	
}
#header .lang span img {
	display: none;
}
#header .lang span.zh-hans {
	background: url("../images/icons/lang-ic-3.png") no-repeat left top;
}
#header .lang  span.sv {
	background: url("../images/icons/lang-ic-4.png") no-repeat left top;
}
#header .lang  span.ja {
	background: url("../images/icons/lang-ic.png") no-repeat left top;
}
#header .lang  span.en {
	background: url("../images/icons/lang-ic-2.png") no-repeat left top;
}
#header .lang a:nth-of-type(3), #header .lang > span {
	position: absolute;
	top: 65px;
	display: none;
}
#header .lang:hover a:nth-of-type(3), #header .lang:hover > span {
	display: block;
}
#header .lang > span {
	left: 0;
}
#header .lang a:nth-of-type(3) {
	right: 0;
}
/*  Content  */
#content .large-pic {
    height: 700px;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
}
#content .large-pic .item {
    position: relative;
    z-index: 100;
}
#content .large-pic .item img {
    height: 700px;
    object-fit: cover;
    width: 100%;
}
#content .large-pic h1 {
	font-size: 90px; 
	color: #fff;
	font-weight: 700;
	text-transform: none;
	font-family: 'Poppins', sans-serif;
}
#content .large-pic h1 span {color: #1DAEEC; display: block;}
#content .large-pic p {
	color: #fff; 
	font-size: 20px; 
	margin-top: 45px;
}
#content .large-pic .links {
	margin: 35px auto 0;
	width: 430px;
}
#content .large-pic .links .btn {float: left;}
#content .large-pic .links a:nth-child(2n) {float: right;}
#content .btn {
	width: 200px;
	background: #fdc63b;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: none;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-top: 12px;
    padding: 17px 23px;
    border-radius: 1px;
	-o-border-radius: 1px;   
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}
#content .btn-2 {background: #C11F8A;}
#content .slider-content-layer-wrapper {
    bottom: 139px;
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    z-index: 100;
}
#content .slider-content-layer {
    display: block;
    margin: auto;
    width: 610px;
    text-align: center;
}
#content .slider-text {
    float: right;
    margin-top: 50px;
    width: 465px;
}



#content .contact-area {
	text-align: center;
	padding: 40px 0 20px;
	/*background: fixed url("../images/pictures/contacts.png") no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;*/
	background-attachment: fixed;
	
}
.color-line {
	height: 5px;
	line-height: 0;
	font-size: 1px;
	background: #693C93;
}
.color-line div {
	height: 5px;
	width: 25.2%;
	vertical-align: top;
	display: inline-block;
	margin: 0 -4px 0 0 !important;
}
.color-line div:nth-of-type(1) {
	background: #FDC434;
}
.color-line div:nth-of-type(2) {
	background: #1DAEEC;
}
.color-line div:nth-of-type(3) {
	background: #C11F8A;
}
.color-line div:nth-of-type(4) {
	background: #693C93;
}
#content .contact-area h2 {color: #fff; margin-left: 15px; margin-right: 15px;}
#content .contact-area h2 a {color: #fff;}
#content .contact-area p {
	color: #BBBEC6; 
	font-size: 20px;
	margin-left: 15px;
	margin-right: 15px;
}
#content label {
	width: 100%;
	color: #EEE;
	font-size: 12px;
	font-weight: 700;
	text-align: left;
	float: left;
	margin: 0;
	font-family: 'Roboto', sans-serif;
}
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"], textarea {
	float: left;
	width: 100%;
	border: none;
	color: #eee;
	font-size: 12px;
	background: none;
	height: 45px;
	font-weight: 400;
	line-height: 22px;
	padding: 7px 30px 8px;
	border-bottom: 2px solid #fff;
	font-family: 'Roboto', sans-serif;
}
#content .wpcf7-submit {
	color: #fff;
	height: 45px;
	border: none;
	float: none;
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
	background: #fdc63b;
	font-weight: 400;
	margin-top: 12px;
	padding: 12px 23px;
	font-family: 'Roboto', sans-serif;
	border-radius: 1px;
	-o-border-radius: 1px;   
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}
#content .form-box {width: 67%; display: inline-block;}
#content .row-line {width: 48%; float: left; margin: 0 0 35px;}
#content .row-line:nth-child(2n+3) {float: right;}
#content .row-line-large {
	width: 100%;
	margin: 0 0 12px 0;
	display: inline-block;
	
}
#content .row-line-large.f {
	position: relative;
	padding-bottom: 10px;
	border-bottom: 2px solid #fff;
	margin-bottom: 35px;
}
#content .row-line-large.f:before {
	background: url("../images/icons/ic.png") no-repeat left top;
	content: '';
	width: 9px;
	height: 20px;
	position: absolute;
	left: 0;
	bottom: 15px;
}
#content .form-name input {
	background: url("../images/icons/form-name.png") no-repeat left center;
}
#content .form-title input {
	border-color: #C11F8A;
	background: url("../images/icons/form-title.png") no-repeat left center;
}
#content .form-title label {color: #C11F8A;}

#content .form-mail input {
	border-color: #1eadea;
	background: url("../images/icons/form-mail.png") no-repeat left center;
}
#content .form-company input {
	background: url("../images/icons/form-company.png") no-repeat left center;
}
#content .form-phone input {
	border-color: #e7b337;
	background: url("../images/icons/form-phone.png") no-repeat left center;
}
#content .form-phone input::-webkit-input-placeholder { /* WebKit browsers */
	color: #e7b337;
}
#content .form-phone input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  	color: #e7b337;
}
#content .form-phone input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #e7b337;
}
#content .form-phone input:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #e7b337;
}
#content .form-phone-2 {
	position: relative;
	padding-bottom: 10px;
	border-bottom: 2px solid #fff;
}
#content .form-phone-2:before {
	background: url("../images/icons/form-phone-2.png") no-repeat left center;
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	bottom: 15px;
}
#content .form-textarea textarea {
	background: url("../images/icons/ic2.png") no-repeat left center;
}
#content .form-box p {
	font-size: 12px;
	color: #C11F8A;
	font-weight: 700;
	margin-top: 15px;
	font-family: 'Roboto', sans-serif;
}
#content .clients {
	padding: 30px 0;
}
#content .clients a {
	display: block;
}
#content .clients ul {
	margin: 0;
	text-align: center;
}
#content .clients ul li {
	list-style: none;
	display: inline-block;
	margin: 0 1%;
}
#content .company-area {
	padding: 10px 0 52px;
	/*background: fixed url("../images/pictures/base.png") no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;*/
	background-attachment: fixed;
	text-align: center;
}

@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) { 
#content .company-area {
	padding: 10px 0 52px;
	/*background: fixed url("../images/pictures/base.png") no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;*/
	/*background-attachment: fixed;*/
	text-align: center;
}
}



#content .company-area h2 {color: #fff; margin-bottom: 20px !important;}
#content .photo-post {background: #fff; text-align: left; margin-bottom: 20px;}
#content .photo-post img {width: 100%; height: auto;}
#content .post-text {padding: 24px 24px 0; margin-bottom: 15px !important;}
#content .post-text h3 {margin-bottom: 5px;}
#content .post-text h4 {font-size: 10px; color: #BBBEC6; font-weight: 700; margin: 10px 0;}
#content .post-text p {font-size: 14px; color: #59535B;}
#content .post-text ul {margin: 0;}
#content .post-text ul {margin-top: 30px;}
#content .post-text li {
	list-style: none;
	margin-bottom: 10px;
}
#content .photo-post {
	text-align: center;
}
#content .photo-text, #content .post-text .wpb_wrapper {
	text-align: left;
}
.photo-post .vc_icon_element {
	display: inline-block;
	font-size: 8px;
	text-align: center;
}
.vc_column_container.photo-post > .vc_column-inner {
	padding: 0 !important;
}
.photo-post .wpb_single_image .vc_figure {
	display: block;
}
.photo-post .wpb_single_image {
	margin: 0 !important;
}
.photo-post .wpb_single_image .vc_single_image-wrapper {
	display: block;
}
#content .post-text li a {
	color: #59535B;
	font-size: 14px;
	padding: 0 0 0 35px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	background: url("../images/icons/photo-ic.png") no-repeat left top;
}
#content .post-text li.ph-mail a {
	background: url("../images/icons/photo-ic-2.png") no-repeat left top;
}
#content .post-text ul {
	border-bottom: 1px solid #f1f1f2;
	padding-bottom: 20px;
}
#content .post-text .social {
	text-align: center;
	margin: 15px 0 0;
	padding-top: 15px;
	
}
#content .post-text .social ul {margin-left: -30px;}
#content .post-text .social li {display: inline-block; margin: 0 0 0 35px;}
#content .post-text .social li a {color: #bdc0c8;}
#content .comments {
	position: relative;
	padding: 0 55px;
	width: 90%;
	float: right;
	display: inline-block;
	background: url("../images/icons/com-ic.png") no-repeat left top;
}
#content .comments:first-child {margin: 70px 0 40px;}
#content .comments:after {
	width: 40px;
	height: 40px;
	content: '';
	bottom: 28px;
	right: 0; 
	position: absolute;
	 -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg); 
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
	background: url("../images/icons/com-ic.png") no-repeat left top;
}
#content .comments p {
	color: #fff;
	font-size: 20px;
	font-style: italic;
	font-weight: 400;
}
#content .comments .pull-right {
	width: 100%; 
	text-align: right;
	margin-top: 15px;
}
#content .comments p span {color: #FDC434;}
#content .service-area {
	text-align: center;
	padding: 30px 0 50px;
	border-top: 1px solid #f2f2f3;
}
#content .service-area h2 {margin-bottom: 35px;}
#content .ser-box {
	padding: 0 80px 22px;
	border-left: 1px solid #f2f2f3;
}
#content .non-border .ser-box {border: none;}
#content .ser-box a:hover {text-decoration: none;}
#content .ser-box h3 {
	color: #FDC434; 
	font-weight: 700;
	display: block;
	margin: 25px 0 15px;
	font-size: 20px;
}
#content .ser-box p {font-size: 14px; line-height: 150%;}
#content .ser-box ul {margin: 30px 0 0; text-align: center;}
#content .ser-box li {
	padding: 0 0 0 25px;
	display: inline-block;
	position: relative;
	font-size: 14px;
	font-weight: 700;
	margin: 0 18px 10px;
	background: url("../images/icons/yellow-ic.png") no-repeat left 4px;
}
#content .ser-box-2 li {
	background: url("../images/icons/blue-ic.png") no-repeat left 4px;
}
#content .ser-box-2 h3 {color: #1DAEEC;} 
#content .ser-box-3 li {
	background: url("../images/icons/purple-ic.png") no-repeat left 4px;
}
#content .ser-box-3 h3 {color: #C11F8A;} 
#content .portfolio-area {
	text-align: center;
	padding: 30px 0 62px;
}
#content .portfolio-area .item span {
	color: #1DAEEC; 
	margin: 45px 0 13px; 
	font-size: 20px;
	display: block;
	font-weight: 700;
}
#content .portfolio-area p {
	font-size: 14px;
	text-align: left;
}
#content .portfolio-area a:hover {text-decoration: none;}
#content .portfolio-area .owl-carousel {margin: 35px 0 0;}
#content .portfolio-area .item {
	padding: 0 40px 13px;
	text-align: left;
	border-left: 1px solid #f4f4f4;
}
#content .portfolio-area .owl-item {margin: 0 !important;}
#content .portfolio-area .owl-dots {overflow: hidden; width: auto !important; margin: 80px auto 0;}
#content .portfolio-area .owl-dot {
	width: 115px;
	background: #f0f0f1;
	height: 10px;
	position: relative;
	outline: none !important;
}
#content .portfolio-area .owl-dot.active, #content .portfolio-area .owl-dot.dark {
	background: #bdc0c8;
}
#content .portfolio-area .owl-dot span {
	background: #bdc0c8;
	width: 4px;
	height: 4px;
	top: 3px;
	right: 5px; 
	position: absolute;
	margin: 0;
	border: 2px solid rgba(0, 0, 0, 0);
}
#content .portfolio-area .owl-dot.active span {
	background: #9fd45a;
	width: 15px;
	height: 15px;
	border: 2px solid #fff;
	top: -3px;
	right: -2px;
}
/*
#content .portfolio-area .owl-dot.active:before {
	content: '';
	width: 478px;
	height: 100%;
	background: #bdc0c8;
	position: absolute;
	left: -478px;
	top: 0;
}*/
.image {
	position: relative;
}
.image:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0,0,0,0.5);
}

#rev_slider_1_1_wrapper p {
	text-align: center !important;
}






/*  Footer  */
#footer {
    padding: 28px 0 0;
    background: #EEE;
}
#footer .pull-right ul li:first-child:before {display: none;}
#footer .last-row {
	background: #E6E8ED;
	padding: 15px 0;
	margin-top: 20px;
}
#footer .last-row p {font-size: 10px; line-height: 242%;}
#footer .social li {
	display: inline-block;
	margin: 0 0 0 22px;
}
#footer .social li a {color: #59535B; font-size: 17px;}
#footer .box {
	float: left;
	margin: 0 0 0 2%;
	padding-left: 50px;
	width: 48%;
	border-left: 2px solid #ebecf0;
}
#footer .box:first-child {margin-left: 0; padding: 0;}
#footer h4 {
	color: #1DAEEC; 
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 13px;
	font-family: 'Roboto', sans-serif;
}
#footer .list {float: left; margin-right: 30px;}
#footer .list li, #footer .list li a {
	color: #59535B; 
	font-size: 10px;
	list-style: none;
	line-height: 220%;
}
#footer .list li a {line-height: 130%;}
#footer .map-ic, #footer .mail-ic, #footer .tel-ic {
	padding: 0 0 0 20px;
}
#footer .map-ic {
	background: url("../images/icons/map-ic.png") no-repeat left 3px;
}
#footer .mail-ic {
	background: url("../images/icons/mail-ic.png") no-repeat left 3px;
}
#footer .tel-ic {
	background: url("../images/icons/tel-ic.png") no-repeat left 3px;
}
.top {
    right: 35px;
	bottom: 155px;
	width: 50px;
	height: 50px;
	position: fixed;
	
	z-index: 200;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
	background: url("../images/icons/top-arrow.png") no-repeat center center;
}
.top:hover {
	opacity: 0.9;
	text-decoration: none;
}


.btn:hover {opacity: 0.8 !important;}
.map iframe {pointer-events:none;}
.large-pic .owl-nav button, .custom.tparrows {
	top: 44% !important;
	width: 25px !important;
	height: 134px !important;
	outline: none;
}
#content {
	padding-top: 70px;
}
.large-pic .owl-nav button.owl-prev, .custom.tparrows.tp-leftarrow {
	background: url("../images/icons/arrow-left.png") no-repeat 0 0  !important;
}
.large-pic .owl-nav button.owl-next, .custom.tparrows.tp-rightarrow {
	background: url("../images/icons/arrow-right.png") no-repeat 0 0  !important;
}

.custom.tparrows:before, .custom.tparrows:after {
	display: none !important;
}







::before,
::after {
	content: "";
}


/*
.btn {
	display: inline-block;
	text-transform: uppercase;
	border: 2px solid #2c3e50;
	margin-top: 100px; 
	font-size: 0.7em;
	font-weight: 700;
	padding: 0.1em 0.4em;
	text-align: center;
	-webkit-transition: color 0.3s, border-color 0.3s;
	-moz-transition: color 0.3s, border-color 0.3s;
	transition: color 0.3s, border-color 0.3s;
}

.btn:hover {
	border-color: #16a085;
	color: #16a085;
}
*/
/* basic grid, only for this demo */

.align {
	clear: both;
	margin: 0px auto 0px;
	width: 100%;
	text-align: center;
}

.align > li {
	width: 500px;
	display: inline-block;
	margin: 30px 20px 10px 30px;
	padding: 0 0 0 60px;
	vertical-align: top;
}

/* ///////////////////////////////////////////////////

HARDCOVER
Table of Contents

1. container
2. background & color
3. opening cover, back cover and pages
4. position, transform y transition
5. events
6. Bonus
	- Cover design
	- Ribbon
	- Figcaption
7. mini-reset

/////////////////////////////////////////////////////*/

/*
	1. container
*/

.book {
	position: relative;
	width: 160px; 
	height: 220px;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/*
	2. background & color
*/

/* HARDCOVER FRONT */
.hardcover_front li:first-child {
	background-color: #eee;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* reverse */
.hardcover_front li:last-child {
	background: #fffbec;
}

/* HARDCOVER BACK */
.hardcover_back li:first-child {
	background: #fffbec;
}

/* reverse */
.hardcover_back li:last-child {
	background: #fffbec;
}

.book_spine li:first-child {
	background: #eee;
}
.book_spine li:last-child {
	background: #333;
}

/* thickness of cover */

.hardcover_front li:first-child:after,
.hardcover_front li:first-child:before,
.hardcover_front li:last-child:after,
.hardcover_front li:last-child:before,
.hardcover_back li:first-child:after,
.hardcover_back li:first-child:before,
.hardcover_back li:last-child:after,
.hardcover_back li:last-child:before,
.book_spine li:first-child:after,
.book_spine li:first-child:before,
.book_spine li:last-child:after,
.book_spine li:last-child:before {
	background: #999;
}

/* page */

.pagea > li {
	background: -webkit-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
	background: -moz-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
	background: -ms-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
	background: linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
	box-shadow: inset 0px -1px 2px rgba(50, 50, 50, 0.1), inset -1px 0px 1px rgba(150, 150, 150, 0.2);
	border-radius: 0px 5px 5px 0px;
}

/*
	3. opening cover, back cover and pages
*/

.hardcover_front {
	-webkit-transform: rotateY(-34deg) translateZ(8px);
	-moz-transform: rotateY(-34deg) translateZ(8px);
	transform: rotateY(-34deg) translateZ(8px);
	z-index: 100;
}

.hardcover_back {
	-webkit-transform: rotateY(-15deg) translateZ(-8px);
	-moz-transform: rotateY(-15deg) translateZ(-8px);
	transform: rotateY(-15deg) translateZ(-8px);
}

.pagea li:nth-child(1) {
	-webkit-transform: rotateY(-28deg);
	-moz-transform: rotateY(-28deg);
	transform: rotateY(-28deg);
}

.pagea li:nth-child(2) {
	-webkit-transform: rotateY(-30deg);
	-moz-transform: rotateY(-30deg);
	transform: rotateY(-30deg);
}

.pagea li:nth-child(3) {
	-webkit-transform: rotateY(-32deg);
	-moz-transform: rotateY(-32deg);
	transform: rotateY(-32deg);
}

.pagea li:nth-child(4) {
	-webkit-transform: rotateY(-34deg);
	-moz-transform: rotateY(-34deg);
	transform: rotateY(-34deg);
}

.pagea li:nth-child(5) {
	-webkit-transform: rotateY(-36deg);
	-moz-transform: rotateY(-36deg);
	transform: rotateY(-36deg);
}

/*
	4. position, transform & transition
*/

.hardcover_front,
.hardcover_back,
.book_spine,
.hardcover_front li,
.hardcover_back li,
.book_spine li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.hardcover_front,
.hardcover_back {
	-webkit-transform-origin: 0% 100%;
	-moz-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
}

.hardcover_front {
	-webkit-transition: all 0.8s ease, z-index 0.6s;
	-moz-transition: all 0.8s ease, z-index 0.6s;
	transition: all 0.8s ease, z-index 0.6s;
}

/* HARDCOVER front */
.hardcover_front li:first-child {
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-transform: translateZ(2px);
	-moz-transform: translateZ(2px);
	transform: translateZ(2px);
}

.hardcover_front li:last-child {
	-webkit-transform: rotateY(180deg) translateZ(2px);
	-moz-transform: rotateY(180deg) translateZ(2px);
	transform: rotateY(180deg) translateZ(2px);
}

/* HARDCOVER back */
.hardcover_back li:first-child {
	-webkit-transform: translateZ(2px);
	-moz-transform: translateZ(2px);
	transform: translateZ(2px);
}

.hardcover_back li:last-child {
	-webkit-transform: translateZ(-2px);
	-moz-transform: translateZ(-2px);
	transform: translateZ(-2px);
}

/* thickness of cover */
.hardcover_front li:first-child:after,
.hardcover_front li:first-child:before,
.hardcover_front li:last-child:after,
.hardcover_front li:last-child:before,
.hardcover_back li:first-child:after,
.hardcover_back li:first-child:before,
.hardcover_back li:last-child:after,
.hardcover_back li:last-child:before,
.book_spine li:first-child:after,
.book_spine li:first-child:before,
.book_spine li:last-child:after,
.book_spine li:last-child:before {
	position: absolute;
	top: 0;
	left: 0;
}

/* HARDCOVER front */
.hardcover_front li:first-child:after,
.hardcover_front li:first-child:before {
	width: 4px;
	height: 100%;
}

.hardcover_front li:first-child:after {
	-webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
	-moz-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
	transform: rotateY(90deg) translateZ(-2px) translateX(2px);
}

.hardcover_front li:first-child:before {
	-webkit-transform: rotateY(90deg) translateZ(158px) translateX(2px);
	-moz-transform: rotateY(90deg) translateZ(158px) translateX(2px);
	transform: rotateY(90deg) translateZ(158px) translateX(2px);
}

.hardcover_front li:last-child:after,
.hardcover_front li:last-child:before {
	width: 4px;
	height: 160px;
}

.hardcover_front li:last-child:after {
	-webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(-2px) translateY(-78px);
	-moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(-2px) translateY(-78px);
	transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(-2px) translateY(-78px);
}
.hardcover_front li:last-child:before {
	box-shadow: 0px 0px 30px 5px #333;
	-webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(-2px) translateY(-78px);
	-moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(-2px) translateY(-78px);
	transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(-2px) translateY(-78px);
}

/* thickness of cover */

.hardcover_back li:first-child:after,
.hardcover_back li:first-child:before {
	width: 4px;
	height: 100%;
}

.hardcover_back li:first-child:after {
	-webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
	-moz-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
	transform: rotateY(90deg) translateZ(-2px) translateX(2px);
}
.hardcover_back li:first-child:before {
	-webkit-transform: rotateY(90deg) translateZ(158px) translateX(2px);
	-moz-transform: rotateY(90deg) translateZ(158px) translateX(2px);
	transform: rotateY(90deg) translateZ(158px) translateX(2px);
}

.hardcover_back li:last-child:after,
.hardcover_back li:last-child:before {
	width: 4px;
	height: 160px;
}

.hardcover_back li:last-child:after {
	-webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(2px) translateY(-78px);
	-moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(2px) translateY(-78px);
	transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(2px) translateY(-78px);
}

.hardcover_back li:last-child:before {
	box-shadow: 10px -1px 80px 20px #666;
	-webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(2px) translateY(-78px);
	-moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(2px) translateY(-78px);
	transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(2px) translateY(-78px);
}

/* BOOK SPINE */
.book_spine {
	-webkit-transform: rotateY(60deg) translateX(-5px) translateZ(-12px);
	-moz-transform: rotateY(60deg) translateX(-5px) translateZ(-12px);
	transform: rotateY(60deg) translateX(-5px) translateZ(-12px);
	width: 16px;
	z-index: 0;
}

.book_spine li:first-child {
	-webkit-transform: translateZ(2px);
	-moz-transform: translateZ(2px);
	transform: translateZ(2px);
}

.book_spine li:last-child {
	-webkit-transform: translateZ(-2px);
	-moz-transform: translateZ(-2px);
	transform: translateZ(-2px);
}

/* thickness of book spine */
.book_spine li:first-child:after,
.book_spine li:first-child:before {
	width: 4px;
	height: 100%;
}

.book_spine li:first-child:after {
	-webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
	-moz-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
	transform: rotateY(90deg) translateZ(-2px) translateX(2px);
}

.book_spine li:first-child:before {
	-webkit-transform: rotateY(-90deg) translateZ(-12px);
	-moz-transform: rotateY(-90deg) translateZ(-12px);
	transform: rotateY(-90deg) translateZ(-12px);
}

.book_spine li:last-child:after,
.book_spine li:last-child:before {
	width: 4px;
	height: 16px;
}

.book_spine li:last-child:after {
	-webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(8px) translateX(2px) translateY(-6px);
	-moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(8px) translateX(2px) translateY(-6px);
	transform: rotateX(90deg) rotateZ(90deg) translateZ(8px) translateX(2px) translateY(-6px);
}

.book_spine li:last-child:before {
	box-shadow: 5px -1px 100px 40px rgba(0, 0, 0, 0.2);
	-webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-210px) translateX(2px) translateY(-6px);
	-moz-transform: rotateX(90deg) rotateZ(90deg) translateZ(-210px) translateX(2px) translateY(-6px);
	transform: rotateX(90deg) rotateZ(90deg) translateZ(-210px) translateX(2px) translateY(-6px);
}
#content .component ul {
	margin: 0;
	list-style: none;
}
.btn2 {
	margin-top: 40px;
	display: block;
}
.pagea,
.pagea > li {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.pagea {
	width: 100%;
	height: 98%;
	top: 1%;
	left: 3%;
	z-index: 10;
}

.pagea > li {
	width: 100%;
	height: 100%;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition-property: transform;
	-moz-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	transition-timing-function: ease;
}

.pagea > li:nth-child(1) {
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	transition-duration: 0.6s;
}

.pagea > li:nth-child(2) {
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	transition-duration: 0.6s;
}

.pagea > li:nth-child(3) {
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.pagea > li:nth-child(4) {
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.pagea > li:nth-child(5) {
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	transition-duration: 0.6s;
}

/*
	5. events
*/

.book:hover > .hardcover_front {
	-webkit-transform: rotateY(-145deg) translateZ(0);
	-moz-transform: rotateY(-145deg) translateZ(0);
	transform: rotateY(-145deg) translateZ(0);
	z-index: 0;
}

.book:hover > .pagea li:nth-child(1) {
	-webkit-transform: rotateY(-30deg);
	-moz-transform: rotateY(-30deg);
	transform: rotateY(-30deg);
	-webkit-transition-duration: 1.5s;
	-moz-transition-duration: 1.5s;
	transition-duration: 1.5s;
}

.book:hover > .pagea li:nth-child(2) {
	-webkit-transform: rotateY(-35deg);
	-moz-transform: rotateY(-35deg);
	transform: rotateY(-35deg);
	-webkit-transition-duration: 1.8s;
	-moz-transition-duration: 1.8s;
	transition-duration: 1.8s;
}

.book:hover > .pagea li:nth-child(3) {
	-webkit-transform: rotateY(-118deg);
	-moz-transform: rotateY(-118deg);
	transform: rotateY(-118deg);
	-webkit-transition-duration: 1.6s;
	-moz-transition-duration: 1.6s;
	transition-duration: 1.6s;
}

.book:hover > .pagea li:nth-child(4) {
	-webkit-transform: rotateY(-130deg);
	-moz-transform: rotateY(-130deg);
	transform: rotateY(-130deg);
	-webkit-transition-duration: 1.4s;
	-moz-transition-duration: 1.4s;
	transition-duration: 1.4s;
}

.book:hover > .pagea li:nth-child(5) {
	-webkit-transform: rotateY(-140deg);
	-moz-transform: rotateY(-140deg);
	transform: rotateY(-140deg);
	-webkit-transition-duration: 1.2s;
	-moz-transition-duration: 1.2s;
	transition-duration: 1.2s;
}

/*
	6. Bonus
*/

/* cover CSS */

.coverDesign {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.coverDesign::after {
	background-image: -webkit-linear-gradient( -135deg, rgba(255, 255, 255, 0.45) 0%, transparent 100%);
	background-image: -moz-linear-gradient( -135deg, rgba(255, 255, 255, 0.45) 0%, transparent 100%);
	background-image: linear-gradient( -135deg, rgba(255, 255, 255, 0.45) 0%, transparent 100%);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.coverDesign h1 {
	color: #fff;
	font-size: 2.2em;
	letter-spacing: 0.05em;
	text-align: center;
	margin: 54% 0 0 0;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.1);
}

.coverDesign p {
	color: #f8f8f8;
	font-size: 1em;
	text-align: center;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.1);
}

.yellow {
	background-color: #f1c40f;
	background-image: -webkit-linear-gradient(top, #f1c40f 58%, #e7ba07 0%);
	background-image: -moz-linear-gradient(top, #f1c40f 58%, #e7ba07 0%);
	background-image: linear-gradient(top, #f1c40f 58%, #e7ba07 0%);
}
/*
.blue {
	background-color: #3498db;
	background-image: -webkit-linear-gradient(top, #3498db 58%, #2a90d4 0%);
	background-image: -moz-linear-gradient(top, #3498db 58%, #2a90d4 0%);
	background-image: linear-gradient(top, #3498db 58%, #2a90d4 0%);
}*/
.coverDesign {
	width: 100%;
	z-index: 77;
}
.coverDesign img {
	height: 100%;
	 object-fit: cover;
}
.grey {
	background-color: #f8e9d1;
	background-image: -webkit-linear-gradient(top, #f8e9d1 58%, #e7d5b7 0%);
	background-image: -moz-linear-gradient(top, #f8e9d1 58%, #e7d5b7 0%);
	background-image: linear-gradient(top, #f8e9d1 58%, #e7d5b7 0%);
}

/* Basic ribbon */

.ribbon {
	background: #c0392b;
	color: #fff;
	display: block;
	font-size: 0.7em;
	position: absolute;
	top: 11px;
	right: 1px;
	width: 40px;
	height: 20px;
	line-height: 20px;
	letter-spacing: 0.15em; 
	text-align: center;
	-webkit-transform: rotateZ(45deg) translateZ(1px);
	-moz-transform: rotateZ(45deg) translateZ(1px);
	transform: rotateZ(45deg) translateZ(1px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 10;
}

.ribbon::before,
.ribbon::after{
	position: absolute;
	top: -20px;
	width: 0;
	height: 0;
	border-bottom: 20px solid #c0392b;
	border-top: 20px solid transparent;
}

.ribbon::before{
	left: -20px;
	border-left: 20px solid transparent;
}

.ribbon::after{
	right: -20px;
	border-right: 20px solid transparent;
}

/* figcaption */

figcaption {
	padding-left: 40px;
	text-align: left;
	position: absolute;
	top: 0%;
	left: 160px;
	width: 310px;
}

figcaption h1 {
	margin: 0;
}

figcaption span {
	color: #16a085;
	padding: 0.6em 0 1em 0;
	display: block;
}

figcaption p {
	color: #63707d;
	line-height: 1.3;
}

/* Media Queries */
@media screen and (max-width: 37.8125em) {
	.align > li {
		width: 100%;
		min-height: 240px;
		height: auto;
		padding: 0;
		margin: 0 0 30px 0;
	}

	.book {
		margin: 0 auto;
	}

	figcaption {
		text-align: center;
		width: 320px;
		top: 250px;
		padding-left: 0;
		left: -80px;
		font-size: 90%;
	}
}
.logged-in #header {
	top: 32px;
}
.company-area .photo-post {
	width: 22%;
	margin-left: 2%;
}
.company-area .col3 {
	width: 50%;
}
.clients {
	text-align: center;
}
.clients .wpb_single_image {
	display: inline-block;
	margin: 0 1%;
}
.jq-selectbox {
	float: left;
	text-align: left;
	margin-left: 15px;
	margin-top: 7px;
	width: 200px;
}
#content .form-phone-2 .jq-selectbox {
	margin-left: 20px;
}
#content .jq-selectbox__select {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	text-shadow: none;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #fff;
}
.jq-selectbox__dropdown {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;  
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
 color: #fff;
 opacity: 1;
}
.jq-selectbox__trigger {
	border: none;
}
.jq-selectbox__trigger-arrow {
	display: none;
}


#content .form-title input::-webkit-input-placeholder { /* WebKit browsers */
	color: #C11F8A;
}
#content .form-title input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  	color: #C11F8A;
}
#content .form-title input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #C11F8A;
}
#content .form-title input:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #C11F8A;
}

#content .form-mail input::-webkit-input-placeholder { /* WebKit browsers */
	color: #1DAEEC;
}
#content .form-mail input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  	color: #1DAEEC;
}
#content .form-mail input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #1DAEEC;
}
#content .form-mail input:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #1DAEEC;
}
.wpcf7-response-output {
	background: #fff;
}
.nav-footer li {
	display: inline-block;
	width: 40%;
	margin-right: 2%;
	vertical-align: top;
}
.large-img4 {
	margin-bottom: 20px;
}
