/* GENERAL */

h2{
	line-height: 140%;
}
p{
	line-height: 140%;
}

.width-3cols{
	width: 33%;
}

#header nav.main ul li.submit a{
	background-color: #FEAAFF;
}

.block{
	background-color: #313131;
	color: #fff;
}
.block-book{
	font-size: 18px;
	font-weight: 100;
	overflow: hidden;
}

#content .button{
	height: 69px;
	padding: 0 50px;
	line-height: 69px;
    font-weight: 700;
    font-size: 14px;
    border-radius: 0;
    background-color: #FEAAFF;
}
#content .text-input{
	height: 69px;
	line-height: 69px;
	border-radius: 0;
}

#content .list-follow a{
	color: #fff;
	cursor: pointer;

	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#content .list-follow a:hover{
	color: #FEAAFF;
	opacity: 1;
}

.heading-emphasis:after {
    content: '';
    display: block;
    width: 80px;
    margin-top: 8px;
    border-bottom: 2px solid #fff;
}

.box-text{
	padding: 50px 0;
}
.box-text.style2{
	padding-bottom: 90px;
}

/* BOX-COVER */

.box-cover {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;

	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;

    position: relative;
    height: calc(100% - 70px);
    height: calc(100vh - 70px);
    min-height: 864px;
    background: #242424;
    overflow: hidden;
}

.box-cover.bg-cover {
	background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}

.box-cover .content{
	position: relative;
	text-align: center;
	z-index: 1;
}

.fullscreen-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    z-index: 0;
    object-fit: cover;
}

.box-cover .list-follow,
.box-cover .list-social{
	position: absolute;
	bottom: 30px;
	right: 30px;
	z-index: 1;
}
.box-cover .list-social .ico-svg,
.box-cover .list-social:hover .ico-svg{
	fill: #fff;
}
.box-cover .list-social:hover .ico-svg{
	opacity: 0.75;
}

.box-cover h3 span{
	display: block;
	line-height: 30px;
}
.box-cover h3{
	font-size: 24px;
	font-weight: bold;
}

.box-cover .button{
	width: 350px;
	max-width: 100%;
}

.quote{
	font-size: 24px;
	font-style: italic;
}

/* BOX-PARALLAX-TEXT */

.box-parallax-text{
	position: relative;
	width: 450px;
	height: 398px;
	margin: 30px auto;
	text-align: center;
}
.box-parallax-text.style2{
	width: 600px;
	height: 306px;
}
.box-parallax-text img{
	position: absolute;
	top: 0;
	left: 50%;
	width: 427px;
	height: 378px;

	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.box-parallax-text.style2 img{
	width: 600px;
	height: auto;
}

#layer1{
	z-index: 1;
}
#layer2{
	top: 10px;
	z-index: 0;
}

/* BOX-COLLABORATION */

.box-collaboration {
	padding-bottom: 50px;
}
.box-collaboration hr{
	display: block;
	width: 1px;
	height: 40px;
	margin: 10px auto;
	background-color: rgba(255,255,255,0.5);
	border: 0;
}
.box-collaboration p{
	margin: 0;
	font-size: 15px;
	font-weight: 100;
}
.box-collaboration li{
	display: inline-block;
	margin: 0 10px;
	height: 60px;
}
.box-collaboration img{
	position: relative;
	vertical-align: middle;

	-webkit-transform: translateZ(0);
    transform: translateZ(0);

	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.box-collaboration img:hover{
	opacity: 0.5;
}

/* SWIPER */

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;

    cursor: -webkit-grab;
    cursor: -moz-grab;
    z-index: 1;
}
.swiper-wrapper.grabbing {
	cursor: -webkit-grabbing; 
	cursor: -moz-grabbing;
}

.swiper-container {
	position: relative;
    width: 100%;
}
.swiper-slide {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;

	opacity: 0.2;

	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.swiper-slide-active{
	opacity: 1;
}
.swiper-slide img{
	width: 100%;
	height: auto;
}

.swiper-footer{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;

	padding: 20px 20px 0 20px;
}

.swiper-pagination {
	overflow: hidden;
}
.swiper-pagination-bullet{
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 5px;
	background-color: #fff;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;

	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover{
	background-color: #FEAAFF;
}

.box-hand {
	position: relative;
	top: 5px;
	padding-right: 10px;
}
.box-hand svg{
	position: relative;
	z-index: 1;

	-webkit-animation: handAnimate 1s infinite;
    animation: handAnimate 1s infinite;
}
.box-hand .arrow{
	position: absolute;
	top: 5px;
	right: 0;
	width: 50px;
	height: 1px;
	background-color: #fff;
	z-index: 0;
}
.box-hand .arrow:after{
	content: '';
	position: absolute;
	top: -3px;
	width: 6px;
	height: 6px;
	border: 1px solid #fff;
	border-left: none;
	border-bottom: none;
}
.box-hand .arrow:after{
	right: 0;

	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@-webkit-keyframes handAnimate {
	0% {
		-webkit-transform: translateX(10px);
	}
	50% {
		-webkit-transform: translateX(-10px);
	}
	100% {
		-webkit-transform: translateX(10px);
	}
}

@keyframes handAnimate {
	0% {
		transform: translateX(10px);
	}
	50% {
		transform: translateX(-10px);
	}
	100% {
		transform: translateX(10px);
	}
}

/* BOX-PAY-TWEET */

.box-pay-tweet{
	text-align: center;
}

.tab-twitter{
	display: none;
	width: 400px;
	max-width: 100%;
	min-height: 243px;
	margin: 0 auto;
}
.tab-twitter.active{
	display: block;
}
.tab-twitter .ico-twitter{
	width: 100px;
	height: auto;
	margin-bottom: 15px;
}
.tab-twitter .form{
	width: 300px;
	max-width: 100%;
	margin: 0 auto;
}
.tab-twitter .form .text-input,
.tab-twitter .form .button{
	width: 100%;
}
.tab-twitter .form p{
	margin-bottom: 10px;
}
.tab-twitter .form p:last-child{
	margin-bottom: 0;
}
.tab-twitter .terms{
	padding-top: 10px;
	text-align: left;
	font-size: 13px;
}
.tab-twitter .terms input{
	vertical-align: middle;
}
.form-error{
	font-size: 15px;
	color: #df6c4f;
}

/* BOX-FOOTER */

.box-footer{
	padding-top: 50px;
	text-align: center;
}
.box-footer p{
	margin-bottom: 0;
	font-size: 14px;
}

.box-footer .heading-emphasis{
	text-transform: uppercase;
}
.box-footer .heading-emphasis:after{
	margin: 15px auto;
}
.box-footer .heading-emphasis span{
	font-size: 16px;
}

/* MEDIA QUERIES */

@media screen and (max-width: 600px) {

	.width-3cols{
		width: auto;
	}

	h3{
		font-size: 18px;
	}

	.box-text.style2{
		padding-bottom: 50px;
	}

	.box-cover {
		display: block;
	    min-height: 700px;
	    padding-top: 35px;
	    background: url(../images/book/2016/case-studies/bg-video.jpg) center center / cover no-repeat;
	}
    .fullscreen-video {
        display: none;
    }
	.box-cover .content {
	    padding: 0 20px;
	    overflow: hidden;
	}
	.box-cover .list-follow {
	    right: 50%;

	    -webkit-transform: translateX(50%);
        transform: translateX(50%);
	}

	.box-parallax-text{
		margin: 40px auto;
	}
	.box-parallax-text,
	.box-parallax-text img{
		width: 280px;
		height: 247px;
	}

	.box-collaboration {
	    padding-bottom: 20px;
	}
	.box-collaboration ul{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;

		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.box-collaboration li{
		max-width: 20%;
	}

	.box-cover .list-social {
	    bottom: 15px;
	    right: 50%;
	    transform: translateX(50%);
	}

}

body.style-webgl #content .button,
body.style-webgl .swiper-pagination-bullet-active,
body.style-webgl .swiper-pagination-bullet:hover{
	background-color: #a897ce;
}

body.style-tasty #content .button,
body.style-tasty .swiper-pagination-bullet-active,
body.style-tasty .swiper-pagination-bullet:hover{
	background-color: #fc7c54;
}

body.style-vol2 #content .button,
body.style-vol2 .swiper-pagination-bullet-active,
body.style-vol2 .swiper-pagination-bullet:hover{
	background-color: #AE9874;
}

body.style-vol3 #content .button,
body.style-vol3 .swiper-pagination-bullet-active,
body.style-vol3 .swiper-pagination-bullet:hover{
	background-color: #6FBDA8;
}

.list-items,
.list-items h3 a {
    color: #adadad;
}
.list-items .box-info {
    background-color: #434343;
}

#content .button:hover{
	opacity: 0.75!important;
}