body, html{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: Poppins;
}
.header{
	width: 100%;
	height: auto;
	background: #E6E6E6;
}
.strip{
	width: 100%;
	height: 4px;
	background: #DD3266; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, #DD3266 , #D8584B); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #DD3266, #D8584B); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #DD3266, #D8584B); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #DD3266 , #D8584B); /* Standard syntax */
}
.links{
	width: 50%;
	height: 75px;
	margin: auto;
}
.link{
	width: calc(100% / 6);
	height: 100%;
	float: left;
	color: #404040;
	padding-top: 29px;
    cursor: pointer;
    font-size: 0.87rem;
}
.getApp{
	padding-top: 19px;
}
.getApp button{
	background: #FF2B5E; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, #FF2B5E , #FB5144); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #FF2B5E, #FB5144); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #FF2B5E, #FB5144); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #FF2B5E , #FB5144); /* Standard syntax */
	color: #FFF;
	width: 100%;
	height: 40px;
	border: none;
	border-radius: 6px;
}
.logo{
	width: 100%;
	height: 45px;
	padding-top: 35px;
	text-align: center;
	padding-bottom: 130px;
	background: #E6E6E6;
}
.logo img{
	height: 100%;
}
.showcase{
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 350px;
}
.center_item{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.center_item_vertically{
	position: absolute;
	top: 50%;
	transform: translate(0, -50%); 
	-webkit-transform: translate(0, -50%); 
	-moz-transform: translate(0, -50%);
}

.center_item_horizontally{
	position: absolute;
	left: 50% !important;
	transform: translate(-50%, 0); 
	-webkit-transform: translate(-50%, 0); 
	-moz-transform: translate(-50%, 0);
}
.body{
	width: 100%;
	height: calc(100% - 260px);
	top: 160px;
	position: absolute;
	background: #FF2B5E; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, #FF2B5E , #FA583F); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #FF2B5E, #FA583F); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #FF2B5E, #FA583F); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #FF2B5E , #FA583F); /* Standard syntax */
}
.showcase-details{
	width: 100%;
	height: 450px;
	position: relative;
}
#setup{
	width: 180px;
	height: 40px;
	position: absolute;
	bottom: -70px;
	left: -155px;
}
#setup .desc_text{
	width: calc(100% - 50px);
	height: 40px;
	float: right;
	text-align: right;
	font-size: 0.85rem;
	color: #7F7F7F;
	white-space: nowrap;
}
#setup .desc_img{
	width: 50px;
	height: 40px;
	float: right;
}
#notification{
	width: 200px;
	height: 90px;
	position: absolute;
	bottom: -156px;
}
#notification .desc_img{
	width: 100%;
	height: 40px;
	text-align: center;
	margin-bottom: 10px;
}
#notification .desc_text{
	width: 100%;
	height: 40px;
	text-align: center;
	font-size: 0.85rem;
	color: #7F7F7F;
	white-space: nowrap;
}
#accessibility{
	width: 200px;
	height: 40px;
	position: absolute;
	bottom: -70px;
	right: -178px;
}
#accessibility .desc_img{
	width: 50px;
	height: 40px;
	float: left;
}
#accessibility .desc_text{
	width: calc(40px - 50px);
	height: 100%;
	float: left;
	text-align: left;
	font-size: 0.85rem;
	color: #7F7F7F;
	white-space: nowrap;
}
.showcasse_text{
	width: 80%;
	height: auto;
	margin: auto;
	position: relative;
}
.expo .intext{
	width: 100% !important;
	text-align: center !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.offer_unit:nth-child(odd) .offer_unit_img, .offer_unit:nth-child(odd) .offer_unit_desc{
	float: right !important;
}
.partners{
	width: 100%;
	height: auto;
	padding-bottom: 60px;
	text-align: center;
	font-size: 0;
}
.partner{
	width: calc(100% / 5);
	height: 100px;
	display: inline-block;
	background-size: auto 33%;
	background-repeat: no-repeat;
	background-position: center;
}
.right-arrow{
    position: absolute;
    width: 300px;
    height: 250px;
    right: -240px;
    top: 73px;
    background: url(../images/right-arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.mobile{
    display: none;
}
.more_mobile{
	display: none;
}
.social-container{
    width: 25px;
    height: 25px;
    float: right;
    margin-right: 10px;
    overflow: hidden;
    cursor: pointer;
}
.social-gray{
    opacity: 0.5;
    transition: margin-top 0.3s ease-in-out;
    -webkit-transition: margin-top 0.3s ease-in-out;
    -moz-transition: margin-top 0.3s ease-in-out;
    -o-transition: margin-top 0.3s ease-in-out;
}
.social-gray, .social-color{
    width: 100%;
    height: 100%;
    margin-top: 0;
}
.social-container:hover .social-gray{
    margin-top: -25px;
}
.social-label{
	float: right;
	text-transform: uppercase;
	padding-right: 30px;
    font-size: 0.9rem;
    padding-top: 2px;
}
.downloadImg{
	margin-bottom: -10px;
}
.footer_links{
	width: 100%;
	height: 35px;
	padding-top: 5px;
}
.footer_link{
	width: calc(100% / 6);
	height: 100%;
	float: left;
	text-align: right;
	color: #FFF;
	font-size: 0.8rem;
}
.footer_right{
	width: 550px;
	height: 105px;
	float: right;
	padding-top: 25px;
}
.footer_social{
	width: 50%;
	height: auto;
	float: left;
	padding-top: 4px;
}
.footer_more{
	width: 50%;
	height: auto;
	float: left;
}
.footer_bottom{
	width: 100%;
	height: 40px;
	color: #DDD;
	font-size: 0.7rem;
	font-weight: 300;
	white-space: nowrap;
	text-align: right;
	color: #85B7E8;
}