/* TEST FLIP */
.row{
	background: #fff;	
}

.flip-container {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
}

.flip-container, .front, .back, .flipper {
   width: 100%;
   height: 100%;
}

.flipper {
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    position: relative;
}

.front, .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;

    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;

    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    
    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;
    
    transition: 0.6s;
    transform-style: preserve-3d;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
}

.front{
	/*background: #000;*/
	background: #fff;
}

.back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #fff;
    overflow: hidden;
}

.fliped_back{
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
}

.fliped_front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    opacity: 0;
}
/*
@media only screen and (min-width:800px){ 
	.simple_flip:hover .back, .flip-container.hover .back {
	    -webkit-transform: rotateY(0deg);
	    -moz-transform: rotateY(0deg);
	    -o-transform: rotateY(0deg);
	    -ms-transform: rotateY(0deg);
	    transform: rotateY(0deg);
	    opacity: 1;
	}
	.simple_flip:hover .front, .flip-container.hover .front {
	    -webkit-transform: rotateY(180deg);
	    -moz-transform: rotateY(180deg);
	    -o-transform: rotateY(180deg);
	    transform: rotateY(180deg);
	    opacity: 0;
	}
}*/

/* END TEST FLIP*/
body{
	/*background: #000;*/
}

.fullWidth {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: initial;
   min-width: 100%;
}

.partWidth {
   width: 60%;
   margin-left: auto;
   margin-right: auto;
   max-width: initial;
   min-width: 65%;
}

.row .columns{
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.grid_item{
  background-repeat: no-repeat !important;
  background-position: center center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.grid_item, .grid_item a{
  overflow: hidden;
  height: 100%;
  width: 100%;
  width: auto !important;
  position: relative;
}

@media (min-width: 1050px) { 
	.product_content{
		padding: 10% 10% 40px 10.5%;
	}
	.row .columns{
		min-height: 650px;
	}
}

/*@media (max-width: 64.063em) { */
@media (max-width: 1050px) { 
	.row .columns{
		width: 100%;
		max-width: 100%;
	}	
	#scroll_button{
		display: none;
	}
	.product_content{
		padding: 6% 5% 60px 3.5%;
	}
	.grid_item{
	  -webkit-background-size: contain !important;
	  -moz-background-size: contain !important;
	  -o-background-size: contain !important;
	  background-size: contain !important;
	}
}


.front .product_content{
	color: #000;
}

.front .product_content h1{
	color: #000;
}

.front .product_content h2{
	color: #000;
}

.front .product_content a{
	color: #000;
}
.front .product_content a:hover{
	color: #c89514;
}


/*.front .product_content{
	color: #c89514;
}
.back .product_content{
	color: #000;
}

.front .product_content h1{
	color: #c89514;
}

.front .product_content h2{
	color: #c89514;
}

.front .product_content a{
	color: #c89514;
}
.front .product_content a:hover{
	color: #fff;
}
.back .product_content a{
	color: #000;
}
.back .product_content a:hover{
	color: #c89514;
}

.back .product_content h1{
	color: #000;
}
.back .product_content h2{
	color: #000;
}*/
.product_content p{
	text-align: justify !important; 
}

.back .about_person, .front .about_person{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 10% 0 0 0;
	line-height: 1.5;
	text-align: center;
}

.front .about_design, .back .about_design{
	position: absolute;
	top: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	padding-top: 20px;
	/*height: 300px;*/
}
.plus_more{
	width: 34px;
	height: 34px;
	background: url("http://llev.live/wp-content/themes/llev_2014/img/more_plus.png");
	background-repeat: no-repeat;
	background: url("http://llev.live/wp-content/themes/llev_2014/img/more_plus.svg"), none;
	margin: 25px auto 0 auto;
}

.plus_more:hover{
	background-position: 0 -34px;
	cursor: pointer;
}
.about_design .plus_more{
	margin-top: 50px;
}

.back .about_design p, .back .about_person p{
	margin-top: 8%;
}
/*
@media (max-width: 64.063em) { 
	.back .about_design p{
		margin-top: 8%;
	}
}*/

.front .about_design h1,.back .about_design h1{
	font-size: 55px;
}
.about_design .description{
	width: 75%;
	margin: 0 auto;
	text-align: justify;
}



#scroll_button{
	position: fixed;
	right: 4%;
	bottom: 40px;
	width: 30px;
	height: 30px;
	z-index: 10;
    /*
	-webkit-box-shadow: 0 0 8px 0px #fff;
	box-shadow: 0 0 8px 0px #fff;
    */
    filter: drop-shadow(0px 0px 2px #ffffff);
    -webkit-filter: drop-shadow(0px 0px 2px #ffffff);
    -moz-filter: drop-shadow(0px 0px 2px #ffffff);
	border-radius: 50%;
}

/*#scroll_next, #scroll_top{
	width: 27px;
	height: 27px;
	background: url("http://llev.live/wp-content/themes/llev_2014/img/page_scroll.png");
	background-repeat: no-repeat;
  	background: url("http://llev.live/wp-content/themes/llev_2014/img/page_scroll.svg"), none;
  	margin: -1px 0 0 -1px;
}

#scroll_next{
	background-position: -27px 0px;
}*/

#scroll_top{	
}

/*@media (max-width: 64.063em) {*/
	#scroll_next, #scroll_top{
		width: 31px;
		height: 31px;
		background: url("http://llev.live/wp-content/themes/llev_2014/img/page_scroll_large.png");
		background-repeat: no-repeat;
	  	background: url("http://llev.live/wp-content/themes/llev_2014/img/page_scroll_large.svg"), none;
	  	margin: -1px 0 0 -1px;
	}
	
	#scroll_next{
		background-position: -31px 0px;
	}

/*}*/


.scroll_button{
	font-size: 20px;
	cursor: pointer;
}


#content{
	opacity: 0;	
	}
	
footer {
	opacity: 0;
	}


/* ----- player -----*/

.video_play_button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	background: url(http://test.llev.live/wp-content/themes/llev_2014/player/bigplay.svg) no-repeat;
     cursor: pointer;
}

.video_play_button {
	background-image: url(http://test.llev.live/wp-content/themes/llev_2014/player/bigplay.png);
}
/*
.video_wrapper{
    position: absolute;
}*/

#videoWrapper {
	position: relative;
	/*padding-bottom: 56.25%;*/ /* 16:9 */
	/*padding-top: 25px; - odebráno způsobuje bílé čáry*/ 
	/*height: 0;*/
    /*height: 100%;*/
}

#videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 1050px) {
    #videoWrapper {
        /*padding-bottom: 56.25%;*/ /* 16:9 */
        /*height: 0;*/
    }   
}

.depend_about{
    background-size: cover !important;
}