/*


    _/                                  _/
   _/          _/_/_/  _/_/_/      _/_/_/  _/    _/
  _/        _/    _/  _/    _/  _/    _/  _/    _/
 _/        _/    _/  _/    _/  _/    _/  _/    _/
_/_/_/_/    _/_/_/  _/    _/    _/_/_/    _/_/_/
                                             _/
                                        _/_/

											   V 1.0

                                  													 */
@import "iconfont.css";
@import "animate.min.css";

/*-----------------------------------------------------------------------------------*/
/* GENERAL
/*-----------------------------------------------------------------------------------*/

body{
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif, 'BBCNassim';
	background-color: #ecfbff;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
/* 	color: #3a3a3a; */
/* 	color: #4A3525; */
	color: #181d2f;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif, 'BBCNassim';
}

p{
	font-size: 1.2em;
}

.lead{
	font-weight: 300;
}

button {
	display: inline-block;
	margin-bottom: 0;
	margin-bottom: 10px;
	padding: 6px 12px;
	border: 1px solid transparent;
	border-radius: 4px;
	border-radius: 5px;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.428571429;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.visibility{
	visibility: hidden;
}

.animated{
	visibility: visible!important;
}

/*-----------------------------------------------------------------------------------*/
/*	KEY COLOR
/*-----------------------------------------------------------------------------------*/

/*---- Typography ----*/
header h1,
.payoff h1,
.details .carousel,
.social a:hover{
/* 	color: #44db5e; */
	color: #4A3525;
}

.features p{
	color: #06b872;
}

/*---- Background ----*/
.features,
.detail .carousel-indicators .active {
/* 	background: #0bf397;	 */
	background: #4A3525;
}


/*-----------------------------------------------------------------------------------*/
/* NAVBAR
/*-----------------------------------------------------------------------------------*/

nav.navbar{
	position: fixed;
/* 	top: -100%; */
	margin-bottom: 0px;
	padding: 10px 0px 10px 0px;
	width: 100%;
	border-radius: 0px;
	transition: all 0.2s;
}

.navbar-nav{
	float: right;
}

nav.navbar.fixed-to-top{
	top: 0px;
}

.navbar-default{
	border: none;
	border-bottom: 1px solid #757ab0;
	background: #c2dff4;
	opacity: 0.95;
/* 	display: none; */
}

.navbar-default .navbar-nav>li>a {
	color: #3E2D1F;
	font-size: 1.2em;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
	color: #3A3A3A;
	cursor: pointer;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.navbar-default .navbar-brand{
	color: #333333;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 2em;
	font-family: 'Roboto Condensed', sans-serif, 'BBCNassim';	
}

#logo img {
    top: 12px;
    margin-top: 5px;
        min-height: 62px;
    max-height: 62px;
}

.navbar-center{
/* 	text-align: center; */
	 display: block;
     margin: auto;
     position: absolute;
	 text-align: center;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	padding: 0px 0px;
	margin-top: -10px !important;
}

.navbar-collapse.in {
	margin-top:10px;
}

.collapsing {
	margin-top:10px;
	border-color: rgba(0, 0, 0, 0) !important;
}
/*-----------------------------------------------------------------------------------*/
/* HEADER
/*-----------------------------------------------------------------------------------*/

header{
/* 	padding: 150px 0px 0px 0px; */
/* 	margin-bottom: 120px; */
	margin-bottom: 60px;
	padding: 100px 0px 0px 0px;
/* 	height: 960px; */
/* 	height: 1050px; */
    position: relative;

/* 	background: url('../img/back.jpg'); */

background-color: #f2e5d2;
background-image: linear-gradient(90deg, rgba(255,255,255,.07) 50%, transparent 50%),
linear-gradient(90deg, rgba(255,255,255,.13) 50%, transparent 50%),
linear-gradient(90deg, transparent 50%, rgba(255,255,255,.17) 50%),
linear-gradient(90deg, transparent 50%, rgba(255,255,255,.19) 50%);
background-size: 13px, 29px, 37px, 53px;

/* 	background-color: white!important; */
/*
	background-size: cover;
	background-repeat: no-repeat;
*/
/* 	color: white; */
}

header:before {
		padding: 0px 0px 0px 0px;

/* 	height: 1051px; */
  height:100%;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(243, 230, 211, 0.28) 50%, #FFF7EC 100%);
  opacity: 1.0;
}

header h1{
	text-transform: uppercase;
	font-weight: 700;
	font-weight: 300;
	font-size: 100px;
	font-family: 'Roboto Condensed', sans-serif;
		font-size: 50px;

}

header p.lead{
	font-size: 36px;
	font-weight: 600;
}

p.lead1{
	font-size: 30px;
	font-weight: 300;
}

/*header .carousel-iphone{
	margin-right: auto;
	margin-left: auto;
	width: 320px;
	height: 672px;
	background: url('../img/iphone.png') no-repeat;
	background-size: 100%;

}*/

header .carousel-iphone {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: -10px;
	top: 0;
  	left: 0;
	right: -15%;
	width: 400px;
	height: 772px;
	background: url('../img/iphone12.png') no-repeat;
	background-size: 100%;
	z-index: initial;
}

.carousel-iphone img {
	position: relative;
	z-index: -1;
}

header .carousel {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 23.5px 7.0px 20px 7.0px;
	width: 70%;
	right: 8%;
	top: 10.5px;
}

/*.carousel-inner-top {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1125 2436' style='enable-background:new 0 0 1125 2436;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;%7D%0A%3C/style%3E%3Cpath class='st0' d='M1126.51,131.26c0,725.66,0,1451.31,0,2176.97c-0.5,3.19-1.06,6.36-1.49,9.56c-0.41,2.98-0.48,6.02-1.05,8.97 c-10.48,54.21-51.38,95.85-105.43,107.31c-7.24,1.53-14.56,2.69-21.84,4.03c-288.03,0-576.05,0-864.08,0 c-4.53-0.89-9.04-1.9-13.6-2.67c-46.66-7.84-80.52-33.12-101.95-75.11c-10.71-20.99-13.9-43.68-13.9-66.96 c0-711.83,0-1423.66,0.03-2135.48c0-9.06,0.28-18.14,0.81-27.19c2.53-43.14,21.74-77.32,56.31-102.8 c20.5-15.1,43.72-24.17,69.22-24.77c36.97-0.87,84.89-0.14,121.87-0.48c13.02-0.12,19.59,8.56,19.14,19.57 c-0.24,5.99,0.2,12.13,1.28,18.03c4.43,24.33,17.56,41.6,41.48,49.79c10.03,3.43,20.4,4.56,30.9,4.56 c154.46,0.03,286.23,0.05,440.69-0.09c7.85-0.01,15.84-0.81,23.51-2.45c20.04-4.27,35.16-15.35,43.8-34.34 c5.2-11.42,7.3-23.57,6.76-36c-0.54-12.28,7.58-19.17,18.75-19.07c35.36,0.3,82.49,0.17,117.84,0.21 c18.46,0.02,36.07,4.21,52.46,12.42c45.35,22.72,72.17,58.71,77.23,109.9C1125.47,127.22,1126.09,129.23,1126.51,131.26z'/%3E%3C/svg%3E%0A");
  -webkit-mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
}*/

/*header .carousel {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 82px 4px 20px 4px;
	width: 282px;
}*/

header .carousel-indicators .active {
	width: 15px;
	height: 15px;
	background: #444444;
}

header .carousel-indicators {
	bottom: -12%;
}

header .carousel-indicators li {
	display: inline-block;
	margin: 1px;
	width: 15px;
	height: 15px;
	border: 1px solid #666666;
	border-radius: 10px;
	text-indent: -999px;
	cursor: pointer;
}

/*-----------------------------------------------------------------------------------*/
/* PURCHASE
/*-----------------------------------------------------------------------------------*/

.purchase{
	overflow: hidden;
	padding: 10px 0px 10px 0px;
	min-height: 20px;
}

.app-store-badge {
	display: inline-block;
	background: none, url('../img/appstore-en.svg') no-repeat;
	background-size: 100% 100%;
	width: 270px;
	height: 80px;
	border-radius:10px;
	margin: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.google-play-badge {
	display: inline-block;
	background: none, url('../img/google-play-en.svg') no-repeat;
	background-size: 100% 100%;
	width: 270px;
	height: 80px;
	border-radius:10px;
	margin: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.huawei-badge {
	display: inline-block;
	background: none, url('../img/huawei-en.svg') no-repeat;
	background-size: 100% 100%;
	width: 270px;
	height: 80px;
	border-radius:10px;
	margin: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.bazaar-badge {
	display: inline-block;
	background: none, url('../img/bazaar-fa.svg') no-repeat;
	background-size: 100% 100%;
	width: 270px;
	height: 80px;
	border-radius:10px;
	margin: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.myket-badge {
	display: inline-block;
	background: none, url('../img/myket-fa.svg') no-repeat;
	background-size: 100% 100%;
	width: 270px;
	height: 80px;
	border-radius:10px;
	margin: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*	PAYOFF
/*-----------------------------------------------------------------------------------*/

.payoff{
	overflow: hidden;
	padding: 120px 0px 150px 0px;
	min-height: 600px;

/*
background-color: #f2e5d2;
background-image: linear-gradient(90deg, rgba(255,255,255,.07) 50%, transparent 50%),
linear-gradient(90deg, rgba(255,255,255,.13) 50%, transparent 50%),
linear-gradient(90deg, transparent 50%, rgba(255,255,255,.17) 50%),
linear-gradient(90deg, transparent 50%, rgba(255,255,255,.19) 50%);
background-size: 13px, 29px, 37px, 53px;
*/
background-size: 50px 50px;
background-color: #fbeedd;
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                  transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
                  transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                  transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
                  transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                  transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
                  transparent 75%, transparent);
-pie-background: linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                 transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
                 transparent 75%, transparent) 0 0 / 50px 50px #ac0;
behavior: url(/pie/PIE.htc);
/* 	background-position: center top; */
/* 	background-repeat: repeat-x; */
/* 	color: white; */
}

.payoff h1{
	text-transform: uppercase;
	font-weight: 300;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.8em;
	line-height:1.3em;
}

/*-----------------------------------------------------------------------------------*/
/*	DETAIL
/*-----------------------------------------------------------------------------------*/

.detail{
	overflow: hidden;
	padding: 90px 0px 0px 0px;
	min-height: 500px;
}

.detail .title{
	margin-bottom: 80px;
	text-align: center;
}

.detail .features .row{
	margin-bottom: 40px;
}

.detail .carousel h1{
	font-size: 3.8em;
}
.detail .carousel h1, .detail p{
	text-align: left;
	font-weight: 300;
}

.detail p{
	color: #aaa;
}

.detail .carousel-control{
	background: none;
}

.detail .app-screenshot{
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	padding-top: 9px;
	width: 320px;
	height: 550px;
	background: url('../img/iphone12-gold.png') no-repeat;
	background-size: 100%;
	z-index: initial;
}

.detail .app-screenshot img{
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
	padding-top: 6px;
	width: 286px;
    z-index: -1;
	position: relative;
}

.detail .carousel-indicators {
	position: relative;
	bottom: 0;
	left: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
	padding-bottom: 8px;
	width: 100%;
	border-top: 1px solid #eee;
/* 	background: #ffffff; */
}

.detail .carousel-indicators .active {
	width: 45px;
	height: 5px;
	border: none;
	border-radius: 0px;
}

.detail .carousel-indicators li {
	display: inline-block;
	margin: 1px;
	width: 45px;
	height: 5px;
	border: none;
	border-radius: 0px;
	background: rgba(74, 53, 37, 0.21);
	text-indent: -999px;
	cursor: pointer;
}

/*-----------------------------------------------------------------------------------*/
/*	FEATURES
/*-----------------------------------------------------------------------------------*/

.features{
	overflow: hidden;
	padding: 150px 0px 150px 0px;
	min-height: 400px;
	color: black;
}

.features p {
	font-weight: 400;
}

.features h2{
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 300;
}

.features .circle{
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	padding-top: 33px;
	width: 150px;
	height: 150px;
	border: 2px solid #ffffff;
	border-radius: 100%;
	text-align: center;

}

.features span.glyphicon, .features i{
	margin-top: 3px;
	color: #ffffff;
	font-size: 5em;
}

/*-----------------------------------------------------------------------------------*/
/*	SOCIAL
/*-----------------------------------------------------------------------------------*/

.social{
	overflow: hidden;
	padding: 80px 0px 150px 0px;
	min-height: 450px;
	min-height: 550px;

	background: url('../img/quran-back.jpg');
	background-size:cover;
	background-position: center top;
	background-repeat: no-repeat;
	color: white;
/* 	background-attachment: fixed; */
}

.social h2{
	color: white;
}

.social a {
	margin-left: 10px;
	color: #FFF;
	font-size: 5em;
	transition: all 0.3s;
}

.social a:hover{
	text-decoration: none;
	cursor: pointer;

}

/*-----------------------------------------------------------------------------------*/
/*	GET-IT
/*-----------------------------------------------------------------------------------*/

.get-it{
	padding: 50px 0px 50px 0px;
	text-align: center;
}

.get-it button.app-store{
	width: 270px;
	height: 80px;
	background: url(../img/badge-appstore@2x.png) #373737 no-repeat 0px -3px;
	color: white;
}

.get-it hr{
	margin-top: 3em;
	margin-bottom: 3em;
}

.get-it ul{
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

.get-it ul li{
	display: inline-block;
	margin-left:30px;
}

.get-it ul li:first-child{
	margin-left: 0px;
}

.get-it ul li a{
	color: #aaa;
/* 	font-size: 1.15em; */
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	line-height: 2.2em;
}

.get-it ul li a:hover{
	color: #3A3A3A;
	text-decoration: none;
	cursor: pointer;
}

/*-----------------------------------------------------------------------------------*/
/*	MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/

@media (max-width:768px) {

	header{
		padding-bottom: 50px;
		min-height: 1000px;
/* 		height: 100%; */
	}

	.navbar-nav {
		float: left;
		text-align: left;
}


}

@media (max-width:992px) {

.detail .carousel h1, .detail p{
	text-align: center;
}

.detail p{
		margin-bottom: 60px;
}

header, .social{
	background-position-y: 0px;
/* 	background-size: 200%; */
}

.payoff{
	padding-top: 50px;
	padding-bottom: 50px;
	min-height: 200px;
}

.payoff h1{
	font-size: 24px;
}

.features .col-md-4{
	margin-bottom: 60px;
}

}

@media (max-width:480px){

	header .carousel-iphone, .detail .app-screenshot{
		width: 300px;
	}

	header .carousel-iphone {
		width: 360px;
	}

	header .carousel, .detail .app-screenshot img{
/* 		padding-top: 67px; */
		padding-top: 72px;
		/*width: 248px;*/
	}

	header .carousel {
		padding-top: 70px;
		width: 70.5%;
		top: -40.5px;		
	}

	.detail .app-screenshot img{
		margin-top: -12px;
		padding: 3%;
		padding-top: 16.4px;
	}

	header{
		padding-top: 80px;
		padding-bottom: 0px;
		margin-bottom: 100px;
	}

	header h1{
		font-size: 70px;
	}

	.purchase{
		padding-top: 50px;
	}

	.features col-md-4{
		margin-bottom: 50px;
	}

	.social{
		min-height: 100%;
		}
	
}


@media (max-width:480px){
	.site-name {
		visibility: hidden;
	}
}

@media (max-width: 991px) {
	.navbar-nav {
		float: left;
		text-align: left;
}

    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    /* Retina-specific stuff here */
    .purchasebutton.app-store, .get-it button.app-store{
        background: url(../img/badge-appstore@2x.png) #3a3a3a no-repeat 0px 0px;
        background-size: 98%;
    	color: white;
    }
/*
    .social{
		background: url('../fa/img/quran-back@2x.jpg');
		background-size: 100%;

	}
*/

}

.color-black{
	color: black !important;
}

.color-text{
	color: #4A3525 !important;
}

.color-dark-text{
	color: #0066CC !important;
	font-size: 12px;
	font-weight: 700;
}

@font-face {
    font-family: "BBCNassim";
    src: url("../fonts/bbc-nassim-regular.eot") format('eot'),
         url("../fonts/bbc-nassim-regular.woff") format("woff"),
         url("../fonts/bbc-nassim-regular.ttf") format("truetype"),
         url('../fonts/bbc-nassim-regular-webfont.svg#BBCNassimRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "BBCNassim";
    src: url("../fonts/bbc-nassim-bold.eot") format('eot'),
         url("../fonts/bbc-nassim-bold.woff") format("woff"),
         url("../fonts/bbc-nassim-bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

.rtl {
    font-family: "BBCNassim", sans-serif !important;
    direction: rtl !important;
    letter-spacing: 0px;
/*     font-size: 150%; */
}

.form{
	margin:0 30px 0 30px;
}

.input-text{
	padding:15px 16px;
	border:1px solid #ccc;
	width:100%;
	height:50px;
	display:block;
	border-radius:4px;
	font-size:15px;
	color:#aaa;
/* 	font-family: 'Open Sans', sans-serif; */
	margin:0 0 15px 0;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.input-text:focus {
	border: 1px solid #dbcab2;
	outline:0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #dbcab2;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #dbcab2;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #dbcab2;
}

.input-text.text-area{
	height:165px;
	resize:none;
	overflow:auto;
}
.input-btn{
	width:175px;
	height:50px;
	background:#181d2f;
	border-radius:4px;
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
/* 	font-family: 'Montserrat', sans-serif; */
	font-weight:400;
	border:0px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.input-btn:hover{
	background: #111;
/* background:#3d2a1b; */
	color: #d6dff8;
/* 	color: red; */
}

.featured-box {
    padding: 0 0 0 0;
    margin-bottom: 10px;
    font-size: 14px;
    	overflow: hidden;

}

.featured-box-col1{
	width:60px;
	float:left;
	margin-top: -3px;
}

.featured-box-col1-r{
	float:right;
}


.featured-box-col2{ overflow:hidden;}

.featured-box-col1 i {
    display: block;
    line-height: 28px;
    font-family: 'FontAwesome';
    font-size: 28px;
    color: #777777;
    font-style: normal;
}

.featured-box p {
	text-align: left;
	vertical-align: middle;
}

.featured-box-r p {
	text-align: right;
	vertical-align: middle;
	font-size: 1.4em;
	margin-bottom: 2.5px;
	margin-top: 2.5px;
	margin-right: 1px;
}

.featuresNew {
	margin-bottom: 30px;
	margin-top: 30px;
}

.carousel-iphone {
	margin-top: 40px;
}

@media (max-width: 767px) {
  .row.reorder-xs {
    transform: rotate(180deg);
    direction: rtl; /* Fix the horizontal alignment */
  }

  .row.reorder-xs > [class*="col-"] {
    transform: rotate(-180deg);
    direction: ltr; /* Fix the horizontal alignment */
  }
}
.small-text {
	font-size: 12px;
}

@mixin vertical-align($position: relative) {
  position: $position;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vcenter {
    margin-top: 10%;
	margin-bottom: 10%;
}

.title-box {
	padding-left: 40px;
	padding-right: 40px;
}

.product {
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 16px
}

.product .product-container {
    display: block;
    width: 100%;
    min-height: 520px;
    padding: 20px;
    border-radius: 7px;
    margin-right: auto;
    margin-left: auto;
    background: #8282821f;
    box-sizing: border-box;
            text-decoration: none;
}

.product .product-container:hover {
    background: -webkit-linear-gradient(-90deg, #828282a0 0%, #82828280 100%);
    background: -moz-linear-gradient(-90deg, #828282a0 0%, #82828280 100%);
    background: -o-linear-gradient(-90deg, #828282a0 0%, #82828280 100%);
    background: -ms-linear-gradient(-90deg, #828282a0 0%, #82828280 100%);
    background: linear-gradient(180deg, #828282a0 0%, #82828280 100%);
}

.product .icon {
    display: block;
    width: 122px;
    height: 122px;
    margin: 0 auto;
}

.product .product_info {
    position: relative;
}

.product h4 {
    padding: 15px 4px 0;
    color: #313131;
    font-size: 1.375em;
    font-weight: normal;
    line-height: 1em;
    text-align: center;
    margin-right: -10px;
    margin-left: -10px;
    min-height: 100px;
}

.product p {
    font-size: 16px;
    color: #696969;
    /*padding: 40px 0;*/
    line-height: 24px;
    padding-top: auto;
    padding-bottom: auto;
}

.product p a {
    color: #159ffd;
}

.product p a:hover {
    text-decoration: underline;
}

.product .download-btn {
    position: absolute;
    bottom: 26px;
    left: 50%;
    display: block;
    width: 200px;
    height: 46px;
    margin: 0 0 0 -100px;
    line-height: 46px;
    color: #bfbfc1;
    font-size: 1.125em;
    text-align: center;
    border-radius: 6px;
    background: #31353e;
}

.product:hover .download-btn {
    color: #fff;
    background: #3fc322;
}

.product .download-btn:hover {
    color: #fff;
    background-color: #3fc322;
    cursor: pointer;
}

.product .award {
    display: block;
    position: absolute;
    bottom: 100px;
    left: 50%;
    width: 248px;
    height: 40px;
    margin: 0 0 0 -124px;
    background: no-repeat 0 0;
    background-size: 248px 40px;
}

.product .bestseller {
    display: block;
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0;
    text-align: center;
}

.rcorners {
  border-radius: 25px; 
}

a { 
	text-decoration: none;
	-webkit-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
}

a:hover { 
	text-decoration: none; 
}

.apps-scroll .product {
position: relative;
display: block;
width: 278px;
margin: 0 0 20px 0;
padding: 0;
}

.flags {
	max-width: 200px;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
}

.pull-right > .dropdown-menu.realign {
    left: auto;
    right: auto;
    font-family: 'Source Sans Pro', "BBCNassim";
}

.dropdown-menu li {
}

.dropdown-menu a {
	padding: 10px;
	display: block;
	text-decoration: none;
}

.dropdown-menu li span {
	margin-left: 10px;
	margin-right: 10px;
}

.dropdown-menu li:hover, .dropdown-menu li:focus {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}

#language-selector-btn .flag-icon {
	border-radius: 2px;
}

@media screen and (max-width: 767px) {
	#language-selector {
		flex: auto;
		display: flex;
		margin-right: 20px;
		margin-top: -10px;
	}

	#language-selector-btn {
		margin-right: 0px;
		margin-left: auto;
	}

	#language-selector ul{
		right: 0px;
		left: auto;
	}
}

.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating,
.dropdown-content, .collapsible, .side-nav {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

.dropdown-menu .flag-icon {
	border-radius: 2px;
	box-shadow: 0 0 0pt 0.5px rgb(80, 80, 80);;
}

.flag-icon {
	background-size: cover !important;
	background-position: 50%;
	background-repeat: no-repeat;
	position: relative;
	display: inline-block;
	width: 1.33333333em;
	line-height: 1em;
  }

  .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	float: left;
	text-align: left;	
  }
  