@charset "utf-8";
/*------------------------------------------------------------------
[Main Stylesheet]

Project:    Appx
Version:    0.1
Last change:    01.03.2016
Primary use:    Appx Template  

Body:               16px 'Open Sans', sans-serif;
Headers:            'Great Vibes', cursive;
Section Title:      41px/1.4 'Roboto', sans-serif;
Body Text:          20px "Open Sans",  sans-serif;

-------------------------------------------------------------------*/

/* -----------------------------------------------------------------
  Appx Typography Styles
-------------------------------------------------------------------*/


body{
    color: #111;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
}

a{
    color: #e41919;
    text-decoration: none;
}

a:hover{
    color: #e41919;
    text-decoration: underline;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none !important;
  text-decoration: none;
}

a:hover,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
  text-decoration: none;
}

h1,h2,h3,h4,h5,h6{
    line-height: 1.4;
    font-weight: 700;
    color: #111111;
}

h1{
    font-size: 3em;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
}
h2{
    font-size: 2.563em;
    font-weight: 300;
}
h3 {
    font-size: 1.875em;
}
h4 {
    font-size: 3.125em;
    font-weight: 300;
    text-transform: uppercase;
}
h5{
  font-size: 1.313em ;
  color: #f76b6c;
  text-transform: uppercase;
  font-weight: 300;
}
p{
    color: #111111;
    font-size: 1.250em;
    font-weight: 300;
}
ul li a{
    color: #111111;
    font-size: 1.250em;
    font-weight: 300;
}
ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

blockquote{
    margin: 3em 0 3em 0;
    border-width: 1px;
    border: 1px solid #eaeaea;
    padding: 2em;
    background: none;
    text-align: left;
    font-family: "Libre Baskerville", "Times New Roman", Times, serif;
    font-size: 13px;
    font-style: normal;
    line-height: 1.7;
    color: #777;
}

blockquote p {
    margin-bottom: 1em;
    font-size: 18px;
    font-style: normal;
    color: #212121; 
    line-height: 1.6;
}

blockquote footer{
    margin-top: -10px;
    font-size: 13px;
    font-family: Raleway, arial, sans-serif;
}

small {
  font-size: 80%;
}

figure {
  border: 0;
  margin: 0;
  padding: 0;
}

dl dt{
    margin-bottom: 5px;
}

dl dd{
    margin-bottom: 15px;
}

pre{
    background-color: #f9f9f9;
    border-color: #ddd;
}

.second_team{
    margin-left: 252px;
  /*  padding-left: 275px;*/
    margin-top: 70px;
}


hr{
    background-color: #eaeaea;
}

hr.white{
    border-color: rgba(255,255,255, .35);
    background: rgba(255,255,255, .35);
}

hr.black{
    border-color:rgba(0,0,0, .85);
    background: rgba(0,0,0, .85);
}

code {
  background-color: #eee;
  letter-spacing: 0.015em;
}

abbr {
  color: #A1D71A;
  border-width: 2px;
}

.uppercase{
    text-transform: uppercase;
    letter-spacing: 1px;
}

.serif{
    font-family: "Libre Baskerville", "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: normal;
}

.normal{
    font-weight: normal;
}

.strong{
    font-weight: 700 !important;
}

.text{      
    font-size: 16px;
    font-weight: 300;
    color: #5f5f5f;
    line-height: 1.8;
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6{
    color: #000;
}

.container{
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}

.no-marg {
    margin-left:0;
    margin-right:0;
}

.no-padd {
    padding-left:0;
    padding-right:0;
}

.clear{
    clear: both;
}

i{
    color: #F76B6C;
}

.bg-color {
  background-color: #f3f5f8;
}

/* -----------------------------------------------------------------
  Appx Common Styles
-------------------------------------------------------------------*/
  
.align-center{ 
    text-align:center !important; 
}
.align-left{ 
    text-align:left !important;
}
.align-right{ 
    text-align:right !important; 
}
.left{
    float:left !important;
}
.right{
    float:right !important;
}
.floatleft {
    float:left;
}
.floatright {
    float:right;
}
.alignleft {
    float:left;
    margin-right:10px;
}
.alignright {
    float:right;
    margin-left:10px;
}
.aligncenter {
    display:block;
    margin:0 auto;
}
.relative{
    position:relative;
}
.hidden{
    display:none;
}
.inline-block{
    display:inline-block;
}
.white{ 
    color: #fff !important; 
}
.black{ 
    color: #000 !important; 
}
.color{ 
    color: #e41919 !important; 
}

.stick-fixed{
    position: fixed !important;
    top: 0;
    left: 0;
}

::-moz-selection{ color: #fff; background:#000; }
::-webkit-selection{ color: #fff;   background:#000; }
::selection{ color: #fff;   background:#000; }

.animate, .animate *{
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.no-animate, .no-animate *{
    -webkit-transition: 0 none !important;  
    -moz-transition: 0 none !important;  
     -ms-transition: 0 none !important;
    -o-transition: 0 none !important;    
    transition:0 none !important;  
}

.shadow{
    -webkit-box-shadow: 0px 3px 50px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0px 3px 50px rgba(0, 0, 0, .15);
    box-shadow: 0px 3px 50px rgba(0, 0, 0, .15);
}
.white-shadow{
    -webkit-box-shadow: 0px 0px 200px rgba(255, 255, 255, .2);
    -moz-box-shadow: 0px 0px 200px rgba(255, 255, 255, .2);
    box-shadow: 0px 0px 200px rgba(255, 255, 255, .2);
}

.clearlist, .clearlist li {
    list-style: none;
    padding: 0;
    margin: 0;
    background: none;
}

html{
    overflow-y: scroll;
    -ms-overflow-style: scrollbar;
}
html, body{
    -webkit-font-smoothing: antialiased;
}

.page{
    overflow: hidden;
}

iframe{
    border: none;
}

a, b, div, ul, li{
    -webkit-tap-highlight-color: rgba(0,0,0,0); 
    -webkit-tap-highlight-color: transparent; 
    -moz-outline-: none;
}

a:focus,
a:active{
    -moz-outline: none;
    outline: none;
}

img:not([draggable]), embed, object, video {
    max-width: 100%;
    height: auto;
   /* margin-top: -57px;*/
   padding-top: 14px;
  /* margin-left: -10px;*/
}

audio, video {
  width: 100%;
}

.hi-icon {
  font-size: initial;
}

/* -----------------------------------------------------------------
  Appx Forms fields Styles
-------------------------------------------------------------------*/

.form input[type="text"],
.form input[type="email"],
.form input[type="number"],
.form input[type="url"],
.form input[type="search"],
.form input[type="tel"],
.form input[type="password"],
.form input[type="date"],
.form input[type="color"],
.form select{
    height: 38px;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777;
    border: 1px solid #e9e9e9;
    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.form select{
    font-size: 12px;
}
.form select[multiple]{
    height: auto;
}
.form input[type="text"]:hover,
.form input[type="email"]:hover,
.form input[type="number"]:hover,
.form input[type="url"]:hover,
.form input[type="search"]:hover,
.form input[type="tel"]:hover,
.form input[type="password"]:hover,
.form input[type="date"]:hover,
.form input[type="color"]:hover,
.form select:hover{
    border-color: #ccc;
}
.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form input[type="number"]:focus,
.form input[type="url"]:focus,
.form input[type="search"]:focus,
.form input[type="tel"]:focus,
.form input[type="password"]:focus,
.form input[type="date"]:focus,
.form input[type="color"]:focus,
.form select:focus{
    color: #151515;
    border-color: #151515;
    -webkit-box-shadow: 0 0 3px rgba(21,21,21, .3);
    -moz-box-shadow: 0 0 3px rgba(21,21,21, .3);
    box-shadow: 0 0 3px rgba(21,21,21, .3);
}
.form input[type="text"].input-lg,
.form input[type="email"].input-lg,
.form input[type="number"].input-lg,
.form input[type="url"].input-lg,
.form input[type="search"].input-lg,
.form input[type="tel"].input-lg,
.form input[type="password"].input-lg,
.form input[type="date"].input-lg,
.form input[type="color"].input-lg,
.form select.input-lg{
    height: 48px;
}
.form input[type="text"].input-sm,
.form input[type="email"].input-sm,
.form input[type="number"].input-sm,
.form input[type="url"].input-sm,
.form input[type="search"].input-sm,
.form input[type="tel"].input-sm,
.form input[type="password"].input-sm,
.form input[type="date"].input-sm,
.form input[type="color"].input-sm,
.form select.input-sm{
    height: 28px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: uppercase;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   text-transform: uppercase;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   text-transform: uppercase;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   text-transform: uppercase;
}


.form textarea{
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase !important;
    letter-spacing: 1px;
    color: #777;
    border-color: #e9e9e9;
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.form textarea:hover{
    border-color: #ccc;
}
.form textarea:focus{
    color: #151515;
    border-color: #151515;
    -webkit-box-shadow: 0 0 3px rgba(21,21,21, .3);
    -moz-box-shadow: 0 0 3px rgba(21,21,21, .3);
    box-shadow: 0 0 3px rgba(21,21,21, .3);
}

.form .form-group{
    margin-bottom: 10px;
}

a,
input,
textarea,
button,
select {
  outline: none;
}

label {
  color: #222222;
  display: block;
  margin-bottom: 10px;
}


*, *::after, *::before {
  box-sizing: border-box;
}

/* -----------------------------------------------------------------
  Appx Browse Happy prompt Styles
-------------------------------------------------------------------*/

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}



/* -----------------------------------------------------------------
  Appx Buttons Styles
-------------------------------------------------------------------*/
.big-button {
    background-color: #f76b6c;
    color: #111111;
    font-size: 15px;
    font-weight: 300;
     padding: 13px 45px 12px;
    text-transform: uppercase;
    display: inline-block;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    position: relative;
} 
.hi-icon.big-button, .hi-icon.small-button {
    border: medium none;
    border-radius: 0;
    height: inherit;
    width: inherit;
    color: white;
    margin: 0;
}

.hi-icon.small-button {
    border: medium none;
    border-radius: 0;
    color: inherit;
    margin: 0;
}

.hi-icon.big-button::after, .hi-icon.small-button::after {
    border-radius: 0;
}
.small-button {
  background-color: #c22017;
  color: #fff !important;
  font-size: 34px;
  font-weight: 300;
  height: 40px !important;
  line-height: 38px;
  text-align: center;
  width: 48px !important;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.small-button:hover {
 color: #F76B6C !important;
}

/* -----------------------------------------------------------------
  Appx Using fonts
-------------------------------------------------------------------*/
.single-counter h2.counter-result, .brand99main-heading header h2 span, h1, h2, h3, h4, h5, .ac-wrapper h2, .single-contact-form input, .single-contact-form input[type="submit"], .contact-address address span, .subscription-form header h2, .subscription-form header p, .team-member-info h6, .team-member-info p, .client-logo h6 {
   /* font-family: 'Roboto', sans-serif;*/
   font-family: 'Roboto', sans-serif;
font-family: 'Arvo', serif;
}

.ac-title, .invation-data h5, .package-header h5, .author-data-app-review h6, .author-data-app-review cite, .brand99faq-categories a, .brand99faq-group .brand99faq-title h2,.brand99faq-trigger, .single-left-welcome-content-f h6, .single-follow a, .package-header-flat h5{
  font-family: 'Open Sans', sans-serif;
}

/* -----------------------------------------------------------------
  Appx Some Common Padding
-------------------------------------------------------------------*/

#brand99product-descrioption, #brand99video-section, #brand99apps-showcase, #brand99feature-section, #pixify-touch-invations, #brand99app-screenshot, #brand99app-review, #brand99contact-section, #brand99subscription-section, #brand99amazing-price, #brand99fun-box,#brand99our-team, #brand99general-faqs, #brand99product-descrioption-second {
    padding: 110px 0;
}


/* -----------------------------------------------------------------
  Appx All Section Heading styles
-------------------------------------------------------------------*/

.brand99main-heading {
}

.brand99main-heading header {
    text-align: center;
}

.brand99main-heading header h2, .subscription-form header h2 {
  line-height: inherit;
  margin: 0 0 9px;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}

.brand99main-heading header h2:after {
  bottom: 0;
  color: #cccccc;
/*  content: "";*/
  font-family: FontAwesome;
  font-size: 25px;
  left: 50%;
  position: absolute;
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.brand99main-heading header h2 span, .subscription-form header h2 span {
    font-weight: 700;
}

.brand99main-heading header p{
    color: #000000;
    margin: auto;
    width: 38%;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
font-family: 'Arvo', serif;
       /* font-family: 'EB Garamond', serif;*/
}
.brand99main-heading .paraghaph{
  font-weight: 500;
  margin-top: 25px;
  font-family: 'Roboto', sans-serif;
font-family: 'Arvo', serif;
font-size: 21px;
      /*font-family: 'EB Garamond', serif;*/
}


/* -----------------------------------------------------------------
  Appx Header Styles
-------------------------------------------------------------------*/

#brand99header-section {
    background-image: url(images/bg.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    height: 680px;
    position: relative;
    overflow: hidden;
}
#brand99header-section-five {
    background-image: url(images/bg.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    height: 750px;
    position: relative;
    overflow: hidden;
}

#brand99header-section-six {
    background-image: url(images/bg.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    overflow: hidden;
}
#brand99header-section::before {
  background-color: rgba(0, 0, 0, .5);
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
}

.brand99navigation-section {
/*    padding-top: 50px;*/
padding: 20px 0;
 position: fixed;
    top: 0;
    width: 100%;
background-color: transparent;
transition: background 0.4s ease-in-out 0s, padding 0.4s ease-in-out 0s;
-webkit-transition: background 0.4s ease-in-out 0s, padding 0.4s ease-in-out 0s;
-moz-transition: background 0.4s ease-in-out 0s, padding 0.4s ease-in-out 0s;
-o-transition: background 0.4s ease-in-out 0s, padding 0.4s ease-in-out 0s;
z-index: 9999;
}

.brand99navigation-section.fixed-menu {
background-color: rgba(235, 99, 99, .8);
color: #000;
padding: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 999999;
}



.logo.logoSticked img {
  position: relative;
  top: 1px;
}

.logo.logoSticked {
    width: 150px;
      transition: width 0.4s ease-in-out 0s;
-webkit-transition: width 0.4s ease-in-out 0s;
-moz-transition: width 0.4s ease-in-out 0s;
-o-transition: width 0.4s ease-in-out 0s;
}
.logo {
  width: 180px;
  transition: width 0.4s ease-in-out 0s;
-webkit-transition: width 0.4s ease-in-out 0s;
-moz-transition: width 0.4s ease-in-out 0s;
-o-transition: width 0.4s ease-in-out 0s;
}

/* -----------------------------------------------------------------
  Appx Main Menu Styles
-------------------------------------------------------------------*/

.main-menu {
    padding: 20px 0;
}
.main-menu nav ul {
    text-align: right;
}

.main-menu nav ul li {
    display: inline-block;
}

.main-menu nav ul li a {
    display: block;
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    padding: 5px 15px;
}

.main-menu nav ul li.active-menu a{
   /* background-color: #F46135;*/
    background-color: #c22017;
}

/* -----------------------------------------------------------------
  Appx Header Main Content Styles
-------------------------------------------------------------------*/

.brand99header-main-content {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.intro-section {
    padding: 0 15%;
}

.intro-section h1 {
line-height: 60px;
margin: 0;
}

.intro-section h1 span {
    font-weight: 700;
}

.intro-section p {
  color: #fff;
  font-size: 1.125em;
  font-weight: 300;
  padding-top: 6px;
}

.buttons-section {
margin-top: 33px;
}
.buttons-section ul li {
    display: inline-block;
    margin-right: 20px;
}
.buttons-section ul li:last-child {
    margin-right: 0px;
}

.buttons-section ul li:last-child a {
  background-color: #fff !important;
  color: #000;
}
.buttons-section ul li a:hover {
    opacity: 0.85;
    color: inherit;
}

.buttons-section ul li:first-child a{
    background-color: #F76B6C;
    color: #fff;
}

/* -----------------------------------------------------------------
  Appx Counter Section Styles
-------------------------------------------------------------------*/
.my-activity-counter > div {
    background-color: #f76b6c;
    bottom: 50%;
    left: 50%;
    margin: auto;
    position: absolute;
    text-align: center;
    -moz-transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.counter-column {
    padding: 60px 0;
}

.counter-column:first-child, .counter-column:nth-child(3) {
    background-color: #EB6363;
}
.single-counter p {
    color: #fefefe;
    font-size: 1.500em;
    font-weight: 300;
    margin: 0;
}

.single-counter h2.counter-result {
    font-weight: 500;
    font-size: 1.875em;
    color: #fff;
    margin: 0;
}

/* -----------------------------------------------------------------
  Appx Awesome Feature Styles
-------------------------------------------------------------------*/

.ac-device a {
    height: 602px;
    width: 277px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 38px -43px 6px 24px;
    border-radius: 53px;
    top: -32px;
  }


#brand99awesome-feature-section {
  overflow: hidden;
  padding-bottom: 30px;
  padding-top: 15%;
}
.ac-device a {
  -webkit-margin-start: 15px; 
}
/*.ac-device a img{
  padding: 0px !important;
  height: 597px;
}*/
.ac-device::before {
 /* background-image: url("images/click_for_app_screen.png");*/
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 92px;
  position: absolute;
  right: -155px;
  top: -15px;
  width: 161px;
}

.right-promotion-section > div > div:first-child::before {
    background-color: #f3f5f8;
    bottom: -15px;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: -15px;
    width: 30px;
    z-index: 1;
}
.ac-device nav span {
    margin: 0 10px 0 0 !important;
}

.right-promotion-section > div > div {
  border: 1px solid #828384;
}
.right-promotion-section > div > div:first-child {
    border-left: 0 none;
    border-top: 0 none;
    text-align: right;
}

.right-promotion-section > div > div:nth-child(2) {
    border-left: 0 none;
    border-top: 0 none;
    border-right: 0;
    text-align: left;
    padding: 30px 40px 40px 30px;
        font-family: 'EB Garamond', serif;
}

.right-promotion-section > div > div:nth-child(3) {
    border-left: 0 none;
    border-top: 0 none;
    border-bottom: 0;
    text-align: right;
}

.right-promotion-section > div > div:last-child {
    border: 0;
    text-align: left;
    padding-left: 40px;
}

.right-promotion-section > div > div {
    padding: 30px 40px 40px 30px;
}

.data-awesome-feature {
    overflow: hidden;
    padding: 120px 0 90px;
}

.left-section-aw-fe img {
    width: 225px;
}

.left-section-aw-fe img:last-child {
    position: absolute;
    right: 21px;
    top: -3px;
    width: 228px;
}
.single-promo h3 {
    margin: 18px 0 20px;
}

.single-promo p {
    margin: 0;
    /*font-family: 'EB Garamond', serif;*/
    font-family: 'Roboto', sans-serif;
font-family: 'Arvo', serif;
}

.single-promo i {
    font-size: 50px;
}

.button-aw-fe {
    text-align: center;
}

.button-aw-fe a {
    background-color: #F76B6C;
    color: #fff;
}

.button-aw-fe a:hover {
    opacity: .8
}

/* -----------------------------------------------------------------
  Appx Why choose appx && Appx Awesome Description Styles
-------------------------------------------------------------------*/

.left-pro-description {
  overflow: hidden;
}
.left-pro-description h4{
   font-family: 'Spartan', sans-serif;
}

.inner-product-description > div > div {
  overflow: hidden;
}

.right-emulator-pro-s {
  overflow: hidden;
}

.left-pro-description h4::after {
  border-bottom: 1px solid #dddddd;
  content: "";
  display: block;
  padding-bottom: 15px;
  width: 200px;
}

.left-pro-description h4 {
    margin-bottom: 22px;
}

.left-pro-description h4 span {
    font-weight: 700;
    color: #c22017;
}

.left-pro-description p {
  line-height: 39px;
  margin-bottom: 42px;
  /*font-family: 'EB Garamond', serif;*/
  font-family: 'Roboto', sans-serif;
font-family: 'Arvo', serif;
}

.left-pro-description ul {
    padding-top: 10px;
}

.left-pro-description ul li {
    padding: 8px 0;
        font-family: 'EB Garamond', serif;
}

.left-pro-description ul li a {
}

.left-pro-description ul li a i {
  min-width: 35px;
}

.right-emulator-pro {
}

.right-emulator-pro img {
width: 220px;
}

.right-emulator-pro img:last-child {
  position: absolute;
  right: 0;
  top: 2px;
  z-index: -1;
}


.product-description-second .right-emulator-pro-s img {
width: 242px;
}

.product-description-second .left-pro-description {
  padding-left: 10%;
  overflow: hidden;
}

.product-description-second .left-pro-description h4 {
  font-size: 3em;
}

.product-description-second .right-emulator-pro-s img:last-child {
  position: absolute;
  right: 0;
  top: 0;
}

/* -----------------------------------------------------------------
  Appx Video Section Styles
-------------------------------------------------------------------*/

.video-iframe {
    padding-top: 100px;
}

.video-iframe iframe {
    width: 100%;
    height: 600px
}

.inner-product-description > div > div {
  overflow: hidden;
}

/* -----------------------------------------------------------------
  Appx App Showcase Styles
-------------------------------------------------------------------*/
.ac-wrapper {
  padding-top: 80px;
}
.ac-wrapper span{
  font-family: 'Spartan', sans-serif;
}
.header-table-cell-f strong{
   font-family: 'Spartan', sans-serif;
}

.header-table-cell-f img{
  margin-left: -10px;
}

.ac-wrapper h2 {
    font-size: 2.563em;
    color: #111111;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 46px;
    text-align: left;
    padding: 0 180px 0 55px;
}

.ac-wrapper h2 strong {
  font-weight: 700;
  font-size: 24px;
}

.ac-wrapper h2 span {
  color: #c22017;
 /* font-size: inherit;*/
  display: inline;
  font-weight: 900;
    font-size: 38px;
}

.ac-title {
  color: #111111;
  font-size: 1.875em;
  line-height: 38px;
  font-weight: 300;

}

.ac-device nav span {
  background: inherit;
  color: inherit;
  cursor: pointer;
  display: block;
  float: left;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-align: center;
  width: auto;
}

.ac-device nav span i {
  margin-right: 5px;
}


/* -----------------------------------------------------------------
  Appx Feature section Styles
-------------------------------------------------------------------*/
.feature-list {
  padding-top: 80px;
}

.feature-left {
  text-align: right;
}

.inner-feature-data {
  padding: 35px 0;
}

.single-feature-list {
  margin-bottom: 30px;
}

.feature-icon {
  float: right;
  font-size: 40px;
  min-width: 65px;

}

.feature-icon2 {
  float: left;
font-size: 40px;
min-width: 65px;
}

.feature-data {
  overflow: hidden;
}
.feature-phone-image img {
display: block;
height: 580px;
margin: auto;
width: auto;
}
/* -----------------------------------------------------------------
  Appx Touch Invations Styles
-------------------------------------------------------------------*/

#pixify-touch-invations {
  padding-bottom: 0px;
}
.promotion-touch-invation {
  padding: 90px 0;
}

.single-promotion-invation {
  text-align: center;
}

.invation-icon {
    margin-bottom: 25px; 
}

.invation-icon i {
 /*   border: 1px solid #bdbec0;*/
    border-radius: 50%;
    color: #111111;
    cursor: pointer;
    font-size: 30px;
    height: 80px;
    line-height: 80px;
    margin: auto;
    text-align: center;
    width: 80px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.invation-data h5 {
    font-weight: 600;
    color: #001111;
    font-size: 1.250em;

}


/* -----------------------------------------------------------------
  Appx Touch Invations Ipad Styles
-------------------------------------------------------------------*/
#tab-image-touch-invation {
    background-color: #F3F5F8;
}

.ipad-slide-s {
background-image: url("images/tablet-bg-transparent.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    bottom: 0;
    margin-bottom: -39px;
    margin-left: auto;
    margin-right: auto;
    padding: 90px 95px 0;
    position: relative;
    width: 900px;
    z-index: 1;
    background-position: bottom center;
    margin-bottom: 0;
}

.inner-ipad-slide {
  width: 718px;
}
#tab-image-touch-invation img {
  width: 100%;
  margin-bottom: -50px; 
}

#tab-image-touch-invation > span {
  background-color: #16a086;
  bottom: 0;
  display: block;
  height: 300px;
  position: absolute;
  width: 100%;
  z-index: 0;
}

/* -----------------------------------------------------------------
  Appx App Screenshot Styles
-------------------------------------------------------------------*/

#brand99app-screenshot {
    background-color: #f1c40f;
    position: relative;
    z-index: 5;
}
.screenshot-play-list {
  padding-top: 110px;
}

.single-item {
  margin: 0 60px;
}
.single-item a figure img {
  /*border: 10px solid #fff;*/
  width: 100%;
  height: auto;
}

#brand99app-screenshot .owl-theme .owl-controls .owl-buttons div.owl-prev {
    background-color: transparent;
    left: 0;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    color: #fff;
}

#brand99app-screenshot .owl-theme .owl-controls .owl-buttons div {
  opacity: 1;
}

#brand99app-screenshot .owl-theme .owl-controls .owl-buttons div.owl-next {
    background-color: transparent;
    right: 0;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    color: #fff;
}

#brand99app-screenshot .owl-theme .owl-controls .owl-buttons div i {
  color: #c22017;
  background-color: transparent;
  font-size:50px;
  font-weight: 300;
}

#brand99app-screenshot .owl-theme .owl-controls.clickable .owl-buttons div:hover i {
  color: #f76b6c;
}

.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
    background-color: transparent;
    opacity: 1;
}

#brand99app-screenshot .brand99main-heading h2,
#brand99app-screenshot .brand99main-heading p,
#brand99app-screenshot .brand99main-heading header h2::after {
  color: #000000;
  font-family: 'Roboto', sans-serif;
font-family: 'Arvo', serif;
      /*font-family: 'EB Garamond', serif;*/
}

.nivo-lightbox-close {
  top: 80px;
}

/* -----------------------------------------------------------------
  Appx Fun Box Styles
-------------------------------------------------------------------*/

#brand99fun-box {
    background-color: #F1C40F;
}
  
.single-fun-box {
    text-align: center;
}

.fun-box-icon {
    margin-bottom: 50px;
}

.fun-box-icon i{
    color: #f3f5f8;
    font-size: 70px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.single-fun-box:hover .fun-box-icon i{
    color: #F76B6C;
    -moz-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}
.fun-box-content h2 {
    color: #f3f5f8;
    font-size: 5em;
    font-weight: 700;
    line-height: 65px;
    margin: 0;
}

.fun-box-content p {
    color: #f3f5f8;
    font-size: 2.000em;
    margin: 0;
    font-weight: 300;
}


/* -----------------------------------------------------------------
  Appx App Review Styles
-------------------------------------------------------------------*/
#brand99app-review .owl-theme .owl-controls .owl-buttons div {
background-color: transparent;
margin: 0;
opacity: 1;
padding: 0;
margin-left: 10px;
}

#brand99app-review .owl-theme .owl-controls .owl-buttons div:hover{
color: #F76B6C;
}

#brand99app-review  .owl-theme .owl-controls {
    bottom: 0;
    margin-top: 10px;
    overflow: hidden;
    position: absolute;
    right: 9%;
    text-align: center;
}

/*#brand99app-review .owl-theme .owl-controls .owl-buttons div.owl-prev {
    right: 50px;
}*/

#brand99app-review .owl-theme .owl-controls .owl-buttons div i{
    color: #fff;
    text-align: center;
}
.app-review-column {
    padding-top: 95px;
}
.main-data-app-review {
    float: left;
    width: 70%;
}

.inner-data-app-review {
    display: block;
    margin: auto;
    padding: 0 19%;
    text-align: center;
}

.inner-data-app-review p {
    position: relative;
    padding-top: 100px;
}

.inner-data-app-review p:before {
    font-family: FontAwesome;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    top: 0;
    content: "\f10d";
    font-size: 35px;
}
.author-data-app-review {
    margin-top: 50px;
    padding-top: 60px;
    position: relative;
    text-transform: uppercase; 
}

.author-data-app-review:before {
    font-family: FontAwesome;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    top: 0;
    content: "\f149";
    font-size: 35px;
}

.author-data-app-review h6 {
    color: #001111;
    font-size: 1.563em;
    font-weight: 700;
    line-height: 25px;
    list-style: outside none sdfa;
    margin: 0;
}

.author-data-app-review cite {
    font-size: 15px;
    font-style: normal;
}

.author-avatar-app-review {
    display: inline;
    overflow: hidden;
    width: 45%;
}

.author-avatar-app-review img {
    border-radius: 50%;
    display: block;
    height: 250px;
    margin: auto;
    width: 250px;
}

.is_stucky {
  left: 105px;
}

.un_stucky {
  left: 0;
}

/* -----------------------------------------------------------------
   Our Team Styles
-------------------------------------------------------------------*/

.main-team-list {
    padding-top: 100px;
    text-align: center;
}
.team-member-profile img {
    margin: auto;
    border-radius: 50px;
}

.team-member-info {
    margin-top: 20px;
}

.team-member-info h6 {
    font-size: 29px;
    /*letter-spacing: 1px;*/
    margin: 0;
}

.team-member-info p {
    color: #534444;
    font-size: 1.1em;
    margin: 0;
}

.team-member-social-act {
    margin-top: 40px;
}
.team-member-social-act ul li {
    display: inline-block;
}

.team-member-social-act ul li a i{
    color: #bbbaba;
    display: block;
    font-size: 30px;
    padding: 0 10px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.team-member-social-act ul li a i:hover {
    color: #F76B6C;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}


.client-logo {
    margin-top: 150px;
    text-align: center;
}

.client-logo h6 {
    font-size: 3.125em;
    font-weight: 300;
}

.client-logo h6::after {
    background-color: #bfbebe;
    content: "";
    display: block;
    height: 1px;
    margin: 10px auto auto;
    text-align: center;
    width: 100px;
}

.client-logo-list ul {
    margin: auto;
    text-align: center;
    width: 80%;
    margin-top: 50px;
}

.client-logo-list ul li {
    display: inline-block;
    margin: 0px 30px;
}
.team_last{
    margin-right: -46px;
}
/* -----------------------------------------------------------------
  Appx General Faqs Styles
-------------------------------------------------------------------*/
.general-faqs-list {
    margin-top: 100px;
    position: relative;
}

.brand99faq-categories a {
    background-color: #1d181e;
    border: medium none;
    color: #f3f5f8;
    font-size: 1.3em;
    font-weight: 300;
}

.brand99faq-categories a::before {
    border: medium none;
}

.brand99faq-group .brand99faq-title h2 {
    color: #111111;
    font-size: 1.625em;
    font-weight: 300;
    text-transform: capitalize;
}

.brand99faq-trigger {
    color: #f76b6c;
    font-size: 1.5em;
    font-weight: 300;
    margin: 0;
    padding: 24px 72px 24px 24px;
}

.brand99faq-content p {
    color: #111111;
    font-size: 1em;
}


/* -----------------------------------------------------------------
  Appx Amazing Price Styles
-------------------------------------------------------------------*/
.pricing-package-column {
  padding-top: 100px;
}

.single-package {
    background-color: #f3f5f8;
    border: 1px solid #b4b4b5;
    border-radius: 5px;
    text-align: center;
}

.package-header {
    border-bottom: 1px solid #8f8f8f;
    padding-bottom: 85px;
    padding-top: 45px;
}

.package-header h5 {
    color: #000000;
    font-size: 1.250em;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

.package-body {
    padding-bottom: 60px;
    padding-top: 80px;
    position: relative;
}

.package-amount {
    background-color: #fff;
    border: 1px solid #8f8f8f;
    border-radius: 50%;
    height: 100px;
    left: 50%;
    margin: auto;
    position: absolute;
    top: 0%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px;
}

.package-amount h6 {
    color: #000000;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 10px;
    margin: 35px 0 0;
    text-transform: uppercase;
}

.package-amount span {
    font-size: 13px;
    font-weight: 300;
    margin: 0;
}
.package-feature ul li {
    color: #000;
    font-size: 1em;
    font-weight: 300;
    margin-bottom: 25px;
}

.package-feature ul li:last-child {
    margin-bottom: 0px;
}

.package-footer {
    position: relative;
}

.package-footer button {
    background-color: #f76b6c;
    color: #fff;
    left: 50%;
    position: absolute;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}

.pricing-package-column > div > div:nth-child(2) .single-package .package-header, .pricing-package-column > div > div:nth-child(2) .single-package .package-header h5 {
    background-color: #EC746C;
    color: #fff;
}

.pricing-package-column > div > div:nth-child(2) .single-package {
    background-color: transparent;
}

/* Pricing Table Flat */

.pricing-package-column-flat {
  text-align: center;
  padding-top: 100px;
}

.pricing-package-column-flat > div > div:nth-of-type(2) .package-header-flat {
  background-color: #EB6363;
}

.pricing-package-column-flat > div > div:nth-of-type(2) .package-header-flat h5 {
  color: #fff;
}

.single-package-flat {
    background-color: #F3F5F8;
}

.package-header-flat {
  padding: 50px 20px;
}

.package-header-flat h5 {
color: #000000;
font-size: 1.25em;
font-weight: 700;
margin: 0;
text-transform: uppercase;
}

.package-price-flat {
  background-color: #F0F0F0;
}

.package-price-flat ul {
  overflow: hidden;
}

.package-price-flat ul li {
box-sizing: border-box;
float: left;
text-align: center;
vertical-align: middle;
}

.package-price-flat li:first-child {
box-sizing: border-box;
color: #0a2433;
font-weight: 500;
line-height: 46px;
width: 50%;
}

/*.package-price-flat ul li:not(:first-child) {
  margin-left: -5px;
}*/

.package-price-flat li:last-child {
 background-color: #0a2433;
box-sizing: border-box;
color: #fff;
font-size: 2em;
font-weight: bold;
width: 50%;
}

.package-body-flat {
}

.package-body-flat ul {
  margin: 30px 20px;
}

.package-body-flat ul li {
border-bottom: 1px solid #ccc;
color: #666;
display: block;
padding: 15px 0; 
}

.package-body-flat ul li:last-child {
border: none;
}

.package-footer-flat {
  background-color: #F0F0F0;
  padding: 30px 20px;
}


/* -----------------------------------------------------------------
  Appx Subscription Section Styles
-------------------------------------------------------------------*/

#brand99subscription-section {
    text-align: center;
}
.subscription-main-column {
    margin-top: 70px;
}
.user-section-subs ul li {
    display: inline-block;
    margin-right: 30px;
}

.user-section-subs ul li:last-child {
    margin-right: 0px;
}

.user-section-subs ul li a {
    display: block;
    color: #777777;
    border: 1px solid #A0A1A2;
    font-weight: 300;
    text-transform: uppercase;
    padding: 8px 20px;
}

.user-section-subs ul li a i{
    color: #777777;
    margin-right: 10px;
}
.subscription-form header {
    padding-bottom: 60px;
    padding-top: 70px;
}

.subscription-form header h2 {
    margin: 0;
    padding: 0;
}

.subscription-form header p {
    color: #111111;
    font-size: 0.813em;
    font-weight: 300;
    margin-top: -10px;
}
.subscription-form form {
}

.single-subscription-form input {
    border: none;
    border-bottom: 1px solid #444445;
    background-color: transparent;
    border-radius: 0px;
    box-shadow: none;
    text-align: center;
    text-transform: uppercase;

}

.single-subscription-form input:focus{
    box-shadow: none;
    border-bottom: 1px solid #444445;
}

.single-subscription-form input::-webkit-input-placeholder { /* WebKit browsers */
      color:    #111111;
      font-family: 'Roboto', sans-serif;
}
.single-subscription-form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
     color:    #111111;
     font-family: 'Roboto', sans-serif;
     opacity:  1;
}
.single-subscription-form input::-moz-placeholder { /* Mozilla Firefox 19+ */
     color:    #111111;
     font-family: 'Roboto', sans-serif;
     opacity:  1;
}
.single-subscription-form input:-ms-input-placeholder { /* Internet Explorer 10+ */
     color:    #111111;
     font-family: 'Roboto', sans-serif;
}

.single-subscription-form input[type="submit"] {
    background-color: #f76b6c;
    border: medium none;
    color: #fff;
    margin-top: 40px;

}

.single-subscription-form input[type="submit"]:hover {
  background-color: #fff;
  opacity: 0.8;
}

.subscription-main-column > div > div:last-child .single-subscription {
    padding-top: 95px;
}
.user-section-subs ul li a.hi-icon {
    background-color: transparent;
    border-radius: 0;
    height: 100%;
    margin: 0;
    width: 100%;
}
.user-section-subs ul li a.hi-icon::after {
    border-radius: 0;
}

.user-section-subs ul li.hi-icon-effect-3 a.hi-icon::after {
  background: #1BB5FA none repeat scroll 0 0;
}
.user-section-subs ul li.hi-icon-effect-3:last-child a.hi-icon::after {
  background: #a5c63b none repeat scroll 0 0;
}

.user-section-subs ul li.hi-icon-effect-3b a.hi-icon:hover,
.user-section-subs ul li.hi-icon-effect-3b a.hi-icon:hover i {
    color: #fff;
}

/* -----------------------------------------------------------------
  Appx Contact Us Styles
-------------------------------------------------------------------*/

#brand99contact-section {
    background-color: #2D3E50;
}

#brand99contact-section .brand99main-heading header h2{
    color: #fff;
}

#brand99contact-section .brand99main-heading header p{
    color: #fefefe;
}

.brand99contact-details {
    padding-top: 47px;
}
.single-contact-form {
    margin-bottom: 40px;
}

.single-contact-form input, .single-contact-form textarea {
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #8F98A2;
    border-radius: 0px;
    padding-left: 0;
    color: #ffffff;
    font-size: 1.125em;
    font-weight: 300;
}

.single-contact-form input:focus, .single-contact-form textarea:focus{
    box-shadow: none;
    border-bottom: 1px solid #8F98A2;
}

.single-contact-form button[type="submit"] {
    border: 1px solid #4f5d6c;
    color: #ffffff;
    font-size: 1em;
    font-weight: 300;
    padding: 10px 30px;
    text-transform: uppercase;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    text-align: left;
    float: left;
}

.single-contact-form button.hi-icon[type="submit"] {
    background-color: initial;
    border-radius: 0;
    height: inherit;
    margin: 0;
    text-align: left;
    width: inherit;
}

.single-contact-form button.hi-icon[type="submit"]::after {
  border-radius: 0%;
}

.contact-address {
    padding-left: 35%;
}

.contact-address address {
    margin-bottom: 55px;

}

.contact-address address p{
    color: #fff;
}

.contact-address address i {
    color: #fff;
    font-size: 50px;
}

.contact-address address span {
    color: #fff;
    font-size: 1.563em;
    font-weight: 700;
    margin: 10px 0 2px;
    display: block;
}

.single-subscription img:last-child {
    position: absolute;
    right: 200px;
    top: 0;
}

.single-subscription img {
    width: 210px;
}


/* -----------------------------------------------------------------
  Appx Footer Styles
-------------------------------------------------------------------*/

#brand99footer-section {
    background-color: #192532;
    padding: 50px 0 40px;
    text-align: center;
    position: relative;
}
.click-to-top {
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%, -50px);
    -moz-transform: translate(-50%, -50px);
    -o-transform: translate(-50%, -50px);
    transform: translate(-50%, -50px);
}

.click-to-top  a i{
    background-color: #192532;
    color: #fff !important;
    font-size: 40px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.click-to-top  a i {
  color: #fff;
}

.click-to-top  a i:hover, .click-to-top  a:hover {
color: #f06060;
}

.click-to-top a.hi-icon::after {
    border-radius: 0;
}

.click-to-top a.hi-icon {
    border: medium none;
    border-radius: 0;
    margin: 0;
}

.click-to-top a.hi-icon:hover i {
color: #F76B6C ;
    
}

.social-icon {
    padding-bottom: 35px;
}
.social-icon  ul  li {
display: inline-block;
margin: 0 15px;
text-align: center;
}

.social-icon  ul  li  a {
    display: block;
    color: #fff;
    font-size: 30px;
}

.social-icon  ul  li  a i{
    color: #fff;
}
.footer-copyright p {
    color: #fff;
    font-size: 1.1em;
    margin: 0;
}
.la-square-loader.la-2x{
  width: 0px;
  height: 0px;
}

/* -----------------------------------------------------------------
  Appx Welcome section for Variation Page one Styles
-------------------------------------------------------------------*/
#brand99welcome-section {
   /* padding: 75px 0;*/
   padding-bottom: 65px;
}
.header-left-f {
  text-align: center;
}

.header-left-f img {
  display: inline-block;
  width: 310px;
}
.header-right-f p {
  font-size: 25px;
  margin: 0;
  margin-top: 13px;
  font-weight: 600;
 /* font-family: 'EB Garamond', serif;*/
 font-family: 'Roboto', sans-serif;
font-family: 'Arvo', serif;
  margin-bottom: -19px;
  padding-top: 10px;
  padding-bottom: 0px;
}

.app-store_button {
  margin-top: 66px;
}

.app-store_button ul {
  text-align: center;
}

.app-store_button ul li {
  margin-bottom: 65px;
}

.app-store_button ul li:last-child {
  margin-bottom: 0px;
}


.app-store_button ul li a {
    display: inline-block;
    position: relative;
}

.app-store-info {
    background-image: url("images/app-store-info.png");
    content: "";
    display: block;
    height: 60px;
    position: absolute;
    right: -100px;
    top: -25px;
    width: 121px;
}

  .app-store-info2 {
     /* background-image: url("images/app-store-info2.png");*/
      content: "";
      display: block;
      height: 72px;
      left: -100px;
      position: absolute;
      top: -25px;
      width: 109px;
  }

.app-store_button ul li a img {
  padding-top: 0px;
  margin-top: -41px;
  width: 180px;
}

.header-right-column {
    height: 100%;
    position: absolute;
    right: 0;
    width: 50%;
}

.header-table-f {
    display: table-cell;
    vertical-align: middle;
}

.header-right-f {
    display: table;
    height: 100%;
    width: 62%;
    margin-top: -7px;
}



/* -----------------------------------------------------------------
  Appx Welcome section for Variation Page Two Styles
-------------------------------------------------------------------*/

#brand99welcome-section.brand99welcome-section-t{
    background-image: url(images/header-bg-t.jpg);
    background-repeat: no-repeat;
    height: 800px;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    padding-top: 50px;
}

.welcome-content-t {
    padding-top: 50px;
}

.left-welcome-content-t {
}

.single-left-welcome-content-f {
    margin-top: 35%;
}

.single-left-welcome-content-f h6 {
    color: #fff;
    font-size: 4em;
    font-weight: 300;
    line-height: 70px;
    margin-bottom: 45px;
}

.single-left-welcome-content-f a {
    background-color: #16A086;
    color: #fff;
}
.single-right-welcome-content-f img{
    margin: auto;
}

/* -----------------------------------------------------------------
  Appx Welcome section for Variation Page Three Styles
-------------------------------------------------------------------*/

#brand99welcome-section.brand99welcome-section-th{
    background-image: url(images/header-bg-th.jpg);
    background-repeat: no-repeat;
    height: 900px;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 50px;
    margin-bottom: 330px;
}

.brand99welcome-section-th .welcome-content-t {
    padding-top: 80px;
}
.brand99header-top-th {
    text-align: center;
}

.brand99welcome-section-th .brand99logo-t a img {
    margin: auto auto 13px;
}

.single-follow {
    margin-top: 23%;
}

.single-follow a {
    color: #fff;
    font-size: 1.125em;
    font-weight: 300;
    font-style: italic;
}

.single-follow a i {
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    height: 20px;
    line-height: 19px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    top: -2px;
    width: 20px;
}
.inner-bottom-content-th {
    text-align: center;
}
.inner-bottom-content-th img{
    display: inline-block;
}

.inner-bottom-content-th img:nth-child(2) {
    margin-left: -170px;
    margin-right: -170px;
    position: relative;
    z-index: 2;
}
.bottom-follow img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 85px;
}
.subscribe_app{
  font-size: 30px;
  font-weight: 400;
}
.download_app1{
  padding-top: 10px;
}

/* -----------------------------------------------------------------
  Appx Welcome section for Variation Page Four Styles
-------------------------------------------------------------------*/


#brand99welcome-section.brand99welcome-section-f{
    background-image: url(images/header-bg-f.jpg);
    background-repeat: no-repeat;
    height: 800px;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 50px;
}

.brand99welcome-section-f .intro-section{
    padding: 0;
}

.brand99welcome-section-f a:after {
    background-color: #fff;
    content: "";
    display: block;
    height: 3px;
    margin: auto;
    width: 500px;
}
.brand99welcome-section-f .intro-section a:after {
  background-color: transparent;
}

.brand99welcome-section-f a  img {
    margin: auto;
    margin-bottom: 45px;
}

.brand99welcome-section-f .intro-section img {
  margin: 23px auto auto;
}

.header-featured-f {
    bottom: 0;
    left: 35%;
    position: absolute;
    -moz-transform: translate(-25%,  50%);
    -webkit-transform: translate(-25%,  50%);
    -o-transform: translate(-25%,  50%);
    transform: translate(-25%, 50%);
}

.header-featured-f img {
  width: 100%;
}

/* Extra */
#boxgallery .panel {
    margin: 0;
    border: 0px solid;
}

#brand99header-section-menu {
  position: relative;
}
#brand99header-section-menu .brand99navigation-section {
  background-color: #f76b6c;
  position: absolute;
}

.third-variation #brand99header-section-menu .brand99navigation-section, 
.second-variation #brand99header-section-menu .brand99navigation-section,
.four-variation #brand99header-section-menu .brand99navigation-section,
.first-section #brand99header-section-menu .brand99navigation-section  {
  background-color: #282828;
}

.third-variation #brand99header-section-menu .brand99navigation-section .main-menu nav, 
.second-variation #brand99header-section-menu .brand99navigation-section .main-menu nav,
.four-variation #brand99header-section-menu .brand99navigation-section .main-menu nav,
.first-section #brand99header-section-menu .brand99navigation-section .main-menu nav  {
  background-color: rgba(40, 40, 40, 0.8);
}


.third-variation #brand99header-section-menu .brand99navigation-section, 
.four-variation #brand99header-section-menu .brand99navigation-section  {
  margin-top:  -75px;
  transition: margin-top 0.4s ease-in-out 0s, background 0.4s ease-in-out .3s, padding 0.4s ease-in-out .3s;
-webkit-transition: margin-top 0.4s ease-in-out 0s, background 0.4s ease-in-out .3s, padding 0.4s ease-in-out .3s;
-moz-transition: margin-top 0.4s ease-in-out 0s, background 0.4s ease-in-out .3s, padding 0.4s ease-in-out .3s;
-o-transition: margin-top 0.4s ease-in-out 0s, background 0.4s ease-in-out .3s, padding 0.4s ease-in-out .3s;
}

#brand99header-section-menu .brand99navigation-section.fixed-menu {
  position: fixed;
  margin-top:  0px;
    transition: margin-top 0.4s ease-in-out 0s, background 0.4s ease-in-out .3s, padding 0.4s ease-in-out .3s;
-webkit-transition: margin-top 0.4s ease-in-out 0s, background 0.4s ease-in-out .3s, padding 0.4s ease-in-out .3s;
-moz-transition: margin-top 0.4s ease-in-out 0s, background 0.4s ease-in-out .3s, padding 0.4s ease-in-out .3s;
-o-transition: margin-top 0.4s ease-in-out 0s, background 0.4s ease-in-out .3s, padding 0.4s ease-in-out .3s;
}
.four-variation #brand99header-section-menu, 
.third-variation #brand99header-section-menu {
  opacity: 0;
  z-index: 999;
  transition: opacity 0.2s ease-in-out 0s;
-webkit-transition: opacity 0.2s ease-in-out 0s;
-moz-transition: opacity 0.2s ease-in-out 0s;
-o-transition: opacity 0.2s ease-in-out 0s;

}

.four-variation #brand99header-section-menu.fixed-menu, 
.third-variation #brand99header-section-menu.fixed-menu {
  opacity: 1;
  background-color: #282828;
}

.four-variation #brand99header-section-menu.fixed-menu .brand99navigation-section.fixed-menu,
.third-variation #brand99header-section-menu.fixed-menu .brand99navigation-section.fixed-menu {
  background-color: #282828;
}

.second-variation .button-aw-fe {
  text-align: left;
}

/* Preloader */
#appx_preloader_body {
  background-color: #282828;
}

.la-square-loader {
  color: #fff
}

.team-member-info .name1{
    margin-left: 99px;
}
.team-member-info .job_k{
  margin-left: 90px;
}
.team-member-info .job_k1{
  margin-left: 103px;
}

/* -----------------------------------------------------------------
  Appx Mail Validation Styles
-------------------------------------------------------------------*/
#brand99subscript-form label.error {
    color: #fc5152;
}
#brand99subscript-form label.valid i {
    color: #2ccdae;
}
#brand99subscript-form label.error a {
    display: block;
}
.contact-alert-message {
    overflow: hidden;
    width: 100%;
}
#mail_success, #mail_fail {
    display: none;
}
.contact-alert-message {
    padding: 10px 0 25px;
    text-align: center;
}
#mail_fail i {
    -webkit-animation: 3s ease 0s normal backwards 1 running flash;
    animation: 3s ease 0s normal backwards 1 running flash;
    color: #ff0000;
}
#mail_success i {
    -webkit-animation: 3s ease 0s normal backwards 1 running flash;
    animation: 3s ease 0s normal backwards 1 running flash;
    color: #2eb267;
}
.team_last .gamer{
   margin-left: 76px; 
}