/* 
Theme Name: Flexible
Author: Andrei Dorin
Version: 1.0
*/
body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #828282;
    background-color: #fff;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    display:block;
}

.branding {
    position: relative;
}




.subemails {
    margin-top: -25px;
}

#freetrial h2 {
    font-size: 58px;
    font-weight: 200;
    font-family: inherit;
}

#freetrial {
    min-height: 349px;
    padding-top: 41px;
    /* margin-bottom: 48px; */
    background-color: #009788;
    background-image: url("../images/home-hero-2bk.jpg");
    background-repeat: repeat;
    background: linear-gradient(to bottom,#02bead 0,#1c9888 100%);
    display: none;
}

#freetrial h1 {
    font-size: 30px;
}

.row.pricefilterw {
    text-align: center;
}

.slider .tooltip-inner {
    font-size: 33px;
    padding: 4px 16px;
}

.slider .tooltip-inner:before {content: " subscribers";position: absolute;top: -25px;color: #32aa9e;font-size: 14px;width: 100%;text-align: center;margin-left: -15px;font-weight: 500;}

.pricefilter {
    width: 75%;
    margin: 0 auto;
    -moz-appearance: none;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    height: 4px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #dcdcdc;
    cursor: pointer;
    overflow: visible;
    background-color: #fff;
    background-image: linear-gradient(#b1e0ec, #b1e0ec);
    background-size: 0% 100%;
    background-repeat: no-repeat;
    margin-bottom: 65px;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1 {
	font-size: 60px
}
h2 {
	color: #111;
	/* font-weight: 300; */
	margin-bottom: 30px;
	font-size: 34px;
}

#features h2 {
    display: none;
}
h3, h4, h5 {
	color: #333c4d;
	font-weight: 400;
	margin-bottom: 20px;
	text-align: left;
	margin-top: 32px;
}
p {
	font-family: inherit;
	font-weight: 400;
	font-size: 13px;
	line-height: 23px;
	color: #828282;
	padding-bottom: 15px;
	text-align: left;
}

p.navbar-btn {
    margin-left: 23px;
    margin-bottom: -9px;
}
@font-face {
	font-family: 'FontAwesome';
	src: local('FontAwesome')
}
ul li {
	font-family: inherit;
	font-size: 15px;
	line-height: 27px;
	list-style-type: none;
	color: #828282;
}
a {
	color: #828282
}
a:hover {
	color: #009688
}
a h4:hover {
	text-decoration: underline
}
img {
	max-width: 100%;
	height: auto
}
.branding img#logo {
	max-width: 168px;
	margin-left: -15px;
	margin-top: 8px;
	margin-bottom: 2px;
	position: relative;
}

.branding1:after {
    content: "em";
    font-family: 'roboto';
    box-sizing: border-box;
    background-color: #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    color: #1b9989;
    border-radius: 100%;
    padding: 7px;
    font-size: 12px;
    left: 141px;
    top: 7px;
    /* font-weight: 300; */
    padding-top: 5px;
    /* margin-left: -29px; */
}

.branding img#logo:before {}
.clear {
	clear: both
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
.caption {
	text-align: center;
	margin-bottom: 70px
}

.carousel-inner {
    max-width: none;
}

#features .zmdi {
    color: #009688;
    font-size: 37px;
}
.btn-cta-primary {
	padding: 15px 30px 15px 30px!important;
	font-size: 12px;
	transition: all .2s ease-in-out;
	position: relative;
	margin-top: 25px;
	text-transform: uppercase;
	font-weight: 500;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	border-radius: 4px;
	border: 1px solid #23BAA7!important;
	color: #666!important;
	background: linear-gradient(to bottom,#ffffff 0,#f7f7f7 100%);
}

.btn-hollow {
    background-color: transparent!important;
    border: 1px solid #fff;
    color: #fff!important;
    box-sizing: border-box;
}

.btn-hollow:hover {
    background-color: #fff!important;
    Color: #009688!important;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}
.btn-cta-blue {
	background-color: #fff;
}
.btn-cta-blue:hover {
	background-color: #666;
	color: #666!important;
	background-position: 0 37px;
}
a.more {
	transition: all .2s ease-in-out;
	font-size: 14px!important;
	margin-top: 10px;
	font-weight: 400;
	display: none;
}
a.more:hover * {
	color: #009688;
	padding-left: 10px
}
a.more i.fa {
	font-size: 15px!important;
	font-weight: 700;
	border: 0;
	cursor: pointer;
	margin-right: 5px;
	transition: all .2s ease-in-out
}
a.more i.fa:hover {
	color: #009be3
}
#top-nav {
	transition: all .2s linear 0s
}
.navbar-fixed-top {
	background-color: transparent;
	border: 0
}
.navbar-fixed-top li a {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	transition: color .3s, border .3s;
	text-transform: uppercase;
}
.navbar-fixed-top .navbar-nav .activenav a {
	color: #fff;
	border-bottom: 1px solid #fff
}
.navbar-nav>li>a {
	border-bottom: 1px solid transparent;
	transition: color .3s, border .3s
}

.navbar-nav .btn {padding-top: 6px;border-radius: 0px;font-weight: 600;}

.fixed-header .btn {
    background-color: #009688!important;
}

.fixed-header .btn:hover {
    color: #fff!important;
}
.navbar-fixed-top .navbar-nav>li>a:hover {
	border-bottom: 1px solid #fff
}
.fixed-header {
	background: #fff!important;
	box-shadow: 0 6px 4px -4px rgba(0,0,0,.1)
}
.fixed-header .navbar-nav>li>a {
	color: #828282;
	opacity: 1
}
.fixed-header .navbar-nav .activenav a {
	color: #222!important;
	border-bottom: 1px solid #009688
}
.fixed-header .navbar-nav .activenav a:hover {
	border-bottom: 1px solid #009688;
	color: #1c9989!important;
}
.fixed-header .navbar-nav>li>a:hover {
	border-bottom: 1px solid #111
}
#top-nav.navbar-scroll-changed {
	background: 0;
	margin: 0 auto;
	border: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	z-index: 2000;
}
.hero-overlay {
	/* background: rgba(0,0,0,.4); */
	height: 795px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.hero-image {
	margin-bottom: 48px;
	background-color: #23BAA7;
	/* background-image: url("../images/home-hero-2bk.jpg"); */
	background: linear-gradient(to bottom,#02bead 0,#1c9888 100%);
}
.hero-image #home {
	background: url("../images/home-hero-2.png");
	position: relative;
	width: 100%;
	/* background-size: cover; */
	background-position: center bottom;
	background-repeat: no-repeat;
	overflow: hidden;
}
.main-message {
	position: absolute;
	text-align: center;
	top: 33%;
	transform: translatey(-50%);
	-o-transform: translatey(-50%);
	-webkit-transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	width: 100%;
}

.main-message .description-image {
    margin-top: -17px;
}

.main-message h6 {
    color: #fff;
    opacity: 0.6;
    display: none;
}

.main-message i.zmdi {
    font-size: 52px;
    color: #fff;
    line-height: 13px;
    display: none;
}
.main-message h1 {
	font-family: inherit;
	font-size: 49px;
	color: #fff;
	margin-top: -38px;
	font-weight: 100;
	text-shadow: 0 1px 3px rgba(255, 255, 255, 0.65);
	line-height: 51px;
}

h1.cd-headline.rotate-1 {
}

.main-message h1 span {
    font-weight: 100;
}

.main-message h1:before {
    content: "em";
    font-family: 'roboto';
    box-sizing: border-box;
    background-color: #fff;
    width: 60px;
    height: 60px;
    position: absolute;
    color: #1b9989;
    border-radius: 100%;
    padding: 17px;
    font-size: 20px;
    left: 50%;
    top: -35px;
    font-weight: 300;
    padding-top: 4px;
    margin-left: -29px;
    box-shadow: 0px 0px 11px -1px rgba(0,0,0,0.14);
    display: none;
}
.title {
	text-align: center;
	margin-bottom: 35px;
}
.title p {
	font-size: 14px;
	color: #777;
}
.title h2 {
	margin-bottom: 15px!important;
	padding-top: 20px;
}
p.description {
	font-size: 14px;
	font-weight: 400;
	text-align: center!important;
	padding-bottom: 5px;
	max-width: 492px;
	margin: 0 auto;
	line-height: 29px;
}

#plan p.description {
    margin-bottom: 93px;
}
p.description-image {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .4px;
	padding: 15px 230px;
	/* line-height: 0px; */
	text-align: center;
}
.zig-zag {
	margin-bottom: 100px
}
.zig-zag h2 {
	margin-top: 70px
}
.zig-zag-right p {
	text-align: right
}
.zig-zag-right h2 {
	text-align: right
}
#features {
	margin-bottom: 70px;
	padding-top: 50px;
	background-color: #f6f8fa
}
#features i.fa {
	font-size: 50px;
	color: #009688;
	position: relative;
	text-align: center;
	margin-bottom: 10px
}
#features h3 {
	color: #222;
	text-align: center;
}
#features .caption p {
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
#testimonials .carousel-indicators li {
	background-color: #000;
	background-color: rgba(70,70,70,.25)
}
#testimonials .carousel-indicators .active {
	background-color: transparent;
	border: 2px solid #009688
}
.carousel-inner .item {
	min-height: 320px;
	text-align: center;
}
#testimonials .carousel-inner blockquote {
	font-size: 30px;
	line-height: 40px;
	margin: 0;
	font-weight: 300;
	color: #111;
	max-width: 650px;
	width: 100%;
	display: inline-block;
}
.carousel-indicators {
	top: 110%
}
a.company img {
	margin: 0 auto 10px;
	margin-bottom: 30px;
	width: auto
}
span.author {
	font-size: 13px;
	color: #828282!important;
	font-weight: 500
}
span.author img {
	display: block;
	height: 54px;
	margin: 0 auto 10px;
	margin-top: 30px;
	width: auto
}
#services a img {
	transition: all .2s ease-in-out
}
#services a img {
	border: 1px solid #eee;
}
#services a img:hover {
	border: 2px solid #009688
}
#plan {
	padding-bottom: 70px
}
.price-table {
	padding-top: 40px;
	padding-bottom: 30px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #d6d6d6;
	transition: all .2s ease-in-out;
	cursor: pointer;
	margin-left: 0;
}

#freetrial .price-table {display: inline-block;float: none;margin: 0 auto;border: 1px dotted #fff;background-color: #008074;box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);margin-bottom: 12px;}

#freetrial .price-table * {
    color: #fff!important;
}
.price-table i.fa {
	color: #d6d6d6;
	font-size: 40px
}
.price-table h6 {
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #828282;
	font-weight: 400
}

.price-table h6:after {content: 'per month';position: absolute;color: #019688;top: 187px;left: 50%;text-transform: lowercase;letter-spacing: 0px;margin-left: -20px;}
span.price {
	font-size: 70px;
	font-weight: 300;
	color: #333c4d;
	line-height: 92px;
}
span.dollar {
	vertical-align: top;
	font-size: 17px!important;
	display: inline-block;
	margin-top: 15px;
	color: #222
}
.price-table ul.features {
	margin-top: 10px
}
.price-table ul.features li {
	font-size: 14px;
	line-height: 37px
}

.price-table ul.features li:first-child {
    /* color: #333; */
    padding-top: 12px;
}
.price-table:hover {
	background-color: #009688;
	margin-top: -20px;
	z-index: 10;
	border: 0
}
.price-table:hover * {
	color: #fff;
}

.price-table:hover .zmdi {
    color: #fff!important;
}

.price-table .zmdi {
    font-size: 28px;
    color: #009688;
}



@media (max-width: 990px) {
p.description-image {
	padding: 0!important
}
}

@media (max-width: 990px) {
.zig-zag {
	text-align: center;
	margin-bottom: 40px
}
.zig-zag-right * {
	text-align: center!important;
	margin-bottom: 20px
}
.carousel-indicators {
	position: relative;
	clear: both;
	margin-bottom: 30px;
	left: 50%
}
}

@media (max-width: 450px) {
.social {
	float: left!important;
	margin-bottom: 20px;
	margin-top: -15px
}
.zig-zag h2 {
	margin-top: 30px
}
}

@media (max-width: 650px) {
.footer-section {
	text-align: center!important
}
p.copyright {
	float: none!important;
	margin-left: 0!important
}
.social {
	float: none!important
}
.marketing-action h1 {
	font-size: 35px;
	font-weight: 400
}
}

@media (max-width: 600px) {
.price-table {
	margin: 30px!important
}
}

@media (max-width: 600px) {
.main-message h1 {
	font-size: 27px!important;
	line-height: 36px;
	margin-top: 104px;
}

.hero-image #home {
    background-size: 131%;
}
}
.marketing-action {
	position: relative;
	background: url('../images/pencil.jpg');
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden
}
.marketing-action .overlay {
	background: rgba(0,0,0,.5);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 360px
}
.marketing-action .text {
	position: absolute;
	top: 48%;
	transform: translatey(-50%);
	-o-transform: translatey(-50%);
	-webkit-transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center!important;
}

.marketing-action p {
    text-align: center;
}
.marketing-action h1 {
	margin-bottom: 15px!important;
	margin-top: 0
}
.marketing-action .text h1 {
	color: #fff;
	font-weight: 200;
	font-family: inherit;
	font-size: 44px;
}
.btn-cta-buy {
	background-color: #fff;
	margin-top: 0;
}

.btn.select {
    margin-top: 17px!important;
    display: none;
}
.btn-cta-buy:hover {
	background-color: #fff;
	color: #009688!important;
	margin-top: 0
}

.btn.chatnow {
    background-color: #000;
    color: #fff!important;
    margin-top: 6px;
    background: none;
}

.btn.chatnow:hover {
    background-color: #009688;
}

.btn.select:hover {
    color: #009688!important;
}
#footer {
	margin-bottom: 0;
	background-color: #222;
	padding-top: 50px
}
.footer-section {
	margin-bottom: 30px;
}
img.logo-footer {
	margin-top: -15px
}
p.copyright {
	/* float: left; */
	margin-left: -30px;
	text-align: center;
}
.social {
	float: right;
	margin-right: -15px
}
.social a {
	padding-right: 15px;
	font-size: 19px
}

/* This beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */


/*!
 * Slider for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.slider .tooltip.top {
    margin-top: -35px;
    display: block!important;
    opacity: 1;
    pointer-events: none;
}
.slider.slider-horizontal {
  width: 90%!important;
  height: 20px;
  margin-bottom: 67px;
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
  margin-top: -5px;
}
.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}
.slider input {
  display: none;
}
.slider .tooltip-inner {
  white-space: nowrap;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: -o-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: linear-gradient(to bottom, #f9f9f9, #f5f5f5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #009688;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #009688, #009688);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-handle.round {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.slider-handle.triangle {
  background: transparent none;
}



































section#contact {
    display: none;
}

section#testimonials {
    display: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 300;
    font-family: 'Roboto',sans-serif;
}

#contacts .zmdi {
    font-size: 30px;
}

section#contacts {
    background-color: #333;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #eee;
    background-image: url("../images/home-hero.jpg");
    background-size: cover;
    background-blend-mode: color-burn;
}

.form-bottom .btn {
    background-color: #009688;
    color: #fff!important;
    width: 100%;
    background: #09b4a4;
}

.form-bottom .btn:hover {
    background-color: #333;
}

.signupbox {
}

strong { font-weight: 500; }

a, a:hover, a:focus {
	color: #009688;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

a.changepack {
    padding-top: 4px;
    color: #fff;
    text-decoration: underline;
    margin-left: 127px;
}

h1, h2 {
	margin-top: 10px;
	font-size: 38px;
	color: #555;
	line-height: 50px;
}

#contacts h2, #contacts h3,#contacts p {
    color: #ccc;
    text-align: center;
}

h3 {
	font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

img { max-width: 100%; }

.medium-paragraph {
	font-size: 18px;
	line-height: 32px;
}

.blue { color: #009688; }

::-moz-selection { background: #009688; color: #fff; text-shadow: none; }
::selection {/* background: #009688; */color: #fff;text-shadow: none;}

.main-message h1:before {}


.btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 16px 20px 0 20px;
	background: #009688;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; }

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 15px 20px 0 20px;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-2:hover, .btn-link-2:focus, 
.btn-link-2:active, .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; }


/***** Top menu *****/

.navbar {
	padding-top: 10px;
	background: #333;
	background: rgba(51, 51, 51, 0.3);
	border: 0;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.navbar.navbar-no-bg { background: none; }

ul.navbar-nav {
	font-size: 16px;
	color: #fff;
}

.navbar-inverse ul.navbar-nav li { padding-top: 8px; padding-bottom: 8px; }

.navbar-inverse ul.navbar-nav li .li-text { opacity: 0.8; }

.navbar-inverse ul.navbar-nav li a { display: inline; padding: 0; color: #fff; }
.navbar-inverse ul.navbar-nav li a:hover { color: #fff; opacity: 1; border-bottom: 1px dotted #fff; }
.navbar-inverse ul.navbar-nav li a:focus { color: #fff; outline: 0; opacity: 1; border-bottom: 1px dotted #fff; }

.navbar-inverse ul.navbar-nav li .li-social a {
	margin: 0 5px;
	font-size: 28px;
	vertical-align: middle;
}
.navbar-inverse ul.navbar-nav li .li-social a:hover, 
.navbar-inverse ul.navbar-nav li .li-social a:focus { border: 0; color: #009688; }

.navbar-brand {
	width: 123px;
	background: url(../img/logo.png) left center no-repeat;
	text-indent: -99999px;
}


/***** Top content *****/

.inner-bg {
    padding: 24px 0 52px 0;
}

.top-content .text {
	padding-top: -24px;
	color: #fff;
}

.top-content .text h1 { color: #fff; }

.top-content .description {
	margin: 20px 0 10px 0;
}

#freetrial .description {text-align: center;}

#freetrial h1 {font-size: 22px;margin-left: 53px;}

.top-content .description p { opacity: 0.8; }

.top-content .description a {
	color: #fff;
}
.top-content .description a:hover, 
.top-content .description a:focus { border-bottom: 1px dotted #fff; }

.top-content .top-big-link {
	margin-top: 35px;
}

.form-top {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	background: #fff;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	text-align: left;
}

.form-top-left {
	float: left;
	/* width: 75%; */
	padding-top: 25px;
}

.form-top-left h3 {margin-top: 0;margin-bottom: 0;}

.form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 66px;
	color: #ddd;
	line-height: 100px;
	text-align: right;
}

.form-bottom {
	padding: 25px 25px 30px 25px;
	background: #eee;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	text-align: left;
	border-top: 1px solid #ddd;
}

.form-control {
    border: 0px;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
}

.form-control:focus {
    border-bottom: 1px solid #333;
    box-shadow: none;
}

.form-bottom form textarea {
	height: 100px;
}

.form-bottom form .input-error {
	border-color: #009688;
}

label.error {
	margin-top: -60px;
	right: 55px;
	font-size: 12px;
	padding: 5px 9px 0px 11px;
	box-shadow: 4px 4px 2px rgba(0,0,0,.15);
	border-radius: 2px;
	background-color: #333;
	color: #fff;
	float: right;
	position: absolute;
	font-weight: normal;
	height: 25px;
	line-height: normal;
}



/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
	
	.navbar { padding-top: 0; }
	.navbar.navbar-no-bg { background: #333; background: rgba(51, 51, 51, 0.9); }
	.navbar-brand { height: 60px; margin-left: 15px; }
	.navbar-collapse { border: 0; }
	.navbar-toggle { margin-top: 12px; }
	
	.inner-bg { padding: 60px 0 110px 0; }
	.top-content .text { padding-top: 0; padding-bottom: 60px; }
	.top-content .top-big-link { margin-top: 25px; }
	.top-content .top-big-link a.btn { margin-top: 10px; }

}

@media (max-width: 415px) {
	
	h1, h2 { font-size: 32px; }

}


/* Retina-ize images/icons */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
	/* logo */
    .navbar-brand {
    	background-image: url(../img/logo@2x.png) !important; background-repeat: no-repeat !important; background-size: 123px 49px !important;
    }
	
}

.cd-title {
  position: relative;
  height: 160px;
  line-height: 230px;
  text-align: center;
}
.cd-title h1 {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .cd-title {
    line-height: 250px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-title {
    height: 200px;
    line-height: 300px;
  }
  .cd-title h1 {
    font-size: 3rem;
  }
}

.cd-intro {
  width: 90%;
  /* max-width: 768px; */
  text-align: center;
}

.cd-intro {
  margin: 4em auto;
}
@media only screen and (min-width: 768px) {
  .cd-intro {
    margin: 5em auto;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin: 6em auto;
  }
}

.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 6rem;
  }
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
  height: 68px;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* -------------------------------- 

xtype 

-------------------------------- */
.cd-headline.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden;
}
.cd-headline.type .cd-words-wrapper::after {
  /* vertical bar */
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 2px;
  background-color: #fff;
}
.cd-headline.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
  -moz-animation: cd-pulse 1s infinite;
  animation: cd-pulse 1s infinite;
}
.cd-headline.type .cd-words-wrapper.selected {
  background-color:transparent;
}
.cd-headline.type .cd-words-wrapper.selected::after {
  visibility: hidden;
}
.cd-headline.type .cd-words-wrapper.selected b {
  color: #fff;
}
.cd-headline.type b {
  visibility: hidden;
  font-style:normal!important;
  font-weight:400;
}
.cd-headline.type b.is-visible {
  visibility: visible;
}
.cd-headline.type i {
  position: absolute;
  visibility: hidden;
  font-style: normal;
  line-height: 60px;
}
.cd-headline.type i.in {
  position: relative;
  visibility: visible;
}

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}

@media (max-width: 600px) {
.hero-overlay {
	height: 517px;
}
.navbar-fixed-top {
	background: #fff!important;
	box-shadow: 0 6px 4px -4px rgba(0,0,0,.1)
}
.navbar-default .navbar-nav>li>a {
	color: #828282;
	opacity: 1;
	line-height: 20px!important;
	margin-left: 0!important;
	margin-bottom: 19px;
}
.navbar-fixed-top .navbar-toggle .icon-bar {
	background-color: #757d8a!important
}
.navbar-fixed-top .navbar-nav .activenav a {
	color: #222;
	border-bottom: 1px solid #009688
}
.slider.slider-horizontal{
	width:69%!important;
	margin-bottom: 20px;
}
}