/* =======================================================================
Kane - Responsive App Landing Page 1.7
======================================================================= */

/* --------------------------------------
=========================================
GLOBAL STYLES
=========================================
-----------------------------------------*/

html {
    font-size: 100%;
}

body {
    background: #232323;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #313131;
    line-height: 28px;
    text-align: center;
    overflow-x: hidden !important;
    margin: auto !important;
}


/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

a {
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
    color: #999;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color:#333;
}

.btn:focus,
.btn:active {
    outline: inherit;
}


/* Other fixes*/

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

ul,
ol {
    padding-left: 0 !important;
}

li {
    list-style: none;
}

.list-inline>li {
    padding-right: 30px;
}

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

.status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
    margin: -20px 0 0 -20px;
}

/*---------------------------------------
   Typography                
-----------------------------------------*/

/* FONT FACE LOADER */
@font-face {
    font-family: 'Lane';
    src: url('../fonts/lanenar_Lane.eot');
    src: url('../fonts/lanenar_Lane.eot?#iefix') format('embedded-opentype'), url('../fonts/lanenar_Lane.woff') format('woff'), url('../fonts/lanenar_Lane.ttf') format('truetype'), url('../fonts/lanenar_Lane.svg#Lane') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
 
    @font-face {
        font-family: 'Lane';
        src: url('../fonts/lanenar_Lane.svg#Lane') format('svg');
    }
}

/* HEADINGS */

h1,
h2 {
    font-family: 'Lane', sans-serif;
    font-weight: normal;
}

h1 {
    font-size: 3.75rem;
    line-height: 4.688rem;
}

h2 {
    font-size: 3.125rem;
    line-height: 4.063rem;
}

h3 {
    font-size: 24px;
    line-height: 38px;
    font-weight: 300;
}

h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

/*---------------------------------------
   CUSTOM BUTTON              
-----------------------------------------*/

.standard-button,
.standard-button2 {
    font-size: 18px;
    font-weight: 100 !important;
    border-radius: 30px !important;
    text-shadow: 0 !important;
    color: #ffffff;
    min-width: 150px;
    border: none;
    padding: 16px 25px 16px 25px;
    margin: 5px;
    -webkit-transition: all ease 0.25s;
            transition: all ease 0.25s;
	-moz-box-shadow: 0px 0 10px -5px rgba(200,200,200,0.50);
    -webkit-box-shadow: 0px 0 10px -5px rgba(200,200,200,0.50);
    box-shadow: 0px 0 10px -5px rgba(200,200,200,0.50);
    cursor: pointer !important;
}

.standard-button:hover, .standard-button2:hover, try-button:hover {
    
}

.standard-button i,
.standard-button2 i {
    vertical-align: inherit;
    margin-right: 8px;
    font-size: 20px;
}

.shallow-button,
.shallow-button2 {
    font-size: 18px;
    font-weight: 100 !important;
    border-radius: 4px !important;
    text-shadow: 0 !important;
    color: #ffffff;
    min-width: 150px;
    border: solid 1px #29b99a;
    background-color:transparent!important;
    padding: 16px 25px 16px 25px;
    margin: 5px;
    -webkit-transition: all ease 0.25s;
            transition: all ease 0.25s;
}

.shallow-button:hover,
.shallow-button2:hover {
    border: solid 1px #fff;
    background-color:rgba(255, 255, 255, 0.5)!important;
    color:white;
}

.shallow-button i,
.shallow-button2 i {
    vertical-align: inherit;
    margin-right: 8px;
    font-size: 20px;
}
.try-button{
	font-size: 15px;
	font-weight: 100 !important;
	border-radius: 4px !important;
	background-color:#29b99a;
	text-shadow: 0 !important;
	color: #ffffff;
	min-width: 100px;
	border: none;
	padding: 5px 5px 5px 5px;
	margin: 5px;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
}

.small-button {
    font-size: 14px;
    font-weight: 100 !important;
    border-radius: 30px !important;
    text-shadow: 0 !important;
    color: #000000;
    border: solid 1px #29b99a;
    background-color:transparent!important;
    padding: 5px 25px;
    margin: 5px;
    -webkit-transition: all ease 0.25s;
            transition: all ease 0.25s;
}
.small-button:hover {
  color: #FFF;
  background-color: #29b99a!important;
  border: 1px solid #29b99a!important;
}
.btn-default:hover{
  color: #1abc9b;
  border: 1px solid;
  background-color:#fff !important;
}

.btn-black:hover {
    color: #202020;
  background-color: rgba(55, 55, 55, 1);
  border-color: #4A4A4A;
}

@media (max-width: 767px) { 
.mobile-center{text-align:center !important;}
}

.w100{width:80%;}
.w200px{width:200px;}
.mh-mfeatures{max-height:300px;}
.mhfeatures{max-height:300px;}
.h60{height: 60px;}
.h145{height: 145px;}
.mh350{min-height:380px;}
.n-mb50{margin-bottom:-50px;}
.fullhero{margin:0;width:100%;}
.npadding{padding-right:0 !important;padding-left:0 !important}
.mtop5{margin-top:5px}
.mtop10{margin-top:10px}
.mtop20{margin-top:20px}
.mtop30{margin-top:30px}
.mtop40{margin-top:40px}
.mtop50{margin-top:50px}
.mtop70{margin-top:70px}
.m-price{margin: 0 0 20px;}
.m40{margin:40px 0;}
.padding-bottom-70{padding-bottom: 70px !important;}
.margin-bottom-40{margin-bottom: 40px;}
.margin-bottom-35{margin-bottom: 35px;}
.margin-bottom-20{margin-bottom: 20px;}
.margin-right-5{margin-right: 5px;}
.margin-25-0-70{margin:25px 0 70px;}
.padding-top-40{padding-top: 40px;}
.padding-top-5{padding-top: 5px;}
.padding-bottom-5{padding-bottom: 5px!important;}
.padding-right-100{padding-right: 100px;}
.white{color:#fff!important;}
.black{color:#000}
.grey{color:#999;}
.thin{font-weight: 100;}
.align-left{text-align:left ;}
.align-right{text-align:right ;}
.border-grey{border-top: 1px solid rgb(237, 237, 237);}
.no-padding-left{padding-left:0px;}
.v-center{
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: flex;
	align-items: center;
	}
.continue {
  font-size: 30px;
  color: #1abc9c;
  margin-top: 80px;
}

.desaturate{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.45;
}
.desaturate:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.radius-right{
	-webkit-border-top-right-radius: 6px !important;
	-webkit-border-bottom-right-radius: 6px !important;
	-moz-border-radius-topright: 6px !important;
	-moz-border-radius-bottomright: 6px !important;
	border-top-right-radius: 6px !important;
	border-bottom-right-radius: 6px !important;
	-webkit-border-top-left-radius: 0px !important;
	-webkit-border-bottom-left-radius: 0px !important;
	-moz-border-radius-topleft: 0px !important;
	-moz-border-radius-bottomleft: 0px !important;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}
.radius-left{
	-webkit-border-top-left-radius: 6px !important;
	-webkit-border-bottom-left-radius: 6px !important;
	-moz-border-radius-topleft: 6px !important;
	-moz-border-radius-bottomleft: 6px !important;
	border-top-left-radius: 6px !important;
	border-bottom-left-radius: 6px !important;
	-webkit-border-top-right-radius: 0px !important;
	-webkit-border-bottom-right-radius: 0px !important;
	-moz-border-radius-topright: 0px !important;
	-moz-border-radius-bottomright: 0px !important;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}
/*---------------------------------------
   TEXTS               
-----------------------------------------*/

.white-text {
    color: #ffffff;
}

.dark-text {
    color: #272727;
}

.grey-bg {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f7f8fa+100 */
    background: rgb(255,255,255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y4ZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(247,248,250,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(247,248,250,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(247,248,250,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(247,248,250,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(247,248,250,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(247,248,250,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f8fa',GradientType=0 ); /* IE6-8 */

}

.white-bg{
    background: #fff !important;
}
.text-center{text-align:center !important;}

/*---------------------------------------
   SECTIONS          
-----------------------------------------*/

.section-header {
    padding-bottom: 78px;
}

.section-header-sm{padding-bottom:20px;}

.section-header h2 {
    margin-bottom: 0px;
}

.section-header .section-description {
    display: inline-block;
    position: relative;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #999;
    font-weight:100;
}

.section-header-sm .section-description {
    display: inline-block;
    position: relative;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*---------------------------------------
   LINES          
-----------------------------------------*/

.colored-line {
    margin: auto;
    z-index: 1;
    width: 165px;
    height: 1px;
}

.white-line {
    margin: auto;
    z-index: 1;
    width: 165px;
    height: 1px;
    background: #ffffff;
}

.colored-line-left {
    float: left;
    z-index: 1;
    display: block;
    width: 165px;
    height: 1px;
}

.featurelines{
	border-bottom: 1px solid #eee;
}

/*---------------------------------------
=========================================
 **   SECTION STYLES                
=========================================
-----------------------------------------*/

/*---------------------------------------
   SECTION:  HOME                 
-----------------------------------------*/

header .color-overlay {
    min-height:600px;
}

header .full-screen {
    width: 100%;
    height: 100px;
}

.hero-desk{
    background-image: url('/assets/landing/images/hero-desk@2x.jpg');
    background-size: cover;
    background-position: center;
}

/* TOP BAR WITH NAVIGATION */

.sticky-navigation {
  max-height: 49px;
  background: #FFFFFF;
  border: none;
  padding: 0 !important;
  margin-bottom: 0 !important;
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
          box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
}

.sticky-navigation .navbar-header img {
  max-height: 25px;
  -webkit-backface-visibility: hidden;
}

.sticky-navigation .main-navigation .current a {
  color: #000000 !important;
  position: relative;
  outline: none;
}

.sticky-navigation .main-navigation li a {
  line-height: 30px;
  /* font-weight: 400; */
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 15px;
  border-radius: 30px;
}

.sticky-navigation .main-navigation li a:hover {
    color: #000000;
}

.navbar-inverse .navbar-toggle {
border-color: #313131;
background: #313131;
}

header .only-logo .navbar {
    background: rgba(255, 255, 255, 0.95);
    padding: 10px 30px 0px;
    margin-bottom: 10px;
    border-radius: 0!important;
    border-bottom: 1px solid #DDD;
}

header .only-logo .navbar .navbar-header {
    float: none;
}

.kiwibtn{
  background-color: #29b99a;
  height: 30px;
  margin: 10px 0;
  color: white !important;
  line-height: 10px !important;
  }
  
  .kiwi-border-btn{
  background-color: #fff;
  height: 30px;
  margin: 10px 0;
  color: #999 !important;
  line-height: 10px !important;
  border: 1px solid #999;
  }
  
  .kiwi-border-btn:hover{
    background-color: #fff;
    height: 30px;
    margin: 10px 0;
    color: black !important;
    line-height: 10px !important;
    border: 1px solid #29b99a;
  }

.navbar-inverse .navbar-nav>li>a.kiwibtn:hover, .navbar-inverse .navbar-nav>li>a.kiwibtn:focus {
  color: #fff;
  background-color: rgba(41, 185, 154, 0.75);
  /* height: 30px; */
  margin: 10px 0;
  line-height: 10px;
  /* padding: 10px 10px; */
}

/* INTRO */

header .home-contents {
    margin-top: 5%;
}

header .intro-section {
    text-align: center;
}

header .intro-section .standard-button {
    margin: 0;
}

header .phone-image {
    max-width: 350px;
    margin: auto;
    margin-bottom: 50px;
}

header .phone-image img {
    width: 100%;
}

header .intro-section .intro h1 {
    color: #000000;
    margin-bottom: -10px;
}

header .intro-section h4 {
    color: #999999;
    margin-bottom: -10px;
    font-weight: 100;
}

header .intro-section h5 {
    color: #ffffff;
}

header .intro-section .buttons {
    margin-top: 35px;
}
header .intro-section .buttons .btn-cta{
    border-radius: 30px;
    padding: 10px 40px;
}
/*---------------------------------------
   SECTION:  MOUSE ANIMATED                
-----------------------------------------*/
.icon-scroll,
.icon-scroll:before{
  position: absolute;
  left: 50%;
}

.icon-scroll {
  width: 40px;
  height: 70px;
  margin-left: -20px;
  top: 85%;
  margin-top: -35px;
  box-shadow: inset 0 0 0 1px #999;
  border-radius: 25px;
  }

.icon-scroll:before{
  content: '';
  width: 8px;
  height: 8px;
  background: #999;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}
@keyframes scroll{
  0% {opacity: 1;}
  100%{opacity: 0; transform: translateY(46px); }
}

/*---------------------------------------
   SECTION:  LOGOS VIP                 
-----------------------------------------*/

.logos{background-color: white;}

/*---------------------------------------
   SECTION:  FEATURES                 
-----------------------------------------*/

.features {
    padding-top: 40px;
    padding-bottom:0px;

}
.features2 {
    padding-top: 40px;
    padding-bottom: 50px;
    background: #ffffff;
}
.features-small {
    padding-top: 40px;
    padding-bottom: 50px;
}
.features-small p {
    color: #999;
    font-weight: 100;
    text-align: center;
}
.features-small p, h4 {
    text-align: center;
}
.features2 p {
    color: #999;
    font-weight: 100;
}
.dashed{    
    border-right: 4px dotted #ececec;
    height: 70px;
}
.features .features-left {
    text-align: right;
    margin-top: 26px;
    margin-bottom: 80px;
}

.features .features-left .icon-container {
    float: right;
    margin-left: 20px;
}

.features .features-right {
    text-align: left;
    margin-top: 26px;
    margin-bottom: 80px;
}

.features .features-right .icon-container {
    float: left;
    margin-right: 20px;
}

.features .feature {
    margin-bottom: 40px;
}

.features .feature .icon-container {
    display: block;
    min-height: 120px;
    margin-top: 5px;
}

.features .feature .icon-container .icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    line-height: 55px;
    font-size: 18px;
    text-align: center;
    -webkit-transition: all ease-in 0.25s;
            transition: all ease-in 0.25s;
    -webkit-background-clip: padding-box;
           -moz-background-clip: padding;
            background-clip: padding-box;
}

.features .phone-image {
    max-width: 250px;
    margin: auto;
    margin-bottom: 80px;
}

.features .phone-image img {
    width: 100%;
}

.customizable-bg{
	background: url('../images/features/customizable.jpg') no-repeat center!important;
	color: white;
	background-size: cover !important;
}
.stats-bg{
	background: url('../images/features/stats.jpg') no-repeat center!important;
	color: white;
	background-size: cover !important;
}
.reward-bg{
	background: url('../images/features/reward.jpg') no-repeat center!important;
	color: white;
	background-size: cover !important;
}

.titulofeature{
	width: 100%;
	display: block;
	color: #fff;
	font-size: 26px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: lighter;
	margin-bottom: 10px;
	padding: 40px 10px 10px 10px;
	text-shadow: 0 1px 20px #969696;
}

.h3feature{
font-size: 35px;
  font-weight: 100;
  text-shadow: 0px 1px #FFF;
}
.h3hl{font-weight:300;text-shadow: 0px 1px 2px rgba(150, 150, 150, 0.19);border-bottom: 3px solid #1abc9b;}

/*---------------------------------------
   SECTION:  LAPTOP                 
-----------------------------------------*/
.laptop-demo-container {
    overflow: hidden;
    width: 100%;
}

.laptop-demo {
    background: url(/assets/landing/images/laptop.png) no-repeat bottom center;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    text-align: center;
    width: 300px;
    height: 165px;
    background-size: 320px;
    padding: 12px 0;
    margin-left: -150px;
}

.laptop-demo video, .laptop-demo .replaced {
    width: 190px;
    height: 118px;
}

video {
    background: #000;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

.padding-laptop{padding:50px 0 218px;}
/*---------------------------------------
   SECTION:  BRIEF                 
-----------------------------------------*/
.video-bg{
	background: url('../images/slide-video.jpg') no-repeat center!important;
	color: white;
	background-size: cover !important;
}

.app-brief {
    background: #FFFFFF;
    padding-top: 100px;
	padding-bottom: 150px;
}

.app-brief h2 {
    margin-bottom: 20px;
}

.app-brief .phone-image {
    max-width: 350px;
    margin: auto;
    margin-bottom: 50px;
}

.app-brief .phone-image img {
    width: 100%;
}

.app-brief .left-align {
    text-align: left;
    margin-bottom: 50px;
}

.app-brief .left-align p {
    display: block;
    float: none;
    margin-top: 50px;
}

.app-brief .left-align .feature-list {
    margin-top: 40px;
}

.app-brief .left-align .feature-list li {
    margin-bottom: 26px;
}

.app-brief .left-align .feature-list li i {
    margin-right: 10px;
    vertical-align: inherit;
}


/* VIDEO */

video {
    height: auto;
}

iframe,
embed,
object {
    max-width: 100%;
}

.video-container {
    width: 90%;
    background: transparent !important;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 40px; 
}

.video {
    background: transparent !important;
}


/*---------------------------------------
   SECTION:  TESTIMONIALS                 
-----------------------------------------*/
.testimonials {
    color: #ffffff;
}

.testimonials .color-overlay {
    padding-top: 110px;
    padding-bottom: 110px;
}

.testimonials .feedback {
    max-width: 750px;
    margin: auto;
}

.testimonials .feedback .image {
    font-size: 24px;
    border: 2px solid transparent;
    -webkit-box-shadow: 0px 0px 0px 2px #ffffff;
            box-shadow: 0px 0px 0px 2px #ffffff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: auto;
    margin-top: 5px;
    overflow: hidden;
}

.testimonials .feedback .image img {
    width: 100%;
    vertical-align: top;
}

.testimonials .feedback .message {
    font-size: 18px;
    font-style: italic;
    margin-top: 40px;
    margin-bottom: 30px;
}

.testimonials .feedback .name {
    margin-top: 15px;
    font-weight: 400;
}

.testimonials .feedback .company-info {
    font-size: 12px;
}

.testimonials .owl-theme .owl-controls .owl-page span {
    background: #ffffff;
    border-radius: 50%;
}

.testimonials .customNavigation a {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*---------------------------------------
   SECTION:  SERVICES           
-----------------------------------------*/

.services {
    padding-top: 80px;
    padding-bottom: 60px;
    background: #ffffff;
}

.services .single-service {
    padding-bottom: 60px;
}

.services .single-service .service-icon {
    font-size: 80px;
}

.services .single-service h3 {
    margin-top: 20px;
}



/*---------------------------------------
   SECTION:  SCREENSHOTS 
-----------------------------------------*/
.mh250{max-height:250px;}
.screenshots {
    padding-top: 80px;
    padding-bottom: 120px;
}

.screenshots .shot {
    background: #FFFFFF;
    padding: 10px;
    margin: 13px;
    border-radius: 4px;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
}

.screenshots .shot img {
    border-radius: 4px;
    width: 100%;
}

/*---------------------------------------
   SECTION:  PACKAGES | Added on version 1.7      
-----------------------------------------*/
.price-bg{background-image: url('../images/slide-precios.jpg')!important; color:white;}

.pricingHero{
	font-size: 70px;
	text-transform: uppercase;
	line-height: 65px;
	font-weight: 100;
	margin-bottom: 20px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 10px 1px rgba(0,0,0,0.1);
    box-shadow: inset 0 0 10px 1px rgba(0,0,0,0.1);
    color:black;
}
.nav-pills>li>a {
  border-radius: 4px;
  background-color: #C7C7C7;
  color: white;
  
}
.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}
.nav-pills>li+li {
    margin-left: -4px;
}

.nav-tabs, .nav-pills {
    text-align:center;
}
.blacker, .blacker:hover{color:#333;}
.pricingsubHero {font-size:40px;margin: 25px;line-height: 37px;}
.margin-top-15{margin-top: 15px;}
.margin-25{margin: 25px 0;}
.padding-bottom-30{padding-bottom: 30px;}
.solidborder{border:1px solid !important;padding: 20px ;}
.moneymoney{font-size: 150px;line-height: 170px;}
.packages {
    padding-top: 30px;
    padding-bottom: 0px;
    background: #ffffff;
}

.single-package {
    background: #FFFFFF;
    overflow: auto;
    border: 0px solid #161616;
    border-radius: 3px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 0 20px 1px rgba(50, 50, 50, 0.02);
    box-shadow: 0px 0 20px 1px rgba(50, 50, 50, 0.02);
}

.single-package .price {
    background: #FFFFFF;

}
.single-package .color-bg {
    background-color: !important;
}
.single-package .color-bg-grey{
    background-color:#c2c2c2;
}
.single-package .color-bg-grey h2{
    color:white !important;
}
.single-package .price h2 {
    color: #272727;
}
.single-package h3 {    
    text-transform: uppercase;
    font-weight: bold;}

.single-package .price .color-bg h2 {
    color: #FFFFFF !important;
} 

.single-package .price .sign {
    vertical-align: super;
    font-size: 20px;
}

.single-package .price .month {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.single-package .package-feature {
  margin-top: 25px;
  margin-bottom: 25px;
}

.single-package .package-feature > li {
  margin-top: 15px;
  margin-bottom: 15px;
}

.single-package .package-feature > li > span {
  margin-right: 7px;
}
.package-feature{color:black!important;}
/*---------------------------------------
   SECTION:  CLIENTS                 
-----------------------------------------*/
.clientes {
padding-top: 60px;
padding-bottom: 80px;
background: #ffffff;
}
/*---------------------------------------
   SECTION:  DOWNLOAD                 
-----------------------------------------*/

.download {
    color: #525252;
    padding-top: 60px;
	padding-bottom: 80px;
}

.download .color-overlay {
    padding-top: 110px;
    padding-bottom: 70px;
}

.download .download-container {
    padding-bottom: 80px;
}

.download .subscription-form-container {
    padding-bottom: 80px;
}

.download .subscription-form .input-box {
    height: 57px;
    padding-left: 20px;
    width: 320px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #FFF;
    border: 2px solid #FFF;
}

.download .subscription-form .input-box:focus, 
.download .subscription-form .input-box:active {
    color: #000;
    font-weight: 400;
}

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

.download h2 {
    margin-bottom: 30px;
}

/*---------------------------------------
   SECTION:  FOOTER                
-----------------------------------------*/
footer {
    background: #FFFFFF;
}

footer .contact-box {
    margin-bottom: 78px;
}

footer .contact-box .contact-button {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin: auto;
    position: relative;
    font-size: 30px;
    line-height: 60px;
    vertical-align: middle;
    margin-top: -40px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 0px 3px #ffffff;
            box-shadow: 0px 0px 0px 3px #ffffff;
    -webkit-backface-visibility: hidden;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

footer .contact-box .contact-button:hover {
    color: #ffffff;
}

footer .contact-box .expanded-contact-form {
    margin-top: 40px;
    display: none;
}

footer .contact-box .expanded-contact-form .success,
footer .contact-box .expanded-contact-form .error {
    display: none;
}

footer .contact-box .expanded-contact-form .input-box {
    margin-bottom: 10px;
    margin-top: 10px;
    height: 50px;
    -webkit-box-shadow: none;
            box-shadow: none;
}

footer .contact-box .expanded-contact-form .textarea-box {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
}

footer .contact-box .expanded-contact-form .textarea-box:active {
    color: #000;
}

footer .social-icons {
    margin-top: 30px;
    padding: 50px 0;
}

footer .select-large {
font-size: 16px;
}

footer .select-block {
display: block;
width: 100%;
}

footer .select {
position: relative;
display: inline-block;
vertical-align: bottom;
}

footer select {
background-color: #565a5c;
border: 0;
color: #fff;
}

footer .select-large select {
padding-top: 10px;
padding-bottom: 10px;
}

footer .select select {
padding-top: 8px;
padding-bottom: 8px;
padding-right: 4em;
padding-left: 1em;
height: 40px;
}

footer .select:before {
position: absolute;
pointer-events: none;
color: #82888a;
font-size: 1em;
top: 0;
bottom: 1px;
padding-top: 0.7em;
right: 0;
width: 2em;
text-align: center;
line-height: 1;
}

footer .borderlight {
    border-top: 1px solid #e5e5e5;
}

footer .social-icons li {
    display: inline-block;
    margin: 5px;
}

footer .social-icons li a {
    font-size: 30px;
    color: #c2c2c2;
}

footer .copyright {
    color: #808080;
    padding-top: 10px;
    margin-bottom: 50px;
}

.iphone-carousel {
    background: url(../images/single-iphone.png) no-repeat center;
    background-size: 85%;
    height: 547px;
    padding: 87px 38px 0px 40px;
}

.features .phone-image {
    max-width: 295px;
}
.panel { border: none; }
.demo{
    position: relative;
}
.turismo{
	background: url('../images/screenshots/music.jpg') no-repeat center;
	height: 250px;
}
.fashion{
	background: url('../images/screenshots/tienda.jpg') no-repeat center;
	height: 250px;
}
.peliculas{
	background: url('../images/screenshots/movies.jpg') no-repeat center;
	height: 250px;
}
.postventa{
	background: url('../images/screenshots/ski.jpg') no-repeat center;
	height: 250px;
}
.satisfaccion{
	background: url('../images/screenshots/hotel.jpg') no-repeat center;
	height: 250px;
}
.evento{
	background: url('../images/screenshots/evento.jpg') no-repeat center;
	height: 250px;
}
.resto{
	background: url('../images/screenshots/resto.jpg') no-repeat center;
	height: 250px;
}
.producto{
	background: url('../images/screenshots/kobrin.jpg') no-repeat center;
	height: 250px;
}

.nombreDemo{
    position: absolute;
    top: 30%;
    width: 100%;
}

.tituloDemo{
    width: 100%;
    height: 90px;
    display: block;
    color: #fff;
    font-size: 26px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    margin-bottom: 10px;
    padding: 10px;
	text-shadow: 0 1px 20px #969696;
}


.botonDemo{
    cursor: pointer;
    border: solid 1px;
    border-radius: 2px;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
}

.botonDemo:hover{
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.img-cloud{
    margin-top: 70px;
    width: 100%;
    background-position: top center;
    background-repeat: no-repeat;
}

.img-cloud img{
    width: 70px;
    height: 70px;
    margin-top: -10px
}

.img-cloud strong{
    color: #007AE3;
    font-weight: 400;
    font-size: 23px;
    margin-left: 7px;
}