/*
 * Swiper 2.6.0
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2014, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: April 9, 2014
*/
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
	/* Specify Swiper's Size: */

	/*width:200px;
	height: 100px;*/
}
.swiper-slide {
	/* Specify Slides's Size: */
	
	/*width: 100%;
	height: 100%;*/
}
.swiper-slide-active {
	/* Specific active slide styling: */
	
}
.swiper-slide-visible {
	/* Specific visible slide styling: */	

}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
	/* Stylize pagination button: */	

}
.swiper-active-switch {
	/* Specific active button style: */	
	
}
.swiper-visible-switch {
	/* Specific visible button style: */	
	
}

/* ========================================================================================================= */

.showcase-outer {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #000;
    padding-top: 100px;
}
#page.menu-opened .showcase-outer {
    padding-top: 0;
}
.showcase {
    width: 66.66666666666666%;
    height: 800px;
    color: #fff;
    text-align: center;
    float: left;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}
.swiper-slide {
    position: relative;
}
.swiper-container .swiper-slide {
    background-size: cover;
}
.swiper-slide .title {
    font-style: italic;
    font-size: 42px;
    margin-top: 80px;
    margin-bottom: 0;
    line-height: 45px;
}
.pagination {
    position: absolute;
    z-index: 20;
    left: 10px;
    bottom: 10px;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #222;
    margin-right: 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
.swiper-visible-switch {
    background: #aaa;
}
.swiper-active-switch {
    background: #fff;
}
.swiper-slide .plane {
    position: absolute;
    width: 100%;
    height: 100%;
}
.swiper-slide .big_text {
    position: absolute;
    width: 100%;
    font-size: 60px;
    font-weight: bold;
    text-shadow: 1px 2px 10px #000;
    color: #fff;
    margin: 0;
}
.swiper-slide .small_text {
    position: absolute;
    width: 100%;
    font-size: 32px;
    text-shadow: 1px 2px 10px #000;
    color: #fff;
    margin: 0;
}
.swiper-slide a {
    color: #ef4023;
    text-decoration: none;
}
.swiper-slide-active {
    z-index: 11;
}
.swiper-slide .button {
    position: absolute;
    width: 100%;
    margin: 0;
}
.swiper-slide .button a {
    background-color: #ef4223;
    font-size: 25px;
    color: #000;
    text-shadow: 1px 1px rgba(255,255,255,.24);
    border-radius: 0;
    border: none;
    padding: 7px 25px;
}
.swiper-slide .image {
    position: absolute;
    left: 0;
    max-width: 100%;
    max-height: 100%;
}
.swiper-slide .video {
    position: absolute;
    border: 0;
    max-width: 100%;
    max-height: 100%;
    width: 480px;
    height: 360px;
}
.swiper-slide .video img {
    max-width: 100%;
    max-height: 100%;
}
.swiper-slide .video iframe {
    display: none;
    width: 100%;
    height: 100%;
}
.swiper-slide .video.opened iframe {
    display: block;
}
.swiper-slide .video.opened img, .swiper-slide .video.opened span {
    display: none;
}
.swiper-slide .video.left {
    position: absolute;
    left: 0;
}
.swiper-slide .video.right {
    position: absolute;
    right: 0;
}
.swiper-slide .video.center {
    position: absolute;
    left: 50%;
    margin-left: -240px;
}
.swiper-slide .play {
    background: url(../img/YouTube_icon.png) center center no-repeat;
    width:  120px;
    height: 84px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    top: 136px;
    cursor: pointer;
}
.swiper-slide .subscription_form {
    position: relative;
}
.swiper-slide .subscription_form > input[type="text"] {
    margin-right: 12px;
    width: 40%;
    height: 48px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 3px rgba(239, 66, 35, .15);
    -moz-box-shadow: inset 0 0 0 3px rgba(239, 66, 35, .15);
    box-shadow: inset 0 0 0 3px rgba(239, 66, 35, .15);
    border: solid 1px #ef4223;
    font-size: 25px;
    padding: 0 10px;
}
.swiper-slide .subscription_form ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #ef4223;
}
.swiper-slide .subscription_form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #ef4223;
}
.swiper-slide .subscription_form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #ef4223;
}
.swiper-slide .subscription_form :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #ef4223;
}
.swiper-slide .subscription_form > input[type="submit"] {
    height: 48px;
    background-color: #ef4223;
    font-size: 25px;
    color: #000;
    text-shadow: 1px 1px rgba(255,255,255,.24);
    border-radius: 0;
    border: none;
    padding: 0 35px;
}
.showcase .left, .showcase .right {
    background: url("../img/arrow-left.png") no-repeat scroll center center transparent;
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 300ms ease 0s;
    width: 40px;
    z-index: 10;
}
.showcase .left:hover, .showcase .right:hover {
    opacity: 1;
    width: 80px;
}
.showcase .right {
    background: url("../img/arrow-right.png") no-repeat scroll center center transparent;
    left: auto;
    right: 0;
}

/* previews */

.showcase-preview {
    width: 33.33333333333333%;
    height: 800px;
    float: right;
    color: #fff;
    text-align: center;
    background: #000;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    cursor: pointer;
}
.showcase-prev {
    width: 100%;
    height: 50%;
}
.showcase-next {
    height: 50%;
}

.preview-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.preview-container .preview-wrapper {
    position:relative;
    width: 100%;
    height: 100%;
    background-size: cover;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.preview-container .plane {
    position: absolute;
    width: 100%;
    height: 100%;
}
.preview-container .big_text {
    position: relative;
    font-size: 32px;
    font-weight: bold;
    text-shadow: 1px 2px 10px #000;
    margin: 0;
}
.preview-container .image {
    position: absolute;
    left: 0;
    max-width: 100%;
    max-height: 100%;
}
.preview-container a {
    color: #ef4023;
    text-decoration: none;
}
.preview-container .button,
.preview-container .video,
.preview-container .subscription_form,
.preview-container .small_text
{
    display: none;
}

@media only screen and (max-width: 1350px) {
    .showcase {
        width: 100%;
    }
    .showcase-preview {
        display: none;
    }
}

@media only screen and (max-width: 1280px) {
    .swiper-slide .big_text {
        font-size: 45px;
    }
    .swiper-slide .small_text {
        font-size: 22px;
    }
    .swiper-slide .video {
        width: 320px;
        height: 240px;
    }
    .swiper-slide .video.center {
        margin-left: -160px;
    }
    .swiper-slide .play {
        width:  120px;
        height: 84px;
        left: 50%;
        margin-left: -60px;
        top: 78px;
    }
}

@media only screen and (max-width: 768px) {
    .swiper-slide .big_text {
        font-size: 30px;
    }
    .swiper-slide .small_text {
        font-size: 16px;
    }
    .swiper-slide .video {
        width: 320px;
        height: 240px;
    }
    .swiper-slide .video.center {
        margin-left: -160px;
    }
    .swiper-slide .play {
        width:  120px;
        height: 84px;
        left: 50%;
        margin-left: -60px;
        top: 78px;
    }
}

@media only screen and (max-width: 640px) {
    .showcase-outer {
        padding-top: 70px;
    }
    .swiper-slide .big_text {
        font-size: 30px;
    }
    .swiper-slide .small_text {
        font-size: 16px;
    }
    .swiper-slide .button a {
        font-size: 17px;
        padding: 5px 17px;
    }
}

@media only screen and (max-width: 639px) {
    .swiper-slide .button {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .showcase-outer {
        padding-top: 55px;
    }
    .swiper-slide .big_text {
        font-size: 22px;
    }
    .swiper-slide .small_text {
        font-size: 12px;
    }
    .swiper-slide .button {
        display: none;
    }
    .swiper-slide .button a {
        font-size: 13px;
        padding: 4px 13px;
    }
}

@media only screen and (max-width: 360px) {
    .showcase-outer {
        padding-top: 40px;
    }
    .swiper-slide .big_text {
        font-size: 17px;
    }
    .swiper-slide .small_text {
        display: none;
        font-size: 9px;
    }
    .swiper-slide .button a {
        font-size: 10px;
        padding: 3px 10px;
    }
}

@media only screen and (max-width: 320px) {
    .showcase-outer {
        padding-top: 35px;
    }
    .swiper-slide .big_text {
        font-size: 15px;
    }
    .swiper-slide .small_text {
        display: none;
        font-size: 8px;
    }
    .swiper-slide .button a {
        font-size: 9px;
        padding: 2px 8px;
    }
}
