/*

Made with love. Studio More&Less.
moreandless.cz

*/

html{
    border: none;
}

body{
    font-size: 24px; 
    line-height: 28px; 
    padding: 15px;
    padding-top: 0px;
    margin: 0;
    color: black;
    text-transform: lowercase;
    font-family: NeuzeitOffice-Regular, Helvetica, Arial; 		
	font-weight: normal; 
	font-style: normal; 
	
    
}


body.pc, body.pc h1, body.pc h2, body.pc h3, body.pc h4, body.pc h5,
body.safari, body.safari h1, body.safari h2, body.safari h3, body.safari h4, body.safari h5{
    font-size: 24px !important;
    line-height: 1.45 !important;
}

body.pc, body.pc h1, body.pc h2, body.pc h3, body.pc h4, body.pc h5{
    -webkit-text-stroke-width: 0.2px !important; /* fonts on windows look too thin */
}

body.pc nav>ul>li{
    line-height: 20px !important; /* different font embadding on windows */
}

body.pc footer{
    padding-bottom: 2px;
}

body {
    opacity: 1;
    transition: 1s opacity;
}
body.fade-out {
    opacity: 0;
    transition: none;
}

h1, h2, h3, h4, h5{
    padding: 0;
    margin: 0;
    font-size: 24px; 
    font-weight: normal; 
	font-style: normal; 
}

ul, li{
    list-style: none;
    padding: 0;
    margin: 0;
}

p{
    margin: 0;
    padding: 0;
}

a{
    color: black;
    text-decoration: none;
    display: inline-block;
    border: none;
    transition: all 0.5s ease;
}
p.right>a{
    opacity: 0.4;
}
p.right>a:hover{
    opacity: 1.0;
}
a:hover, nav a:hover, a.underline:hover, .text a:hover{
    border: none;
    color: black;
    opacity: 1.0;
}

a:focus, a:focus:hover{
    outline: none;
    color: black;
}

a, a.nounderline, a.nounderline:hover{
    text-decoration: none;
}

a.nounderline{
    text-decoration: none;
    background-color: transparent;
    
}

nav ul li a, a.underline{
    text-decoration: none;
    background-color: transparent;

}
header .col-md-4 a:hover, header .col-md-4 a.active, .numbers:hover, article .numbers a.active{
    text-decoration: none;
    background-color: transparent;
}

.article > .col-md-12 > img, .article > .col-md-6 > img {
    display: block;
    max-width: 100%;
}

@media (min-width: 769px) and (max-width: 1899px){
    nav{
        margin-left: 14px;
    }
	#o-nas{
		margin-left: -100px;
	}
}
#index nav{
    margin-left: 14px;
}

/* Grid */
.col-md-1,
.col-md-2,
.col-md-25,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-85,
.col-md-9,
.col-md-10,
.col-md-11, 
.col-md-12 {
    float: left; 
}

.col-md-1 {
    width: 8.33333%; 
}
.col-md-2 {
    width: 16.66667%; 
}
.col-md-25 {
    width: 18.8%; 
}
.col-md-3 {
    width: 24.9%; /* 25% - 1.1% margin from both sides */
}
.col-md-4 {
    width: 31.1%; /* 33% - 1.1% margin from both sides */
}
.col-md-5 {
    width: 41.66667%; 
}
.col-md-6 {
    width: 50%; 
}
.col-md-6.left {
    width: 44%; 
    margin-left: 4%;
    margin-right: 4%;
    margin-top: 14%;
    margin-bottom: 4%;
}
.col-md-6.right {
    width: 44% !important; /* overrides canvas */
    height: inherit !important;
    margin-top: 3%;
}
.col-md-7 {
    width: 58.33333%; 
}
.col-md-8 {
    width: 66.66667%; 
}
.col-md-85 {
    width: 71.5%; 
}
.col-md-9 {
    width: 75%; 
}
.col-md-10 {
    width: 83.33333%; 
}
.col-md-11 {
    width: 91.66667%; 
}
.col-md-12 {
    width: 100%; 
}
.col-md-12.canvas {
    width: 100% !important; /* overrides canvas */ 
    height: inherit !important;
}
.right{
    text-align: right;
}
.center{
    text-align: center;
}


/* Menu */

/* Menu animation */

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 500ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hamRotate.active {
  transform: rotate(45deg);
}
.hamRotate180.active {
  transform: rotate(180deg);
}
.line {
  fill:none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke:#aaaaaa;
  stroke-width:3.5;
  stroke-linecap:square;
}

.ham4 .top {
  stroke-dasharray: 40 121;
}
.ham4 .bottom {
  stroke-dasharray: 40 121;
}
.ham4.active .top {
  stroke-dashoffset: -68px;
}
.ham4.active .bottom {
  stroke-dashoffset: -68px;
}

#index .container .headline a{
    line-height: 80px;
    padding: 0 38px 2px 38px;
    font-size: 30px;
    color: #aaa;
    width: auto;
    float: left;
}
#index .container .headline a:last-child{
    padding-left: 14px;
}
#index .container .headline a:hover{
    color: black;
}
#index .container .headline.right a{
    float: right;
	overflow: hidden;
    height: 70px;
}
#index .container .headline:last-child a{
    text-align: right;
}
#index .headline{
    height: 82px;
}

.l-1{
    padding-left: 4% !important;
}
@media (min-width: 769px){
	#index footer>div>div.col-md-9{
    	margin-bottom: 0px;
    	font-size: 28px;
    	line-height: 1.28;
	}
	article .extra-padding{
		padding-top: 9rem;
		padding-bottom: 2rem;
	}
    .t-3{
        padding-top: 25% !important;
    }
	nav{
		display: none;
	}
	footer h3{
		font-size: 26px !important;
		line-height: 1.2;
	}
}




.href{
    font-size: 46px;
    width: 100%;
    position: absolute;
    transition: all 1s ease 0.3s;
    overflow: hidden;
    clip: rect(0px,0px,1090px,0px);
}
.href.hide{
    clip: rect(0px,360px,0px,0px);
}
nav>ul{
    width: 360px;
    height: 70px;
    cursor: default;
    opacity: 0;
    transition: opacity 0.1s linear;
    visibility: hidden;
    pointer-events: none;
}
nav>ul.show{
    pointer-events: all;
}
#index nav, #index nav>ul{
    height: 60px !important;
}
nav>ul{
    opacity: 1;
    visibility: visible;
}

nav>ul>li{
    width: auto;
    height: 250px;
    float: left;
    padding-top: 8px;
}

nav>ul>li>a{
    color: #aaaaaa;
    padding-right: 19px;
	margin-top: 5px;
}

.prace, .inactive{
    cursor: pointer;
    color: black;
}
.prace:hover, .inactive:hover{
    color: black;
}
#index .prace, #info .prace{
    cursor: default;
}


.pulse {
    animation-name: pulse_animation;
    animation-duration: 5000ms;
    transform-origin:70% 70%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes pulse_animation {
    0% { transform: translateX(-0.5%) scale(0.98); }
    30% { transform: translateX(-0.5%) scale(0.98); }
    40% { transform: scale(1.0); }
    50% { transform: translateX(-0.5%) scale(0.98); }
    60% { transform: translateX(-0.5%) scale(0.98); }
    70% { transform: scale(1.00); }
    80% { transform: translateX(-0.5%) scale(0.98); }
    100% { transform: translateX(-0.5%) scale(0.98); }
}
@media (max-width: 728px){
    @keyframes pulse_animation {
        0% { transform: translateX(-0.9%) scale(0.95); }
        30% { transform: translateX(-0.9%) scale(0.95); }
        40% { transform: scale(1.0); }
        50% { transform: translateX(-0.9%) scale(0.95); }
        60% { transform: translateX(-0.9%) scale(0.95); }
        70% { transform: scale(1.00); }
        80% { transform: translateX(-0.9%) scale(0.95); }
        100% { transform: translateX(-0.9%) scale(0.95); }
    }
}


header#header{
    position: static;
    height: 102px;
    z-index: 1;
    overflow-x: hidden;
    
}
#logo-wrapper{
    position: fixed;
    width: 100%;
    text-align: center;
    padding-bottom: 17px;
    padding-left: 4px;
    left: 0;
    z-index: 1;
}
#logo{
	background-image: url('../img/logo.svg');
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 38px;
    top: 30px;
    font-weight: bold;
    letter-spacing: -0.7px;
    width: 190px;
	text-align: left;
    height: 50px; 
    margin: 0 auto;
    margin-top: 0px;
    z-index: 1;
    cursor: pointer;
    text-align: center;
    transform: translate(-11px, -10px);
}
#index #logo{
    width: 183px;
}
body:not(#index) #logo{
    transform: translate(-11px, 0px);
}
#logo span{
    transform: scale(-1, 1) translateX(-1.7px);
    display: inline-block;
}
.logo span{
    transform: scale(-1, 1) translateX(-0.7px);
    display: inline-block;
}
#logo, .text a, .text a:hover, #index .container .headline a:hover, .container .headline a:hover, body:not(#index) .desktop-nav a:hover, body:not(#index) .desktop-nav-right a:hover, .desktop-nav.active a, .desktop-nav:hover a{
	color: rgb(102, 128, 98) !important;
}

#index #logo{
    margin-top: 0px;
	margin-left: 10px;
    color: rgb(102, 128, 98) !important;
}
body:not(#index) #logo{
    position: fixed;
    left: calc(50% - 95px);
	transition: all 0.5s ease;
    letter-spacing: -0.7px;
}
body:not(#index) .hide #logo{
	opacity: 0.1;
}
body:not(#index) .desktop-nav{
    font-size: 28px;
    line-height: 1.2;
    position: fixed;
    z-index: 1000000000000000000;
    top: 34px;
    left: 10px;
    color: #aaa;
}
@media (min-width: 768px) and (max-width: 1330px){
	body:not(#index) .desktop-nav, body:not(#index) .desktop-nav-right{
		font-size: 28px;
	}
	section#detail .content>p{
		font-size: 21px !important;
	}
	body{
		font-size: 21px;
	}
	#title{
		top: 85px !important;
	}
	section#detail{
		margin-bottom: 15rem;
	}
	body:not(#index) .desktop-nav a, body:not(#index) .desktop-nav-right a{
		font-size: 26px;
	}
}

body:not(#index) .desktop-nav-right{
    font-size: 28px;
    line-height: 1.2;
    position: fixed;
    z-index: 1000000000000000000;
    top: 34px;
    right: 10px;
    color: #aaa;
	overflow: hidden;
    height: 33px;
}
.desktop-nav-right a, #index .silver.right a span{
    transition: all 1.2s ease;
    display: block;
}
.desktop-nav .plus{
    display: inline-block;
    transition: transform 1s ease;
}
.desktop-nav .spin{
    transform: rotate(180deg);
}
body:not(#index) .desktop-nav a, body:not(#index) .desktop-nav-right a{
    padding: 0 0px 2px 35px;
    color: #aaa;
}
body:not(#index) .desktop-nav-right a{
    padding-right: 35px;
}
body:not(#index) .desktop-nav a:last-child, nav>ul>li>a:last-child{
    padding-left: 15px;
}
body:not(#index) .desktop-nav a:hover, body:not(#index) .desktop-nav-right a:hover{
    color: black;
}






/* Footer */

footer{
    padding-bottom: 1rem;
}
footer #down>div:first-of-type a{
	opacity: 0.45;
	transition: opacity 0.5s ease;
}
footer #down>div:first-of-type a:hover{
	opacity: 1.0;
}
footer #down a{
    padding: 15px;
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 5px;
}
footer #down a:hover{
	color: rgb(102, 128, 98);
}
#index footer #down .right a:first-of-type{
    padding-left: 0px;
    padding-right: 29px;
}
#index footer #down a{
    padding: 15px;
    padding-bottom: 0;
}
footer #down{
    padding-left: 23px;
    padding-right: 23px;
    box-sizing: border-box;
}
body footer #down div:first-of-type a{
    color: black;
}
body:not(#index) footer .center *{
    display: inline-block;
}
footer .center a{
    color: #909090;
}
body:not(#index) footer #down div:first-of-type a, body#index footer #down div:first-of-type a{
    transform: translateY(7px);

}
footer #studio>div{
    position: fixed;
    top: 100px;
}

body, body#index, #index #portfolio, #index .container, body footer, #index .main, body footer *, #index footer>div>div.col-md-9{
    transition: all 1s ease !important;
}
.bg-green, #index.bg-green .container, #index.bg-green #portfolio, .bg-green footer, #index.bg-green .main{
    background-color: #6c7f65;
}
body.bg-green footer *, #index.bg-green footer>div>div.col-md-9{
    color: #6c7f65;
}
#index.bg-green{
    margin-top: 5rem;
}
#index.bg-green footer a{
    color: white;
}
#index.bg-green footer .logo span{
    color: white;
}
#index .contact-us>div{
    transform: scale(1.0);
    opacity: 0;
    transition: all 3s ease 0.5s;
    margin-bottom: 15vh;
}
#index.bg-green .contact-us>div{
    transform: scale(1.0);
    opacity: 1.0;
}
@media (max-width: 812px){
    #index.bg-green span.team-name{
        display: block;
        margin-bottom: 1rem;
    }
    #index footer #down{
        background-color: transparent !important;
    }
}



.contact-us{
    padding: 22px;
}

.contact-us *{
    color: white;
}
.contact-us .form-block{
    margin-bottom: 25vh;
}
.contact-us h3{
    margin-top: 95px;
    margin-bottom: 95px;
    font-size: 35px;
    letter-spacing: 0;
}

.contact-us input, .contact-us textarea{
    background-color: transparent;
    border-bottom: 3px solid #4d4d4d !important;
    border-right: 3px solid #4d4d4d !important;
    color: white !important;
    font-size: 25px;
    line-height: 1.2;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: inherit;
    margin-bottom: 35px;
    width: 88%;
}
.contact-us textarea{
    height: 121px;
}
.contact-us input:focus, .contact-us textarea:focus{
    outline: none;
}
::-webkit-input-placeholder { /* Edge */
  color: white !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white !important;
}

::placeholder {
  color: white !important;
}



@media (max-width:768px){
    body:not(#index) footer #down div:first-of-type a{
        transform: translateY(5px);
        opacity: 0.3;
    }
    body#index footer #down div:first-of-type a{
        transform: translateY(-20px);
        margin-left: 20px !important;
    }
    body:not(#index) #logo{
        transform: translate(-5px, 17px);
    }
    #logo {
        text-align: center;
    }
	body:not(#index) .desktop-nav, body:not(#index) .desktop-nav-right a{
		display: none;
		
	}
    body:not(#index) footer #down a{
        padding-left: 0;
        margin: 0;
    }
    
	
	nav{
        top: 15px;
    	width: 60px;
    	right: 19px;
    }
	
	
}

body:not(#index){
    padding: 0;
}
#logo.hide{
    display: none;
}

/* #logo.hover jquery onload */
nav{
    position: fixed; 
    width: auto; 
    font-size: 30px;
    z-index: 201; 
	margin-left: 10px;
}
body.mac.safari nav{
    -webkit-text-stroke-width: 0.3px;
    /*  safari makes some texts lighter */
}
@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    body.mac.safari nav{
        -webkit-text-stroke-width: 0px;
        -webkit-font-smoothing: subpixel-antialiased;
    }
}


nav.pagination{
    position: static;
    top: auto;
    left: auto;
    
}
.play{
    position: absolute;
    z-index: 100;
    width: 100%;
    text-align: center;
    transform: translateY(22vw);
    line-height: 10vw;
    color: white;
    cursor: pointer;
    transition: transform 1s ease;
}
.pause{
    position: absolute;
    z-index: 100;
    width: 100%;
    text-align: center;
    transform: translateY(22vw);
    line-height: 10vw;
    color: white;
    cursor: pointer;
    display: none;
    transition: transform 1s ease;
}
.play:hover, .pause:hover{
    color: black;
}
.play.hide, .pause.hide{
    display: none;
}




/* text */


::-moz-selection {
    background: #f3d8f2; /* Gecko Browsers */
}
::selection {
    background: #f3d8f2; /* WebKit/Blink Browsers */
}



.child header{
     background-color: transparent !important;
}


/* tooltips */
#powerTip {
	position: absolute;
	display: none;
    white-space: nowrap;
    z-index: 2147483647;
    cursor: pointer;
    pointer-events: none; /* tottaly disable hover causing a flickering of hoverdir */
} 
body.safari #powerTip{
    -webkit-text-stroke-width: 0.4px; /* fixing safari black text lighter */  
}
#detail #powerTip{
    color: black;
}


/* base */
#main, section#detail{
    background-color: white;
    position: relative;
    z-index: 100;
    height: 100%;
}
#index .main{
    background-color: white;
    z-index: 10000000000;
    position: relative;
    margin-top: -1px;
}
#index .headline, #index #logo{
    background-color: white;
    z-index: 10000000000;
    position: relative;
}
#index div>a{
    padding: 8px;
}
#index .main.col-md-12 .line .col-md-12>a{
	padding-top: 0;
	padding-bottom: 0;
}
div.row{
    float: left;
    width: 100%;
}

article{
    margin: 0;
    padding-bottom: 6px;

}
article.col-md-4{
    padding: 1.1%;
    padding-top: 0;
    padding-bottom: 2.2%;
}
article#big{
    margin-top: 0;
    margin-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0px;
    transition: opacity 1s ease;
}
article#big.hide{
    opacity: 0.2;
}
#detail article#big{
    margin: 0;
}
article img, article p{
    width: 100%;
    height: auto;
    float: left;
    
}
article.col-md-4 img{
    border: none;

}

article.col-md-4:hover{
    border: none;
}
a img{
    cursor: pointer;

}
a img:hover{
    cursor: pointer;

}
article a{
    display: block;
    width: 100%;
    
}
body *, a{
    border: none !important;
}
#index #slider1, #index #slider2{
    margin-bottom: 1.6%;

}

img.space{
    height: 20px;
}

#slider1, #slider2{
    margin-bottom: 2.4%;

}
section#detail #slider1.bottom, section#detail #slider2.bottom{
    margin-top: 1.3%;

}
#slider2 a{
    background-color: transparent !important;
    
}

footer{
    background-color: white;
    position: static;
    top: -8px;
    z-index: 102;
    -webkit-font-smoothing: subpixel-antialiased;  
    line-height: 29px !important;
}
footer p{
    padding: 0 !important;
}
footer h3{
    color: #969696;
}
img#love{
    opacity: 0.4;
    display: inline;
    width: inherit !important;
}
footer.index{
    padding-top: 5%;
}
footer .col-md-6, footer .col-md-6>a, #index footer #number{
    background-color: white;
    color: #969696;
}
footer>div>div.col-md-6{
    margin-bottom: 30px;
}
#index footer>div>div.col-md-9{
    margin-bottom: 0px;
    color: #969696;
}
footer>div>div.col-md-6.authors{
    float: right;
    color: #909090;
    padding-top: 0.5rem;
}
#info footer>div>div.col-md-6, #info footer>div>div.col-md-6 a{
    color: #aaaaaa;
}
#info section#detail{
    margin-top: -10px;
}
footer>div>div.col-md-6.authors>p{
    display: inherit;
    color: #909090;
}


footer #down{
    position: fixed;
    bottom: 20px;
    right: 0px;
    width: 100%;
}
footer #down>a{
    color: black !important;
    margin-left: 3px;
}
footer #down>.right a:last-of-type{
    margin-right: 3px;
}
footer #down>.right a:hover{
    color: rgb(102, 128, 98);
}
footer a{
    text-decoration: none;
    color: #909090;
    cursor: pointer;
    transition: all 0.3s linear;
}
footer a:hover{
    text-decoration: none;
    color: rgb(102, 128, 98);
    
}
footer a.fb{
    z-index:10000;
    position:relative;
}

#love{
    position: relative;
    top: 1px;
    -webkit-animation: rotate 1.4s ease infinite;
    -moz-animation: rotate 1.4s ease infinite;
    animation: rotate 1.4s ease infinite;
    
}
@-webkit-keyframes rotate {
    0%   {opacity: 1;}
    50%  {opacity: 0;}
    100% {opacity: 1;}
}
@-moz-keyframes rotate {
    0%   {opacity: 1;}
    50%  {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes rotate {
    0%   {opacity: 1;}
    50%  {opacity: 0;}
    100% {opacity: 1;}
}

@media (min-width: 2300px){
    section#detail, .more{
        max-width: 90.5vw;
    }
}


#number{
    color: #909090;
    margin-top: 13px;
    display: inline-block;
    
}
#text{
    top: -8px !important;
}
p.black, p.black>span, p.black>a{
    color: black !important;
}
p.black>span.grey{
    color: #aaaaaa !important;
}
#text>.col-md-4>span, footer div p span{
    color: #909090;
}
footer>div>a{
    width: 100%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    color: rgb(102, 128, 98);
    box-sizing: border-box;
    transform: translateY(10px);
}
.strike{
    text-decoration: line-through;
}
.icon-insta, .icon-facebook{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    display: inline-block;
    width: 35px;
    height: 35px;
    padding: 0 !important;
    margin-left: 15px;
}
.icon-insta{
    background-image: url('../img/insta.svg');
}
#title .icon-insta{
    background-image: none;
    display: inline;
    margin-left: 0;
    color: rgb(102, 128, 98);
}
.icon-facebook{
    background-image: url('../img/facebook.svg');
    width: 25px;
}

/* blinking effect */
.blink {
    animation-duration: 2s;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-timing-function: steps(2, start);
    
    -webkit-animation-duration: 2s;
    -webkit-animation-name: blink;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps(2, start);
    
    -moz-animation-duration: 2s;
    -moz-animation-name: blink;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: steps(2, start);
}
@keyframes blink {
    100% {
        visibility: hidden;
    }
}
@-webkit-keyframes blink {
    100% {
        visibility: hidden;
    }
}
@-moz-keyframes blink {
    100% {
        visibility: hidden;
    }
}

.slideme_container, .slideme{
    margin-bottom: 12px;
}



.col-md-4 img, .col-md-8 img, .col-md-12 img, .col-sm-12 img{
    width: 100%;
    display: block;
}

.more{
    padding-bottom: 30px;
}
.more>h4{
    padding-bottom: 20px;
    text-align: left;
}
.more>div{
    padding: 12px;
}
.more a{
    transition: transform 3s ease;
}
.more a:hover{
    transform: scale(1.03);

}

col-md-12, col-sm-12{
    margin: 12px;
}
.col-md-4{
    width: 33.33333%;
}
.col-md-8{
    width: 66.66666%;
}
.col-md-6>p{
    padding: 8px;
    display: flex; /* firefox fix */
    display: block;
    transition: all 0.3s linear;
}

footer .col-md-6>p{
    display: block; /* firefox fix */
    display: grid;  
}

.container footer .authors>a{
    float: left;
    padding: 0;
}


/* Index */
#index{
    padding: 0;
}
#index #header{
    position: static;
    height: auto;
    z-index: 100;
    padding: 0;
    overflow: hidden;
}
#header #logo-wrapper{
    position: static;
    margin-left: 0;
    left: inherit;
    float: left;
}

#index #main{
    position: fixed;
    z-index: 1;
}
#index .container{
    background-color: white;
    padding-top: 10px;
    padding-left: 7px;
    padding-right: 7px;
    z-index: 100;
    position: absolute;
    top: calc(100vh - 100px);
}
#index .container .authors a, p.right>a{
    padding: 0 !important;
    color: black;
}
footer{
    background-color: white;
    z-index: 1;
    position: relative;
}
footer h3 a{
    border-bottom: solid 2px rgb(102, 128, 98) !important;
    color: rgb(102, 128, 98) !important;
}
footer h3 a:hover{
    border-bottom: solid 2px #fff !important;
}
footer h3{
    margin-bottom: 5rem;
    margin-top: 5rem;
}
#index .container .authors a:hover{
    opacity: 1.0;
    color: black;
}
#index .text{
    padding: 8px;
    padding-top: 0.5rem;
}

#index .textovy-obdelnik a{
    text-decoration: none;
}
#index .textovy-obdelnik a:hover{
    opacity: 1.0;
    color: black;
}
#index .container a.sede:hover{
    filter: brightness(0.9);
    opacity: 1;
}
#index .textovy-obdelnik{
    padding: 12px;
    min-height: 80px;
}
#index #big>.flexslider{
    cursor: url('../img/cursor_down.png'), auto;	
}
#index a.desc{
    position: fixed;
    top: 20px;
    left: 66vw;
    z-index: 10000;
    width: 32vw;
    font-size: 48px;
    line-height: 1.2;
    color: #656553;
	opacity: 0.5;
}
#index a.desc *{
    font-size: 37px !important;
	line-height: 1.15 !important;
    letter-spacing: -0.04rem;
    color: #656553;
    max-width: 480px;
}
@media (max-width:1366px) {
    #index a.desc *{
        font-size: 37px !important;
        line-height: 1.15 !important;
    }
}
@media (max-width:1100px) {
    #index a.desc{
        font-size: 18px;
        line-height: 1.1;
    }
    #index a.desc *{
        font-size: 18px;
        line-height: 1.15;
    }
}
@media (max-width:767px) {
    #index a.desc *{
        display: none;
        font-size: 18px !important;
        line-height: 1.15 !important;
    }
    #index #header.hide{
        display: none;
    }
    #index .flexslider a{
        top: 90px;
        left: 50vw;
        width: 47vw;
    }
    #menu{
        display: block;
        color: #aaaaaa;
        transition: width 1s ease;
        overflow: hidden;
    }
    body.bottom #logo{
        opacity: 0;
        transition: all 0s ease;
    }
}

.bottom-end img{
    width: 100%;
}
@media (min-width:1350px) {
    .bottom-end img{
        width: 105% !important;
        margin-left: -5%;
        margin-top: -20%;
    }
    
}


@media (min-width:1600px) {
    .bottom-end img{
        width: 110% !important;
        margin-left: -10%;
        margin-top: -25%;
    }
	section#detail{
		/* margin-top: 4rem; */
	}

    
}
@media (min-width:1981px) {
    
    #index .flexslider a{
        top: 40px;
    }
    #index .flexslider a *{
        font-size: 54px;
        letter-spacing: -0.04rem;
        color: #5b714a;
        max-width: 570px;
    }
}

#index #cursor{
    background-image: url(../img/cursor@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 68px;
    height: 70px;
    z-index: 1000000;
    position: fixed;
    bottom: 0px;
    right: 50px;
    cursor: pointer;
    transition: 0.2s all ease;
}
#index #cursor.hide{
    background-position: 0 70px;
}
#index #cursor.forever-hide{
    background-position: 0 70px !important;
}

.col-md-4>p, .col-md-6>p, .col-md-12>p{
    padding-top: 9px;
    color: #aaa;
    opacity: 1.0;
}


footer .col-md-6 p{
    opacity: 1;
}
#index footer .col-md-6 p{
    padding-left: 10px !important;
    color: #969696;
}
.col-md-4>p{
    padding-top: 0px;
}
.col-md-6>p.right, .col-md-12>p.right{
    padding-left: 25%;
}
.line{
    margin-left: 0;
    margin-right: 0;
}
.clearfix{
    clear: both;
}



@media (max-width:767px) {
    #logo{
        font-size: 33px;
    }
    #index .text br{
        display: none;
    }
	body:not(#index) #logo{
		position: static;
		left: 0;
		margin-top: 10px;
       
	}
    #index #header {
        position: fixed;
        top: 0;
    }
	footer{
		overflow: hidden;
	}
    #index #logo-wrapper{
        padding-top: 21px;
    }  
    #index #logo{
		margin: 0 auto;
        position: static;
        background-color: transparent;
    }
    .prace, .inactive{
        color: black !important;
    }
    #index section>div{
        transition: all 1s ease;
    }
    #index.menu-active section>div{
        opacity: 0.1;
        transition: all 1s ease;
    }
    header p{
        font-size: 40px;
        line-height: 1.2;
        padding-left: 5px;
        padding-right: 25px;
        padding-top: 120px;
        clear: both;
    }
    body:not(#index) #header #logo-wrapper{
        position: fixed;
    }
    #main{
        height: 100% !important;
    }
    .col-md-6>p, #index .container a{
        padding: 8px;
        padding-left: 0;
        padding-right: 0;
    }
	div>p{
		padding-bottom: 2rem !important;
	}
    .col-sm-12{
        width: 100%;
    }
    #portfolio>section>.col-sm-12{
        padding: 0px 0px;
        width: 100%;
    }
    article#big{
        margin-top: 0;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;

    }
    #index #cursor{
        display: none;
    }
    #menu{
        height: 85px;
        position: absolute;
        right: 0;
        font-size: 46px;
        z-index: 10000000000;
        text-align: right; 
    }
}
@media (max-width:480px) {
    article#big{
        margin-top: 0;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;

    }
}
@media (max-width: 330px){
    header p{
        font-size: 32px;
    }
}


/* detail */
section#detail{ 
    display: inline-block;
}
section#detail #slider1{
    padding-top: 0%;
}

section#detail>article{
    display: inline-block; /* slider on page detail */
    margin-bottom: 0 !important;
    background-color: white;
    width: 100%;
}
section#detail>article#big{
    margin-bottom: 0px !important;
    width: 100%;
}
section#detail>article.col-md-6>img:last-of-type{
    margin-bottom: 24px;
    
}
section#detail>article.video{
    width: 100% !important;
}
section#detail>article.video>iframe{
    width: 97.5% !important;
}
section#detail>div>#first{
    position: relative;
}
section#detail>div>#first>.content{
    position: absolute;
}

section#detail picture, section#detail img, section#detail .flexslider{
    transition: all 2s ease;
}





/* Only up to 1440px width? */
section#detail .content>p{
    width: 540px;
    padding-top: 0rem;
    padding-bottom: 4rem;
    line-height: 1.45;
    font-size: 23px;
    color: #737373;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

section#detail .content>h1{
	line-height: 1.45;
    font-size: 28px;
    color: rgb(102, 128, 98);
    text-align: left;
    width: 53%;
    margin: 0 auto;
    margin-bottom: 0.5rem;
}

/* Only up to 1440px width? */



@media (min-width: 1480px){

    #index .text, #index .main p{
        font-size: 25px;
        line-height: 1.25;
        padding-right: 25%;
    }
}

body.mac.safari section#detail>div>#first>.content, body.mac.safari #powerTip{
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.5px;
    /* safari makes some texts lighter */
}
body.mac.safari .da-thumbs>li>span{
    -webkit-font-smoothing: subpixel-antialiased;
}
.desktop-only{
    display: block;
}
.mobile-only:not(.read-more){
    display: none !important;
}
.mobile-only{
    display: none;
}


#parent{
    color: #909090;
    background: transparent;
    position: fixed;
    top: 155px;
    left: 34px;
    width: 100%; 
    height: 100%;
    padding-left: 0px;
    overflow: hidden;
    z-index: 101;
    padding-top: 70.6vw;
}



#index #parent{
    display: none;
}
#title{
    position: fixed;
    top: 35px;
    z-index: 10000000;
    float: none;
    padding-left:20%;
    width: 60%;
    text-align: center;
    padding-bottom: 2.3rem;
    clip-path: inset(100% 0% 0% 0%);
    transition: all 0.5s ease;
    text-align: center;
    font-size: 28px;
    color: rgb(102, 128, 98);
    padding-top: calc(50vh - 230px);
    font-size: 60px;
    line-height: 1;
}
#title.active{
    clip-path: inset(0% 00% 0% 0%);
}
#title h2{
    font-size: 28px;
    color: rgb(102, 128, 98);
    text-align: center;
}
#title p>span{
    color: rgb(102, 128, 98);
}
section#detail{
    padding-left: 0px;
    padding-right: 0px;
}
section#detail .article{
    opacity: 1;
    transition: opacity 0.5s ease;
    
}
section#detail .article h1{
    padding-left: 50px;
    color: #aaa;
    line-height: 1.2;
    text-align: center;
    padding-left: 50px;
    color: #aaa;
    clear: both;
}
.about-project{
    color: #909090;
    margin: 0 auto;
    width: 55%;
    max-width: 600px;
    padding-left: 3%;
    line-height: 1.3;
}
.about-project span{
    color: rgb(102, 128, 98) !important;
}
#index #portfolio{
    transition: opacity 1.5s ease;
}
#detail.bottom header#header, .bottom #logo{
    opacity: 0.2;
}
#detail.bottom article, #detail header#header{
    opacity: 1;
}

nav>ul{
    opacity: 0.0;  
}
nav>ul.show{
    opacity: 1.0;  
}

body #detail .article{
    opacity: 1.0;
}
body.bottom #detail .article{
    opacity: 0.05;
 }


/* ipad + low-res desktop */
@media (min-width: 769px) and (max-width:1024px) {
    footer .authors>br{
        display: none;
    }
    #info footer br{
        display: block;
    }
	#o-nas{
		margin-left: 30px;
		box-sizing: border-box;
	}
}

/* low-res desktop */
@media (max-width:768px) { 
    section#detail .article h1{
        padding-left: 0px;
        padding-top: 1rem;
        padding-bottom: 1.5rem;
        clear: both;
        font-size: 19px !important;
    }
    
    .about-project{
        width: 95%;
        padding-right: 21px;
        font-size: 19px;
        line-height: 1.4;
        padding-bottom: 4rem;
        font-weight: 500;
    }
    .about-project>br:not(.xs-break){
        display: none;
    }
    .about-project>span{
        display: block;
    }
    body:not(#index) footer #down .right>a:last-of-type{
        font-size: 19px;
        line-height: 1;
    }
    .icon-insta, .icon-facebook{
        width: 30px;
        margin-left: 9px !important;
    }
    .icon-facebook{
        width: 20px;
    }

    #o-nas{
		padding-left: 6%;
		padding-right: 4%;
		width: 90%;
	}
	#index .main.col-md-12 .line .col-md-12>a{
		padding-top: 8px;
		padding-bottom: 8px;
	}
	#title, #title.active{
		display: none;
	}
    #title h2{
        display: block;
        padding-bottom: 35px;
        font-size: 33px !important;
    }
    #title p{
        padding: 10px;
    }
    #title h1, #title p{
        margin-top: 0;
    }
	.col-md-6.left, .col-md-6.right, #big>div{
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-top: 0 !important;
	}
    section#detail{
        margin-bottom: 0;
    }
	section#detail .content>p{
		padding-bottom: 0;
	}
    section#detail>article#big{
        margin-bottom: 0 !important;
    }
    footer.index .authors p{
        margin-bottom: 3.6%;
    }
    footer.index .col-md-6{
        margin-top: 4.6%;
    }
    footer>div{
        padding: 0px;
    }
    footer .col-md-6{
        width: 100%;
    }
    footer .col-md-6 p{
        padding-right: 20%;
    }
    .col-md-6.left {
        width: 100%; 
        margin-right: 0%;
    }
    .col-md-6.right {
        width: 100% !important; /* overrides canvas */
        height: inherit !important;
    }
    .col-sm-6.left {
        width: calc(50% - 7px); 
        margin-right: 7px;
    }
    .col-sm-6.right {
        width: calc(50% - 7px) !important; /* overrides canvas */
        height: inherit !important;
        margin-left: 7px;
    }
    article{
        padding-left: 0;
        padding-right: 0;
    }


}

/* hi-res mobile */
@media (max-width:767px) { 

    body.pc, body.pc h1, body.pc h2, body.pc h3, body.pc h4, body.pc h5, body.safari, body.safari h1, body.safari h2, body.safari h3, body.safari h4, body.safari h5{
        font-size: 23px !important;
    }
    #index #portfolio{
        padding: 0;
    }
    #index .headline{
        display: none;
    }
    #index .container{
        top: 0;
        padding-left: 0px;
        padding-right: 0px;
    }
    .col-md-4, .col-md-6, .col-md-6>a, .col-md-8, .col-md-12, .col-md-12>a, .col-sm-12, .col-md-6>p, #index .container .main a{
        display: block;
    }
	#index section{
		padding-top: 8px;
	}
    section#detail{
        padding-top: 15px;
        padding-left: 0;
        padding-right: 0;
        transition: all 1s ease;
    }
    #index section#detail{
        padding-left: 0px;
        padding-right: 0px;
    }
    .article{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .menu-active footer{
        transition: opacity 0.5s ease;
    }
    .menu-active #detail article, .menu-active #title, .menu-active footer{
        opacity: 0.12;
    }
	
	#logo{
		transform: translate(-5px, -1px);
	}
    header#header{
        height: 90px;
        overflow-x: hidden;
    }
    section#detail .content>p{
        line-height: 1.25;
        font-size: 18px;
        width: 89%;
        padding: 0;
		box-sizing: border-box;
    }
	section#detail{
        padding-top: 0;
    }
    footer>div{
        margin-left: 15px;
        margin-right: 15px;
    }
    #index footer #down{
        text-align: center;
    }
	footer #down>div:first-of-type{
		width: 100%;
	}
	#index footer #down>div:nth-of-type(2), body:not(#index) footer #down>div:nth-of-type(2){
		display: none;
	}
	footer #down>.right{
		width: 100%;
	}
	body:not(#index) footer #down .right>a:last-of-type{
		position: absolute;
		right: 18px;
	}
	#index footer #down .right a:first-of-type{
		display: none;
	}
	#index footer h3 a{
		display: inline !important;
		    padding: 0 !important;
	}
	
    section#detail article.mobile-only img{
        margin-bottom: 13px;
    }
    body.mac, body.mac h1, body.mac h2, body.mac h3, body.mac h4, body.mac h5{
        line-height: 1.18 !important;
    }
    nav{
        width: 100%;
        position: fixed;
        margin-left: 0;
    }
    .href{
        height: 100%;
        padding-top: 12px;
    }
	nav>ul{
		width: 100%;
	}
    nav>ul>li>a{
        color: black;
        width: 100%;
        line-height: 1.3;
        margin-top: 25px;
    }
    nav>ul>li>a:first-of-type{
        margin-top: 0;
    }
    nav>ul>li>a:nth-of-type(2){
        padding-left: 0;
    }
    nav>ul>li>a:nth-of-type(3){
        padding-left: 0;
    }
    #logo-wrapper{
        position: static;
    }
    section#detail #slider1.bottom, section#detail #slider2.bottom{
        margin-top: 14px;
        margin-bottom: 14px;
        padding: 0;
    }
    div.row{
        display: inline !important;
    }
    .col-md-3, .col-md-4 {
        width: 100%; 
    }
    footer .col-md-4{
        width: 65%;
    }
    footer .col-md-4:first-of-type{
        width: 35%;
    }
    footer .col-md-4.center{
        text-align: right;
    }
    footer .col-md-4.center:last-of-type{
        display: none;
    }
    #number{
        margin-top: 15px;
    }
    .text{
        margin-top: 10px !important;
        margin-bottom: 30px !important;
		padding-left: 6% !important;
		padding-right: 6% !important;
        text-overflow: ellipsis;
    }
    #text{
        top: 0px !important;
    }
    footer{
        padding-top: 5px;
        padding-bottom: 0;
    }
    footer #down>.right{
		position: absolute;
        padding-top: 6px;
    }
    footer .col-md-6.authors{
        padding-top: 30px;
        padding-bottom: 50px;
    }
    footer .col-md-6.authors p{
        padding-right: 10%;
        padding-bottom: 0px;
    }
    footer>div>div.col-md-6.authors>p{
        margin-top: 2rem;
        color: black;
        line-height: 1.2;
    }
    footer>div>div.col-md-6.authors>p>span{
        display: none;
    }
    #info #down, #info .authors{
        padding-bottom: 5px;
    }
    nav{
        font-size: 26px;
    }
    
    .href.hide {
        clip: rect(0px,450px,1090px,0px);
    }
    .desktop-only{
        display: none;
    }
    .mobile-only{
        display: block;
    }
    .mobile-only.read-more{
        border-bottom: solid 2px black !important;
        display: inline;

    }
	.mobile-only:not(.read-more){
		display: block !important;
        padding-top: 0 !important;
	}
    .textovy-obdelnik{
        height: auto !important;
    }
    .right.textovy-obdelnik{
        padding-left: 45% !important;
    }
    .col-md-6.align-right{
        width: 100%;
    }
    #parent{
        display: none;
    }
    #index #slider1, #index #slider2{
        margin-bottom: 1.4%;
    }
    
    
}
@media (max-width:1024px) {

	section#detail .content>p .client{
		display: block;
		padding-top: 1.4rem;
	}
}
@media (min-width: 580px) and (max-width: 768px){
	.href {
		position: fixed;
    	left: 20px;
		top: 80px !important;
	}
	nav {
		top: 0;
		width: 60px !important;
		right: 3px;
	}
	
}
@media (max-width:480px) { 
    body, body.pc, body.pc h1, body.pc h2, body.pc h3, body.pc h4, body.pc h5,
body.safari, body.safari h1, body.safari h2, body.safari h3, body.safari h4, body.safari h5, nav>ul>li{
        padding: 0px;
    }
    #index .container{
        top: calc(65vh);
        padding-top: 0px;
    }
    nav {
		top: 0;
		width: 60px !important;
		right: 3px;
	}
    header p{
        padding-left: 20px;
    }
    .href{
        padding-top: 0px;
        padding-top: 32vh;
		position: fixed;
    	left: 0;
    }
    #main, section#detail{
        width: 100vw !important;
		overflow-x: hidden;
    }
    #main article#big, section article#big{
        width: 100% !important;
        padding-bottom: 3px;
    }
    section#detail article{
        width: 100% !important;
    }
    .col-md-4 {
        width: 100%; 
    }
    .desktop-only{
        display: none;
    }
    .col-md-6.infopage{
        text-align: left !important;
    }
    #parent{
        display: none;
    }
    #big>div{
        margin-bottom: 1.8%;
    }
    footer #down{
        position: static;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 1rem;
    }
    footer #down>.right{
        padding-top: 0px;
        padding-right: 0px;
    }
    #index footer>div{
        margin-left: 0px;
        margin-right: 0px;
    }
    #index .authors{
        padding-left: 0px;
        padding-right: 0px;
    }
    footer #down>a{
        margin-left: 15px;
        margin-right: 15px;
    }
    #index footer #down>a{
        margin-left: 0px;
        margin-right: 0px;
    }
    footer #down a{
        margin-left: 15px;
        margin-right: 15px;
    }
    footer>div>div.center,#index footer #down{
        background-color: #e8e8e8;
        padding-bottom: 3rem;
    }
    footer>div>div.center *{
        color: rgb(102, 128, 98);
    }
    footer .center>a:not(.mobile-only){
        font-size: 34px !important;
    }
	footer h3{
		padding: 20px !important;
        text-align: left;
        margin-top: 1rem;
        margin-bottom: 8rem;
        color: rgb(102, 128, 98);
	}
    footer .mobile-hide{
        display: none;
    }
    #index footer #down a{
        margin-left: 0px;
        margin-right: 0px;
		padding-right: 15px !important;
    }
	li.href a{
		color: #aaa !important;
        text-align: center;
        padding-right: 0;
	}
	#index .prace{
		color: #aaa !important;
	}
	
    footer #down{
        width: 100%;
    }
    
    
    
    
}
@media (max-width:320px){
    footer{
        padding-top: 10px;
    }
    #thumbs article a.col-md-6{
        padding-bottom: 0%;
    }
}
@media (min-width:1580px){
    
    body.pc, body.pc h1, body.pc h2, body.pc h3, body.pc h4, body.pc h5,
    body.safari, body.safari h1, body.safari h2, body.safari h3, body.safari h4, body.safari h5{
        font-size: 25px !important;
        line-height: 28px !important;
    }
    
    #parent{
        padding-top: 72vw;    
    }
    
    #main{
        margin: 0 auto;
    }
    
    section#detail{
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    
    footer.index{
        padding-top: 0%;
    }
    
}
@media (min-width: 1920px){
    #parent{
        padding-top: 67.2vw;  
        padding-left: 3vw;
    }
}
@media (min-width: 2300px){
    #parent{
        padding-top: 67vw;    
        padding-left: 3.5vw;
    }
}


@media (min-width:1930px){
    section#detail>div>#first>header{
        padding-bottom: 25px;
    }
    .child header, .child header h1, #index .col-md-4>p, #index .col-md-6>p, #index .col-md-12>p, footer>div>div.col-md-6.authors>p{
        margin-bottom: 0%;
        font-size: 26px;
        line-height: 31px;
    }
    #index .col-md-4>p, #index .col-md-6>p, #index .col-md-12>p{
        padding-right: 30%;
    }
}


@media (min-width:2561px){
    #parent{
        display: none;
    }
}


/* MedWell animation */
.heart-loader{
    margin-top: 3rem;
    transform: translate(30px, 120px);
}
@media (min-width:812px){
    .heart{
        transform: translate(30px, -2rem);
    }
    .heart-loader{
        margin-left: 0;
        transform: translate(30px, 120px);
    }
}


/* Animation headline */
.cd-intro{
    clear: both;
    padding-top: 3rem;
    color: silver;
    
}
.cd-title {
  position: relative;
  height: 160px;
  line-height: 230px;
  text-align: center;
}
.cd-title h1 {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .cd-title {
    line-height: 250px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-title {
    height: 200px;
    line-height: 300px;
  }
  .cd-title h1 {
    font-size: 3rem;
  }
}

.cd-intro {
  width: 90%;
  text-align: center;
}

.cd-intro {
  margin: 4em auto;
}
@media only screen and (min-width: 768px) {
  .cd-intro {
    margin: 5em auto;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin: 6em auto;
  }
}

.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4rem;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 4rem;
  }
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* -------------------------------- 

xrotate-1 

-------------------------------- */
.cd-headline.rotate-1 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.rotate-1 b {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.cd-headline.rotate-1 b.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: cd-rotate-1-in 1.2s;
  -moz-animation: cd-rotate-1-in 1.2s;
  animation: cd-rotate-1-in 1.2s;
}
.cd-headline.rotate-1 b.is-hidden {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: cd-rotate-1-out 1.2s;
  -moz-animation: cd-rotate-1-out 1.2s;
  animation: cd-rotate-1-out 1.2s;
}

@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
  }
}
@-moz-keyframes cd-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}
@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
}
@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}
/* -------------------------------- 

xtype 

-------------------------------- */
.cd-headline.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden;
}
.cd-headline.type .cd-words-wrapper::after {
  /* vertical bar */
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #aebcb9;
}
.cd-headline.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
  -moz-animation: cd-pulse 1s infinite;
  animation: cd-pulse 1s infinite;
}
.cd-headline.type .cd-words-wrapper.selected {
  background-color: #aebcb9;
}
.cd-headline.type .cd-words-wrapper.selected::after {
  visibility: hidden;
}
.cd-headline.type .cd-words-wrapper.selected b {
  color: #0d0d0d;
}
.cd-headline.type b {
  visibility: hidden;
}
.cd-headline.type b.is-visible {
  visibility: visible;
}
.cd-headline.type i {
  position: absolute;
  visibility: hidden;
}
.cd-headline.type i.in {
  position: relative;
  visibility: visible;
}

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateX(100%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateX(0%) scale(1.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  40% {
    -moz-transform: scale(1.1);
    opacity: 0;
  }
  100% {
    -moz-transform: scale(0);
    opacity: 0;
  }
}
/* -------------------------------- 

xrotate-2 

-------------------------------- */
.cd-headline.rotate-2 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.rotate-2 i, .cd-headline.rotate-2 em {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-headline.rotate-2 b {
  opacity: 0;
}
.cd-headline.rotate-2 i {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-20px) rotateX(90deg);
  -moz-transform: translateZ(-20px) rotateX(90deg);
  -ms-transform: translateZ(-20px) rotateX(90deg);
  -o-transform: translateZ(-20px) rotateX(90deg);
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}
.is-visible .cd-headline.rotate-2 i {
  opacity: 1;
}
.cd-headline.rotate-2 i.in {
  -webkit-animation: cd-rotate-2-in 0.4s forwards;
  -moz-animation: cd-rotate-2-in 0.4s forwards;
  animation: cd-rotate-2-in 0.4s forwards;
}
.cd-headline.rotate-2 i.out {
  -webkit-animation: cd-rotate-2-out 0.4s forwards;
  -moz-animation: cd-rotate-2-out 0.4s forwards;
  animation: cd-rotate-2-out 0.4s forwards;
}
.cd-headline.rotate-2 em {
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
  transform: translateZ(20px);
}

.no-csstransitions .cd-headline.rotate-2 i {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 0;
}
.no-csstransitions .cd-headline.rotate-2 i em {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.no-csstransitions .cd-headline.rotate-2 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
  }
}
@-moz-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0deg);
  }
}
@keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    -moz-transform: translateZ(-20px) rotateX(-10deg);
    -ms-transform: translateZ(-20px) rotateX(-10deg);
    -o-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    -moz-transform: translateZ(-20px) rotateX(0deg);
    -ms-transform: translateZ(-20px) rotateX(0deg);
    -o-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@-webkit-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@-moz-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -moz-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    -o-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    -moz-transform: translateZ(-20px) rotateX(-100deg);
    -ms-transform: translateZ(-20px) rotateX(-100deg);
    -o-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    -moz-transform: translateZ(-20px) rotateX(-90deg);
    -ms-transform: translateZ(-20px) rotateX(-90deg);
    -o-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
/* -------------------------------- 

xloading-bar 

-------------------------------- */
.cd-headline.loading-bar span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.loading-bar .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.loading-bar .cd-words-wrapper::after {
  /* loading bar */
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #0096a7;
  z-index: 2;
  -webkit-transition: width 0.3s -0.1s;
  -moz-transition: width 0.3s -0.1s;
  transition: width 0.3s -0.1s;
}
.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
  width: 100%;
  -webkit-transition: width 3s;
  -moz-transition: width 3s;
  transition: width 3s;
}
.cd-headline.loading-bar b {
  top: .2em;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cd-headline.loading-bar b.is-visible {
  opacity: 1;
  top: 0;
}

/* -------------------------------- 

xslide 

-------------------------------- */
.cd-headline.slide span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.slide b {
  opacity: 0;
  top: .2em;
}
.cd-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  -moz-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}
.cd-headline.slide b.is-hidden {
  -webkit-animation: slide-out 0.6s;
  -moz-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/* -------------------------------- 

xclip 

-------------------------------- */
.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}
.cd-headline.clip b {
  opacity: 0;
}
.cd-headline.clip b.is-visible {
  opacity: 1;
}

/* -------------------------------- 

xzoom 

-------------------------------- */
.cd-headline.zoom .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.zoom b {
  opacity: 0;
}
.cd-headline.zoom b.is-visible {
  opacity: 1;
  -webkit-animation: zoom-in 0.8s;
  -moz-animation: zoom-in 0.8s;
  animation: zoom-in 0.8s;
}
.cd-headline.zoom b.is-hidden {
  -webkit-animation: zoom-out 0.8s;
  -moz-animation: zoom-out 0.8s;
  animation: zoom-out 0.8s;
}

@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
}
@-moz-keyframes zoom-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
}
@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    -moz-transform: translateZ(100px);
    -ms-transform: translateZ(100px);
    -o-transform: translateZ(100px);
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
  }
}
@-moz-keyframes zoom-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-100px);
  }
}
@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    -moz-transform: translateZ(-100px);
    -ms-transform: translateZ(-100px);
    -o-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}
/* -------------------------------- 

xrotate-3 

-------------------------------- */
.cd-headline.rotate-3 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.rotate-3 b {
  opacity: 0;
}
.cd-headline.rotate-3 i {
  display: inline-block;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.is-visible .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cd-headline.rotate-3 i.in {
  -webkit-animation: cd-rotate-3-in 0.6s forwards;
  -moz-animation: cd-rotate-3-in 0.6s forwards;
  animation: cd-rotate-3-in 0.6s forwards;
}
.cd-headline.rotate-3 i.out {
  -webkit-animation: cd-rotate-3-out 0.6s forwards;
  -moz-animation: cd-rotate-3-out 0.6s forwards;
  animation: cd-rotate-3-out 0.6s forwards;
}

.no-csstransitions .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 0;
}

.no-csstransitions .cd-headline.rotate-3 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
  }
}
@-moz-keyframes cd-rotate-3-in {
  0% {
    -moz-transform: rotateY(180deg);
  }
  100% {
    -moz-transform: rotateY(0deg);
  }
}
@keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
  }
}
@-moz-keyframes cd-rotate-3-out {
  0% {
    -moz-transform: rotateY(0);
  }
  100% {
    -moz-transform: rotateY(-180deg);
  }
}
@keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}
/* -------------------------------- 

xscale 

-------------------------------- */
.cd-headline.scale b {
  opacity: 0;
}
.cd-headline.scale i {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.is-visible .cd-headline.scale i {
  opacity: 1;
}
.cd-headline.scale i.in {
  -webkit-animation: scale-up 0.6s forwards;
  -moz-animation: scale-up 0.6s forwards;
  animation: scale-up 0.6s forwards;
}
.cd-headline.scale i.out {
  -webkit-animation: scale-down 0.6s forwards;
  -moz-animation: scale-down 0.6s forwards;
  animation: scale-down 0.6s forwards;
}

.no-csstransitions .cd-headline.scale i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}

.no-csstransitions .cd-headline.scale .is-visible i {
  opacity: 1;
}

@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes scale-up {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  60% {
    -moz-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}
@-moz-keyframes scale-down {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  60% {
    -moz-transform: scale(0);
    opacity: 0;
  }
}
@keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
/* -------------------------------- 

xpush 

-------------------------------- */
.cd-headline.push b {
  opacity: 0;
}
.cd-headline.push b.is-visible {
  opacity: 1;
  -webkit-animation: push-in 0.6s;
  -moz-animation: push-in 0.6s;
  animation: push-in 0.6s;
}
.cd-headline.push b.is-hidden {
  -webkit-animation: push-out 0.6s;
  -moz-animation: push-out 0.6s;
  animation: push-out 0.6s;
}

@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes push-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes push-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
}
@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}



/*

Made with love. Studio Simply.
simplystudio.cz  |  simplystudio.cz/en 

*/