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


/* Table of Content
==================================================
        - General -
        - margin spaces -
        - Header and nav -
        - intro -
        - screenshots -
        - overview -
        - features -
        - share -
        - app-brief1 - app-brief2 -
        - subscription-form -
        - contact -
        - footer -
        -    THEME SWITCHER -
        - responsive -

*/


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

.animated {
    -webkit-animation-duration: 2s;
    /* Chrome, Safari, Opera */
    animation-duration: 2s;
}

.popup-vimeo {
    color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

.popup-vimeo>img {
    width: 8vh;
}

.visible {
    opacity: 1;
}

.animation-hidden {
    opacity: 0;
}

.error,
.success {
    color: #fff;
}

.section-title {
    font-size: 14px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.section-title.gold {
    color: #a68956;
}

.section-title.white {
    color: #fff;
}

#scroll-down>a {
    top: 90%;
    left: calc(50% - 70px);
    position: fixed;
}

.contact-detail {
    font-family: 'Gotham', serif;
    font-size: 15px;
    color: #a68956;
}

.collapse-paragraph {
    padding-top: 10px;
    font-family: 'Minion Pro', serif;
    font-style: italic;
    font-size: 15px;
    color: #a68956;
}

.purchaseForm-paragraph {
    font-family: 'Minion Pro', serif;
    font-style: italic;
    font-size: 15px;
    color: #a68956;
    width: 80%;
    margin: auto;
}

.section-content {
    font-family: 'Minion Pro', serif;
    font-style: italic;
    font-size: 15px;
    color: #a68956;
}

#name {
    color: #a68956;
}

#email {
    color: #a68956;
}

#message {
    color: #a68956;
}

#phone {
    color: #a68956;
}

#accordion>div {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.accordion-item .panel-heading {
    background-color: transparent;
    color: #a68956;
    font-size: 11px;
    border: none;
}

.accordion-item .panel-heading .panel-title {
    font-size: 14px;
    letter-spacing: 4px;
}

.accordion-item .panel-heading .panel-title>a:hover {
    color: #fff;
}

.accordion-item .panel-heading+.panel-collapse>.panel-body {
    border: none;
}

#myCarousel {
    width: 100%;
}

#myCarousel .left.carousel-control {
    left: 15%;
}

#myCarousel .right.carousel-control {
    left: auto;
    right: calc(15% + 14.14px);
}

.carousel-indicators {
    bottom: 50px;
    top: 0;
}

.carousel-control {
    color: #a68956;
    width: 0;
    top: 10%;
}

.carousel-control.left {
    left: -18px;
}

.carousel-inner .item>p {
    margin-top: 80px;
    margin-bottom: 40px;
    margin-left: 20%;
    width: 60%;
    font-family: 'Minion Pro', serif;
    font-style: italic;
    font-size: 15px;
    color: #a68956;
    min-height: 120px;
}

#myCarouse2 {
    position: static;
}

.carousel .right-arrow {
    width: 20px;
    height: 20px;
    color: #a68956;
    background: transparent;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    border-top: 2px solid;
    border-right: 2px solid;
}

.carousel .left-arrow {
    width: 20px;
    height: 20px;
    background: transparent;
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    border-top: 2px solid;
    border-left: 2px solid;
}

.carousel-indicators li {
    letter-spacing: 4px;
    text-indent: 0;
    padding: 0 10px;
    font-size: 14px;
    max-width: 180px;
    width: auto;
    height: 40px;
    border: none;
    background-color: transparent;
    text-transform: uppercase;
    color: #a68956;
    margin-bottom: 20px;
    vertical-align: text-bottom;
}

.carousel-indicators .active {
    width: auto;
    max-width: 180px;
    font-size: 14px;
    height: 40px;
    border: none;
    background-color: transparent;
    color: #fff;
    margin-bottom: 20px;
    vertical-align: text-bottom;
}


/*.carousel-indicators .middle::before{
    content:"·";
    padding-right: 15px;
    font-weight: 900;
}
.carousel-indicators .middle::after{
    content:"·";
    padding-left: 15px;
    font-weight: 900;
}*/


/* PRE LOADER */

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

.status {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


/* 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: #a68956;
    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: 'Gotham', sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.8;
    overflow-x: hidden;
    margin: auto;
    background: #000;
    -webkit-font-smoothing: subpixel-antialiased;
}

.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: 'Gotham', 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;
}

.section {
    padding: 100px 0px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.relative {
    position: relative;
}

.bold {
    font-weight: 400;
}

.hint {
    color: #999;
    font-size: 13px;
}


/* title Section */

.titleSection {
    clear: both;
    text-align: center;
}

.titleSection h2 {
    margin-top: 0px;
}

.titleSection p {
    max-width: 620px;
    margin: 0 auto;
}


/* line */

.coloredLine {
    margin: 20px auto 0px;
    width: 40px;
    border-bottom: 1px solid #eee;
}


/* buttons */

.btn-new {
    max-width: 250px;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    background: #F44C67;
    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: #FC647B;
    color: #fff;
    text-decoration: none;
    outline: none;
}


/* margin spaces */

.space10 {
    margin-bottom: 10px;
}

.space20 {
    margin-bottom: 20px;
}

.space30 {
    margin-bottom: 30px;
}

.space40 {
    margin-bottom: 40px;
}

.space50 {
    margin-bottom: 50px;
}

.space60 {
    margin-bottom: 60px;
}

.space70 {
    margin-bottom: 70px;
}

.space80 {
    margin-bottom: 80px;
}

.space90 {
    margin-bottom: 90px;
}

.space100 {
    margin-bottom: 100px;
}


/* 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: #000;
    border: none;
    padding: 10px 0 !important;
    margin-bottom: 0 !important;
    -webkit-backface-visibility: hidden;
    top: 0px;
}

.NavBg {
    background: rgba(0, 0, 0);
}

.nav-logo {
    padding: 8px 25px;
    height: 50px;
    overflow: hidden;
}

.container {
    width: 100%;
    max-width: 1600px;
}

.nav-logo:focus {
    outline: none;
}

.nav-logo img {
    height: 120%;
}

.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: #a68956;
    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: #fff;
}

.navbar-toggle {
    padding: 5px 10px;
    margin-right: 10px;
}


/* intro ---------------------------------------------------------------- */

#intro {
    padding: 250px 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: url("../images/boxTop.jpg") no-repeat top center scroll #000;
    background-size: cover;
    height: 100vh;
}

.intro-mobile {
    position: absolute;
    left: 0px;
    bottom: -250px;
    /* negtivae value of section bottom padding */
    max-width: 100%;
}

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

.downloads a:last-child {
    margin-right: 0px;
}


/* screenshots ---------------------------------------------------------------- */

.screenshot-image {
    background: url("../images/bg.jpg") no-repeat top center scroll #fff;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
}

#vision-div {
    padding-left: 50%;
    width: 90%;
    padding-top: 18%;
    padding-bottom: 8%;
    height: 948px;
}

img#vision {
    width: 180px;
}

img#vision_red {
    width: 280px;
}


/* vineyard ---------------------------------------------------------------- */

#overview {
    background: #0b0b0b;
    text-align: center;
}


/* features ---------------------------------------------------------------- */

#features {
    text-align: center;
    background: url("../images/desert.jpg") no-repeat top center scroll #000;
}

.leftFeatures,
.rightFeatures {
    margin-top: 50px;
}


/* vinification ---------------------------------------------------------------- */

#vinification {
    background-color: #0b0b0b;
    text-align: center;
}


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

#app-brief1 {
    text-align: center;
    background: url("../images/bottleMiddle.jpg") no-repeat top center scroll #000;
    height: 749px;
}

#middle_purchase {
    padding-left: 55%;
    width: 80%;
    padding-top: 8%;
    padding-bottom: 8%;
}

#app-brief2 {
    text-align: center;
    background: url("../images/Bottle_full_red.jpg") no-repeat top center scroll #000;
}

#app-brief3 {
    text-align: center;
    background: url("../images/Bottle_full_silver.jpg") no-repeat top center scroll #000;
}


/* purchase ---------------------------------------------------------------- */

#purchase {
    padding-left: 5%;
    width: 45%;
}

#PURCHASEbox {
    text-align: center;
    background: url("../images/bigbox.jpg") no-repeat top center scroll #000;
    background-size: 100% auto;
    padding-bottom: 400px;
}

.subscription-form .input-box {
    width: 320px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #FFF;
    border: 1px solid #FFF;
    margin: 0px;
}

.bigWord {
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}

.subscription-form .subscription-success,
.subscription-form .subscription-error {
    display: none !important;
}

.subscription-form label {
    display: block;
}

#purchase_silver {
    text-align: center;
    width: 60%;
    margin: auto;
}

img.mobile_gracious {
	display: none;
	}


/* contact ----------------------------------------------------------- */

#contact {
    background: #F4F4F4;
    text-align: center;
}

#purchaseForm {
    margin: auto;
    width: 80%;
}

.form-control {
    background: transparent;
    border: 0.5px solid #a68956;
    height: 30px;
    margin-bottom: 20px;
    padding: 10px 10px;
    width: 100%;
    color: #161616;
    outline: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: none;
    font-family: 'Minion Pro', serif;
    font-size: 11px;
    color: #a68956;
}

textarea.form-control {
    height: 100px;
    max-height: 120px;
    resize: none;
    margin-bottom: 40px;
    overflow: hidden;
}

.form-control:focus {
    color: #000;
    font-weight: 900;
    box-shadow: none;
    outline: none;
    border: 0.5px solid #fff;
}

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


/* Footer ---------------------------------------------------------- */

footer {
    background: #000;
    text-align: center;
    padding: 50px 0px 100px 0;
}

footer hr {
    border-color: #181819;
}

footer p a,
footer p a:hover,
footer p a:focus {
    color: #fff;
}

.socialList li {
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
}

.socialList li a {
    display: inline-block;
    color: #fff;
    margin: 0px 20px;
}

.socialList li a span {
    margin-left: 10px;
}

.socialList li a:hover {
    color: #F44C67;
}


/*-------------------------------------------------------------
                           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;
}


/* people ------------ */

.profileText {
    float: left;
    text-align: left;
    width: 400px;
    padding-left: 60px;
}

.rowauth {
    width: 820px;
    text-align: center;
    margin: auto;
}

.authPicture {
    width: 402px;
    float: right;
}

.authTextWrapper {
    width: 400px;
    height: 100%;
    text-align: center;
    position: relative;
}

.authText {
    padding: 30px 0 0 30px;
}


/* responsive style ----------------------------------------------------------------- */


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
    .downloadtxt {
        margin-top: 20px;
    }
    .carousel-inner .item>p {
        margin-left: 20%;
        width: 60%;
    }
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    #intro {
        text-align: center;
    }
    #intro,
    .section {
        padding: 100px 0px;
    }
    .overlay {
        padding-top: 100px;
        padding-bottom: 400px;
    }
    .slider-3d {
        margin-top: -380px;
        padding-bottom: 100px;
    }
    .intro-mobile {
        position: static;
        max-width: 300px;
    }
    .phones {
        position: relative;
        width: 100%;
        max-width: 600px;
        height: 400px;
        overflow: hidden;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .left-mob-front {
        right: 0px;
        left: auto;
        max-width: 100%;
        top: 0px;
    }
    .left-mob-back {
        left: -30px;
        max-width: 100%;
        top: 0px;
    }
    .right-mob-front {
        left: 0px;
        right: auto;
        max-width: 100%;
        top: 0px;
    }
    .right-mob-back {
        right: -30px;
        max-width: 100%;
        top: 0px;
    }
    .leftFeatures {
        margin-top: 0px;
        margin-bottom: 50px;
    }
    #features .text-left,
    #features .text-right {
        text-align: center !important;
    }
    .mg-sm-100 {
        margin-bottom: 100px;
    }
    .carousel-inner .item>p {
        margin-left: 20%;
        width: 60%;
    }
}


/* Small Devices, Tablets */

@media only screen and (max-width: 767px) {
    .navbar-collapse {
        max-height: 355px !important;
        padding-bottom: 15px;
        padding-right: 15px;
        padding-left: 15px;
        overflow-x: visible;
        border-top: 1px solid transparent;
    }
    .navbar-nav {
        width: 100%;
    }
    h1 {
        font-size: 30px;
    }
    .subscription-form .input-box {
        margin: 0px auto 20px;
        width: 80%;
    }
    #vision-div {
        max-height: 200px;
    }
    .carousel-inner .item>p {
        margin-left: 10%;
        width: 80%;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    .carousel-inner .item>p {
        margin-left: 10%;
        width: 80%;
    }
    .downloads a {
        margin: 5px;
    }
    .left-mob-front,
    .left-mob-back,
    .right-mob-front,
    .right-mob-back {
        max-width: 80%;
    }
    #vision-div {
        max-height: 200px;
    }
    #vision-div {
        padding-left: 30%;
    }
    .carousel-indicators {
        position: relative;
        top: 0;
        width: 90%;
        left: 38%;
    }
    #app-brief2 {
        text-align: center;
        background-color: #000;
    }
    #middle_purchase {
        padding-left: 8%;
        width: 91%;
    }
    #purchase {
        background-color: rgba(0, 0, 0, 0.8)/* Green background with 30% opacity */
        ;
        width: 100%;
        padding: 60px 0;
    }
    .profilePicture img {
        width: 207px;
    }
    .profileText {
        width: 207px;
        padding-left: 0px;
        padding-top: 30px;
    }
    .rowauth {
        width: 100%;
        text-align: center;
        margin: auto;
    }
    .authPicture {
        width: 100%;
        float: none;
    }
    .authTextWrapper {
        width: 100%;
        text-align: center;
    }
    .authText {
        padding: 40px 30px 0 30px;
    }
    img.mobile_gracious {
	display: block;
	margin:auto;
	}
    
#PURCHASEbox {
	padding-bottom: 20px;
	}    
	
	
.screenshot-image {
	text-align: center;
    background: #000;
}

#vision-div {
	width:80%;
	padding: 0px;
	margin:auto;
	}
	

#app-brief2{
	text-align: center;
    background: #000;
}

#app-brief3{
	text-align: center;
    background: #000;
}
}

.carousel-indicators li {
    font-size: 14px;
}

.carousel-indicators .active {
    font-size: 14px;
}


/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {
    .nav-logo img {
        height: 100%;
    }
    #vision-div {
        max-height: 240px;
    }
    img#mobile_gracious {
        display: block;
    }
}

#authContent {
    background-color: #191919;
}

#authTextOverlay {
    background: rgba(12, 12, 12, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 30px 40px 0 40px;
}

a.close {
    position: absolute;
    right: 25px;
    top: 10px;
    width: 10px;
    height: 10px;
    opacity: 1;
}

a.close:hover {
    opacity: 1;
}

a.close:before,
a.close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 15px;
    width: 2px;
    background-color: #333;
}

a.close:before {
    transform: rotate(45deg);
}

a.close:after {
    transform: rotate(-45deg);
}

#authTextOverlay input.button {
    line-height: 18px;
    width: 18px;
    font-size: 12pt;
    font-family: tahoma;
    margin-top: 1px;
    margin-right: 2px;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background: none;
    border: none;
}

#authTextOverlay input.button:before,
#authTextOverlay input.button:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
}

#authTextOverlay input.button:before {
    transform: rotate(45deg);
}

#authTextOverlay input.button:after {
    transform: rotate(-45deg);
}

#authTextResultContent p {
    font-family: 'Minion Pro', serif;
    font-style: italic;
    font-size: 14px;
    color: #a68956;
}

#authTextResultTitle {
    font-size: 13px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fff;
}

#authPhotos {
    background-color: #000;
    overflow: hidden;
}