/*
* Wava Theme
* Created by : mixdesigns
* website : www.mixdesigns.net
*/

/* Table of Content
==================================================
        - General -
        - margin spaces -
        - Header and nav -
        - home -
        - screenshots -
        - whatisgigspot section-
        - app-brief1 - app-brief2 -
        - contact -
        - footer -
        -    THEME SWITCHER -
        - responsive -

*/


/* - General ------------------------------------------------------- */

/* PRE LOADER */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 9999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.status {
    width: 105px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -50px;
    text-align: center;
}
.preloader img {
    display: inline-block;
    width: 100%;
}

/* top line LOADER */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.pace-inactive {
    display: none;
}
.pace .pace-progress {
    background: #F44C67;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 100%;
    width: 100%;
    height:5px;
}

/* Global Styles */
body,html {
    height: 100%;
    width: 100%;
    max-width: 100%;
}

body { 
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.8;
    color: #29282b;
    overflow-x: hidden;
    margin: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    

}
.container{
    max-width: 1000px;
}
.clearlist, .clearlist li {
    list-style: none;
    padding: 0;
    margin: 0;
    background: none;
}

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

a{
    color: #999;
    text-decoration: none;
}
a:hover{
    color: #29282b;
    cursor: pointer;
}
a:hover,a:focus{
    -moz-outline: none;
    outline: none;
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #29282b;
    letter-spacing: 2px;
    
}
h1{
    font-size: 40px;
}
h2{
    font-size: 30px;
}
h3{
    font-size: 24px;
}
h4{
    font-size: 16px;
}
h5{
    font-size: 14px;
}
h6{
    font-size: 12px;
}
.img-responsive{
    margin: 0 auto;
    width: auto;
    padding-bottom: 12px;
}
.section{
    padding:75px 0px;
    padding-bottom: 64px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.relative{
    position: relative;
}
.bold{
    font-weight: bold;
}
.hint{
    color: #999;
    font-size: 13px;
}
/* title Section */
.titleSection{
    clear: both;
    margin-bottom: 36px;
    text-align: center;
}
.titleSection h2{
    margin-top: 0px;
}
.titleSection p{
    max-width: 830px;
    margin: 0 auto;
}
/* line */
.coloredLine{
    margin:20px auto 0px;
    width: 40px;
    border-bottom: 1px solid #eee;
}
/* buttons */
.btn-new{
    width: 100%;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;       
    background: #00c3e1;
    display: inline-block;
    padding: 15px 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    letter-spacing: 1px;
    cursor: pointer;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    border: none;
}
.btn-new:hover,.btn-new:focus{
    background: #29282B;
    color: #FFF;
    text-decoration: none;
    outline: none;
}
/* margin spaces */
.space10 {
    margin-bottom: 10px;
}
.space20 {
    margin-bottom: 20px;
}
.space30 {
    margin-bottom: 30px;
}
.space40 {
    margin-bottom: 14px;
    
}
.space50 {
    margin-bottom: 0px;
}
.space60 {
    margin-bottom: 60px;
}
.space70 {
    margin-bottom: 70px;
}
.space80 {
    margin-bottom: 80px;
}
.space90 {
    margin-bottom: 90px;
}
.space100 {
    margin-bottom: 100px;
}
/* Anchor web navigation */
.webNavigate {
    display: block;
    position: relative;
    top: -56px;
    visibility: hidden;
}

/* Header and nav --------------------------------------------------- */
.logo{
    display:inline-block;
}
.logo img{
    max-width: 100%;
}
.sticky-navigation {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background: #FFF;
    border: none;
    padding:3px 0 !important;
    margin-bottom: 0 !important;
    -webkit-backface-visibility: hidden;
    top:0px;
    box-shadow: 1px 1px 14px rgba(70, 70, 70, 0.2);
}
.NavBg {
    background: rgba(255,255,255,0.95);
}
.nav-logo{
    padding: 0px 15px;
    height: 50px;
    overflow: hidden;
}
.nav-logo:focus{
    outline: none;
}
.nav-logo img{
    height: 100%;
}
.navbar{
    margin-bottom: 0px;
}
.navbar-nav {
    float: left;
    margin: 0px !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.navbar-nav li a {
    padding: 10px;
    line-height: 30px;
    font-size: 12px;
    color: #999;
    position: relative;
    background: transparent !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.navbar-nav li a:focus{
    outline: none;
}
.navbar-nav li.active a,.navbar-nav li a:hover {
    color:#00c3e1;
}
.navbar-toggle{
    padding: 10px;
    margin-right: 33px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 11px;
}
.navSignUpBtn{
    font-size: 15px;
    border-radius: 15px;
    width: 112px;
    height: 32px;
    background-color: #00c3e1;
    border: none;
    color: #fff;
    margin-top: 9px;
    margin-left: 11px;
    float: right;
}
.navSignUpBtn:hover{
    background-color: #29282B;
}
.android{
    margin-left: 0px !important;
    margin-top: 58px;
    padding-left: 15px;
    padding-right: 15px;
    width: auto !important;
}

/* Home ---------------------------------------------------------------- */

#home{
    background-image: url('../images/Header-background-small.jpg');
    background-repeat: no-repeat;

    padding: 200px 0px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.mediaIntro{
    top: -60px;
}
.intro-mobile {
    position: absolute;
    left: 0px;
    bottom:-225px; /* negtivae value of section bottom padding */
    max-width: 50%;
}
.headerText{
    color: #FFF;
}
.signUpButton {
    visibility: hidden;
    width: 160px;
    height: 40px;
    background: #00c3e1;
    text-align: center;
    border-radius: 3px;
}

.signUpButton:hover {
    background: #FFF;
    cursor: pointer;
}
.signUpButton:hover span{
    color: #00c3e1;
}
.signUpButton span {
    color: #FFF;
    font-size: 14px;
    padding-top: 8px;
    display: inline-block;
}
/*----- Beta------*/
.unselectable{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.signUpButtonBeta {
    display: inline-block;
    width: 160px;
    height: 40px;
    background: #00c3e1;
    text-align: center;
    border-radius: 3px;
}
.signUpButtonBeta:hover {
    background: #FFF;
    cursor: pointer;
}
.signUpButtonBeta:hover span{
    color: #00c3e1;
}
.signUpButtonBeta span {
    color: #FFF;
    font-size: 14px;
    padding-top: 8px;
    display: inline-block;
}
.logInButtonBeta {
    display: inline-block;
    margin-left: 8px;
    width: 160px;
    height: 40px;
    background: #9EAD50;
    text-align: center;
    border-radius: 3px;
}
.logInButtonBeta:hover {
    background: #FFF;
    cursor: pointer;
}
.logInButtonBeta:hover span{
    color: #9EAD50;
}
.logInButtonBeta span {
    color: #FFF;
    font-size: 14px;
    padding-top: 8px;
    display: inline-block;
}
/*----End Beta----*/
.Timer {
    margin-top: 60px;
}
.timerText {
    color: #FFF;

}

ul#example {
    list-style: none;
    padding: 0;
    display: block;
}

ul#example li {
    display: inline-block;
    background: #e1e1e1;
    width: 70px;
    height: 60px;
    text-align: center;
    border-radius: 3px;
    margin-right: 5px;
}

ul#example li span {
  font-size: 22px;
  font-weight: bold;
  color: #5C665B;
  margin-top: 3px;
  display: inline-block;

}
 
ul#example li p {
  color: #a7abb1;
  font-size: 14px;
  font-weight: bolder;
  color: #5C665B;
  margin-top: -10px;
  text-transform: lowercase;
}

.downloads a{
    display: inline-block;
    margin-right: 10px;
}
.downloads a:last-child{
    margin-right: 0px;
}

/* whatisgigspot section---------------------------------------------------------------- */
#whatIsGigSpotSection{
    background: #f9f9f9;
    border-top: 1px solid #eee;
    text-align: center;
}
.bigIcon{
    color: #F44C67;
    font-size: 50px;
    margin-bottom: 20px;
}
.sectionOne{
    padding: 35px;
    padding-left: 50px;
    padding-right: 50px;
}

/* app-brief1 ---------------------------------------------------------------- */

.left-mob-front{
    position: absolute;
    left: 12%;
    margin: 0px auto;
    top:-40px;
    z-index: 2;
}
.left-mob-back {
    position: absolute;
    left: -27px;
    top: 10px;
    z-index: 1;
}
.rightList li{
    padding-bottom: 10px;
    position: relative;
}
.rightList li i{
    position: absolute;
    top: 8px;
    left: 0px;
    font-size: 14px;
}
.rightList li span{
    padding-left: 30px;
}
#app-brief1{
    background: #F2F2F2;
}
.right-mob-front{
    position: absolute;
    right: 12%;
    margin: 0px auto;
    top:-40px;
    z-index: 2;
}
.right-mob-back {
    position: absolute;
    right:0px;
    top:-20px;
    z-index: 1;
}

.divMinHeigth {
    min-height: 380px;
}


/* contact ----------------------------------------------------------- */
#contactUsSection {
    background: #F4F4F4;
    text-align: center;
    padding: 40px;
}
.form-control{
    background: transparent;
    border: 1px solid #ddd;
    height: 50px;
    margin-bottom: 20px;
    padding:10px 20px;
    width: 100%;
    color:#161616;
    outline: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
    box-shadow: none;
}
textarea.form-control{
    height: 100px;
    max-height: 120px;
    resize: none;
    margin-bottom:40px;
    overflow: hidden;
}
.form-control:focus:hover{
    color: #000;
    font-weight: 900;
    border-color: #00c3e1;
    box-shadow: none;
    outline: none;
}
.form-control:hover{
    border-color: #00c3e1;

}
#contactForm .success,#contactForm .error {
    display: none;
    text-align: center;
    margin-bottom: 20px;
    padding: 20px;
}
.contactTitle {
    margin-bottom: 20px;
}

/* Footer ---------------------------------------------------------- */
footer {
    background:#29282b;
    text-align: center;
    padding: 45px 0px;
}
footer hr{
    border-color: #313131;
}
footer p{
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 17px;
}
footer p a,footer p a:hover,footer p a:focus {
    color: #fff;
}
.firmInfo {
    text-transform: capitalize;
    font-size: 12px;
}
.firmInfo a{
    text-transform: lowercase;
}

.firmInfo a:hover{
    color: #00c3e1;
    text-transform: lowercase;
}
footer img {
    display: inline-block;
    padding-bottom: 40px;
}
.footerContactUs {
    color: #fff;
    margin-bottom: 15px;
}

/*------------------------------------------------------------- 
                           THEME SWITCHER
--------------------------------------------------------------- */
#customizer {
    position: fixed;
    top: 100px;
    z-index: 999999;
    height: 100%;
}

.corner {
    display: block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    -webkit-border-radius:0px 6px 6px 0px;
    -moz-border-radius:0px 6px 6px 0px;
    border-radius:0px 6px 6px 0px;
    background: url(../images/switcher/corner-open.png);
    position: absolute;
    top: 50px;
    right: -40px;
}

.s-close {
    left: -205px !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.s-open {
    left: 0 !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.corner.expanded {
    background: url(../images/switcher/corner.png);
}

#options {
    width: 205px;
    height:180px;
    background: #fff;
    padding: 0;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.heading {
    padding-bottom: 15px;
    margin-bottom: 20px;
}

#options h6 {
    color: #5c5c5c;
    margin-bottom: 10px;
    font-size: 13px;
}

.options-segment {
    margin-bottom: 20px;
}
.color-scheme {
    padding: 0;
}
.color-scheme li {
    float: left;
    list-style: none;
}
.color-scheme a {
    display: block;
    height: 30px;
    width: 30px;
    margin: 0 4.25px 10px;
}
.colors-sel {
    padding: 20px 25px 15px;
    margin-bottom: 0;
}
.gold a {
    background: url(../images/switcher/3.png);
}
.green a {
    background: url(../images/switcher/7.png);
}
.blue a {
    background: url(../images/switcher/1.png);
}
.red a {
    background: url(../images/switcher/8.png);
}
.pink a {
    background: url(../images/switcher/4.png);
}
.navy a {
    background: url(../images/switcher/6.png);
}
.yellow a {
    background: url(../images/switcher/5.png);
}
.violet a {
    background: url(../images/switcher/2.png);
}
.options-head {
    background: #000;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 900;
    line-height: 50px;
}

.version{
    position: fixed;
    left: 0px;
    top: 100px;
    font-size:30px;
    color: #A4C828;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 9999;
}
.version:hover,.version:focus{
    color: #B6DD2A;
}
/* responsive style ----------------------------------------------------------------- */
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .downloadtxt{
        margin-top: 20px;
    }
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .nav-logo {
        margin-left: 40px !important;
    }
    .navbar-nav {
        margin-right: 30px !important;
    }
    #home{
        text-align: center;
        min-height: 750px;
        min-width: 290px;
        padding-top: 120px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .mediaIntro{
        position: absolute;
        top: -30px;
        width: 100%;
    }
    .space40 {
        text-align: center;
    }   
    h1,h2,h3,h4,h5,h6 {
        text-align: center;
    }
    .signUpButton{
        margin: auto;
    }
    .navSignUpBtn{
        margin-right: 50px;
    }
    .Timer{
        margin-top: 14px;
    }
    .overlay{
        padding-top: 100px;
        padding-bottom: 400px;
    }
    .slider-3d{
        margin-top: -380px;
        padding-bottom: 100px;
    }
    .intro-mobile {
        position: relative;
        max-width: 300px;
        bottom: -300px;
        left: -38px;
    }
    #app-brief1 {
        height: 770px;
    }
    #app-brief1 .divMinHeigth {
        position: absolute;
        top: -75px;
       /* min-width: 400px;
       */
    }
    .container{
        padding: 0;
    }
    .customWigthContainer{
        width: 100%

    }
    .sectionTwo, .containerThree {
        padding-left: 50px;
        padding-right: 50px;
    }
    #app-brief2 {
        height: 770px;
    }
    #app-brief2 .divMinHeigth {
        position: absolute;
        top: -75px;
        /*min-width: 600px;
        */
    }
    .phones{
        position: relative;
        width: 100%;
        max-width: 600px;    
        height: 400px;
        
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .left-mob-front{
        right: 20px;
        left: auto;
        max-width: 60%;
        top: 305px;
    }
    .left-mob-back {
    max-width: 60%;
    top: 352px;
    left: 3px;
    }
    .right-mob-front{
        left: -70px;  
        max-width: 60%;
        top: 305px;
    }
    .right-mob-back {
        left: 138px;
        max-width: 60%;
        top: 306px; 
    }
    .bullets {
        left: 13px;
        position: relative;
    }
    #contactUsSection {
        padding-right: 50px;
        padding-left: 50px;
    }
    .contactUsContainerBugFix{
        width: 100%;
    }
    .leftFeatures{
        margin-top: 0px;
        margin-bottom: 50px;
    }
    #features .text-left,#features .text-right{
        text-align: center !important;
    }
    .mg-sm-100{
        margin-bottom: 100px;
    }

}
/* bootstrap bug fix */
@media only screen and (min-width:992px) and (max-width: 992px)  {

    .col-md-offset-6{
        margin-left: 0px;
    }
    .col-md-6 {
        width: 100%;
    }
    .col-md-offset-3 {
    margin-left: 20%;
    }
    .bootsrapBugfix{
        width: 51%;
    }
    .contactTitleBugFix{
        right: 47px;
    }
}
/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    .navContainerFix{

    }
    .navbar-collapse {
        max-height: 355px !important;
        padding-bottom: 15px;
        padding-right: 15px;
        padding-left: 15px;
        overflow-x: visible;
        border-top: 1px solid transparent;
    }
    .navbar-header {
        display: inline-block;
        width: 75%;
    }
    .navbar-toggle {
        float: right;
        margin-right:15px;
    }
    .nav-logo {
        margin-left: 30px !important;
    }
    .nav>li{
        padding-left: 19px;
    }
    .navbar-nav{
        width: 100%;
    }
    .navSignUpBtn{
        margin-right: 30px;
        position: absolute;
    }

    .intro-mobile{
        top: 285px;
    }
    h1{
        font-size: 30px;
    }
    
    .navbar{
    background: rgba(255,255,255,0.95);
    }
    .bullets{
        left: 0px;
    }

}
@media only screen and (max-width : 620px) {
    .intro-mobile{
        top: 313px;
    }
    .right-mob-front{
        left: -86px;
        top: 455px;
    }
    .right-mob-back {
        
        top: 476px;  
    }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    #home {
        padding-left: 10px;
        padding-right: 10px;
        min-height: 765px;
        padding-top: 85px;
    }
    .signUpButtonBeta {
        width: 140px;
    }
    .logInButtonBeta {
        width: 140px;
    }
    .mediaIntro {
        top: 0px;
    }
    .intro-mobile{
        top: 353px;
    }

    ul#example{
        
        margin: auto;
    }
    ul#example li {
        margin-top: 10px;
        width: 60px;
    }
    ul#example li p{
        font-size: 12px;
    }

    .left-mob-front{  
        top: 370px;
        right: 10px;
    }
    .left-mob-back {
        top: 405px;
        left: 0px;
    }
    .right-mob-front{
        top: 520px;
        left: -64px;
    }
    .right-mob-back {
        top: 525px; 
        left: 105px; 
    }
    .bullets {
        left: 12px;
        padding-right: 15px;
    }
    #app-brief1 {
        height: 650px;
    }
    .section{
        min-width: 350px;
    }
    .sectionTwo, .containerThree {
    padding-left: 20px;
    padding-right: 20px;
}
}
@media only screen and (max-width : 360px) {
    .right-mob-front{
        top: 520px;    
    }
    .right-mob-back {
        top: 525px;  
    }
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 334px) {
    .signUpButtonBeta {
        width: 120px;
    }
    .logInButtonBeta {
        width: 120px;
    }
    .intro-mobile {
        top: 393px;
    }
    ul#example li {
        width: 58px;
    }
    .nav-logo {
        width: 122px;
        margin-left: 20px !important;
    }
}