/**
 * Front-end Style
 *
 * @package Mobile_App_Booster
 */

/*--icomoon--*/

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon_8inad3.eot');
  src:  url('../fonts/icomoon_8inad3.eot#iefix') format('embedded-opentype'),
    url('../fonts/icomoon_8inad3.ttf') format('truetype'),
    url('../fonts/icomoon_8inad3.woff') format('woff'),
    url('../fonts/icomoon_8inad3-icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cross:before {
  content: "\e900";
}
.icon-windows:before {
  content: "\e901";
}
.icon-apple:before {
  content: "\e902";
}
.icon-android:before {
  content: "\e903";
}

/*--mab-style--*/

.blackberry .mab-notification,
.windows .mab-notification,
.fxos .mab-notification {
    display: none !important;
}

.ios .mab-device-apple,
.iphone .mab-device-apple,
.ipad .mab-device-apple,
.ipod .mab-device-apple,
.android .mab-device-android {
    display: block !important;
}


.mab-device-apple,
.mab-device-android {
    display: none !important;
}

.mab-clear {
    clear: both;
}

.mab-container {
    max-width: 670px;
    margin: auto;
}

.mab-container.mab-screenshot-hidden {
    max-width: 450px;
    padding: 80px;
}

.mab-notification {
    color: #2C77FF;
    position: relative;
    margin: auto;
    font-size: 14px;
    padding: 10px 20px;
    border-top: solid 1px #2C77FF;
    border-bottom: solid 1px #2C77FF;
    background: #fff;
    display: none;
}

.mab-notification h3 {
    margin-bottom: 10px !important;
}

.desktop .mab-desktop,
.tablet .mab-desktop,
.mobile .mab-device {
}

.mab-fixed-top,
.mab-fixed-bottom {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999;
}

.mab-fixed-top {
    top: 0;
    border-top: none;
}

.mab-fixed-bottom {
    bottom: 0;
    border-bottom: none;
}

.mab-app-logo {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mab-device .mab-app-logo {
    max-width: 100px;
}

.mab-notify p {
    font-size: 12px;
}

.mab-close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
    color: #C1C1C1;
    text-decoration: none;
    box-shadow: none !important;
    border: none !important;
}

.mab-col {
    display: inline-block;
    vertical-align: middle;
}

.mab-col-8 {
    width: 78%;
}

.mab-col-5 {
    width: 48%;
}

.mab-col-2 {
    width: 20%;
}

.mab-text-right {
    text-align: right;
}

.mab-notification h2,
.mab-notification p {
    margin: 0;
    padding: 0;
}

.mab-notification h2 {
    margin-bottom: 10px;
}

.mab-btn {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s ease;
    padding: 8px 12px;
    text-transform: uppercase;
    text-decoration: none;
    border: solid 1px #2C77FF;
    color: #2C77FF;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    box-shadow: none !important;
}

.mab-img-responsive {
    max-width: 100%;
}

.mab-img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.mab-modal {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    margin-right: auto;
    margin-left: auto;
    min-height: 10em;
    width: 90%;
    margin: 5% auto;
    padding: 40px;
    border: solid 1px #2C77FF;
    border-radius: 10px;
}

.mab-modal .mab-close {
    top: 12px;
    right: 12px;
    font-size: 18px;
    color: #2C77FF;
    border: solid 1px #2C77FF;
    border-radius: 100%;
    padding: 5px;
    transition: all .4s ease;
}

.mab-modal .mab-app-logo {
    margin-bottom: 20px;
}

.mab-store-logo {
    max-height: 46px;
}

.mab-balloon {
    text-decoration: none;
    border: none;
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #fff;
    border: solid 1px #2C77FF;
    border-radius: 50px;
    line-height: 1.4em;
    color: #2C77FF;
    padding: 0;
    overflow: hidden;
    z-index: 9999;
}

.mab-balloon:hover{
    bottom:30px;
    right:30px;
    width:200px;
    height:200px;
    border-radius:400px;
    z-index:10;
    transition: all 1s ease
}

.mab-balloon i {
    transition: all 1s ease .4s;
    top: 7px;
    position: relative;
    font-size: 35px;
    text-transform: none;
}

.mab-balloon:hover i {
    top: 32px;
}

.mab-balloon p{
    display:none;
    position:relative;
    top:50px;
    width:200px;
}

.mab-balloon:hover p{
    display:block;
}

.mab-balloon .mab-btn {
    position: relative;
    right: 0;
    top: auto;
    transform: inherit;
    display: block;
    width: 100px;
    text-align: center;
    padding: 8px 10px;
    margin: 10px auto 0;
    color: #2C77FF;
    border-color: #2C77FF;
    box-shadow: none !important;
}

.mab-fill {
    padding: 40px 20px;
    text-align: center;
}

.mab-fill .mab-app-logo {
    display: block;
    margin: auto;
}

.mab-fill p {
    margin: 15px 0;
}

.mab-fill .mab-btn {
    position: relative;
    transform: inherit;
    top: 0;
    right: 0;
    display: block;
    clear: both;
    margin: 10px auto 0;
    text-align: center;
    width: 200px;
    box-shadow: none !important;
}

.mab-open-app {
    background: #2C77FF;
}

.mab-open-app .mab-btn {
    position: relative;
    border: none;
    transform: inherit;
    top: 0;
    right: 0;
    display: block;
    text-align: center;
    background: #2C77FF;
    color: #FFF; 
}

.mab-open-app .mab-btn:hover {
    background: #2C77FF;
    color: #FFF;
}

.mab-btn:hover,
.mab-modal .mab-close:hover {
    background: #2C77FF;
    color: #FFF;
    box-shadow: none !important;
    border: none !important;
}