html {
	width: auto !important;
	overflow-x: hidden !important;
}
body {
		font-family: 'Quicksand', sans-serif;
		font-size: 16px;
		font-weight: 300;
		color: #888;
		line-height: 30px;
		text-align: center;
		width: auto !important;
		overflow-x: hidden !important;
}

strong { font-weight: 650; }

a, a:hover, a:focus {
	color: #6aaddd;
	text-decoration: none;
		-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 {
	margin-top: 10px;
	font-size: 2em;
	font-weight: 100;
	color: #555;
	line-height: 50px;
}

h3 {
	font-size: 22px;
		font-weight: 500;
		color: #555;
		line-height: 30px;
}

h4 {
	color: #000;
	font-weight: bold;
	font-size: 65px;

	line-height: 1;
	text-align: center;
	padding-top: 55px;

}

img { max-width: 100%; }

.medium-paragraph {
	font-size: 18px;
	line-height: 32px;
}

.colored-text { color: #6aaddd; }

::-moz-selection { background: #6aaddd; color: #fff; text-shadow: none; }
::selection { background: #6aaddd; color: #fff; text-shadow: none; }


/***** Loader *****/

.loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden !important;
	z-index: 99999;
}

.loader-img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -30px;
	width: 60px;
	height: 60px;
	background: url(../img/loading.gif) center center no-repeat;
}


/***** General style, all sections *****/

.section-container {
		background: #fff;
		margin: 0 auto;
		padding-bottom: 80px;
}

.section-container-gray-bg {
	background-color: #e1e0e0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.section-container-image-bg,
.section-container-image-bg h2,
.section-container-image-bg h3 {
	color: #fff;
}

.section-container-image-bg .divider-1 span {
	background: #fff;
}

.section-description {
	margin-top: 60px;
		font-weight: 500;
		padding-bottom: 10px;
		font-size: 20px;
		color: #71b3fa;
}

.section-description p {
		margin-top: 20px;
	padding: 0 120px;
}
.section-container-image-bg .section-description p {
	opacity: 0.8;
}

.section-bottom-button {
	padding-top: 60px;
}

.btn-link-1 {
	position: relative;
	display: inline-block;
	height: 75px;
	width: 200px;
	/*margin: 0 5px;*/
	/*padding: 10px 20px 0 20px;*/
	/*background: url(../img/downloadbutton/googleplay.png) center center no-repeat;*/
	border: 0;
	font-size: 18px;
		font-weight: 500;
		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-1:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 50%;
	background: 0;
}

.btn-link-2 {
	display: inline-block;
	height: 75px;
	width: 200px;
	/*margin: 0 5px;*/
	/*padding: 10px 20px 0 20px;*/
	/*background: url(../img/downloadbutton/appstore.png) center center no-repeat;*/
	border: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 16px;
	color: skyblue;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-2:hover, .btn-link-2:focus,
.btn-link-2:active { outline: 0; opacity: 0.6; color: #fff; }

.btn-link-3 {
	position: relative;
	display: inline-block;
	height: 40px;
	width: 135px;
	margin: 0 5px;
	padding: 12px 20px 0 20px;
	background: #71b3fa;
	border: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 16px;
	color: #fff;
		-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-3:hover, .btn-link-3:focus, .btn-link-3:active { outline: 0; opacity: 0.6; color: #fff; }



/***** Divider *****/

.divider-1 span {
	display: inline-block;
	width: 200px;
	height: 1px;
	background: #afafaf;
}


/***** Modal *****/

.modal-content {
	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
	text-align: left;
}

.modal-body {
	padding: 0 25px 15px 25px;
}

.modal-body img {
	margin-bottom: 15px;
}

.modal-header {
	padding: 25px 25px 15px 25px;
}

.modal-footer {
	padding: 15px 25px 25px 25px;
}

.modal-header, .modal-footer { border: 0; }

.modal-header .close {
	font-size: 36px;
	color: #888;
	font-weight: 300;
	text-shadow: none;
	opacity: 1;
}

.modal-footer button {
	height: 50px;
	margin: 0;
		padding: 0 20px;
	background: none;
	border: 1px solid #888;
	font-size: 16px;
		font-weight: 300;
		color: #888;
		-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
		text-shadow: none;
		-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
		-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.modal-footer button:hover { outline: 0; opacity: 0.6; border: 1px solid #888; color: #888; }

.modal-footer button:focus, .modal-footer button:active:focus, .modal-footer button.active:focus {
	outline: 0; opacity: 0.6; background: none; border: 1px solid #888; color: #888;
	-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.modal-footer button:before {
	background: none;
}


/***** 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;
	font-weight: 500;
}

.navbar-inverse ul.navbar-nav li a { color: #fff; opacity: 0.8; border-bottom: 1px solid transparent; }
.navbar-inverse ul.navbar-nav li a:hover { color: #fff; opacity: 1; border-bottom: 1px solid #fff; }
.navbar-inverse ul.navbar-nav li a:focus { color: #fff; outline: 0; opacity: 1; border-bottom: 1px solid #fff; }

.navbar-inverse ul.navbar-nav li a.btn-link-2 {
	height: auto;
	margin: 4px 4px 0 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0;
}
.navbar-inverse ul.navbar-nav li a.btn-link-2:hover,
.navbar-inverse ul.navbar-nav li a.btn-link-2:focus,
.navbar-inverse ul.navbar-nav li a.btn-link-2:active,
.navbar-inverse ul.navbar-nav li a.btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; }

.navbar-brand {
	width: 168px;
		height: 60px;
	background: url(../img/topmenu/logo_topmenu.png) left center no-repeat;
	text-indent: -99999px;
}


/***** Dropdown *****/

.dropdown {
	position: relative;

}

.drop-nav {
	position: absolute;
	display: none;
}

.drop-nav li {
	border-bottom: 1px solid rgba (255,255,255,.2);
}

ul.dropdown li.dropdown:hover > ul.drop-nav {
	display: block;
	margin: 0;
}

/***** Top content *****/

.inner-bg {
	position: relative;
	padding: 40px 0 100px 0;
	height: 90vh;
}

.top-phone-demo img{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translatex(-50%);
}
.inner-bg-1 {
		padding: 10px 0 10px 0;
}

.top-content .text {
	/*padding-top: 60px;*/
	color: #fff;
	/*text-align: left;*/
}

.top-content .text h1 {
	color: #fff;
	font-size: 48px;
	padding-top: -30px;
	font-weight: 500;
	padding-bottom: 30px;
}

.top-content .description {
	margin: 20px 0 10px 0;
		color: #71b3fa;
		font-weight: 640;
		font-size: 21px;
}

.top-content .description p { opacity: 1; }

.top-content .top-big-link {
	margin-top: 20px;
}

.top-content .top-big-link a:first-child {
	margin-left: 0;
}

.top-content .vendors {
	margin-top: 40px;
	font-size: 50px;
	line-height: 50px;
}

.top-content .vendors a { color: #fff; }
.top-content .vendors a:hover, .top-content .vendors a:focus { outline: 0; color: #6aaddd; }

#sxsw {
	position: absolute;
	bottom: 5%;
	right: 5%;
	color: #fff;
	font-weight: 550;
	border-radius: 20px;
	background: -webkit-linear-gradient(left, #325def, #20c963);
	background: -o-linear-gradient(left, #325def, #20c963);
	background: linear-gradient(to right, #325def, #20c963);
	width: 200px;
	padding: 5px;
}
/***** Features *****/

.app-features {
	padding-bottom: 30px;
}

.app-features-box {
	padding-top: 15px;
	padding-bottom: 15px;
}

.app-features-box .app-features-box-icon {
		font-size: 80px;
		color: #71b3fa;
		line-height: 80px;
}

.app-features-box h3 {
	margin-top: 15px;
}
.app-features-image {
	padding-top: 20px;
	padding-bottom: 60px;
}

/***** More features *****/

.more-features-container {
	padding-bottom: 60px;
}

.more-features-box {
	margin-top: 30px;
	margin-bottom: 20px;
}

.more-features-box-text {
	margin-top: 40px;
	overflow: hidden;
	text-align: left;
}
.more-features-box-text:first-child { margin-top: 20px; }

.more-features-box-text-icon {
	float: left;
	width: 60px;
	height: 60px;
	padding-top: 6px;
	background: #71b3fa;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
		font-size: 40px;
		color: #fff;
		line-height: 40px;
		text-align: center;
}

.more-features-box-text h3 {
	float: right;
	width: 86%;
	margin-top: 0;
}

.more-features-box-text-description {
	float: right;
	width: 86%;
}


/***** Where you might have seen us *****/

.where-you-might-have-seen-us-container {
	padding-bottom: 60px;
	border-bottom: 0;
}

.where-you-might-have-seen-us-box {
	margin-top: 30px;
	margin-bottom: 20px;
}

.where-you-might-have-seen-us-box .where-you-might-have-seen-us-photo {
	position: relative;
	width: 130px;
	margin: 0 auto;
}


.where-you-might-have-seen-us-box .where-you-might-have-seen-us-photo img {
		width: 600px;
}




/***** How it works *****/

.how-it-works {
	padding-bottom: 30px;
}

.how-it-works-box {
	padding-top: 15px;
	padding-bottom: 15px;
}

.how-it-works-box .how-it-works-box-icon {
	position: relative;
		font-size: 80px;
		line-height: 80px;
}

.how-it-works-box-icon .how-it-works-step {
	position: absolute;
	top: 0;
	left: 95px;
	width: 32px;
	height: 32px;
	background: #71b3fa;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
	font-size: 24px;
	color: #fff;
		line-height: 32px;
}

.how-it-works-box h3 {
	margin-top: 15px;
}

.how-it-works-box p {
	opacity: 0.8;
}


/***** Pricing *****/

.pricing {
	padding-bottom: 30px;
}

.pricing-box {
	padding-top: 30px;
	padding-bottom: 20px;
}

.pricing-box-inner {
	background: #f8f8f8;
}

.pricing-box-price {
	position: relative;
	padding: 20px 0 7px 0;
	background: #eee;
	font-size: 42px;
	color: #555;
		line-height: 54px;
}
.pricing-box-best .pricing-box-price {
	background: #be5254;
	color: #fff;
}

.pricing-box-price span {
	font-size: 18px;
	color: #888;
		line-height: 32px;
}
.pricing-box-best .pricing-box-price span {
	color: #fff;
}

.pricing-box-icon {
	position: absolute;
	top: -32px;
	right: 20px;
	width: 63px;
	height: 63px;
	padding-top: 5px;
	background: #be5254;
	border: 3px solid #fff;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.pricing-box-icon span {
	display: block;
	font-size: 40px;
		line-height: 40px;
}

.pricing-box h3 {
	margin-top: 0;
	margin-bottom: 0;
	padding: 10px 20px;
	background: #eee;
	color: #888;
}
.pricing-box.pricing-box-best h3 {
	background: #be5254;
	color: #fff;
}

.pricing-box h4 {
	margin-top: 0;
	margin-bottom: 2px;
	padding: 10px 20px;
	background: #e8e8e8;
	font-size: 16px;
		line-height: 30px;
		font-weight: 300;
		text-transform: uppercase;
}
.pricing-box.pricing-box-best h4 {
	background: #8e3c61;
	color: #fff;
}

.pricing-box-features ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pricing-box-features li {
	padding: 7px 20px;
	border-bottom: 1px solid #eee;
}

.pricing-box-sign-up {
	padding: 25px 0;
}


/***** Blog *****/

.blog-container .section-bottom-button {
	padding-top: 30px;
}

/***** About *****/
.about-container {
	padding-bottom: 65px;
	background-color: gainsboro;
}


/***** Team *****/

.about-us-container {
	padding-bottom: 65px;
}

.about-us-container .container {
	width: 100% !important;
}

.about-us-box {
	padding-top: 30px;
	padding-bottom: 15px;
}

.about-us-box .about-us-photo {
	position: relative;
	width: 160px;
	margin: 0 auto;
}

.about-us-box .about-us-photo img {
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
		align-items: center;
}

.about-us-box .about-us-photo .about-us-role {
	position:relative;
	width: auto;
	bottom: 0px;
	top: 15px;
	left: 0;
	padding: 6px 5px;
	background: #71b3fa;
	font-size: 14px;
	font-weight: 500;
	color: #FFF;
	line-height: 15px;
	text-transform: uppercase;
	-webkit-border-radius: 10px;
	 -moz-border-radius: 10px;
	border-radius: 10px;
}


.about-us-box .about-us-social {
		margin-top: 5px;
		font-size: 36px;
		line-height: 36px;
}

.about-us-box .about-us-social a { color: #ddd; }
.about-us-box .about-us-social a:hover, .about-us-box .about-us-social a:focus { color: #1759a1; }

.team-description {
	text-align: inherit;
}


/***** Testimonials *****/

.testimonials-container {
	padding-bottom:x 70px;
}

.testimonial-box {
		position: absolute;
		width: 200;
		height: 120;
		float: left;
		opacity: 0.5;
		background-color: #fff;
		-moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px;
}

.testimonial-list {
		margin-top: 30px;
		text-align: left;
}

.testimonial-list .tab-pane { overflow: hidden; }

.testimonial-list .testimonial-image {
	position: relative;
	float: left;
	width: 17%;
	margin: 10px 0 0 0;
}
.testimonial-list .testimonial-image img {
	max-width: 120px;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.testimonial-list .testimonial-image .testimonial-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 42px;
	height: 42px;
	padding-top: 3px;
	background: #be5254;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
	font-size: 32px;
	color: #fff;
	line-height: 32px;
	text-align: center;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.testimonial-list .testimonial-image:hover .testimonial-icon { opacity: 0; }

.testimonial-list .testimonial-text {
	left;
	width: 100%;
		color: #fff;
		font-weight: 400;
}

.testimonial-list .testimonial-text-credit {
		text-align: right;
	float:right;
 padding-bottom: 20px;
	padding-right: 30px;
	width: 100%;
		color: #1759a1;
		font-weight: 500;

}

.testimonial-list .testimonial-text p { opacity: 0.8; }
.testimonial-list .testimonial-text p a { color: #fff; border-bottom: 1px dotted #fff; }
.testimonial-list .testimonial-text p a:hover,
.testimonial-list .testimonial-text p a:focus { color: #fff; border: 0; }

.testimonial-list .nav-tabs {
		border: 0;
		text-align: right;
}

.testimonial-list .nav-tabs li {
	float: none;
	display: inline-block;
	margin-left: 5px;
		margin-right: 5px;
}

.testimonial-list .nav-tabs li a {
		width: 14px;
		height: 14px;
		padding: 0;
		background: #fff;
		background: rgba(255, 255, 255, 0.8);
		border: 0;
		-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
}

.testimonial-list .nav-tabs li a:hover { border: 0; background: #71b3fa; }
.testimonial-list .nav-tabs li.active a { background: #71b3fa; }
.testimonial-list .nav-tabs li.active a:focus { border: 0; }

/***** Contact us *****/

.contact-us-container {
	padding-bottom: 60px;
	border-bottom: 0;
}


/***** Footer *****/

footer {
	padding: 40px 0 35px 0;
}

.footer-social {
	font-size: 50px;
		line-height: 50px;
}

.footer-social a { color: #6aaddd; }
.footer-social a:hover, .footer-social a:focus { color: #71b3fa; }

.footer-copyright {
	margin-top: 25px;
}

.learn-more {
		margin-top: 30px;
		font-size: 24px;
		color: #fff;
		font-weight: 500;
		/*text-decoration: underline;*/
}
a.learn-more:hover {
		text-decoration: underline;
}

.about-description {
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	color: #636363;
	bottom: 20px;

}

.media-date {
	color: gainsboro;
	font-size: 17px;
	text-align: left;
	float: left;
}

.media-name {
	font-size: 15px;
	text-align: left;
	float: left;
}
a.media-name:hover {
		text-decoration: underline;
}

.media-description {
	font-size: 25px;
	color: #fff;
	text-align: left;
}

.careers {
	background-size: 100%;
}

.banner-container {
	height: 300px;
}

.card {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.card {
	margin-top: 25px;
	box-sizing: border-box;
	border-radius: 2px;
	background-clip: padding-box;
	background-color: #fff;
}
.card span.card-title {
		color: #fff;
		font-size: 24px;
		font-weight: 300;
		text-transform: uppercase;
}

.card .card-image {
	width: auto;
	height: 280px;
	position: relative;
	overflow: hidden;
}
.card .card-image img {
	border-radius: 2px 2px 0 0;
	background-clip: padding-box;
	position: relative;
	z-index: -1;
}
.card .card-image span.card-title {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-top: 16px;
}
.card .card-content {
	padding: 16px;
	border-radius: 0 0 2px 2px;
	background-clip: padding-box;
	box-sizing: border-box;
}
.card .card-content p {
	margin: 0;
	color: #000;
	font-size: 550px;
	text-align: justify;
	font-size: 15px;
	padding-top: 15px;
}
.card .card-content span.card-title {
	line-height: 48px;
}
.card .card-action {
	border-top: 1px solid rgba(160, 160, 160, 0.2);
	padding: 16px;
}
.card .card-action a {
	color: dodgerblue;
	margin-right: 16px;
	transition: color 0.3s ease;
	text-transform: uppercase;
	font-weight: 500px;
}
.card .card-action a:hover {
	color: #ffd8a6;
	text-decoration: none;
}

.card .card-content .job-title {
	color: dodgerblue;
	font-size: 25px;
	font-weight: bold;
	position: relative;

}

.highlight {
	text-decoration: underline;
	font-size: 150%;
}
