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

html,body
{
    overflow-x: hidden;
}

.logo {
    width: 120px;
    max-height: 50px;
    margin-top: -.25em;
}

h1 {
	font-family: 'Open Sans', sans-serif;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 2em;
	text-transform: uppercase;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #818791;
}

a {color: #008aff;}
a.white {color: #fff;}

.p-xs {font-size: 1em;}
.p-s {font-size: 1.3em !important;}

hr {
	border-top: 1px solid #dadada;
}

.xs {
	width: 10%;
}

.pad-bot-lg {
	padding-bottom: 3em;
}

.pad-top-lg {
	padding-top: 6em;
}

.pad-top-md {
	padding-top: 3em;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 2em;
}

.btn-primary {
	color: #fff;
    background-color: #008aff;
    padding: 0.6em;
    border-radius: 2em;
    font-size: 1.2em;
    border: none;
    transition: all 0.5s ease;
    width: 100%;
    margin-bottom: 2em;
}

.btn-primary:hover {
	color: #fff;
	background-color: #007be3;
}

/* ====== MAIN ====== */

.navbar {
	min-height: 64px;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-default .navbar-nav>li>a {
    color: #fff ;
    font-family: 'Montserrat', sans-serif;
    padding-top: 1.5em;
    transition: all 0.5s ease;
}

.navbar-default .blue-text>li>a {
    color: #008aff ;
    font-family: 'Montserrat', sans-serif;
    padding-top: 1.5em;
    transition: all 0.5s ease;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #8acdff;
}

.navbar-inner {
	background: rgba(0,136,255,1);
	background: -moz-linear-gradient(-45deg, rgba(0,136,255,1) 0%, rgba(26,211,253,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,136,255,1)), color-stop(100%, rgba(26,211,253,1)));
	background: -webkit-linear-gradient(-45deg, rgba(0,136,255,1) 0%, rgba(26,211,253,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(0,136,255,1) 0%, rgba(26,211,253,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(0,136,255,1) 0%, rgba(26,211,253,1) 100%);
	background: linear-gradient(135deg, rgba(0,136,255,1) 0%, rgba(26,211,253,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088ff', endColorstr='#1ad3fd', GradientType=1 );
}

.navbar-inner .navbar-nav>li>a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    padding-top: 1.5em;
    transition: all 2s ease;
}

.navbar-inner .navbar-nav>li>a:hover {
	color: #8acdff;
}

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

.social {
	font-size: 1.5em;
	padding-top: 1em !important;
}

.jumbotron h1, h2, p {
	color: #fff;
	font-weight: 100;
}

.jumbotron h1, h2, h3, h4, p {
	color: #fff;
}

.jumbotron h1 {
	font-size: 3em;
	text-align: left;
	font-weight: 400;
}

.jumbotron h3 {
	text-transform: none;
	font-size: 1.8em;
	font-weight: 100;
	color: #dadada;
}

h6 {
	font-size:.6em;
	color: #dadada;
}

.jumbotron {
	margin-top: -11em;
    padding-top: 10em !important;
    padding-bottom: 7em;

	background: rgba(5,117,215,1);
	background: -moz-linear-gradient(left, rgba(5,117,215,1) 0%, rgba(83,183,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(5,117,215,1)), color-stop(100%, rgba(83,183,255,1)));
	background: -webkit-linear-gradient(left, rgba(5,117,215,1) 0%, rgba(83,183,255,1) 100%);
	background: -o-linear-gradient(left, rgba(5,117,215,1) 0%, rgba(83,183,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(5,117,215,1) 0%, rgba(83,183,255,1) 100%);
	background: linear-gradient(to right, rgba(5,117,215,1) 0%, rgba(83,183,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0575d7', endColorstr='#53b7ff', GradientType=1 );
}

.jumbotron-phone {
	z-index: 1;
    display: block;
    margin: 0 auto;
    width: 80%;
    position: absolute;
}

.btn-custom {
    border: 2px solid #fff;
    color: #10b5fe;
    border-radius: 2em;
    width: 100%;
    transition: all 0.5s ease;
    background-color: #fff;
    height: 3em;
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 11px;
}

.btn-custom:hover {
	color: #fff;
	background-color: #008aff;
	border: 2px solid #008aff;
}

.feed-container {
	position: relative;
    overflow: hidden;
    height: 0;
    width: 81%;
    padding-bottom: 156%;
}

#offers-feed {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    width: 96%;
    background-color: #fff;
    padding: 1em;
    z-index: 2;
    position: absolute;
    top: 81px;
    left: 21px;
    height: 100%;
}

.download-links {
	padding-top: 2em;
	padding-bottom: 10em;
}

/* ====== OVERVIEW ====== */

.overview {
	margin-top: 5em;
    border-bottom: 1px solid #dadada;
    padding-bottom: 5em;
}

.overview p {
	color: #818791;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    padding-bottom: 1em;
}

.logo-garden {
	display: block;
    width: 100%;
}

.vb {margin-top: 1.3em;}
.forbes {}
.engadget {margin-top: 1em;}
.hp {margin-top: .2em;}

/* ====== OFFERS ====== */

.offers h3 {
	font-weight: bold;
}

.offers h3, p {
	color: #707070;
}

.offers p {
	color: #707070;
}

.offers h4 {
	color:  #10b6fe;
	text-transform: uppercase;
}

/* ====== FEATURES ====== */

.features {
	margin-top: 4em;
	padding-bottom: 5em;
}

.features h3 {
	color: #20252c;
	text-transform: none;
}

.features p {
	color: #818791;
	font-size: 16px;
}

.features h4 {
	color:  #337ab7;
	text-transform: uppercase;
}

.features-img {
	width: 100px;
	display: block;
	margin: 0 auto;
	padding-bottom: 2em;
}

/* ====== MERCHANT ====== */

.jumbotron-merch {
	margin-top: -11em;
	height: 840px;
	background-image: url("../images/merchant_cover.jpg");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#jumbotron-merch img {
	width: 100%;
	margin-top: 3em;
}

#jumbotron-merch h3 {
	color: #fff;
	text-transform: none;
}

#jumbotron-merch p {
	font-weight: 400;
	color: #fff;
	font-size: 24px;
	text-shadow: 0 0px 10px rgba(0,0,0,.6);
}

.message {
	margin-top: 1em;
	color: #fff;
    font-size: 3em;
    font-weight: 400;
    text-shadow: 0 0px 10px rgba(0,0,0,.4);
}

.merchant h3 {
	color: #20252c;
	text-transform: none;
}

.merchant p {
	color: #818791;
	font-size: 16px;
}

.merchant h4 {
	color:  #337ab7;
	text-transform: uppercase;
}

.phone-map {
	width: 300px;
	margin-left: 7em;
}

.what {
	background-color: #ffffff;
    border-top: 1px solid #cecece;
    padding-top: 1em;
    padding-bottom: 2em;
}

.portal-screen {
	width: 100%;
    margin: 0 auto;
    display: block;
}

.footer-link {
	text-decoration: underline;
	color: #fff;
	font-weight: 400;
}

/* ====== CHATBOTS ====== */

.chatbots {
	background-color: #f4f4f4;
	padding-bottom: 5em;
	padding-top: 5em;
}

.chatbots h3 {
	font-weight: bold;
}

.chatbots h3, h5 {
	color: #707070;
	text-transform: uppercase;
}

.chatbots p {
	color: #707070;
}

.chat-link {
	display: block;
}

.chatbot-icon {
	width: 95px;
    margin: 0 auto;
    display: block;
}

.chatbot-phone {
	width: 90%;
    display: block;
    margin: 0 auto;
}

/* ====== DOWNLOAD ====== */

.download {
	margin-top: 5em;
	background: rgba(0,136,255,1);
	background: -moz-linear-gradient(-45deg, rgba(0,136,255,1) 0%, rgba(26,211,253,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,136,255,1)), color-stop(100%, rgba(26,211,253,1)));
	background: -webkit-linear-gradient(-45deg, rgba(0,136,255,1) 0%, rgba(26,211,253,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(0,136,255,1) 0%, rgba(26,211,253,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(0,136,255,1) 0%, rgba(26,211,253,1) 100%);
	background: linear-gradient(135deg, rgba(0,136,255,1) 0%, rgba(26,211,253,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088ff', endColorstr='#1ad3fd', GradientType=1 );
	padding-bottom: 5em;
	padding-top: 5em;
}

.download h3,p {
	color: #fff;
}

.btn-app {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	border: 2px solid #fff;
    color: #fff;
    border-radius: 2em;
	width: 100%;
	transition: all 0.5s ease;
}

.btn-app:hover {
	border: 2px solid #4db2fc;
	color: #4db2fc;
}

/* ====== FOOTER ====== */

.footer {
	background-color: #212331;
	padding-bottom: 2em;
	padding-top: 2em;
}

.subfooter {
	background-color: #181828;
	border-top: 1px solid #313646;
	padding-top: 1em;
    font-size: .8em;
}

.footer h5 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 1em;
}

.footer ul {
	list-style-type: none;
	padding-left: 0;
}

.footer p {
	color: #99a9b5;
	font-size: 1em;
}

.fa-mobile {
	padding-right: .9em;
    margin-left: 0.3em;
}

.fa-globe {
	padding-right: .7em;
}

.fa-envelope-o {
	padding-right: .6em;
}

.fa-twitter {
	padding-right: .6em;
}

.fa-facebook {
	padding-right: 1em;
}

.fa-instagram {
	padding-right: .7em;
}

.subfooter p {
	color: #99a9b5;
	font-size: 1em;
}


/* ====== TERMS OF SERVICE ====== */

.terms {
	margin-top: 4em;
	padding-bottom: 5em;
}

.terms h3 {
	color: #20252c;
	text-transform: none;
}

.terms p {
	color: #818791;
	font-size: 16px;
}

.terms h4 {
	color:  #337ab7;
	text-transform: uppercase;
}

.p-lg {
	font-size: 1.5em !important;
}

.terms ul {
	padding-bottom: 1em;
}

.terms li {
	color: #707070;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

/* ====== FAQ ====== */

.faq {
	margin-top: 4em;
	padding-bottom: 5em;
}

.faq h3 {
	color: #20252c;
	text-transform: none;
}

.faq p {
	color: #818791;
	font-size: 16px;
}

.faq h4 {
	color:  #337ab7;
	text-transform: uppercase;
}


/* ====== SECURITY ====== */

.security {
	margin-top: 4em;
	padding-bottom: 5em;
}

.security h3 {
	color: #20252c;
	text-transform: none;
}

.security p {
	color: #818791;
	font-size: 16px;
}

.security h4 {
	color:  #337ab7;
	text-transform: uppercase;
}

.security {
	padding-bottom: 5em;
}

.callout {
	background: rgba(0,136,255,1);
	background: -moz-linear-gradient(-45deg, rgba(0,136,255,1) 0%, rgba(26,211,253,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,136,255,1)), color-stop(100%, rgba(26,211,253,1)));
	background: -webkit-linear-gradient(-45deg, rgba(0,136,255,1) 0%, rgba(26,211,253,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(0,136,255,1) 0%, rgba(26,211,253,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(0,136,255,1) 0%, rgba(26,211,253,1) 100%);
	background: linear-gradient(135deg, rgba(0,136,255,1) 0%, rgba(26,211,253,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088ff', endColorstr='#1ad3fd', GradientType=1 );
	padding-top: 5em;
}

.callout h3,p {
	color: #fff;
}

/* ====== 404 PAGE ====== */

.error-page {
	margin-top: -6em;
    padding-top: 10em !important;
	background: rgba(0,136,255,1);
	background: -moz-linear-gradient(-45deg, rgba(0,136,255,1) 0%, rgba(26,211,253,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,136,255,1)), color-stop(100%, rgba(26,211,253,1)));
	background: -webkit-linear-gradient(-45deg, rgba(0,136,255,1) 0%, rgba(26,211,253,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(0,136,255,1) 0%, rgba(26,211,253,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(0,136,255,1) 0%, rgba(26,211,253,1) 100%);
	background: linear-gradient(135deg, rgba(0,136,255,1) 0%, rgba(26,211,253,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088ff', endColorstr='#1ad3fd', GradientType=1 );
	padding-top: 5em;
}

.error-page h1 {
	color: #fff;
	font-size: 63px;
}

/* ====== KIK PAGE ====== */

.kik {
	margin-top: -6em;
    padding-top: 10em !important;
	background: rgba(255,227,66,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,227,66,1) 0%, rgba(255,160,36,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,227,66,1)), color-stop(100%, rgba(255,160,36,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,227,66,1) 0%, rgba(255,160,36,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,227,66,1) 0%, rgba(255,160,36,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,227,66,1) 0%, rgba(255,160,36,1) 100%);
	background: radial-gradient(ellipse at center, rgba(255,227,66,1) 0%, rgba(255,160,36,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe342', endColorstr='#ffa024', GradientType=1 );
	padding-bottom: 5em;
}

.kik h1 {
	color: #fff;
	font-size: 63px;
}

.settle-it-logo {
	width: 50%;
}


/* ====== TELEGRAM PAGE ====== */

.telegram {
	margin-top: -6em;
    padding-top: 10em !important;
	background: rgba(255,227,66,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,227,66,1) 0%, rgba(255,160,36,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,227,66,1)), color-stop(100%, rgba(255,160,36,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,227,66,1) 0%, rgba(255,160,36,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,227,66,1) 0%, rgba(255,160,36,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,227,66,1) 0%, rgba(255,160,36,1) 100%);
	background: radial-gradient(ellipse at center, rgba(255,227,66,1) 0%, rgba(255,160,36,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe342', endColorstr='#ffa024', GradientType=1 );
	padding-bottom: 5em;
}

.telegram h1 {
	color: #fff;
	font-size: 63px;
}

.settle-it-logo {
	width: 50%;
}



/* ====== MESSENGER PAGE ====== */

.messenger {
	margin-top: -6em;
    padding-top: 10em !important;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1ad3fd+0,0088ff+100 */
	background: #1ad3fd; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #1ad3fd 0%, #0088ff 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  #1ad3fd 0%,#0088ff 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  #1ad3fd 0%,#0088ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ad3fd', endColorstr='#0088ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	padding-bottom: 5em;
}

.messenger h1 {
	color: #fff;
	font-size: 63px;
}

.settle-it-logo {
	width: 50%;
}

/* ====== ABOUT PAGE ====== */

.avatar {
	width: 80%;
	border-radius: 50%;
	margin-bottom:1em;
}


/* ====== MEDIA QUERIES ====== */

@media screen and (min-width: 769px) and (max-width: 991px) {
	.feed-container {
	    position: relative;
	    overflow: hidden;
	    height: 0;
	    width: 78%;
	    padding-bottom: 150%;
	}

	#offers-feed {
	    font-family: 'Open Sans', sans-serif;
	    color: #000;
	    width: 100%;
	    background-color: #fff;
	    padding: 1em;
	    z-index: 2;
	    position: absolute;
		top: 67px;
    	left: 17px;
	    height: 100%;
	}

	.message {
		margin-top: 0em;
    	font-size: 3em;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.feed-container {
	    position: relative;
	    overflow: hidden;
	    height: 0;
	    width: 82.5%;
	    padding-bottom: 158.5%;
	}

	#offers-feed {
	    font-family: 'Open Sans', sans-serif;
	    color: #000;
	    width: 100%;
	    background-color: #fff;
	    padding: 1em;
	    z-index: 2;
	    position: absolute;
		top: 67px;
    	left: 17px;
	    height: 100%;
	}

	.message {
		margin-top: 0em;
    	font-size: 3em;
	}
}

@media screen and (min-width: 320px) and (max-width: 768px) {
	.navbar-default {
	    background-color: #0088ff;
	    border-color: #49aaff;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    	border-color: transparent;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    	background-color: transparent;
    }
    .pad-top-md {
    	padding-top: 1em;
	}
	.download-links {
	    padding-bottom: 1em;
	}
	.jumbotron-phone {
	    z-index: 1;
	    display: block;
	    margin: 0 auto;
	    width: 91%;
	    position: absolute;
	}

	.feed-container {
	    position: relative;
	    overflow: hidden;
	    height: 0;
	    width: 93%;
	    padding-bottom: 180%;
	}

	#offers-feed {
	    font-family: 'Open Sans', sans-serif;
	    color: #000;
	    width: 100%;
	    background-color: #fff;
	    padding: 1em;
	    z-index: 2;
	    position: absolute;
	    top: 78px;
	    left: 20px;
	    height: 100%;
	}

	.row {
		margin-left: 0;
    	margin-right: 0;
	}
	.navbar-default .blue-text>li>a {
    	color: #fff;
	}
	.navbar-default .navbar-brand {
		background-image: url("../images/logo-white.svg");
		width: 125px;
	    background-repeat: no-repeat;
	    margin-left: 1em;
	    margin-top: .5em;
	}
	.logo {
	    display: none !important;
	}

	.jumbotron-merch {
		background-position-x: -340px;
	}

	.phone-map {
		margin-left: 0;
		padding-top: 1em;
		margin: 0 auto;
    	display: block;
	}

	.message {
		margin-top: 0em;
    	font-size: 3em;
    	font-weight: 600;
	}
}

.resize-fix {
	display:inline-block;
}

#phone_error {
	color: #a00d0d;
	font-size: 12px;
	font-weight: bold;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0.5s; /* Safari */
    transition: opacity 0.5s, visibility 0.5s;
}

#phone_container {
	opacity: 1;
	-webkit-transition: opacity 0.5s, visibility 0.5s; /* Safari */
    transition: opacity 0.5s, visibility 0.5s;
}

#phone_submit_container {
	opacity: 1;
    -webkit-transition: opacity 0.5s, visibility 0.5s; /* Safari */
    transition: opacity 0.5s, visibility 0.5s;
}

#phone_thanks {
	position: absolute;
	left: 30px;
	white-space: nowrap;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.5s, visibility 0.5s; /* Safari */
    transition: opacity 0.5s, visibility 0.5s;
}

#phone_error_bottom {
	position: absolute;
	left: 35px;
	top: -40px;
	color: #f00;
	font-size: 12px;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0.5s; /* Safari */
    transition: opacity 0.5s, visibility 0.5s;
}

#phone_container_bottom {
	opacity: 1;
	-webkit-transition: opacity 0.5s, visibility 0.5s; /* Safari */
    transition: opacity 0.5s, visibility 0.5s;
}

#phone_submit_container_bottom {
	opacity: 1;
    -webkit-transition: opacity 0.5s, visibility 0.5s; /* Safari */
    transition: opacity 0.5s, visibility 0.5s;
}

#phone_thanks_bottom {
	position: absolute;
	left: 30px;
	white-space: nowrap;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.5s, visibility 0.5s; /* Safari */
    transition: opacity 0.5s, visibility 0.5s;
}
