/*Theme name: Glaze
Author: ALeksej Vukomanovic
Version: 1.0
*/


/*********************************
**           CONTENTS           **
**********************************   
**      1. General Styling      **
**      2. Header               **
**      3. Call To Action       **
**         3.a. Heading         **
**      4. Main Intro           **
**      5. Highlights           **
**      6. Features             **
**      7. Swiper Styles        **
**      8. Contact Form         **
**      9. Social Pack          **    
**      10. Media Queries       **
**                              **
********************************** 


/*** General Styling ****/

/*google  fonts*/
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,800,700,600italic,600,400italic,300italic,300|Libre+Baskerville:400italic');

/*general styling*/
body {font-family:'Open Sans', Helvetica Neue, sans-serif; background: #FFFFF0; }

section > h1 {
  clear: both;
  margin: 50px 0;
  text-align: center;
}
p {
  font-size: 1.05em;
}
a img {
  border: none; }
  a {
  text-decoration: none;
  transition: all 0.3s;
  webkit-transition: all 0.3s;
  color: #ff3296;
  display: inline-block
 }
 a:hover {
  color: #98004a;
  text-decoration: none !important;
}
 a:link {
  text-decoration: none !important;
}
 a:active {
  text-decoration: none !important;
}
ul {
  list-style: none;
}
 ul li {
    font-size: 1.26em;
  }
 .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
.separator {
  width: 100%;
  height: 100px;
}
.to-top {
  opacity: 0;
  position: fixed;
  right: 15px;
  bottom: 50px;
}
.to-top.visible {
  opacity: 0.6;
}
.to-top:hover {
  opacity: 1;
}
#panels {
  background: #fff;
}
footer {
  width: 100%;
  height: 250px;
  clear: both;
  background: rgba(212,205,238,0.8);
}
/*****************************
****        HEADER        ****
*****************************/

#header {
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  transition: all 1.1s ease-in;
  -webkit-transition: all 1.1s ease-in;
  -moz-transition: all 1.1s ease-in;
  -ms-transition: all 1.1s ease-in;
  -o-transition: all 1.1s ease-in;
  }
  #navigation {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
 #header ul {
  float: right;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  -ms-transition: height 0.4s;
  -o-transition: height 0.4s;
  transition: height 0.4s;
    }
#header nav li a {
 font-weight: 400;
 font-size: 1.33em;
 line-height: 2;
 color: #323232;
 -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
 -ms-transition: all 0.3s ease-out;
 -o-transition: all 0.3s ease-out;
 transition: all 0.3s ease-out;
  float: left;
    }
 #header nav li a:before {
  content: " ";
  display: block;
  position: absolute;
  background: Gray ;
  bottom: 0;
  width: 0;
  height: 2px;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
 -ms-transition: all 0.3s ease-out;
 -o-transition: all 0.3s ease-out;
 transition: all 0.3s ease-out;
 }   
 #header nav a:hover:before,
 #header nav li.active a:before {
  width: 100%;
 }
  #header nav a:hover,
  #header nav li.active a {
  color: Gray ; 
  background: Lavender ;
}
.header.sliding-header #header {
  top: -102px;
}
 .header.sliding-header #header.appear {
    top: 0;   
}
.header.transparent-header .navbar-default {
    background: rgba(255,255,255,0.3);
}
.header.transparent-header .navbar {
  border: none;
}
.header.transparent-sliding-header .navbar-default {
  background: none;
}
.header.transparent-sliding-header .navbar {
  border: none;
}
.header.transparent-sliding-header #header {
  position: absolute;
}
 .header.transparent-sliding-header #header.appear {
  position: fixed;
   animation: appear 1.2s;
  -webkit-animation: appear 1.2s;
  -moz-animation: appear 1.2s;
 }
 .header.transparent-sliding-header #header.appear .navbar-default {
  background: rgba(255,255,255,0.3);
}
 @keyframes appear {
   0% { top: -102px; }
   50% {top: -50px; }
   70% { top: 0; }
   80% { top: 20px; }
   100% { top: 0; }
 }
  @-webkit-keyframes appear {
     0% { top: -102px; }
   50% {top: -50px; }
   70% { top: 0; }
   80% { top: 20px; }
   100% { top: 0; }
 }
  @-moz-keyframes appear {
   0% { top: -102px; }
   50% {top: -50px; }
   70% { top: 0; }
   80% { top: 20px; }
   100% { top: 0; }
 }
  #header .logo {
    padding: 5px 15px;
  }
 #header .logo img {
  display: inline-block;
 width: 170px;
 height: 65px;
}
#header .logo {
  font-size: 2.2em;
  line-height: 2.1;
  font-weight: 400;
  height: auto;
  vertical-align: middle;
  transition: font-size 0.3s ease-out;
  -webkit-transition: font-size 0.3s ease-out;
  -moz-transition: font-size 0.3s ease-out;
  -o-transition: font-size 0.3s ease-out;
  -ms-transition: font-size 0.3s ease-out;
}
  #header.smaller {
 width: 100%;
 padding: 0;
}
#header.smaller li a {
  font-size: 1.1em;
  line-height: 1.2;
  font-weight: 400;
} 
#header.smaller .logo img {
 width: 110px;
 height: 45px;
}
#header.smaller .logo {
  font-size: 1.2em;
  line-height: 1;
}
/*============================
*****   Call To Action  ******
=============================*/
 .call-to-action ul .list-group-item {
  background: transparent;
  transition: padding 0.3s ease-in-out;
  -webkit-transition: padding 0.3s ease-in-out;
  -ms-transition: padding 0.3s ease-in-out;
  -moz-transition: padding 0.3s ease-in-out;
  -o-transition: padding 0.3s ease-in-out;
}
.call-to-action ul .list-group-item:hover {
 padding-left: 35px;
 cursor: pointer;
 background: #ddd;
}
.call-to-action {
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.8), #B3ABA8);
  background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.8), #B3ABA8);
  background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.8), #B3ABA8);
  padding: 3% 1%;
}
.call-to-action .btn-success {
  background: -webkit-linear-gradient(45deg, #FFFFF0, #FFF5F0);
  background: -moz-linear-gradient(45deg, #FFFFF0, #B3ABA8);
  background: linear-gradient(45deg, #FFFFF0, #B3ABA8);
  color: #000;
  border-color: #B3ABA8;
}
.call-to-action .btn-success:hover {
  background: #B3ABA8;
  color: #000;
  border-color: #B3ABA8; 
}
div[role="tabpanel"] .btn-success, 
.feature:nth-child(even) .btn-success,
.btn-success {
  background: -webkit-linear-gradient(45deg, #FFFFF0, #B3ABA8);
  background: -moz-linear-gradient(45deg, #FFFFF0, #B3ABA8);
  background: linear-gradient(45deg, #FFFFF0, #B3ABA8);
  color: #000;
  border-color: #B3ABA8;
}
div[role="tabpanel"] .btn-success:hover, 
.feature:nth-child(even) .btn-success:hover,
.btn-success:hover {
  background: #B3ABA8;
  color: #000;
  border-color: #B3ABA8;
}
.cta-image {
   display: block;
}
.content {
  display: block;
}
.cta-link {
  text-align: center;
  display: block;
}
.cta-link a.btn {
  padding: 10px 23px;
  font-size: 1.5em;
}
 /*
 *=========== Heading=============
 */
 .heading {
  text-align: center;
  margin-bottom: 0 !important;
 }
 span.title, span.subtitle {
  display: block;
}
/* =========================
*****    Main Intro    *****
============================*/
.intro {
  background: url(../images/background.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.intro.no-bg {
  background: none;
}
.intro > .container {
  margin-top: 80px;
  margin-right: 0;
}

.intro h1, .intro h2, .intro h3 {
  text-align: center;
}
.bg-overlay {
  opacity: 0.2;
  position: absolute;
  width: 100%;
  height: inherit;
  background: #555;
}
.bck-img {
  background: url(../images/background.jpeg);
  max-width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
}
.intro-inner {
  width: 100%;
  height: inherit;
}
.intro-text {
  text-align: center;
  z-index: 1;
}
.intro-text:after {
  content: " ";
  width: 95%;
  height: 90%;
  position: absolute;
  top: 50px;
  left: 15px;
  z-index: -1;
  background: rgba(255,255,255,0.6);
  border-radius: 7%;
  -webkit-border-radius: 7%;
  -moz-border-radius: 7%;
  -o-border-radius: 7%;
}
.intro-text ul {
  padding: 10px;
}
.iphone {
  height: 697px;
  width: 490px;
   bottom: 0;
   z-index: 1;
}
.iphone .holder {
  position: absolute;
  top: 0;
  left:0;
  height: 697px;
  width: 490px;
}
.iphone.black .holder {
  background: url("../images/hand-black.png") no-repeat left;
}
.iphone.white .holder {
  background: url("../images/hand-white.png") no-repeat left;
}
.screen img {
  width: 188px;
  height: 323px;
}
.screen {
  position: absolute;
  display: block;
  overflow: hidden;
  top: 65px;
  left: 72px;
  width: 188px;
  height: 323px;
}
.screen.full {
  position: absolute;
  display: block;
  overflow: hidden;
  top: 54px;
  left: 72px;
  width: 188px;
  height: 333px;
}
.get-buttons {
  text-align: center;
}
.btn-get {
  text-align: center;
  display: inline-block;
  border: 2px solid #fff;
  background: linear-gradient( rgba(0,0,0,0.6), rgba(0,0,0,0.9) );
  background: -webkit-linear-gradient( rgba(0,0,0,0.6), rgba(0,0,0,0.9) );
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  padding: 5px 15px;
  color: #fff;
  transition: background 0.3s ease-in;
  -webkit-transition: background 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}
.btn-get:hover {
  background: linear-gradient( rgba(255,255,255,0.6), rgba(255,255,255,1) );
  background: -webkit-linear-gradient( rgba(255,255,255,0.6), rgba(255,255,255,1) );
  border: 2px solid #000;
  box-shadow: inset 0 0 26px rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0 0 26px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0 0 26px rgba(0,0,0,0.2);
}
.btn-txt {
  display: inline-block;
  line-height: 1;
}
.pe-so-app-store, .fa-play {
  font-size: 1em!important;
}
.pe-so-app-store, .fa-play,
.btn-store-small, .btn-store-big {
   transition: color 0.4s ease-in;
  -webkit-transition: color 0.4s ease-in;
  -moz-transition: color 0.4s ease-in;
  -ms-transition: color 0.4s ease-in;
  -o-transition: color 0.4s ease-in;
}
.btn-store-small, .btn-store-big {
   width: 100%;
   text-align: center;
}
.btn-store-small {
  font-size: 0.8em;
}
.btn-store-big {
  font-size: 1.1em;
}
/*========================== 
*****    Highlights    *****
============================*/
#highlights {
  padding: 3.6% 0;
  padding-left: 15px;
  padding-right: 15px;
}
.highlight h3 {
  margin-top: 10px;
  text-align: center;
  font-family : "Nueva Std Condensed", serif; 
}
.highlight {
  cursor: pointer;
  margin-bottom: 50px;
}
.highlight span {
  text-align: center;
  padding-top: 5px;
  width: 100%;
  transition: color 0.5s ease-in;
  -webkit-transition: color 0.5s ease-in;
  -ms-transition: color 0.5s ease-in;
  -moz-transition: color 0.5s ease-in;
  -o-transition: color 0.5s ease-in;
}
.highlight, .highlight p, .highlight h3 {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}
.highlight:hover {
  background: #000;
}
.highlight:hover span, .highlight:hover p, .highlight:hover h3 {
  color: #FFFFF0;
}
.highlight p {
  text-align: justify;
}

/********************************
*******    FEATURES    **********
*********************************/
.features-wrapper {
  width: 100%;
  height: auto;
}
.feature p {
  font-size: 1.6rem;
  text-align: justify;
}
.feature h2 {
  text-align: center;
}
.feature .title {
  margin-bottom: 3%;
}
.feature {
  padding: 4% 3%;
}
.feature:nth-child(odd) {
  background: rgba(179, 171, 168, 0.6);
}
.feature:nth-child(even) .feature-image {
  float: right;
}
.feature:nth-child(odd) .feature-image {
  float: left;
}
.feature:nth-child(odd) .feature-image img {
  float: right;
}
.feature.no-background:nth-child(odd) {
 background: none;
}
.feature:after, .feature:before {
  display: table;
  content: " ";
}
.feature:after {
  clear: both;
}
.tab-content {
  padding: 15px;
    box-shadow: inset 0 0 16px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 0 16px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 0 16px rgba(0,0,0,0.1);
}
.tab-col {
  padding: 2%;
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
.tab-col h3, .tab-col h2, .tab-col h1, .tab-col h4 {
  margin-top: 0;
}
.nav-tabs a {
  background: rgba(255,255,255,0.5);
}
.feature .video {
  padding: 0;
  border: 15px solid;
  border-image: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.9)) 1;
  -webkit-border-imager: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.9)) 1;
  -o-border-image: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.9)) 1;
  box-shadow:  0 0 16px rgba(0,0,0,0.5);
  -webkit-box-shadow:  0 0 16px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 16px rgba(0,0,0,0.5);  
}
iframe {
  border: 0px;
}
/*
 * Swiper 2.7.0
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2014, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: August 30, 2014
*/
/* ===============================================================
Swiper Styles 
================================================================*/
.swiper-container {
  margin:0 auto;
  position:relative;
  overflow:hidden;
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  -o-backface-visibility:hidden;
  backface-visibility:hidden;
  /* Fix of Webkit flickering */
  z-index:1;
}
.swiper-wrapper {
  position:relative;
  width:100%;
  -webkit-transition-property:-webkit-transform, left, top;
  -webkit-transition-duration:0s;
  -webkit-transform:translate3d(0px,0,0);
  -webkit-transition-timing-function:ease;
  
  -moz-transition-property:-moz-transform, left, top;
  -moz-transition-duration:0s;
  -moz-transform:translate3d(0px,0,0);
  -moz-transition-timing-function:ease;
  
  -o-transition-property:-o-transform, left, top;
  -o-transition-duration:0s;
  -o-transform:translate3d(0px,0,0);
  -o-transition-timing-function:ease;
  -o-transform:translate(0px,0px);
  
  -ms-transition-property:-ms-transform, left, top;
  -ms-transition-duration:0s;
  -ms-transform:translate3d(0px,0,0);
  -ms-transition-timing-function:ease;
  
  transition-property:transform, left, top;
  transition-duration:0s;
  transform:translate3d(0px,0,0);
  transition-timing-function:ease;

  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}


.swiper-container {
  width: 70%;
  height: 766px;
  text-align: center;
  background: url(../images/iphone.png) center center no-repeat;
}
.swiper-slide {
  height: 100%;
  opacity: 0.4;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.swiper-slide-visible {
  opacity: 0.3;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  margin-top: 135px;
}
.swiper-slide-active {
  top: 0;
  opacity: 0.95;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.pagination {
  position: absolute;
  z-index: 20;
  left: 0px;
  width: 100%;
  text-align: center;
  bottom: 110px;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 8px;
  background: #aaa;
  margin-right: 8px;
  cursor: pointer;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  opacity: 0;
  position: relative;
  top: -50px;
}
.swiper-visible-switch {
  opacity: 1;
  top: 0;
  background: #aaa;
}
.swiper-active-switch {
  background: #fff;
}

.left, .right {
  position:absolute;
  display: block;
  left:0px;
  top:50%;
  opacity:0.75;
  cursor:pointer;
  z-index:10;
  -webkit-transition:300ms;
  -moz-transition:300ms;
  -ms-transition:300ms;
  -o-transition:300ms;
  transition:300ms;
  visibility: hidden;
 }
.left:hover,.right:hover{
    opacity:1;
    }
  .right{
      left:auto;
      right:0px;
    } 
.slide img {
  width: 282px;
  height: 496px;
}
.swiper-container:hover .left, .swiper-container:hover .right {
  visibility: visible;
}
/******************************
****     CONTACT FORM      ****
*******************************/
#contact {
  padding: 5% 30%
}
.contact-wrapper {
  width: auto;
}
#contact .form-group {
  position: relative;
}
#contact .fa {
position: absolute;
bottom: 0;
height: 34px;
font-size: 1.5em;
display: block;
width: 30px;
bottom: -5px;
left: 5px;
}
.message {
 top: 10px;
}
#c-button {
  padding-left: 30px;
}
#contact .form-group {
  position: relative;
}
#contact .form-group input, #contact .form-group textarea {
  padding: 10px 30px;
}
#contact input + .fa, #contact textarea + .fa {
   opacity: 0.6;
}
#contact input:focus + .fa, #contact textarea:focus + .fa {
  opacity: 1;
 }
 #c-button:hover + .fa {
  color: #a2a2a2;
 }

/**************************
*******  SOCIAL PACK ******
***************************/
 .social-wrapper {
  margin: 30px 0;
  text-align: center;
 }
.pe-bg-rd:hover {
  opacity: 0.7;
}

.to-top {
  cursor: pointer;
}

/**********************************
****      MEDIA QUERIES      *****
***********************************/
@media only screen and (max-width: 360px) {
  .highlight {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 480px){
  .intro .container {
    margin-top: 30px 0px;
    padding: 0 1%;
  }
  #screens {
    width: 100%;
  }
  .separator {
    height: 50px;
  }
} 
@media only screen and (max-width: 800px){
  .iphone {
    display: none;
  }
  .intro  .container {
    margin: 50px 0;
    padding: 0 15%;
  }
  .intro-text {
    padding-top: 20px;
    width: 100%;
  }
  .intro-text:after {
    top: 20px;
    height: 90%;
  }
  #contact {
    padding: 5% 10%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px){
 .intro-text {
  width: 50%;
 }
}
@media only screen and (max-width: 1200px){
 .intro-text:after {
    top: 10px;
    height: 100%;
  }
  .intro .container {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1024px) {
  .intro  .container {
    margin: 0 8%;
  }
  .intro-text {
    padding-top: 100px;
  }
  .intro-text:after {
    top: 100px;
    height: 85%;
  }
  .iphone {
    width: 330px;
    height: 597px;
  }
  .iphone .holder {
    top: 70px;
    right: 0;
    left: auto;
    width: 330px;
    height: 597px;
    background-size: contain!important;
  }
  .screen {
    top: 108px;
    left: 49px;
    width: 126px;
    height: 223px;
  }
  .screen img {
    width: 126px;
    height: 223px;
  }
}
@media only screen and (min-width: 1200px){
  .intro-text {
    padding-top: 50px;
  }
  .intro-text p {
   font-size: 1.1em;
  }
  .btn-get {
    min-width: 150px;
   display: inline-block;
   padding: 5px 17px 12px 17px;
  }
  .btn-txt {
  display: inline-block;
  line-height: 1;
  }
  .pe-so-app-store, .fa-play {
  font-size: 1.2em!important;
  }
  .btn-store-small, .btn-store-big {
   width: 100%;
   text-align: center;
  }
  .btn-store-big {
  font-size: 1.2em;
  }
  #highlights {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1280px){
  .feature,.feature:nth-child(odd), .feature:nth-child(even) {
    padding: 5% 15%;
  }
}
@media only screen and (min-width: 1600px) {
    .intro  .container {
    margin-left: 17%;
    margin-right: 17%;
  }
}  
@media only screen and (min-width: 1660px) and (max-width: 1760px) {

  #highlights {
    padding-left: 7%;
    padding-right: 7%;
  }
}  
@media only screen and (min-width: 1760px){
 
  #highlights {
    padding-left: 7%;
    padding-right: 7%;
  }
}




