html {
    overflow-x: hidden;
    font-weight: 300;
}

/* Scrollbar */ 

::-webkit-scrollbar{width: 10px;}

::-webkit-scrollbar-thumb{background-color:rgb(85, 85, 85); border-radius: 5px;cursor: pointer;}
::-webkit-scrollbar-thumb:hover{background-color:rgb(51, 51, 51);}

::-webkit-scrollbar-track{background-color:rgb(233, 233, 233);}


/* End Scrollbar */

/* ============ General ============ */
body {
	margin:0px;
	padding:0px;
    color: #555;
    font-family: Lato, sans-serif;
}

.wrapper {
	height: 100%!important;
	width: 100%;
	background-color: #70a8a8;
	padding: 40px 150px 40px 150px!important;
}

.navbar-brand img {
    height: 70px;
}

.navbar-brand .dict {
    display: block;
    text-align: right;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    font-family: Lato;
    margin-top: -5px;
    margin-right: 5px;
}

.navbar-brand .dict svg {
    fill: #fff;
    height: 1.2em;
    margin-bottom: -5px;
}

@media(max-width: 1100px) {
    .navbar-brand .dict {
        width: 33%;
    }
}

@media (max-width: 768px) {
    .navbar-brand img {
        height: auto;
        width: 50%;
    }

    .navbar-brand .dict {
        width: 54%;
    }

	.navbar-toggle {
		margin-top: 15px!important;
	}

	.landing {
		padding-top: 0px!important;
	}

	.sixth .fifth-blurb {
		width: 100%!important;
	}

	.more-users {
		width: 100%!important;
	}

    .more-users .info {
        display: block;
        margin-right: 0;
    }

	#footer-wrapper {
		padding: 0px!important;
	}

	.mobile-icons {
		width: 100%!important;
		line-height: 80px!important;
		padding-top: 20px;
	}

	.web-icons img {
		padding: 50px 10px 50px 10px!important;
	}

	.ui-slider-pips .ui-slider-pip { 
		font-size: .6em!important;
	}

}

.mycontainer {
	margin: 0 auto;
	width:auto;
}

.landing .streamlined .animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.landing .spinner > span {
    min-width: 200px;
    display: inline-block;
    text-align: right;
}

@media(max-width: 768px) {
    .landing .spinner > span {
        text-align: center;
    }
}

.demo-request {
    background-color: #197575;
    color: #ffffff;
    font-size: .8em;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0px 100px 0px 100px;
    position: fixed;
    z-index: 100000;
    border-bottom: 1px solid #f4f4f4;
    top: -40px;
    transition: top 0.25s ease-in-out;
    -webkit-transition: top 0.25s ease-in-out;
    -moz-transition: top 0.25s ease-in-out;
}

.demo-request.visible {
    top: 0;
}

.demo-request a {
    transition: color 0.25s ease-in-out;
    -webkitobie-transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
}

.demo-request a:hover {
    color: #70a8a8;
}

.demo-request p {
    float: right;
    margin-right: 40px;
}

.demo-request .phone {
    float: right;
}

.demo-request input {
    line-height: 2;
    color: #333;
    padding: 5px;
    width: 250px;
}

.demo-request input:focus {
    outline: none;
}

.demo-request svg {
    height: 32px;
    padding: 5px;
    vertical-align: middle;
    margin-top: -2px;
    fill: #fff;
    cursor: pointer;
    transition: background 0.25s ease-in-out;
    -webkit-transition: background 0.25s ease-in-out;
    -moz-transition: background 0.25s ease-in-out;
}

.demo-request svg:hover {
    background: #70a8a8;
}

.demo-form {
    float: right;
    display: none;
}

.demo-form .error {
    border: 2px solid #EE2C2C;
}

.demo-thanks {
    display: none;
}

.demo-button {
    height: 30px;
    width: 125px;
    /*border: 1px solid white;*/
    background-color: #70a8a8;
    border-radius: 2px;
    float: right;
    text-align: center;
    line-height: 30px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 5px;
    cursor: pointer;
}

@media(max-width: 767px) {
    .demo-request {
        top: -100px;
        padding: 0;
    }

    .demo-request input[type="text"] {
        width: 100px;
    }

    .demo-request .features-link {
        font-size: 14px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .demo-request .phone {
        font-size: 14px;
        margin-right: 10px;
    }

    .demo-request p {
        float: left;
        margin-right: 0;
    }

    .demo-form {
        margin-right: 10px;
    }
}

.howitworks {
    background: #197575;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 1;
    padding: 40px 150px 80px 150px !important;
}

.howitworks h2 {
    color: #fff;
    margin-bottom: 3%;
}

.howitworks .col-md-3 {
    height: 247px;
}

@media(max-width:767px) {
    .howitworks .col-md-3 {
        margin-top: 20px;
        margin-bottom: 40px;
        height: auto;
    }
}

.howitworks h3 {
    font-size: 22px;
    padding-top: 10px;
    margin-bottom: 45px;
    font-family: Lato, sans-serif;
    position: relative;
    z-index: 10;
}

.howitworks .number {
    color: #70a8a8;
    position: absolute;
    top: 50%;
    margin-top: -37px;
    left: 10px;
    font-size: 75px;
    font-weight: 100;
    font-family: Lato, sans-serif;
    z-index: 1;
}

.howitworks .bigicon {
    height: 60px;
    margin-bottom: 25px;
}

.howitworks .smallicons {
    margin-top: 20px;
}

.howitworks .smallicons img {
    height: 33px;
}

.howitworks .arrow {
    position: absolute;
    top: 50%;
    margin-top: -29px;
    right: 0;
    width: 30px;
    fill: #70a8a8;
}

.howitworks .message {
    line-height: 1.4;
    font-size: 15px;
    font-family: Lato, sans-serif;
    font-weight: 300;
}

.howitworks .message strong {
    font-weight: 400;
}

.no-credit {
    color: #ffffff;
    width: 100%;
    text-align:center;
    font-size: .8em;
    display: block;
}

.button {
	width: 225px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: transparent;
	border-radius: 2px;
	color: #FFFFFF;
	font-size: 1.5em;
    font-weight: 400;
	margin: 5px;
    border: 3px solid #FFFFFF;
	float: left;
    margin: auto;
	    transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;

}

.button:hover {
	background-color: #197575;
	    transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
}

.button2 {
	width: 175px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #339999;
	border-radius: 2px;
	color: #FFFFFF;
	font-size: 1em;
	margin: 5px;
	float: left;
	    transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;

}

.button2:hover {
	background-color: #70a8a8;
	    transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
}

.alt-button {

	width: 175px;
	padding-top: 13.5px;
	padding-bottom: 13.5px;
	background-color: none;
	border: 2px solid #FFFFFF;
	border-radius: 2px;
	color: #FFFFFF;
	font-size: 1em;
	margin: 5px;
	float: left;
	    transition: color .25s ease-in-out, border .25s ease-in-out;
    -moz-transition: color .25s ease-in-out, border .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out, border .25s ease-in-out;
}

.alt-button:hover {
	background-color: #197575;
	    transition: color .25s ease-in-out, border .25s ease-in-out;
    -moz-transition: color .25s ease-in-out, border .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out, border .25s ease-in-out;
}

.alt-button2 {

	width: 100%;
	padding-top: 13.5px;
	padding-bottom: 13.5px;
	background-color: none;
	border: 2px solid #333333;
	border-radius: 2px;
	color: #333333;
	font-family: 'lato';
	font-size: 1.3em;
	float: left;
	    transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
}

.alt-button2:hover {
	color: #70a8a8;
	border: 2px solid #70a8a8;
	background-color: transparent;
	    transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
}

.alt-button3 {

	width: 100%;
	padding-top: 13.5px;
	padding-bottom: 13.5px;
	background-color: #197575;
	border: 2px solid #197575;
	border-radius: 2px;
	color: #fff;
	font-family: 'lato';
	font-size: 1.3em;
	float: left;
	    transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
}

.alt-button3:hover {
	color: #fff;
	border: 2px solid #70a8a8;
	background-color: #70a8a8;
	    transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
}

h1 {
	font-size: 3em;
	color: #FFFFFF;
}

h2 {
	font-size: 2em;
    font-weight: 400;
}

h3 {
	font-size: 1em;
	color:#FFFFFF;
}

h4 {
	font-size: 2em;
	font-family: 'lato';
}

a {
	color:inherit;
}

a:hover {
	color:inherit;
	text-decoration: none;
}

a:active {
	color:inherit;
	text-decoration: none;
}

a:focus {
	color:inherit;
	text-decoration: none;
}

p {
	font-size: 1.5em;
	font-family: 'lato';
}

hr {
	width: 50px;
	border: 2px solid #333333;
	color: #333333;

}
/* ============ END General ============ */


/* ============ Nav Hacks ============== */

.navbar-nav {
    float: right!important;
    margin: 0px 25px 0px 0px;
    padding-top: 15px;
}

.navbar-nav svg {
    fill: #fff;
    height: 1.2em;
    margin-bottom: -5px;
}

.navbar-inverse {
    background-color: transparent!important;
    border-color: transparent!important;
}

.navbar-inverse .navbar-nav>li>a {
    color: #FFFFFF!important;
    font-family: 'Lato', sans-serif;
    font-size: 1.2em;
        transition: color .25s ease-in-out, border 0.25s ease-in-out;
    -moz-transition: color .25s ease-in-out, border 0.25s ease-in-out;
    -webkit-transition: color .25s ease-in-out, border 0.25s ease-in-out;
}

.navbar-inverse .navbar-nav>li>a:not(.borderless):hover {
	color: #f9f9f9!important;
    border: 2px solid #f9f9f9 !important;
        transition: color .25s ease-in-out, border 0.25s ease-in-out;
    -moz-transition: color .25s ease-in-out, border 0.25s ease-in-out;
    -webkit-transition: color .25s ease-in-out, border 0.25s ease-in-out;
}

.navbar-inverse .navbar-nav>li>a.borderless:hover {
	border-bottom: 2px solid #fff;
        transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}

.navbar-inverse .navbar-collapse {
	border-color: transparent;
    box-shadow: none;
    margin-top: 11px;
}

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

.navbar-inverse .navbar-toggle:hover {
	background-color: #197575;
}

.navbar-inverse .navbar-toggle:focus{
	background-color: #197575;
}

@media (max-width: 768px) {
	.navbar-inverse .navbar-nav>li>a {
		text-align: right;
        display: inline-block;
	}

    .pricing-li {
        margin-bottom: 20px;
    }

    .navbar-nav {
        padding-top: 50px;
    }
}

/* =========== End Nav Hacks =========== */


/* ============ First Section ============ */

.first {
	
	height: 100% !important;
    min-height: 93vh;
    position: relative;
    background: #70a8a8 url('../img/tasytt-pattern.png') center;
    padding: 40px 0px 40px 0px!important;
    clip-path: url("https://tasytt.com/content/css/index.css?v=3.0.6.3#slope"); 
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 55%);
}

@-moz-document url-prefix() {
    .first {
        min-height: 0;
        -webkit-clip-path: none;
        clip-path: none;
    }
}

@media(max-width: 991px) {
    .first {
        min-height: 0;
        -webkit-clip-path: none;
        clip-path: none;
    }

    .first h1 {
        font-size: 2.5em;
    }
}

.first .row {
	margin: 0;
	padding: 0;
}

.first .col-md-6 {
	padding:0px!important;
    width: 100%;

}


.landing {
	margin: 0 auto;
	width: 750px;
	padding-top: 10vh;
	text-align: center;
	position: relative;
	
}

.landing-blurb {
	color: #FFFFFF;
	width:600px;
	margin: 0 auto;
    text-align: center;
}

.landing-blurb .emph {
    font-style:italic;
}

@media (max-width:768px){
	.landing-logo img{
		height:auto;
		width:100%;
		display: block;
	}
	.landing {
		margin: 0 auto;
		width: 100%;
		margin-top: 2em;
		text-align: center;
		position: relative;
	
	}

	.landing-blurb {
		width: 100%!important;

	}

}


#buttons {
	width: 225px;
	margin: 0 auto;
	padding-top: 4%;
    padding-bottom: 5em;
}

#next {
	position: absolute;
	text-align: center;
	left:calc(50% - 28px)!important;
	bottom: 2%;
	font-size: 4em;
}
 

/* ========== END First Section ========== */

/* ============ Second Section ============ */

.second {
	background-color: #fff;
    height: 600px;
}

.second .icons {
    text-align:center;
    display: block;
}

.second .mobileiconset {
    display: none;
    text-align: center;
}

.second .mobileiconset img {
    width: 28px;
}

@media(max-width: 768px) {
    .second .icons {
        display: none;
    }

    .second .mobileiconset {
        display: block;
    }
}

.second.lightbg {
    background-color: #fafafa;
}

.second:not(.lightbg) h2 {
    text-align: center;
}

.second .row {
	margin: 0px;
}

.second .diagram {
    height: 400px;
    display: block;
    margin: 30px auto 0 auto;
}

@media(max-width: 768px) {
    .second .diagram {
        margin: 0px auto 20px auto;
    }
}

.gif-back {
	height: 400px;
	float:left;
}

.gif-back .vid-container {
    background-image: url('../../Content/img/gifback.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /*margin-top: -12%;*/
}

.gif-back video {
    width: 100%;
    margin-top: 40px;
    padding-left: 4px;
    padding-right: 4px;
}

.gif-back .third-parties {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.gif-back ul {
    margin: 20px 0 0 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    text-align: center;
}

.gif-back .note {
    text-align: center;
    margin-top: 30px;
    color: #ccc;
}

@media(min-width: 1500px) {
    .gif-back {
        height: auto;
    }
    .gif-back .vid-container {
        margin-bottom: 17%;
    }
}

@media(max-width: 1000px) {
    .text-left.about {
        margin-bottom: 2em;
    }
    .gif-back {
        height: auto;
    }

    .gif-back .vid-container {
        margin-bottom: 26%;
    }

    .trial-action {
        margin-bottom: 3em;
    }
}

@media (max-width: 767px) {
    .gif-back {
    }
    .gif-back .vid-container {
        margin-top: 10%;
        margin-bottom: 26%;
    }

    .gif-back ul {
        left: 0;
        width: 100%;
        padding-right: 25px;
    }

    .gif-back .note {
        margin-top: 20px;
    }
    .second .diagram {
        height: auto;
        width: 100%;
    }

    .second h2 {
        font-size: 2em;
        margin-bottom: 20px;
    }
}

@media(max-width:520px) {
    .gif-back .vid-container {
        margin-bottom: 68%;
    }
    .second .diagram {
        height: auto;
        width: 100%;
    }
}

.gif-back li {
    margin: 5px;
    display: inline-block;
}

.gif-back .third-parties img {
    height: 45px;
    display: inline-block;
}

.col-md-4, .col-md-3 {
	padding:10px;
}

.col-md-4 p {
	color:#666666;
}

.col-md-6 p {
	color:#666666;
}

.video {
	height: auto;
	width:100%;
}

.trial-action {
	text-align: center;
	width:auto;


}

/* ============ END Second Section ============ */

/* =============== Third Section ============== */
.third {
	background-color: #333333;
	margin: 0 auto;
	width:auto;
	height: 500px;
	padding: 40px 150px 40px 150px;
}

.third .row {
	margin:0!important;
}

.third h2 {
	color: #FFFFFF;
	text-align: right;
}

.third p {
	color:#FFFFFF;
	text-align: right;
}

.third img {
	margin: 0 auto;
    height: 170px;
}

@media(max-width: 767px) {
    .third img {
        height: auto;
        width: 100%;
    }
}

.price-buttons {
	position: absolute;
	left:calc(50% - 87.5px);
	top:80vh;
}

@media (min-width: 1681px) {
    .price-buttons {
        left:calc(50% - 187.5px);
    }
}

@media(max-width: 768px) { 
    #buttons, .price-buttons {
        width: 100% !important;
        padding-top: 10%;
    }

    .price-buttons {
        left: 0;
    }

    #buttons a, .price-buttons a {
        left: 50%;
        display: inline-block;
    }
}

.request-button {
	/*margin:0 auto;
	width:175px;
	padding-top: 5%;*/
	position: absolute;
	left:calc(50% - 87.5px);
}

@media (max-width: 768px) {
    .request-button {
        bottom: 5em;
    }
}

@media (min-width: 769px) {
    .request-button {
        top:80vh;
    }
}

.left .col-md-12 .price-buttons {
	left:35%!important;
}

.left .col-md-4 .fa {
	font-size: 2em!important;
}

.right .col-md-12 p {
	margin-top:40px;
	color:#FFFFFF;
	font-weight: 100;
	padding-left: 20%;
	padding-right:20%;
}

.other {
	color:#70a8a8!important;
	font-size: 1em!important;
}

.box{
	font-size: 4em;
	color: #197575;
	height:100px;
	width:100px;
	line-height: 100px;
	margin: 0 auto;
	background-color: #70a8a8;
	border-radius: 3px;
	margin-top:20px;
}
.box img {
	height:70px;
	width: auto;
	padding-bottom: 10px;
}

.price-tag {
	font-size: .7em!important;
	color: #70a8a8;
	padding-top: 10px;
}
/* ============= END Third Section ============ */

/* =============== Fourth Section ============= */
.fourth {
	background-color: #669999;
    color: #fff;
    text-align: center;
}

.fourth h2 {
    color: #fff;
}

.call-2-action, .newsletter-action {
	text-align: center;
	margin: 20px auto;
	position: relative;
    min-height: 52px;
}

.call-2-action span, .newsletter-action span {
    display: inline-block;
	color: #FFFFFF;
	font-size: 1.2em;
    margin-right: 20px;
}

.fourth .call-2-action span {
    font-size: 2em;
    vertical-align: middle;
}

.call-2-action .thanks span, .newsletter-action .thanks span {
    margin-top: 15px;
    margin-right: 0;
}

.call-2-action input  {
    width: 240px;
    padding: 10px;
    color: #333;
}

.newsletter-action input {
    width: 80%;
    padding: 10px;
}

.call-2-action input:focus, .newsletter-action input:focus {
    outline: none;
}

.call-2-action svg, .newsletter-action svg {
    height: 50px;
    padding: 10px;
    fill: #fff;
    vertical-align: middle;
    margin-top: -2px;
}

.call-2-action svg:hover, .newsletter-action svg:hover {
    cursor: pointer;
    background-color: #197575;
}

@media(max-width: 835px) {
    .call-2-action span, .newsletter-action span {
        display: block;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .call-2-action .form {
        width: 300px;
        margin: 0 auto;
    }

    .call-2-action .text {
        text-align: left;
    }

    .call-2-action input[name="name"], .call-2-action input[name="email"], .call-2-action svg {
        float: left;
    }

    .call-2-action input, .newsletter-action input {
        margin-bottom: 10px;
    }
}

@media(max-width: 553px) {


    .newsletter-action input[name="email"] {
        width: 83%;
    }
}

/* ============ Fifth Section ============ */

.fifth {
	background-color: #FFFFFF;
}

.fifth img {
    width: 100%;
}

.fifth h2 {
	text-align: center;
}

.fa-ul > li {
    font-size: 1.5em;
}

.fa-li {
    position: static;
}

.fifth .col-md-3 ul {
    text-align: left;
    padding-left: 15%;
    font-size: 1.5em;
    font-family: 'lato';
    line-height: 1.4;
    padding-top: 10%;
}

.fifth .col-md-3 {
    padding-top:3%;
}

@media (max-width: 768px) {
	.fifth .fifth-blurb {
		width: 100%!important;
	}
    .fifth .col-md-3 ul {
        text-align: left;
        padding-left: 5%;
        font-size: 1.5em;
        font-family: 'lato';
        line-height: 1.4;
        padding-top: 5%;
    }

    .fa-li {
        position: absolute;
    }
}

.fifth .fifth-blurb {
	width: 600px;
	text-align: center;
	margin: 0 auto;
}

.roi {
	background-color: #333333;
	height: 175px;
	width: 175px;
	margin: 50px auto;
	border-radius: 3px;

}

.roi h2 {
	margin: 0px;
	padding: 0px;
}

.before-roi{
	text-align: left;
	color: #FFFFFF;
	font-size: 1em;
	margin: 0px;
	padding: 10px;
}

.after-roi {
	text-align: right;
	color: #FFFFFF;
	font-size: 1em;
	margin: 0px;
	padding: 10px;
}

.percentage {
	height: auto;
	color: #FFFFFF;
	font-size: 7em;
	text-align: center;
	line-height: 95px;
}
/* ========== END Fifth Section ========== */

/* ========== Sixth Section ========== */
.sixth h2 {
	text-align: center;
	color: #197575;
}

.sixth .fifth-blurb {
	text-align: center;
	color: #197575;
	width: 515px;
	margin: 0 auto;
}

.browser-mobile-container {
    margin: 5em 0;
}

.web-icons img {
	padding: 50px 10px 0px 10px;

}

.web-icons {
    text-align: center;
	height: 150px;
}

.mobile-below {
	padding-top: 20px;
	margin: 0 auto;
	text-align: center;
}


.web-below {
	padding-top: 20px;
	text-align: center;
	margin: 0 auto;
}

.web-below p {
	color: #197575;
}

.mobile-below p {
	color: #197575;
}

.mobile-icons {
	text-align: center;
	margin: 0 auto;
	height: 150px;
    padding-top: 50px;
}

.mobile-icons img {
	display: inline-block;
}

.mobile-below img {
	margin: 0px 10px 0px 10px;
}

@media(max-width: 767px) {
    .web-icons, .mobile-icons {
        height: auto;
    }
}
/* ======== END Sixth Section ======== */

/* ======== Seventh Section ======== */
.seventh {
	background-color: #197575;
}

.seventh h2 {
	color: #333;
	text-align: center;
}

.seventh p {
	color: #333;
	text-align: center;
}

.small-p {
	width:700px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.small-p {
		width: 100%;

	}
}

/* Slider Overrides */
.ui-slider-pips [class*=ui-slider-pip-selected], .ui-slider-pips [class*=ui-slider-pip-selected]:hover {
	color: #FFFFFF !important;
}

.ui-slider-pip .ui-slider-pip-label, .ui-slider-pip .ui-slider-label:hover {
    color: #ffffff !important;
}

.ui-slider-pips [class*=ui-slider-pip-selected] .ui-slider-line, .ui-slider-pips .ui-slider-pip-inrange .ui-slider-line {
    background: #ffffff;
}

.ui-slider-horizontal .ui-slider-handle:focus {
	outline: none;
}

.ui-slider-pips [class*=ui-slider-pip-initial] {
	color: #FFFFFF;
}

.ui-slider-pips .ui-slider-pip { 
	color: #FFFFFF;
	font-size: 1em;
	font-family: 'lato';
}

.ui-slider-pips:not(.ui-slider-disabled) .ui-slider-pip:hover .ui-slider-label {
    color: #fff;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: #197575;
	border: 1px solid #FFFFFF;
	cursor: pointer;
}

.slider {
	padding: 0px 10px 0px 10px;
}

.price {
	height: 200px;
	width: 250px;
	border-radius: 5px 5px 0px 0px;
	background-color: #70a8a8;
	color: #197575;
	margin: 20px auto 0px auto;

}

.price p {
	height: 100%;
	font-size: 6em;
	line-height: 200px;
}

.seventh .green-p {
	color: #70a8a8;
}

.price-bottom {
	height: 50px;
	width: 250px;
	background-color: #197575;
	margin: 0 auto;
	border-radius: 0px 0px 5px 5px;
	     -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
       box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
       /*border-bottom: 2px solid #ddd;*/
       border-radius: 2px;
}

.price-bottom p {
	font-size: 1.5em;
	line-height: 50px;
	color: #70a8a8;
}

.more-users {
	width: 500px;
	height: auto;
	color: #70a8a8;
	text-align: center;
	margin: 0 auto;
	
}

.more-users .info {
    margin-right: 20px;
}

.annual-billing {
	padding-top: 50px;
}

.annual-small {
	color: #FFFFFF;
	font-size: 1em;
	font-family: 'lato';
	text-align: center;
    font-weight: 600;
}

.switch {
	margin: 0 auto;
	width: 88px;
	margin-bottom: 40px;
}


.switch label .lever {
    content: "";
    display: inline-block;
    position: relative;
    width: 40px;
    height: 15px;
    background-color: #818181;
    border-radius: 15px;
    margin-right: 10px;
    transition: background .3s ease;
    vertical-align: middle;
    margin: 0 16px;
}

.more-users .fa {
	color: #70a8a8;
}

.more-users a {
		  transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
}

.more-users a:hover {
	color: #70a8a8;
	  transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
}


/* ====== END Seventh Section ====== */

/* ======== Install Section ======== */

.install {
	background-color: #70a8a8;
}

.install h2 {
	text-align: center;
    color: #FFFFFF;
    margin-top: 0;
}

@media(max-width: 767px) {
    .install h2 {
        margin-bottom: 40px;
    }
}

.eighth p {
	color: #333333;
	text-align: center;
}
a .large-call, a .large-call-wh, a .large-call-green, .large-call-red {
	display: inline-block;
}

.large-call {
	width: 225px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: transparent;
	border-radius: 2px;
	color: #FFFFFF;
	font-size: 1.5em;
    font-weight: 400;
	margin-left: auto;
    margin-right: auto;
    border: 3px solid #FFFFFF;
	transition: color .25s ease-in-out, border-color .25s ease-in-out!important;
    -moz-transition: color .25s ease-in-out, border-color .25s ease-in-out!important;
    -webkit-transition: color .25s ease-in-out, border-color .25s ease-in-out!important;
}

.large-call.shift {
    margin-right: 20px;
}

.large-call2 {
	height: 75px;
	width: 300px;
	background-color: #339999;
	border: 3px solid #339999;
	border-radius: 3px;
	color: #fff;
	font-size: 1.5em;
	text-align: center;
	line-height: 69px;
	font-family: 'lato';
	margin: 40px auto;
	transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;

}

.large-call2:hover {

	color:#fff;
	border-color: #197575;
    background-color: #197575;
	transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
}

.large-call:hover{

	color:#197575;
	border-color: #197575;
	transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
}

.large-call-red {
    width: 225px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #C6524F;
	border-radius: 2px;
	color: #FFFFFF;
	font-size: 1.5em;
    font-weight: 400;
    margin-top: 2em;
	margin-left: auto;
    margin-right: auto;
    border: 3px solid #C6524F;
	transition: background-color .25s ease-in-out, border-color .25s ease-in-out!important;
    -moz-transition: background-color .25s ease-in-out, border-color .25s ease-in-out!important;
    -webkit-transition: background-color .25s ease-in-out, border-color .25s ease-in-out!important;
}

.large-call-red.shift {
    margin-left: 20px;
}

.large-call-red:hover {
    background-color: rgba(198,82,79,0.8);
    border-color: transparent;
}

.large-call-red:focus, .large-call:focus, large-call2:focus {
    outline: none;
}

.large-call-green-outline {
	width: 225px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: transparent;
	border-radius: 2px;
	color: #197575;
	font-size: 1.5em;
    font-weight: 400;
	margin-left: auto;
    margin-right: auto;
    border: 3px solid #197575;
    text-align: center;
    float: left;
	transition: background-color .25s ease-in-out, border-color .25s ease-in-out!important;
    -moz-transition: background-color .25s ease-in-out, border-color .25s ease-in-out!important;
    -webkit-transition: background-color .25s ease-in-out, border-color .25s ease-in-out!important;
}

.large-call-green-outline:hover{

	color:#fff;
	border-color: #197575;
    background-color: #197575;
	transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
}

.large-call-green {
	width: 225px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #197575;
	border-radius: 2px;
	color: #FFFFFF;
	font-size: 1.5em;
    font-weight: 400;
	margin-left: auto;
    margin-right: auto;
    border: 3px solid #197575;
	transition: background-color .25s ease-in-out, border-color .25s ease-in-out!important;
    -moz-transition: background-color .25s ease-in-out, border-color .25s ease-in-out!important;
    -webkit-transition: background-color .25s ease-in-out, border-color .25s ease-in-out!important;
}

.large-call-green.shift {
    margin-left: 20px;
}

.large-call-green:hover {
    background-color: rgba(25,117,117,0.8);
    border-color: transparent;
}

.large-call-green:focus {
    outline: none;
}

.large-call-wh {
	height: 75px;
	width: 300px;
	background-color: transparent;
	border: 3px solid #ffffff;
	border-radius: 3px;
	color: #fff;
	font-size: 1.5em;
	text-align: center;
	line-height: 69px;
	font-family: 'lato';
	margin: 40px auto;
	transition: background-color .25s ease-in-out, border-color .25s ease-in-out!important;
    -moz-transition: background-color .25s ease-in-out, border-color .25s ease-in-out!important;
    -webkit-transition: background-color .25s ease-in-out, border-color .25s ease-in-out!important;
}

.large-call-wh:hover{

	color:#197575;
	border-color: #197575;
	transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
}

@media(max-width: 767px) {
    .large-call {
        margin-bottom: 10px;
        margin-right: 0 !important;
    }

    .large-call-red, .large-call-green {
        margin-top: 20px;
        margin-left: 0 !important;
    }
    .large-call, .large-call-red, .large-call-wh, .large-call-green, .large-call-green-outline {
        width: 100%;
    }
}

@media(max-width: 991px) {
    .large-call-green-outline {
        float: none;
    }
}

.contact-sales-popover {
    font-size: 16px;
}

.contact-sales-popover a {
    color: #339999;
}

.contact-sales-popover span {
    padding-top: 10px;
    display: block;
}

.contact-sales-popover .fa-envelope-o {
    margin-right: 5px;
}

.contact-sales-popover .fa-phone {
    margin-right: 2px;
}

.contact-sales-popover a:hover {
    color: #70a8a8;
}

.parallimg {
    position: relative;
    height: 70px;
}

.parallimg img {
    position: absolute;
    top: 0;
    height: 48px;
    left: 50%;
    margin-left: -35px;
}

.parallimg.shift1pos img {
    left: auto;
    right: 0;
    margin-left: 0;
}

.parallimg.shift1neg img {
    left: 0;
    right: auto;
    margin-left: 0;
}

.parallimg.shift2pos img {
    left: auto;
    right: 60px;
    margin-left: 0;
}

.parallimg.shift2neg img {
    left: 60px;
    right: auto;
    margin-left: 0;
}

.parallimg.shift3pos img {
    left: auto;
    right: 120px;
    margin-left: 0;
}

.parallimg.shift3neg img {
    left: 120px;
    right: auto;
    margin-left: 0;
}

.parallimg.shift4pos img {
    left: auto;
    right: 180px;
    margin-left: 0;
}

.parallimg.shift4neg img {
    left: 180px;
    right: auto;
    margin-left: 0;
}

/* ====== END Install Section ====== */

/** MATERIAL TOGGLE **/
.switch {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
.switch label {
  cursor: pointer;
}
.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch label input[type=checkbox]:checked + .lever {
  background-color: #84c7c1;
}
.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #26a69a;
}
.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 15px;
  background-color: #818181;
  border-radius: 15px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}
.switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #F1F1F1;
  border-radius: 21px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  left: -5px;
  top: -3px;
  transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
}
input[type=checkbox]:checked:not(:disabled) ~ .lever:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 166, 154, 0.1);
}
input[type=checkbox]:not(:disabled) ~ .lever:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
}
.switch label input[type=checkbox]:checked + .lever:after {
  left: 24px;
}
.switch input[type=checkbox][disabled] + .lever {
  cursor: default;
}
.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #BDBDBD;
}

/** MATERIAL DESIGN RADIO THAT LOOKS LIKE CHECKBOX **/

/* CHECKBOX Material Design */
/* Remove default checkbox */
[type="radio"]:not(:checked), [type="radio"]:checked {
  position: absolute;
  left: -9999px;
  visibility: hidden; }

[type="radio"] {
  /* checkbox aspect */ }
  [type="radio"] + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 20px;
    -webkit-user-select: none;
    /* webkit (safari, chrome) browsers */
    -moz-user-select: none;
    /* mozilla browsers */
    -khtml-user-select: none;
    /* webkit (konqueror) browsers */
    -ms-user-select: none;
    /* IE10+ */ }
  [type="radio"] + label:before {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s; }
  [type="radio"]:not(:checked):disabled + label:before {
    border: none;
    background-color: rgba(0, 0, 0, 0.26); }

[type="radio"]:checked + label:before {
  top: -4px;
  left: -3px;
  width: 12px;
  height: 22px;
  border-top: 2px solid #197575;
  border-left: 2px solid #197575;
  border-right: 2px solid #197575;
  border-bottom: 2px solid #197575;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }
[type="radio"]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26); }
[type="radio"] + label:after {
  border-radius: 2px; }
[type="radio"] + label:before, [type="radio"] + label:after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
  z-index: 1; }
[type="radio"]:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 1px solid transparent;
  background: #ccc;

  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%; }
[type="radio"]:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: #ccc;
  border: 1px solid #ccc;
  top: 0px;
  z-index: 0; }
    [type="radio"]:checked + label:before {
        top: 0;
        left: 1px;
        width: 8px;
        height: 13px;
        border-top: 2px solid #197575;
        border-left: 2px solid #197575;
        border-right: 2px solid #197575;
        border-bottom: 2px solid #197575;
    }
[type="radio"]:checked + label:after {
  top: 0px;
  width: 20px;
  height: 20px;
  border: 1px solid #197575;
  background-color: #197575;
  z-index: 0; }
[type="radio"]:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 1px solid transparent; }
[type="radio"]:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #BDBDBD; }
[type="radio"]:disabled:checked + label:before {
  background-color: transparent; }
[type="radio"]:disabled:checked + label:after {
  background-color: #BDBDBD;
  border-color: #BDBDBD; }
[type="radio"] + label.error {
    margin-top: 0;
    color: #cc2323;
}

/** END Material design checkbox **/

@media (max-width: 1100px) {
	.wrapper {
		height: 100%!important;
		width: 100%;
		padding: 20px!important;
	}
}

.nav-hero {
    background: #70a8a8 url('../img/tasytt-pattern-dark.png') center;
}

.features-hero {
    background: transparent;
}

.features-hero h1 {
    color: #fff;
    text-align: center;
}

.features {
	background-color: #fafafa;
    height: auto;
}

.features .featurette {
    max-width: 100%;
}

.features-blurb {
    color: #FFFFFF;
	margin: 0 auto;
    text-align: center;
}

.features .call-2-action-blurb {
    font-weight: 400;
    text-align: right;
}

@media(max-width: 991px) {
    .features .call-2-action-blurb {
        text-align: center;
    }
}

.feature-nav {
    padding-top: 40px;
    padding-bottom: 40px;
}

.feature-nav .navbar-toggle .icon-bar {
    color: #fff;
}

.feature-nav.pricing .navbar-toggle .icon-bar {
    color: #197575;
}

@media(max-width: 1100px) {
    .feature-nav {
        padding: 40px 10px 40px 10px!important;
    }

    .navbar-brand {
        float: none;
        display: inline;
    }

    .navbar-brand img {
        display: inline;
    }

    .navbar-header {
        width: 100%;
    }

    .navbar-toggle {
        display: block!important;
        margin-top: -1%!important;
        position: absolute;
        top: 0;
        right: 0;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in, .navbar-collapse.collapsing {
        display: block !important;
    }

    .navbar-nav>li {
        float: none;
        text-align: right;
    }
}

.container {
    position: relative;
}

@media (min-width: 1200px) {
    .container {
        width: 1075px;
        position: relative;
    }
}

@media(min-width:1300px) {
    .container {
        width: 1170px;
        position: relative;
    }
}

@media (min-width: 1100px) {
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}

@media(min-width: 1100px) {
    .navbar-toggle {
        display: none!important;
    }
}

.feature-nav.navbar {
    margin-bottom: 0;
}

.feature-nav .navbar-nav>li>a {
    color: #fff !important;
}

.feature-nav .alt-button {
    border: 2px solid #fff;
}

.feature-nav .navbar-toggle .icon-bar {
    background-color: #fff;
}

.feature-nav .navbar-toggle:hover .icon-bar, .feature-nav .navbar-toggle:focus .icon-bar {
    background-color: #fff;
}

.feature-nav.pricing .navbar-toggle .icon-bar {
    background-color: #197575;
}

.feature-nav.pricing .navbar-toggle:hover .icon-bar, .feature-nav .navbar-toggle:focus .icon-bar {
    background-color: #fff;
}

.features p, h2 {
    color: #333333;
}

.features h1 {
	color: #333333;
    text-align: center;
}

.features h2 {
    font-weight: 700;
}

.features h2 .green {
    color: #197575;
}

.features .feature-title {
    color: #197575;
    font-weight: 400;
    margin-top: 10px;
}

.header h1 {
	color:#197575;
}

.feature-row {
	padding-top:50px;
}

.feature-row h4 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.tawk-tab {
    position: fixed;
    bottom: 0;
    right: 10px;
    padding: 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: #da552f;
    color: #fff;
    cursor: pointer;
    z-index: 990000!important;
}

@media(max-width: 767px) {
    .tawk-tab {
        display: none;
    }
}

.press-banner {
    background-color: #f9f9f9;
    padding: 20px 150px 40px 150px!important;
}

@media (max-width:767px) {
    .press-banner {
        padding: 20px 0 40px 0!important;
    }

    .press-banner > .row {
        margin-right: 0;
    }

    .press-banner > .row > .col-xs-12 {
        padding-right: 0;
    }
}

.press-banner h2 {
    font-size: 1em;
    color: #999999;
    text-align:center;
}

.press-banner ul {
    list-style-type: none;
    text-align: center;
    -moz-padding-start: 0;
    -webkit-padding-start: 0;
}

.press-banner li {
    display: inline-block;
}

.press-banner img {
    padding: 20px 25px 0px 25px;
    height: 55px;
}

.press li {
    margin-bottom: 20px;
}

.jobs a {
    display: block;
    margin-top: 7px;
}

@media(max-width: 767px) {
    .jobs a {
        margin-top: 20px;
    }
}

.jobs h3 {
    font-size: 2em;
    color: #555;
    margin-bottom: 20px;
}

.jobs .title {
    font-size: 1.5em;
}

.jobs .subtext {
    font-style: italic;
    display: block;
    font-size: 1.2em;
}

@media(min-width: 768px) {
    .pricing-li {
        margin-right: 20px;
    }
}

.feature-nav.pricing .navbar-nav>li>a {
    color: #333 !important;
}

.feature-nav.pricing>li>a:not(.borderless):hover {
    color: #333 !important;
}

.navbar-inverse.pricing .navbar-nav>li>a:not(.borderless):hover {
    border: 1px solid #333 !important;
    color: #333 !important;
}

.navbar-inverse.pricing .navbar-nav>li>a.borderless:hover {
    border-bottom: 2px solid #333;
}

.feature-nav.pricing .alt-button {
    border: 1px solid #333 !important;
}

.feature-nav.pricing svg {
    fill: #333;
}

#pricing {
    font-family: Lato, sans-serif;
    color: #333;
}

#pricing h2 {
    color: #333;
    font-family: 'Lato', sans-serif;
}

#pricing p {
    color: #333;
}

#pricing .pricing-frequency {
    color: #333;
    text-align: center;
}

@media(max-width: 767px) {
    #pricing .pricing-frequency {
        margin-top: 4em !important;
    }
}

#pricing .pricing-frequency .caption {
    font-size: 20px;
    margin-right: 10px;
    display: inline-block;
}

#pricing .pricing-frequency label {
    margin-right: 20px;
    font-weight: 400;
    font-size: 16px;
}

@media(max-width: 767px) {
    #pricing .pricing-frequency .caption {
        margin-bottom: 10px;
    }

    #pricing .pricing-frequency label:first-of-type {
        display: block;
        text-align: left;
    }
}

#pricing .bubble {
    position: relative;
    width: 128px;
    height: 28px;
    padding: 4px;
    background: #333333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
}

#pricing .bubble:after {
    content: "";
    position: absolute;
    top: 4px;
    left: -10px;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #333333;
    display: block;
    width: 0;
    z-index: 1;
}

#pricing .row:not(.arrow-row):not(.c2a-row) {
    margin: 4em auto 2em auto;
}

#pricing .c2a-row {
    padding: 0 5px;
}

#pricing .radios {
    display: inline-block;
}

@media(max-width: 767px) {
    #pricing .radios {
        text-align: left;
    }
}

#pricing .plan {
    padding-left: 0;
    padding-right: 0;
}

#pricing .plan-container {
    border: 1px solid #ccc;
    margin: 4px;
}

#pricing .title {
    color: #fff;
    background-color: #333;
    padding: 10px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1.4em;
}

#pricing .plan[data-plan="pro"] .title {
    background-color: #006666;
}

#pricing .price-box {
    background: #fff;
    padding: 20px 20px 0 20px;
    text-align: center;
    min-height: 420px;
}

#pricing li.learn-more {
    font-weight: 700;
}

#pricing li.learn-more a {
    color: #70a8a8;
}

#pricing .price {
    font-size: 40px;
    text-align: center;
    width: auto;
    height: auto;
    border-radius: 0;
    color: #333;
    margin: 0;
    background: transparent;
    display: inline-block;
}

#pricing .price img {
    /* spinner */
    height: 34px;
    display: inline-block;
}

#pricing .subprice {
    font-size: 14px;
}

#pricing .memo {
    display: none;
    font-size: 10px;
    min-height: 14px;
}

#pricing .line {
    height: 2px;
    background: #70a8a8;
    width: 100%;
    display: block;
    margin: 20px 0;
}

#pricing ul {
    list-style-type: none;
    -moz-padding-start: 0;
    -webkit-padding-start: 0;
    text-align: left;
}

#pricing ul svg {
    fill: #70a8a8;
    width: 20px;
    height: 20px;
    float: left;
    display: inline-block;
    margin-right: 5px;
}

#pricing li {
    margin-bottom: 10px;
}

@media(min-width: 1600px) {
    #pricing li.more-than {
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
    }
}

#pricing li.learn-more {
    font-weight: 700;
}

#pricing li.learn-more a {
    color: #70a8a8;
}

#pricing .large-call-red {
    width: 100%;
}

#pricing .arrow-row {
    position: relative;
    margin-top: -4px;
    display: none;
}

@media(max-width: 1000px) {
    #pricing .arrow-row {
        display: none;
    }
}

@media(max-width: 767px) {
    #pricing .arrow-row {
        display: none;
    }

    #pricing .plan {
        margin-top: 20px;
    }

    #pricing .price-box {
        height: auto;
    }
}

/*#pricing .arrow {
    position: absolute;
	width: 0; 
	height: 0; 
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #fff;
    -webkit-transition: left 0.5s ease-in-out;
    transition: left 0.5s ease-in-out;
    left: 426px;
}*/

#pricing .plan button {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
}

#pricing .plan button:focus {
    outline: none;
}

#pricing .arrow-row.starter .arrow {
    left: 108px;
}

#pricing .arrow-row.standard .arrow {
    left: 426px;
}

#pricing .arrow-row.pro .arrow {
    left: 740px;
}

#pricing .arrow-row.enterprise .arrow {
    left: 965px;
}

/* ======== Obie Section ======== */

.obie {
    background: #fff;
    margin-top: -28vh;
    padding-top: 5em !important;
    padding-bottom: 10em !important;
}

.obie .row-special {
    margin-bottom: 10em;
}

.obie h2 {
	color: #333333;
    font-weight: 700;
    margin-bottom: 20px;
}

.obie .feature-one-header {
    margin-bottom: 8px;
}

.obie .align-col {
    text-align: right;
}

.obie p {
	color: #333333;
    margin-bottom: 20px;
}

.obie .learn-more, .premium-features {
    font-size: 1.5em;
    color: #70a8a8 !important;
    font-weight: 700;
    margin-bottom: 0;
}

.obie .learn-more:hover, .premium-features:hover {
    color: #197575!important;
    transition: color .25s ease-in-out, border 0.25s ease-in-out;
    -moz-transition: color .25s ease-in-out, border 0.25s ease-in-out;
    -webkit-transition: color .25s ease-in-out, border 0.25s ease-in-out;
}

.obie .other-platforms {
    color: #70a8a8;
}

.obie .other-platforms:hover {
    color: #197575!important;
    transition: color .25s ease-in-out, border 0.25s ease-in-out;
    -moz-transition: color .25s ease-in-out, border 0.25s ease-in-out;
    -webkit-transition: color .25s ease-in-out, border 0.25s ease-in-out;
}

.obie-mascot {
    height: 80px;
    width: auto;
    margin-top: -47px;
    margin-left: 17px;
}

.obie .tasytt-logo {
    height: 40px;
    margin-top: -5px;
    margin-left: -5px;
}

.obie .screenshot {
    width: 100%;
}

.obie .obie-connected {
    height: 400px;
    width: auto;
}

@-moz-document url-prefix() {
    .obie {
        margin-top: 0;
    }
}

@media(min-width: 992px) {
    .obie .feature-container {
        position: absolute;
        transform: translateY(30%);
    }

    .obie .bg-separator {
        background: #f9f9f9;
        margin-right: -2000px;
        margin-left: -2000px;
        padding: 10em 2000px;
    }
}

@media(max-width: 991px) {
    .obie {
        margin-top: 0;
        padding-bottom: 5em !important;
    }

    .obie-mascot {
        height: 70px;
        margin-top: -34px;
    }
    
    .obie .gif {
        width: 100%;
        height: auto;
    }

    .obie .obie-connected {
        height: auto;
        width: 100%;
    }

    .obie .align-col {
        text-align: left;
    }

    .obie .row-special {
        margin-bottom: 5em;
    }
}

/* ======== End Obie Section ======== */

/* ======== Legal Section ======== */

.legal-wrapper .header {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    font-weight: 500;
    color: #333;
    text-align: center;
}

.legal-wrapper p, ul, ol {
    font-size: 16px;
    line-height: 1.5;
}

.feature-nav.legal .navbar-nav>li>a {
    color: #333 !important;
}

.feature-nav.legal>li>a:not(.borderless):hover {
    color: #333 !important;
}

.navbar-inverse.legal .navbar-nav>li>a:not(.borderless):hover {
    border: 1px solid #333 !important;
    color: #333 !important;
}

.navbar-inverse.legal .navbar-nav>li>a.borderless:hover {
    border-bottom: 2px solid #333;
}

.feature-nav.legal .alt-button {
    border: 1px solid #333 !important;
}

.feature-nav.legal svg {
    fill: #333;
}

.feature-nav.legal .navbar-toggle .icon-bar {
    background-color: #197575;
}

.feature-nav.legal .navbar-toggle:hover .icon-bar, .feature-nav .navbar-toggle:focus .icon-bar {
    background-color: #fff;
}

.feature-nav.legal .navbar-toggle .icon-bar {
    color: #197575;
}

/* ======== End Legal Section ======== */

.featurette {
    padding-bottom: 0 !important;
    padding-right: 0 !important;
    position: relative;
}

.premium-blurb {
    position:absolute;
    left:150px;
    top:50%;
    transform:translateY(-50%);
    -webkit-transform: translateY(-50%);
    max-width:30%;
}

.premium-integrations-img-d {
    float: right;
    max-width: 65%;
    display: inline-block;
}

.premium-integrations-img-m {
    display: none;
}

@media(max-width: 1400px) {
    .premium-blurb {
        max-width: 20%;
    }
}

@media(max-width: 767px) {
    .featurette {
        padding-right: 20px !important;
        margin-bottom: -40px !important;
    }

    .premium-blurb {
        max-width: 100%;
        position: relative;
        transform: none;
        -webkit-transform: none;
        top: 0;
        left: 0;
    }

    .premium-integrations-img-d {
        display: none;
    }

    .premium-integrations-img-m {
        display: inline-block;
        max-width: 100%;
        margin-top: 2em;
    }
}