@font-face {
    font-family: 'telegroteskscreenmedium';
    src: url('../fonts/telegroteskscreen-medium-webfont.eot');
    src: url('../fonts/telegroteskscreen-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/telegroteskscreen-medium-webfont.woff2') format('woff2'),
         url('../fonts/telegroteskscreen-medium-webfont.woff') format('woff'),
         url('../fonts/telegroteskscreen-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'telegroteskscreenMdIt';
    src: url('../fonts/telegroteskscreen-mediumitalic-webfont.eot');
    src: url('../fonts/telegroteskscreen-mediumitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/telegroteskscreen-mediumitalic-webfont.woff2') format('woff2'),
         url('../fonts/telegroteskscreen-mediumitalic-webfont.woff') format('woff'),
         url('../fonts/telegroteskscreen-mediumitalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'telegroteskscreenregular';
    src: url('../fonts/telegroteskscreen-regular-webfont.eot');
    src: url('../fonts/telegroteskscreen-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/telegroteskscreen-regular-webfont.woff2') format('woff2'),
         url('../fonts/telegroteskscreen-regular-webfont.woff') format('woff'),
         url('../fonts/telegroteskscreen-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'telegroteskscreenitalic';
    src: url('../fonts/telegroteskscreen-regularitalic-webfont.eot');
    src: url('../fonts/telegroteskscreen-regularitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/telegroteskscreen-regularitalic-webfont.woff2') format('woff2'),
         url('../fonts/telegroteskscreen-regularitalic-webfont.woff') format('woff'),
         url('../fonts/telegroteskscreen-regularitalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'telegroteskscreenthin';
    src: url('../fonts/telegroteskscreen-thin-webfont.eot');
    src: url('../fonts/telegroteskscreen-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/telegroteskscreen-thin-webfont.woff2') format('woff2'),
         url('../fonts/telegroteskscreen-thin-webfont.woff') format('woff'),
         url('../fonts/telegroteskscreen-thin-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'telegroteskscreenultra';
    src: url('telegroteskscreen-ultra-webfont.eot');
    src: url('telegroteskscreen-ultra-webfont.eot?#iefix') format('embedded-opentype'),
         url('telegroteskscreen-ultra-webfont.woff2') format('woff2'),
         url('telegroteskscreen-ultra-webfont.woff') format('woff'),
         url('telegroteskscreen-ultra-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: 'telegroteskscreenregular', 'open_sans'
}

a, a:active {
	color: #4b4b4b;
}
a:hover, a:focus {
	text-decoration: none;
}

.margin-center { margin: 0 auto; }
.float-left {
    float: left;
}

.container { max-width: 940px; }

.gradient-border {
	height: 4px;
	background: #ff4837;
	background: -moz-linear-gradient(left, #ff4837 0%, #e6007e 100%);
	background: -webkit-linear-gradient(left, #ff4837 0%,#e6007e 100%);
	background: linear-gradient(to right, #ff4837 0%,#e6007e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4837', endColorstr='#e6007e',GradientType=1 );
}

.header { text-align: center; box-shadow: 0 0 5px rgba(0, 0, 0, 0.6); position: relative; height: 55px; }
.lang-select { position: absolute; right: 10px; top: 18px; }
.lang-select a.active { color: #fa3a44; }

.header-menu { width: 350px; margin: 0 auto; }
.menu-item {
	padding: 15px 0;
	float: left;
	width: 33%;
}

.intro { background: url('../images/head_pic.jpg'); background-size: cover; background-position: center; text-align: center; padding: 125px 0 30px 0; color: #ffffff; }
.app_name { text-transform: uppercase; font-weight: bold; font-size: 40px; }

.intro-text-1 { font-size: 24px; padding: 110px 0 30px 0; font-weight: bold; }
.intro-text-2 { font-size: 20px; padding-bottom: 20px; }

.t-logo { text-transform: uppercase; padding-bottom: 20px; }
.t-logo img { padding-left: 10px; }

.about { padding: 40px 0; }
.about-title { color: #e20074; font-size: 36px; font-weight: bold; padding-bottom: 10px; text-transform: uppercase; line-height: 36px; }
.about-subtitle { color: #e20074; font-size: 24px; padding-bottom: 25px; }
.about-text { color: #7c7c7c; font-size: 20px; padding-bottom: 20px; }

.about .container .row { padding-bottom: 50px; }

.tutorial, .upper, .footer { 
    background: #ff4837;
    background: -moz-linear-gradient(top, #ff4837 0%, #e6007e 100%);
    background: -webkit-linear-gradient(top, #ff4837 0%,#e6007e 100%);
    background: linear-gradient(to bottom, #ff4837 0%,#e6007e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4837', endColorstr='#e6007e',GradientType=0 );
    width: 100%;
}

.screens {
    position: relative;
}

.phone_cnt { position: relative; }
.phone { position: absolute; z-index: 2; }
.steps_cnt { position: absolute; z-index: 1; height: 369px; overflow: hidden; top: 76px; left: 22px; }
.steps_cnt_inner { position: relative; top: 0; }

.watch_step { 
    display: none;
    position: absolute;
    z-index: 2;
    bottom: -15px; 
    left: -80px; 
}

.doll_step {
    display: none;
    position: absolute;
    top: 200px;
    left: 80px;
}

.step {
    width: 20px;
    height: 1px;
    background: #ffffff;
    margin-top: 50px;
    position: relative;
}

.step.active {
    height: 2px;
    width: 40px;
}

.step:before {
    position: absolute;
    top: -15px;
    left: -20px;
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    display: none;
}

.step.active:before {
    display: block;   
}

.step-1:before {
    content: '1';
}

.step-2:before {
    content: '2';
}

.step-3:before {
    content: '3';
}

.step-4:before {
    content: '4';
}

.step-5:before {
    content: '5';
}

.step-6:before {
    content: '6';
}

.step-7:before {
    content: '7';
}

.step-instructions-cnt { overflow: hidden; height: 520px; }
.step-instructions-cnt-inner { position: relative; top: 0; }

.step-instructions {
    /*display: none;*/
    color: #ffffff;
}

.step-instructions-active {
    display: block;
}

.step-instruction-title {
    text-transform: uppercase;
    font-size: 33px;
    font-weight: bold;
    padding-bottom: 30px;
}

.step-instruction-text {
    font-size: 20px;
}

.step-instruction-1, .step-instruction-2, .step-instruction-3, .step-instruction-4 {
    padding: 150px 0;
}

.upper {
    padding-top: 200px;
}

.lower {
    padding-bottom: 50px;
}

.download { position: relative; overflow: hidden; }

.dl_title { color: #ffffff; font-size: 36px; font-weight: bold; padding-bottom: 10px; text-transform: uppercase; line-height: 36px; }
.dl_subtitle { color: #ffffff; font-size: 24px; padding-bottom: 25px; }
.dl_text { color: #ffffff; font-size: 20px; padding-bottom: 20px; }

.download_app_store { margin: 50px 0; }

.hand { position: absolute; right: 50px; top: -160px; }

.footer-menu { background: #ff4837; color: #ffffff; padding: 10px 0; }
.privacy_link, .privacy_link:hover, .privacy_link:focus { color: #ffffff; }

.privacy_policy_text { color: #ffffff; font-size: 20px; padding: 30px 0; display: none; }
.privacy_policy_title { font-size: 36px; padding-bottom: 30px; }

.pp_list { padding-left: 20px; }
.pp_list li { padding-bottom: 20px; }

.video {
    margin-top: 40px;
}
.player {
    width: 100%;
}

@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .doll_step {
        top: 270px;
        left: 150px;
        width: 270px;
    }

    .hand { display: none; }

    .upper {
        padding-top: 20px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .step-indicator-cnt {
        padding-left: 40px;
    }

    #tutorial_inner {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .step-instruction-1, .step-instruction-2, .step-instruction-3, .step-instruction-4 {
        padding-top: 20px;
    }
    .hand { display: none; }

    .phone { width: auto; }
    .watch_step { width: 120px; left: -60px; }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.header-menu {
		float: left;
		width: auto;
	}

	.menu-item {
		padding: 15px 0 15px 10px;
		width: auto;
	}

	.intro {
		padding: 30px 0 25px 0;
	}

	.app_name { font-size: 30px; }

	.intro-text-1 {
		padding: 20px 0 20px 0;
		font-size: 18px;
	}

	.intro-text-2 {
		padding-bottom: 15px;
		font-size: 16px;
	}

    .step-instruction-1, .step-instruction-2, .step-instruction-3, .step-instruction-4 {
        padding: 40px 0;
    }

    .step-instruction-5, .step-instruction-6, .step-instruction-7 {
        padding: 40px 0;
    }

    .step-indicator-cnt {
        padding-left: 40px;        
    }

    .step-instructions-cnt {
        height: 230px;
    }

    .hand { display: none; }

    #tutorial_inner {
        padding-top: 60px !important;
        padding-bottom: 20px !important;
    }

    .upper {
        padding-top: 20px;
    }

    .phone { width: 160px; }
    .watch_step { width: 120px; left: -60px; }

    .doll_step {
        top: 190px;
        left: 90px;
        width: 170px;
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    
}