/*------------------------------------------------------------------

    [Master Stylesheet]

    Theme Name: Appollo - App Landing Page
    Version: 1.0
    Last change: 23/08/2016
    Developer: LionCoders - http://www.lion-coders.com

-------------------------------------------------------------------*/


/*------------------------------------------------------------------

    [Table of contents]

    1.0 GENERAL  
 
    X - 2.0 MENU / NAVIGATION

    3.0 HOME SECTION

    4.0 FEATURES SECTION

    X - 5.0 SCREENSHOTS

    X - 6.0 VIDEO SECTION

    X - 7.0 TEAM SECTION

    X - 8.0 APP STATISTICS

    X - 9.0 PRICE/ PACKAGE

    X - 10.0 TESTIMONIALS

    11.0 DOWNLOAD

    X - 12.0 CONTACT

    13.0 FOOTER SECTION

    X- 14.0 MEDIA QUERIES

-------------------------------------------------------------------*/


/* ----------------------------------------------------------------- 

                         1.0 GENERAL 
      
------------------------------------------------------------------*/

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #333;
    line-height: 1.8;
    letter-spacing: 1px;
    overflow-x: hidden;
}

a {
    transition: all 1.5s;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}


/* texts */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1.2;
    letter-spacing: 2px;
    text-transform: uppercase;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p {
    margin: 0;
}

ul {
    list-style: none;
    padding-left: 0;
}

section,
footer {
    position: relative;
    padding: 150px 0;
    overflow: hidden;
}

section:before,
section:after,
footer:before,
footer:after {
    content: " ";
    display: table;
}

section:after {
    clear: both;
}

.section-heading {
    text-align: center;
    margin-bottom: 80px;
}

.section-heading h2 {
    margin-top: 0;
}

.section-heading p {
    font-size: 14px;
}

.btn-default,
.btn-default:focus {
    background: 0 0;
    cursor: pointer;
    display: inline-block;
    outline: 0;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    border-radius: 0;
    border: 2px solid #333;
    color: #333;
    overflow: hidden;
    z-index: 1
}

.btn-default:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #333;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.btn-default:active,
.btn-default:hover {
    color: #fff;
    border-color: #333;
    background-color: #333;
    outline: 0
}

.btn-default:hover:after {
    height: 260%;
    height: 500%;
    opacity: 1
}

.btn-default:active:after {
    height: 500%;
    opacity: 1
}

.btn-default:focus {
    outline: none;
}

.theme-color {
    color: #26A69A;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}


/*-----------------------------------------------
           
           		15.0 Header
  
-------------------------------------------------*/

#app-header {
    background-color: #000000;
    padding: 10px 0;
    color: #f5f5f5;
    vertical-align: middle;
}

#app-info {
    /*background-image: url("../images/bg/bg.jpg");*/
    background-color: #121212;
    background-size: cover;
    padding: 100px 10px 150px 10px;
}

#event-header {
    background-color: #000000;
    padding: 10px 0;
    color: #f5f5f5;
    vertical-align: middle;
}

#event-info {
    /* background-image: url("../images/bg/bg.jpg"); */
    background-color: #E91E63;
    padding: 100px 10px 150px 10px;
    color: #f5f5f5;
    vertical-align: middle;
}

#conference-header {
    background-color: #000000;
    padding: 10px 0;
    color: #f5f5f5;
    vertical-align: middle;
}

#conference-info {
    /* background-image: url("../images/bg/bg.jpg"); */
    background-color: #03A9F4;
    padding: 100px 10px 150px 10px;
    color: #f5f5f5;
    vertical-align: middle;
}

#developer-header {
    background-color: #000000;
    padding: 10px 0;
    color: #f5f5f5;
    vertical-align: middle;
}

#developer-info {
    /* background-image: url("../images/bg/bg.jpg"); */
    background-color: #212121;
    padding: 100px 10px 150px 10px;
    color: #f5f5f5;
    vertical-align: middle;
    text-align: center;
}

#about-info {
    background-color: #2BBD8E;
    padding: 100px 10px 150px 10px;
    color: #f5f5f5;
    vertical-align: middle;
}

/* -----------------------------------------------------------------
         

        					3.0 HOME

 ------------------------------------------------------------------*/

.box-container {
    display: table;
    height: 100%;
    width: 100%;
}

.box {
    display: table-cell;
    padding-top: 150px;
    color: #FFF;
}

.box p {
	font-weight: 400;
    margin: 30px 0;
}

.home-img {
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 0px;
}

.home-img img {
    width: 300px;
}

.fa-download {
    padding-right: 5px;
    color: #FFF;
}

/* -----------------------------------------------------------------

    				
    						4.0  Features

 -----------------------------------------------------------------*/

#features {
    background-color: #202427;
    text-align: center;
    color: #FFF;
}

.feature-box {
    margin-top: 30px;
}

.feature-icon {
    color: #FFF;
}

.feature-icon i {
    font-size: 30px;
    padding: 25px;
    background-color: #64FFDA;
    border: 1px solid #64FFDA;
    border-radius: 50%;
    transition: all 0.7s;
}

.feature-text {
    margin-bottom: 30px;
    margin-left: 30px; 
    margin-right: 30px;
}

.feature-text h3 {
    font-size: 16px;
    font-weight: 400;
}

.feature-img {
    display: block;
    margin: 0 auto;
}

.img-center {
    display: block;
    margin: 0 auto;
}

/* -----------------------------------------------------------------

   							8.0   Pricing

-------------------------------------------------------------------*/

.price-table {
    border: 2px solid #f5f5f5;
    border-radius: 0;
    overflow: hidden;
    text-align: center;
    transition: all 0.3s;
}

.price-table.selected,
.price-table:hover {
    border: 2px solid #202427;
    background-color: #202427;
    color: #FFF;
}

.price-table.selected .package,
.price-table:hover .package {
    border-bottom: 2px solid transparent;
    color: #FFF;
}

.package {
    padding: 20px 0;
    border-bottom: 2px solid #f5f5f5;
}

.pricing-button {
    border-top: 2px solid #f5f5f5;
    padding: 20px 0;
}

.price-table.selected .pricing-button,
.price-table:hover .pricing-button {
    cursor: pointer;
    border-top: 2px solid transparent;
}

.pricing-button:hover {
    color: #26A69A;
}

.price {
    color: #26A69A;
    font-size: 20px;
    line-height: 3;
    font-weight: 400;
}

.details {
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    text-indent: 1.2px;
    list-style-type: none;
    line-height: 3;
}

.fa-shopping-cart {
    font-size: 24px;
}

/*------------------------------------------------------------------
     

     				11.0     Download App  
  
-------------------------------------------------------------------*/

#download-app {
    background-color: #f7f7f7;
    text-align: center;
}

#download-app .section-heading h2 {
    margin-top: 0px;
}

#download-app hr {
    margin: 70px auto;
}

.downloads a {
    display: inline-block;
    margin-right: 15px;
}

.downloads a:last-child {
    margin-right: 0;
}

.subscription-form {
    margin-top: 30px;
}

.subscription-form .input-box {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    box-shadow: none;
    width: 320px;
    height: 46px;
    margin-left: 30px;
    margin-right: 30px;
}

.subscription-form .input-box:focus {
    border: 1px solid #50D2C2;
}

/* ----------------------------------------------------------------- 

              			12.0  Contact
     
------------------------------------------------------------------*/

#contact {
    background-color: #ffffff;
    text-align: center;
}

.group {
    position: relative;
    margin-top: 35px;
    margin-bottom: 35px;
}

.inputMaterial {
    font-size: 16px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #757575;
}

.inputMaterial:focus {
    outline: none;
}


/* LABEL ======================================= */

label {
    color: #999;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}


/* active state */

.inputMaterial:focus ~ label,
.inputMaterial:valid ~ label {
    top: -20px;
    font-size: 16px;
    color: #26A69A;
}


/* BOTTOM BARS ================================= */

.bar {
    position: relative;
    display: block;
    width: 100%;
}

.bar:before,
.bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0;
    position: absolute;
    background: #26A69A;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}


/* active state */

.inputMaterial:focus ~ .bar:before,
.inputMaterial:focus ~ .bar:after {
    width: 50%;
}


/* active state */

.inputMaterial:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

#contact button {
    float: right;
}


/*-----------------------------------------------
           
           		13.0 Footer
  
-------------------------------------------------*/

#footer {
    background-color: #121212;
    padding: 70px 0;
    color: #f5f5f5;
}

#footer .section-heading {
    margin-bottom: 0;
}

#footer .social-icons {
    padding: 0 0 20px;
}

#footer .social-icons ul {
    float: none;
}

#footer .social-icons ul li {
    display: inline-block;
}

#footer .social-icons ul li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    font-size: 2rem;
    background-color: #fff;
    color: #1e1e1e;
    transition: all .4s;
}

#footer .social-icons ul li a:hover {
    color: #fff;
    background-color: #26A69A;
}

#footer .social-icons .social-text {
    padding: 40px 0;
    text-transform: uppercase;
}

#footer .copyright {
	font-size: 14px;
    padding: 30px 0 0;
    border-top: 1px solid #2D2D2F;
}


/*--------------------------------------
           
        14.0 Media Queries
  
-----------------------------------------*/

@media (max-width: 1024px) {
    .btn-default {
        background: #333;
        border: 2px solid #333;
        color: #FFF;
    }
    .box {
        padding-top: 70px;
    }
    .feature-img {
        max-width: 500px;
        margin: 0 auto 50px;
    }
}

@media (max-width: 1024px) and (min-width: 900px) {
    .container {
        width: 850px;
    }
    #video .section-heading {
        padding: 0 100px;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    #download-app hr {
        margin: 50px auto;
    }
    img.download {
        max-width: 350px;
        margin: 0 auto;
    }
    .downloads a {
        margin-right: 5px;
    }
    .downloads a img {
        max-width: 140px;
    }
}

@media (max-width: 800px) {
    #menu-toggle {
        top: 30px;
        right: -60px;
    }
    #home {
        padding: 150px 0;
    }
    .box h1 {
        font-size: 36px;
    }
    .box p {
        font-size: 16px;
    }
    .section-heading h2 {
        padding-left: 30px;
        padding-right: 30px;
    }
    h2 {
        font-size: 30px;
    }
    .feature-img {
        max-width: 280px;
        margin: 0 auto 50px;
    }
    #screenshot-carousel .item {
        margin: 5px 20px;
    }
    #stat h3 {
        margin-bottom: 30px;
    }
    .price-table {
        margin-bottom: 30px;
    }
    .item-container blockquote {
        font-size: 16px;
    }
    #download-app .section-heading h2 {
        margin-bottom: 50px;
    }
    #download-app button {
        display: block;
        left: 50%;
        transform: translateX(-50%);
    }
    .downloads a {
        margin-right: 0;
        margin-bottom: 15px;
        display: block;
    }
    .downloads a img {
        max-width: 175px;
    }
    .subscription-form .input-box {
        margin-bottom: 30px;
    }
    #contact {
        text-align: center;
    }
    #contact button {
        float: none;
    }
}
@media (max-width: 768px) {

    #home {
        padding: 125px 0;
    }
    .box-container {
        width: 360px;
        margin: 0 auto;
        padding: 0 0;
        text-align: center;
    }
}
@media (max-width: 479px) {

    #home {
        padding: 100px 0;
    }
    .box-container {
        width: 280px;
        margin: 0 auto;
    }
}

.device-frame { display: inline-block; padding: 50px 8px; border-radius: 38px; background-color: #fff; box-shadow: 0 10px 20px 0 rgba(18, 18, 62, 0.05), 0 2px 6px 0 rgba(18, 18, 62, 0.14), inset 0 -5px 20px 0 rgba(177, 177, 201, 0.25), inset 0 4px 7px 1px rgba(255, 255, 255, 0.5); }

.device-frame video { border-radius: 4px; border: solid 2px #e5e5ef; } 