/* GENERAL */

*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	line-height: 1.9;
}

body{
    color: #79838e;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.full-width{
	max-width: 1140px;
}

h1{
	font-size: 50px;
	color: white;
	line-height: 1.2;
	font-family: 'Montserrat', sans-serif;
	-webkit-transform: translate3d(30px,0,0);
	        transform: translate3d(30px,0,0);
	opacity: 0;
	filter: alpha(opacity=0);
	color: black;
	-webkit-transition: 1s;
	        transition: 1s;
}

h1.active{
	-webkit-transform: translate3d(0,0,0);
	        transform: translate3d(0,0,0);
	opacity: 1;
	filter: alpha(opacity=100);
}

h2{
	font-size: 30px;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	color: black;
}

h2.large{
	font-size: 36px;
	margin-bottom: 20px;
}

h2.small{
	font-size: 20px;
}

h2.center{
	text-align: center;
}

.company-name{
	font-weight: bold;
}

.white{
	color: rgba(255,255,255,1) !important;
}

.black{
	color: rgba(0,0,0,1);
}

.grey{
	color: #79838e;
}		

.text{
	color: #79838e;
	font-size: 16px;
}

.text.center{
	text-align: center;
}

.button{
	padding: 10px;
	background-color: #120e2c;
	color: white;
	width: 200px;
	border-radius: 30px;
	margin: 0 auto;
	cursor: pointer;
	display: block;
	overflow: hidden;
	position: relative;
}

.hideme{
    opacity:0;
}

.button:hover{
	opacity: 0.8;
}

.hamburger-menu{
	display: none;
}

.mobile{
	display: none;
}

.left{
	float: right;
	padding: 60px 360px 60px 0; */
}

.right{
	float: right;
	padding: 60px 0 60px 360px;
}

.right-pos{
	right: 100px;
}

.left-pos{
	left: 100px;
}

a{
	text-decoration: none;
}

.underline{
	text-decoration: underline;
}



/* CSS */

.page .menu{
	background-color: #120e2c;
	height: 70px;
	position: fixed;
	width: 100%;
	z-index: 1000;
	top: 0;
	left: 0;
}

.page .menu .logo{
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	height: 30px;
	width: 100px;
	margin-left: 40px;
	background-image:url(../images/logo-name.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.page .menu .logo-icon{
	height: 30px;
	width: 30px;
	margin: 4px 0px;
	transform: rotate(0deg);
	position: absolute;
	transition: 1s;
	left: 0;
	background-image: url(../images/logo-icon.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.page .menu .logo-icon.active{
	transform: rotate(360deg);
}

.page .menu .menu-wrapper{
	padding: 16px 0px;
	margin: 0 auto;
	position: relative;
	display: block;
	height: 100%;
}

.menu.logo{
	background-image: url(../images/reported-logo.png);
}

.menu .item{
	color: white;
	float: left;
	padding: 6px 0px;
	margin: 0px 15px;
	cursor: pointer;
	text-decoration: none;
}

.menu-items.mobile{
	display: none;
}

.menu .item:hover{
/*	background-color: #c93284;
	border-radius: 25px;*/
}

.menu .item.important{
	background-color: #c93284;
	border-radius: 25px;
	overflow: hidden;
	padding: 6px 12px;
	position: relative;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.menu .item.important.active{
	border-bottom: none;
}

.menu .item.active{
	/* border-bottom: 1px solid white; */
	text-decoration: underline;
}

.menu .menu-items{
	float: right;
}

.page .section{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.page .section .wrapper{
	padding: 70px 100px;
	margin: 0 auto;
	position: relative;
}


.section.home{
	background-image: url(../images/home-bg.jpg);
}

.section.home .phone-container{
	width: 300px;
	height: 590px;
	position: absolute;
	overflow: hidden;
	-webkit-transition: 1s;
	        transition: 1s;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translate3d(0px,40px,0);
	        transform: translate3d(0px,40px,0);
}

.section.home .phone-container.active{
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translate3d(0px,0px,0);
	        transform: translate3d(0px,0px,0);
}

.section.home .phone-container .phone-frame{
	background-image: url(../images/header-phone2.png);
	height: 100%;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	background-position: center center;
	z-index: 100;
	overflow: hidden;
}

.section.home .phone-container .phone-frame .newsblock{
	width: 219px;
	height: 33px;
	background-size: cover;
	position: absolute;
	-webkit-transition: 0.8s;
	        transition: 0.8s;
}

.section.home .phone-container .phone-frame .newsblock.block1{
	background-image: url(../images/row1.jpg);
	top: 300px;
	left: 39px;
}

.section.home .phone-container .phone-frame .newsblock.block2{
	background-image: url(../images/row2.jpg);
	top: 355px;
	left: 39px;
}

.section.home .phone-container .phone-frame .newsblock.block3{
	background-image: url(../images/row3.jpg);
	top: 409px;
	left: 39px;
}

.section.home .phone-container .phone-frame .newsblock.block4{
	background-image: url(../images/row4.jpg);
	top: 463px;
	left: 39px;
}

.section.home .phone-container .phone-content{
	overflow:hidden;
	height: 335px;
	position: absolute;
	top: 63px;
	padding: 0px 14px;
}

.section.home .phone-container .phone-content .picture1{
	background-image: url(../images/pic1.png);
	width: 185px;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top;
}

.section.home .home-content{
	float: right;
	margin: 100px 0px 100px;
	padding-left: 340px;
}

.section.home .description{
	margin: 10px 0px;
	font-size: 22px;
	font-family: sans-serif;
	-webkit-transform: translate3d(30px,0,0);
	        transform: translate3d(30px,0,0);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: 1s;
	        transition: 1s;
}

.section.home .description.active{
	-webkit-transform: translate3d(0,0,0);
	        transform: translate3d(0,0,0);
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.section.intro .wrapper{
	margin-top: 70px;
}

.section .content.intro{
	padding-left: 170px;
}

.section .icon-container{
	position: absolute;
}

.section .reported-icon{
	border-radius: 30px;
}

.section .icon-container .app-name{
	text-align: center;
}

.section.banner{
	background-image: url(../images/banner-bg.jpg);
	text-align: center;
}

.section.intro2 .list.container{
	margin: 20px 0 0;
}

.section.intro2 .list.container .item{
	float:left;
	width: 33%;
	margin-bottom: 15px;
	position: relative;
	-webkit-transform: translate3d(60px,0,0);
	        transform: translate3d(60px,0,0);
	opacity: 0;
	filter:alpha(opacity=0);
	-webkit-transition: 0.3s;
	        transition: 0.3s;
}

.section.intro2 .list.container .item.active{
	-webkit-transform: translate3d(0,0,0);
	        transform: translate3d(0,0,0);
	opacity:1;
	filter: alpha(opacity=100);
}

.section.intro2 .list.container .item:nth-child(3n+1){ 
	padding-left: 0;
}

.section.intro2 .list.container .item:nth-child(3n+3){
	padding-right: 0;
}

.section.intro2 .list.container .item .icon{
	width: 100px;
	height: 100px;
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
}

.icon.icon1{
	background-image: url(../images/icon1.png);
}

.icon.icon2{
	background-image: url(../images/icon2.png);
}

.icon.icon3{
	background-image: url(../images/icon3.png);
}

.icon.icon4{
	background-image: url(../images/icon4.png);
}

.icon.icon5{
	background-image: url(../images/icon5.png);
}

.icon.icon6{
	background-image: url(../images/icon6.png);
}

.section.intro2 .list.container .item .label{
	margin-left: 13px;
	font-size: 14px;
	color: #3b4147;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	padding-left: 100px;
}

.section.intro3 .icon-container{
	float: left;
	margin: 0px 64px 0px 0px;
}

.section.intro3{
	background-color: #e4eef2;
	overflow: hidden;
}

.section.intro3 h2{
	/* text-align: center; */
}

.section.features1,.section.features2,.section.features3,.section.features4{
	overflow: hidden;
	position: relative;
}

.section.features1 .wrapper{
	/* min-height: 840px; */
}

.section.features1 .content .phone-image{
	height: 440px;
	width: 300px;
	background-image: url(../images/newPhone1.png);
	background-position: center center;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	top: 300px;
	left: 100px;
	-webkit-transform: translate3d(0,260px,0);
	transform: translate3d(0,260px,0);
	-webkit-transition: 1s;
	transition: 1s;
	opacity: 0;
	filter: alpha(opacity=0);
}

.section.features1 .content .phone-image.active{
	-webkit-transform: translate3d(0,0,0);
	        transform: translate3d(0,0,0);
	opacity: 1;
	filter: alpha(opacity=100);
}

.section .content .image-container{
	-webkit-transform: translate3d(0,260px,0);
	        transform: translate3d(0,260px,0);
	-webkit-transition: 1s;
	        transition: 1s;
	opacity: 0;
	filter: alpha(opacity=0);
}

.section .content .image-container.active{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
	filter: alpha(opacity=100);
}

.section.features1 .content .description{
	padding: 120px 0px 40px 370px;
}

.section.features2{
	background-color: #38354f;
	overflow: hidden;
	position: relative;
}

.section.features4{
	background-color: #3b4147;
}

.section.disclaimer{
	background-color: #120e2c;
}

.section.disclaimer .reported-logo{
	width: 200px;
	display: block;
	margin: 0 auto 20px;
	/* display: none; */
}

.section.contact{
	background-color: #333;
}

.content.contact{
	width: 20%;
	position: absolute;
	display: block;
	bottom: 70px;
	right: 100px;
	float: right;
}

.content.contact .text{
    font-size: 14px;
}

.feature.content .image-container{
	width: 300px;
	height: 440px;
	background-position: bottom;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	top: 40px;
}

.feature.content .image-container.feature2{
	background-image: url(../images/newPhone2.png);
}

.feature.content .image-container.feature3{
	background-image: url(../images/iphone4.png);
}

.feature.content .image-container.feature4{
	background-image: url(../images/iphone3.png);
	top: 50%;
}

.feature.content .image-container.feature4.active{
	transform:translate3d(0,-50%,0);
}


.feature.content .description.feature{
}

.feature.content .text{
	opacity: 0.8;
}

.section.disclaimer .content.disclaimer{
	width: 70%;
	float: left;
}

.section.disclaimer .content img{
	width: 160px;
	margin: 0px 0px 0px;
}

.section.disclaimer .text.grey{
	margin-bottom: 30px;
}

.section.contact .text.white{
	float: left;
}

.section.contact img{
	float:right;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
}



@media (min-width: 700px) and (max-width: 1024px) {
	h1 {
	    font-size: 30px;
	}

	.right {
	    float: right;
	    padding: 60px 0 60px 230px;
	}

	.left {
	    padding: 60px 230px 60px 0;
	}

	.page .menu .menu-wrapper {
	    /* padding: 16px; */
	    padding: 16px 20px;
	}

	.section.home .description {
	    margin: 10px 0px;
	    font-size: 20px;
	}

	.page .menu .logo-icon {
	    left: 20px;
	}

	.menu-wrapper .logo{
		position: absolute;
		top: 50%;
		-webkit-transform: translate(0,-50%);
		    -ms-transform: translate(0,-50%);
		        transform: translate(0,-50%);
	}

	.section.home .phone-container {
	    left: 70px;
	    top: 100px;
	}

	.section.home .phone-container .phone-content {
	    overflow: hidden;
	    position: absolute;
	    top: 0px;
	    padding: 0 10px;
	}

	.section.home .phone-container .phone-content .picture1 {
	    background-image: url(../images/pic1.png);
	    width: 120px;
	    height: 100%;
	    background-repeat: no-repeat;
	    background-size: contain;
	    position: relative;
	    top: 43px;
	    float: left;
	}

	.section.home .store-share {
	    margin: 40px 0px 0px;
	}

	.section.intro .wrapper {
	    margin-top: 40px !important;
	}

	.section .icon-container {
	    float: left;
	    margin: 0px 24px 0px 0px;
	}

	.page .section .wrapper {
	    padding: 70px 70px;
	    margin: 0 auto;
	    position: relative;
	}

	.section.intro2 .list.container .item {
	    height: 100px;
	    -webkit-transform: translate3d(0,0,0);
	            transform: translate3d(0,0,0);
	    opacity: 1;
	    filter: alpha(opacity=100);
	}

	.section.intro2 .list.container .item .label {
	    font-size: 13px;
	    line-height: 1.5;
	}

	.section.intro3 .icon-container {
	}
	.section.features1 .content .phone-image {
	    height: 340px;
	    width: 240px;
	    left: 70px;
	    top: initial;
	    bottom: 35px;
	}
	
	.section.features1 .content .description {
	padding: 80px 0 0px 300px;
	}

	.feature.content .image-container {
	    width: 230px;
	    height: 390px;
	    top: 50%;
	}

	.right-pos{
		right: 70px;
	}

	.link-pos{
		left: 70px;
	}

	.feature.content .image-container.feature2 {
	}

	.section.disclaimer .content.disclaimer {
		width: 60%;
	}

	.section.home .wrapper{
		min-height: 610px;
	}

	.section .content .image-container.active {
	    -webkit-transform: translate3d(0,-50%,0);
	    transform: translate3d(0,-50%,0);
	    opacity: 1;
	    filter: alpha(opacity=100);
	}

	.content.contact {
	    top: 150px;
	}


}

@media (min-width: 0px) and (max-width: 700px) {
	.mobile{
		display: block;
	}

	.desktop{
		display: none;
	}
	h1 {
	    font-size: 24px;
	    -webkit-transform: translate3d(0,0,0);
	    transform: translate3d(0,0,0);
	    opacity: 1;
	    filter: alpha(opacity=100);
	}

	h2 {
	    font-size: 21px;
	    margin-bottom: 20px;
	    line-height: 1.5;
	}

	h2.large {
	    font-size: 26px;
	    margin-bottom: 10px;
	}

	h2.small {
	    font-size: 21px;
	    margin: 10px 0px;
	}

	.right {
	    float: none;
	    padding: 0;
	}

	.left {
		padding:0;
		float: none;
	}

	.page .section .wrapper {
	    padding: 30px 20px;
	}

	.full-width {
	    width: 100%;
	}
	
	.menu-items{
		display: none;
	}

	.menu-items.mobile {
	    float: none;
	    display: none;
	    position: fixed;
	    top: 70px;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    z-index: 800;
	    text-align: center;
	}

	.menu-items.mobile .item.animate-menu{
		-webkit-transform:translate3d(0,0,0);
		        transform:translate3d(0,0,0);
		opacity:1;
		filter:alpha(opacity=100);
	}
	
	.menu-items.mobile .item {
	    width: 100%;
	    height: calc(20% - 14px);
	    margin: 0;
	    border-bottom: solid 1px white;
	    background-color: #120e2c;
	    -webkit-transform: translate3d(0px,-70px,0);
	            transform: translate3d(0px,-70px,0);
	    -webkit-transition: 0.2s;
	            transition: 0.2s;
	    opacity: 0;
	    filter:alpha(opacity=0);
	}

	.menu-items.mobile .item span{
		color: white;
		font-size: 30px;
		font-weight: bold;
		text-align: center;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%,-50%);
		    -ms-transform: translate(-50%,-50%);
		        transform: translate(-50%,-50%);
	}
	
	.menu-items.mobile .item:first-child {
		border-top: solid 1px white;
	}
	
	.menu-items.mobile .item:hover {
		border-radius: 0px;
	}

	.menu-items.mobile .item.active {
	    border-radius: 0;
	    background-color: #c93284;
	}

	.page .menu .menu-wrapper {
	    padding: 10px 20px;
	}

	.page .menu .logo-icon {
	    margin: 8px 0px;
	    left: 20px;
	}

	.section.intro3 h2 {
	    margin: 20px 0px;
	    text-align: center;
	}


	img.logo{
		padding: 10px;
	}

	.section.home .phone-container .phone-frame{
		background-image: url(../images/header-phone-mobile.png);
	}

	.section.home .phone-container {
	    width: 220px;
	    height: 460px;
	    top: 330px;
	    left: 50%;
	    opacity: 1;
	    filter: alpha(opacity=100);
	    -webkit-transform: translate(-50%,0);
	    -ms-transform: translate(-50%,0);
	    transform: translate(-50%,0);
	}

	.section.home .wrapper{
		min-height: 670px;
		overflow: hidden;
	}

	.section.home .newsblock{
		display: none;
	}

	.section.home .phone-container .phone-content {
	    overflow: hidden;
	    height: 185px;
	    position: absolute;
	    top: 30px;
	    padding: 0 8px;
	}
	.section .content.intro {
	    padding-left: 0px;
	}

	.section .content.intro .text{
		/* padding-left: 80px; */
	}

	.section.intro3 .content.intro .text{
		padding-left:0;
	}

	.section.intro2 .list.container .item{
		float:left;
		width: 100%;
		margin-bottom: 15px;
		position: relative;
	}

	.section.home .phone-container .phone-content .picture1 {
	    width: 95px;
	}

	.section.intro2 .list.container .item6{ 
		margin-bottom:0;
	}

	.section.intro .wrapper {
	    margin-top: 0;
	}

	.section .icon-container {
		position:relative;
		margin-bottom: 20px;
	}

	.section.home .description {
	    font-size: 17px;
	    -webkit-transform: translate3d(0,0,0);
	            transform: translate3d(0,0,0);
	    opacity: 0.8;
	    filter: alpha(opacity=80);
	}

	.section.home .phone-container.active {
	    opacity: 1;
	    filter: alpha(opacity=100);
	    -webkit-transform: translate(-50%,0);
	        -ms-transform: translate(-50%,0);
	            transform: translate(-50%,0);
	}

	.section.home .home-content {
	    padding-left: 0;
	    margin: 60px 0px 0px;
	}

	.padding-left-mobile{
		padding-left: 80px;
	}

	.section.features1 .wrapper {
	     padding-bottom: 330px;
	}

	.section .icon-container .app-name {
	    display: none;
	}

	.section .reported-icon {
	    border-radius: 14px;
	    height: 70px;
	    position: relative;
	    left: 50%;
	    transform: translate(-50%,0);
	}

	.section.intro .content.intro h2{
		text-align: center;
	}

	.section.intro2 .list.container .item .label {
	    padding-left: 70px;
	    font-size: 14px;
	}

	.section.intro2 .list.container .item .icon {
	    width: 60px;
	    height: 60px;
	    background-size: contain;
	}

	.section.intro2 .list.container .item{
		-webkit-transform: translate3d(0,0,0);
		        transform: translate3d(0,0,0);
		opacity: 1;
		filter: alpha(opacity=100);
	}

	.section.intro3 .icon-container {
	    margin: 0;
	    right: initial;
	    top: initial;
	    position: relative;
	    float: none;
	}

	img.intranet-icon{
	    height: 50px;`
	    position: inherit;
	    position: relative;
	    left: 50%;
	    transform: translate(-50%,0);
	}

	.padding-right-mobile{
		padding-right: 130px;
	}

	.section.features1 .content .phone-image {
	    height: 490px;
	    left: 50%;
	    bottom: -150px;
	    top: initial;
	    -webkit-transform: translate(-50%,0);
	    -ms-transform: translate(-50%,0);
	    transform: translate(-50%,0);
	    opacity: 1;
	    filter: alpha(opacity=100);
	}

	.section.features1 .content .description {
	    padding: 0;
	}

	.section.features2, .section.features3, .section.features4 {
	    padding-bottom: 300px;
	}

	.feature.content .image-container {
		background-position: bottom;
		position: absolute;
		background-repeat: no-repeat;
		background-size: contain;
		left: 50%;
		margin-top: 20px;
		-webkit-transform: translate(-50%,0);
		-ms-transform: translate(-50%,0);
		transform: translate(-50%,0);
		opacity: 1;
		filter: alpha(opacity=100);
		top: inherit;
	}

	.feature.content .image-container.feature3 {
	    /* top: inherit; */
	}

	.feature.content .image-container.feature4 {
	    background-position: center center;
	    top: inherit;
	}

	.section.disclaimer .content.disclaimer {
	    width: 100%;
	    text-align: left;
	}

	.section.contact .text.white {
	    float: left;
	    font-size: 13px;
	    width: 50%;
	    padding-right: 10px;
	}

	.section.contact .content.contact {
	    text-align: left;
	    width: 100%;
	}

	.section.contact img {
	}

	
	.hamburger-menu {
		display: inline-block;
		padding: 20px 0;
		position: absolute;
		right: 20px;
	}

	.section.disclaimer .content img {
	    width: 200px;
	    margin: 30px 0px 10px;
	    position: relative;
	    /* left: 50%; */
	    /* transform: translate(-50%,0); */
	}

	.content.contact {
	    width: 100%;
	    position: inherit;
	    display: block;
	    bottom: 0;
	    right: 0;
	    float: none;
	    /* margin-top: 360px; */
	}

	.hamburger-icon {
		display: block;
		height: 5px;
		width: 30px;
		background-color: #c93284; 
		position: relative;
		-moz-transition: 0.2s;
		-o-transition: 0.2s;
		-webkit-transition: 0.2s;
		transition: 0.2s;
	}
	.hamburger-icon:before {
		content: '';
		position: absolute;
		top: -10px;
		width: 30px;
		height: 5px;
		background-color: #c93284; 
		-moz-transition: 0.2s;
		-o-transition: 0.2s;
		-webkit-transition: 0.2s;
		transition: 0.2s;
	}
	.hamburger-icon:after {
		content: '';
		position: absolute;
		top: 10px;
		width: 30px;
		height: 5px;
		background-color: #c93284; 
		-moz-transition: 0.2s;
		-o-transition: 0.2s;
		-webkit-transition: 0.2s;
		transition: 0.2s;
	}

	.activeBurg {
	  background: transparent;
	}
	.activeBurg:before {
	  -webkit-transform: rotate(45deg);
	  top: 0;
	}
	.activeBurg:after {
	  -webkit-transform: rotate(-45deg);
	  top: 0;
	}

	.ripple-animation {
	  display: block;
	  position: absolute;
	  background:rgba(255, 255, 255, 0.2);
	  border-radius: 100%;
	  -webkit-transform:scale(0);
	     -moz-transform:scale(0);
	       -o-transform:scale(0);
	          transform:scale(0);
	}

	.animate {
		-webkit-animation:ripple 0.40s linear;
	   -moz-animation:ripple 0.40s linear;
	    -ms-animation:ripple 0.40s linear;
	     -o-animation:ripple 0.40s linear;
	        animation:ripple 0.40s linear;
	}

	@-webkit-keyframes ripple {
	    100% {opacity: 0; -webkit-transform: scale(0.5);}
	}
	@-moz-keyframes ripple {
	    100% {opacity: 0; -moz-transform: scale(0.5);}
	}
	@-o-keyframes ripple {
	    100% {opacity: 0; -o-transform: scale(0.5);}
	}
	@keyframes ripple {
	    100% {opacity: 0; transform: scale(0.5);}
	}

}
