@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

/* global */

body {
	background-color: #444;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #676767;
}

h1 {
	font-family: Titillium Web;
	font-size: 44px;
	color: #000;
	margin-top: 0;
	margin-bottom: 25px;
}

h2 {
	font-family: Titillium Web;
	font-size: 32px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 25px;
}

h3 {
	font-family: Titillium Web;
	font-size: 26px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 25px;
}

/* buttons */

.btn,
.btn:visited {
	color: #fff;
	border: none;
	background-color: #1a91bd;
	font-weight: 600;
	padding: 10px 50px 10px 50px;
	font-family: Titillium Web;
	font-size: 16px;
	margin-top: 25px;
}

.btn:hover,
.btn:active,
.btn:focus {
	color: #fff;
	background-color: #136a8a;
}

.centered {
	text-align: center;
}

/* the navbar */

.navbar {
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: none;
	background-color: #0c4357;
	position: relative;
	margin-bottom: 0;
	z-index: 1029;
	max-height: 100px;
}

.navbar-brand {
	display: inline-block;
	margin-left: -15px;
	padding-top: 13px;
}

.navbar-brand > img {
	display: inline-block;
	margin-top: -5px;
}

.navbar img {
	height: 21px;
}

.navbar-default .navbar-brand {
	font-family: Titillium Web, sans-serif;
	font-size: 25px;
	color: #fff;
	font-weight: 700;
}

.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
	color:#fff;
}

/* the hamburger menu */

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:active {
	border: none;
	background-color: transparent;
}

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

/* the mobile navigation */

.navmenu.navmenu-default.navmenu-fixed-left.offcanvas-sm {
	background-color: rgba(0,0,0,0.9);
	border: none;
	padding-top: 25px;
}

.navmenu-default .navmenu-nav > .active > a {
	background-color: transparent;
	color: #fff;
}

.navmenu-default .navmenu-nav > .active > a:hover {
	background-color: transparent;
	color: #1a91bd;
}

.navmenu-default .navmenu-nav > li > a {
	color: #fff;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	font-size: 16px;
}

.navmenu-default .navmenu-nav > li > a:hover {
	color: #1a91bd;
}

.navmenu {
	max-width: 75%;
}

@media screen and (min-width: 377px) {
	
	.navbar img {
		height: 24px;
	}
	
	.navbar-default .navbar-brand {
		font-size: 28px;
	}
	
	.navbar-brand > img {
		margin-top: -10px;
	}
	
}

@media screen and (min-width: 450px) {
	
	.navbar img {
		height: 26px;
	}
	
	.navbar-default .navbar-brand {
		font-size: 30px;
	}
	
	.navbar-toggle {
		padding-top: 3px;
	}
	
	.navbar-toggle .icon-bar {
		width: 30px;
		height: 3px;
	}
	
	.navbar-toggle .icon-bar + .icon-bar {
		margin-top: 6px;
	}

}

@media screen and (min-width: 992px) {
	
	.navmenu {
		height: 100px;
		width: 100%;
		max-width: 100%;
		position: static;
	}
	
	.navmenu.navmenu-default.navmenu-fixed-left.offcanvas-sm {
		background-color: #0c4357;
		padding-top: 27px;
	}
	
	.navmenu-brand {
		float: left;
		margin-left: -15px;
		margin-top: 5px;
		padding-top: 6px;
	}
	
	.navmenu-brand img{
		height: 30px;
		margin-top: -10px;
	}
	
	.navmenu-default .navmenu-brand {
		color: #fff;
		font-family: 'Titillium Web', sans-serif;
		font-weight: 700;
		font-size: 36px;
	}
	
	.navmenu-default .navmenu-brand:active,
	.navmenu-default .navmenu-brand:focus,
	.navmenu-default .navmenu-brand:hover {
		color:#fff;
	}

	.nav.navmenu-nav {
		float: right;
	}
	
	.nav.navmenu-nav li {
		float: left;
	}
	
	.nav.navmenu-nav li a {
		margin-left: 15px;
		margin-right: 15px;
		padding-left: 0;
		padding-right: 0;
	}
	
	.nav.navmenu-nav li.active a {
		border-bottom: 2px solid #1a91bd;
	}
	
}

/* home */

#intro {
	color: #fff;
	padding-top: 65px;
	padding-bottom: 65px;
	padding-left: 15px;
	padding-right: 15px;
	background: #136a8a; /* For browsers that do not support gradients */
	background: -webkit-radial-gradient(circle, #136a8a, #0c4357); /* Safari */
	background: -o-radial-gradient(circle, #136a8a, #0c4357); /* Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(circle, #136a8a, #0c4357); /* Firefox 3.6 to 15 */
	background: radial-gradient(circle, #136a8a, #0c4357); /* Standard syntax */
}

#intro h1, 
#intro p {
	color: #fff;
	margin-top: 0;
}

.intro-text {
	padding-left: 10%;
	padding-right: 10%;
}

#second-intro {
	background-color: #fff;
	padding-top: 65px;
	padding-bottom: 65px;
	text-align: center;
}

#second-intro h1 {
	margin-bottom: 30px;
}

#second-intro .btn {
	margin-top: 10px;
	margin-bottom: 25px;
}

.software-icon-large {
	width: 171px;
}

.icon-wrapper-large {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}

.software-product-large h1 {
	margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
	
	.icon-wrapper-large {
		height: 171px;
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}
	
	.software-icon-large {
		margin: auto 0 auto 0;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
	
}

@media screen and (min-width: 992px) {

	.intro-text {
		padding-left: 10%;
		padding-right: 10%;
		height: 70px;
	}
	
}

@media screen and (min-width: 1200px){

	#intro .container,
	#second-intro .container {
		width: 970px;
	}
	
}

/* QuickScale, Semonto and contact */

#quickScale,
#contact {
	padding-top: 65px;
	padding-bottom: 65px;
	background-color: #fff;
}

#quickScale .row,
#semonto .row,
#contact .row {
	margin-bottom: 50px;
}

.product-title {
	margin-bottom: 25px;
}

.product-title a {
	margin-bottom: 25px;
	margin-top: 0;
}

@media screen and (min-width: 605px) {
	
	.product-title {
		margin-bottom: 50px;
	}

	.product-title h1 {
		display: inline;
		margin-right: 25px;
	}

	.product-title a {
		display: inline;
		position: relative;
		top: -11px;
	}

	.software-feature-img {
		float: left;
	}
	
}

/* QuickScale carousel */

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control.left,
.carousel-control.right {
	background-image: none;
	opacity: 1;
}

.carousel-control.left:hover,
.carousel-control.right:hover,
.carousel-control.left:active,
.carousel-control.right:active {
	background-image: none;
	opacity: 1;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
	color: #1a91bd;
	border-radius: 50%;
	font-size: 30px;
	top: 45%;
}

.carousel-control .icon-prev {
	left: 0;
}

.carousel-control .icon-next {
	right: 0;
}

.icon-next::before {
	position: relative;
	top: -3px;
	left: 1px;
}

.icon-prev::before {
	position: relative;
	top: -3px;
	right: 1px;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
	width: 30px;
	height: 30px;
}

#quickScale-carousel .item img {
	margin-left: auto;
	margin-right: auto;
}

.carousel-indicators {
	bottom: -15px;
}

.carousel-indicators li {
	border: none;
	background-color: #ccc;
}

.carousel-indicators li.active {
	background-color: #1a91bd;
}

@media screen and (min-width: 630px) {

	.carousel-control .icon-prev {
		left: 25%;
	}

	.carousel-control .icon-next {
		right: 25%;
	}
	
}

@media screen and (min-width: 725px) {

	.carousel-control .icon-prev {
		left: 50%;
	}

	.carousel-control .icon-next {
		right: 50%;
	}
	
}

@media screen and (min-width: 992px) {

	.carousel-control .icon-prev {
		left: 25%;
	}

	.carousel-control .icon-next {
		right: 25%;
	}
	
}

@media screen and (min-width: 1200px) {

	.carousel-control .icon-prev {
		left: 75%;
	}

	.carousel-control .icon-next {
		right: 75%;
	}
	
}

/* QuickScale */

.qs-main-feature {
	margin-bottom: 25px;
}

.qs-main-feature-img {
	text-align: center;
	margin-bottom: 15px;
}

@media screen and (min-width: 472px) {
	
	.qs-main-feature-img {
		padding-top: 5px;
		float: left;
		margin-bottom: 0;
	}
	
	.software-feature-text {
		margin-left: 230px;
	}
	
	#more-features {
		margin-bottom: 25px;
	}

	#quickScale .qs-more-features {
		margin-bottom: 0;
	}

	.qs-more-features > div {
		margin-bottom: 25px;
	}

	.qs-more-features div div:first-child {
		float: left;
		padding-top: 5px;
	}

	.qs-more-features div div:nth-child(2) {
		margin-left: 70px;
	}

	#quickScale .row.quickscale-features {
		margin-bottom: 0;
	}

	.qs-more-features {
		margin-bottom: 0;
	}

	.qs-more-features h3 {
		margin-bottom: 15px;
	}
}

@media screen and (min-width: 768px) {
	
	.qs-main-feature h3 {
		height: 85px;
	}
	
	.qs-main-feature {
		margin-bottom: 0;
	}
	
	.qs-main-feature-img {
		width: 100%;
		margin-bottom: 25px;
		padding-top: 0;
		height: 113px;
		display: flex;
		align-items: center;
		float: none;
	}
	
	.software-feature-text {
		margin-left: 0px;
	}
	
	.software-feature-img {
		vertical-align: middle;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	
}

@media screen and (min-width: 992px) {
	
	.qs-main-feature h3 {
		height: 60px;
	}
	
}

/* Semonto */

#semonto-intro-bg {
	background-image: url("../img/semonto-intro-bg.jpg");
	background-repeat: no-repeat;
	background-position: 75% 0%;
	background-size: cover;
	z-index: 0;
	color: #fff;
	margin-left: -15px;
	margin-right: -15px;
}

#semonto-intro-bg > div {
	padding: 0 0 0 0;
	background-color: rgba(0,0,0,0.5);
	height: 100%;
	padding: 75px 15px 50px 15px;
}

#semonto-intro-bg h2,
#semonto-intro-bg p {
	color: #fff;
}

#semonto-intro-bg img {
	padding-bottom: 45px;
	width: 100%;
	max-width: 225px;
}

#semonto-intro-bg h2 {
	padding-bottom: 25px;
}

#semonto {
	background-color: #fff;
	padding-bottom: 75px;
}

#semonto .row {
	margin-bottom: 25px;
}

.semonto-features {
	margin-top: 65px;
}

.semonto-features h2 {
	margin-bottom: 35px;
}

.semonto-features > div:nth-child(2),
.semonto-features > div:nth-child(3) {
	margin-bottom: 0;
}

.header-semonto-features {
	margin-top: 25px;
	margin-bottom: 25px;
}

.semonto-feature {
	margin-bottom: 25px;
}

.semonto-icon-wrapper {
	height: 110px;
	width: 110px;
	padding-top: 3px;
	float: left;
}

.semonto-icon-wrapper img {
	width: 110px;
	height: 110px;
}

.semonto-info {
	margin-left: 150px;
}

.interested {
	text-align: center;
}

.interested a {
	margin-top: 0;
}

@media screen and (min-width: 768px) {
	
	#semonto-intro-bg {
		background-image: none;
		height: 510px;
		margin-top: -2px;
		margin-left: 0;
	}
	
	#semonto-intro-bg-large {
		background-image: url("../img/semonto-intro-bg.jpg");
		position: absolute;
		background-repeat: no-repeat;
		background-position: 75% 0%;
		background-size: cover;
		left: 0;
		height: 510px;
		width: 100%;
		top: 100px;
		z-index: 0;
	}
	
}

@media screen and (min-width: 992px) {
	
	#semonto-intro-bg-large {
		height: 490px;
		background-position: 50% 0;
	}
	
	#semonto-intro-bg {
		height: 490px;
	}
	
	.header-semonto-features,
	.header-semonto-features h2 {
		margin-bottom: 0;
	}
	
}

@media screen and (min-width: 1200px) {
	
	#semonto-intro-bg-large {
		background-position: center 75%;
		height: 470px;
	}
	
	#semonto-intro-bg {
		height: 470px;
	}
	
}

/* contact */

#contact {
	padding-bottom: 0;
}

#contact h1 {
	margin-top: 0;
	margin-bottom: 35px;
}

.contact-type {
	color: #1a91bd;
	font-weight: 700;
	width: 80px;
	display: inline-block;
}

.contact-data {
	margin-bottom: 25px;
}

.contact-data * {
	list-style: none;
}

.contact-data a {
	color: #676767;
}

.contact-data a:hover {
	text-decoration: none;
	color: #676767	;
}

.contact-data ul {
	padding-left: 0;
}

.contact-data li {
	margin-bottom: 25px;
}

#contact {
	padding-bottom: 25px;
	padding-top: 25px;
}

#contact form .contact-type {
	display: inline;
}

#contact form label {
	color: #676767;
	font-weight: 500;
}

#message {
	min-width: 100%;
	max-width: 100%;
}

#about-us .container {
	border-bottom: 1px solid #ccc;
}

#about-us {
	padding-top: 65px;
	background-color: #fff;
}

#about-us h2,
#about-us p {
	margin-bottom: 25px;
}

@media screen and (min-width: 1200px){

	#contact .container,
	#about-us .container {
		width: 970px;
	}
	
}

/* footer */

footer{
	background-color: #f6f6f6;
	padding-top: 50px;
	padding-bottom: 50px;
}

.copyright {
	margin-top: 25px;
	text-align: center;
	color: #999;
	font-size: 12px;
}

.footer-nav {
	text-align: center;
	margin-top: 25px;
}

.footer-nav a {
	margin: 0 10px 0 10px;
	color: #000;
	text-decoration: none;
	font-family:'Titillium Web', sans-serif;
	font-weight: 600;
}

.footer-nav a:hover {
	margin: 0 10px 0 10px;
	color: #777;
}

.footer-contact {
	text-align: center;
	margin-top: 25px;
	height: 25px;
	padding: 0;
}

.footer-contact a {
	margin: 0 25px 0 25px;
	text-decoration: none;
	display: inline-block;
}

.footer-contact a img {
	height: 25px;
	width: 25px;
	opacity: 0.25;
}

.footer-contact a img:hover {
	opacity: 0.5;
}