@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
	color: #616161;
	font: 15px/23px 'Open Sans', sans-serif;
}
#move-to-top {
	background: #333;
	border-radius: 5px;
	-moz-border-raduis: 5px;
	-webkit-border-radius: 5px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 0;
	position: fixed;
	right: 26px;
	text-align: center;
	bottom: 155px;
	transition: all 0.25s linear 0s;
	width: 38px;
	z-index: 25;
}
#move-to-top .fa-chevron-up {
	font-size: 22px;
}
.fa {
	display: inline-block;
	font: 22px/1 FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fa-chevron-up:before {
	content: "\f077";
}
.main-container {
	clear: both;
	display: block;
	margin: 0 auto;
	padding: 0;
	transition: transform 500ms ease;
	-webkit-transition: -webkit-transform 500ms ease;
	width: 100%;
}
#sticky {
	left: 0;
	position: fixed;
	right: 0;
	z-index: 99999;
}
.container {
	max-width: 1172px;
	width: 100%;
}
.main-header-container {
	background: #10161d;
	height: 82px;
	margin: 0 auto;
}
body .container {
	padding: 0;
}
.main .logo-wrap {
	margin-left: 21px;
}
#logo {
	float: left;
	margin: 20px 0 0;
}
h1 {
	color: #000000;
	font: 28px/1.4 'Open Sans', sans-serif;
}
a {
	color: #FAC759;
	text-decoration: none;
	transition: all 0.25s linear 0s;
}
a:hover,
a:focus {
	color: #fac759;
	text-decoration: none;
}
.secondary-navigation {
	display: block;
	float: right;
	max-width: 100%;
}
nav a#pull {
	display: none;
}
#navigation ul {
	margin: 0;
}
#navigation ul li {
	float: left;
	height: 100%;
	line-height: 24px;
	margin: 0 20px 0 0;
	position: relative;
}
.menu li, .menu li a {
	color: #707070;
	font: 700 15px/23px 'Open Sans', sans-serif;
}
.menu li a:hover,
.menu li a:focus {
	color: #fac759;
	text-decoration: none;
}
ol, ul {
	list-style: none;
	padding: 0;
}
#navigation ul li a, #navigation ul li a:link, #navigation ul li a:visited {
	display: inline-block;
}
.secondary-navigation a {
	padding: 28px 5px 27px;
}
#intro {
	padding: 152px 0 0;
}
section#intro {
	background: url(../images/header-background-optimized.jpg) no-repeat 100% 100% / cover;
}
.header-foreground-image {
	float: left;
	width: 42.2%;
}
.info-section-content {
	float: right;
	margin: 11.5% 0 0;
	width: 48.8%;
}
.main .main-header + section h3 {
	padding: 0;
	text-align: left;
}
.main .app-title, .app-description {
	color: #fff;
}
.main .app-title {
	font: 700 7em/100% 'Open Sans', sans-serif;
	margin: 0 0 8.8% -8px;
	padding: 0;
}
h3 {
	color: #000;
	font: 400 22px/1.4 'Open Sans', sans-serif;
}
.app-description {
	font: 400 3rem/1.3 'Open Sans', sans-serif;
	margin: 0 0 11%;
}
.intro-section-buttons-container {
	float: left;
	padding-right: 10px;
}
.intro-section-buttons {
	background: #fac759;
	color: #8e5a16;
	padding: 0.8em 1.0em;
}
.androidbtn{
	background: #93bc17;
	color: #fff;
	padding: 0.8em 1.0em;
}
.iosbtn{
	background: #9a979e;
	color: #fff;
	padding: 0.8em 1.0em;
}
.info-buttons-container {
	display: inline-block;
	width: 100%;
}
.info-buttons-container a {
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 5px;
	-moz-border-raduis: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
	margin-right: 5%;
	padding: 0.8em 3.0em 0.8em 4em;
	position: relative;
	vertical-align: top;
	width: 100%;
}
.info-buttons-container a:before {
	bottom: 50%;
	content: "\f04b";
	font: 30px/1 FontAwesome;
	left: 14px;
	margin-top: -14px;
	position: absolute;
	top: 50%;
}
.button-label {
	font-size: 13px;
}
.button-bold-text {
	font-size: 20px;
	font-weight: 700;
}
.overview-section {
	padding: 0 0 70px;
}
section#overview {
	background: url(../images/pattern3.png);
	color: #333;
}
section h3 {
	font-size: 80px;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	padding: 75px 0 27px 0;
	text-align: center;
}
.overview-section-description, .features-section-description, .carousel-section-description {
	font-size: 17px;
	line-height: 1.765;
	max-width: 85%;
	margin: 0 auto 5%;
	opacity: 0.8;
	text-align: center;
}
.slides_container {
	text-align: center;
}
section#features {
	background: #fac759;
    width:100%;
}
#features-main-container {
	margin: 0 4.25%;
	overflow: hidden;
}
#features h3 {
	color: #8e5a16;
}
.features-section-description {
	color: #8e5a16;
}
.feature-section-image {
	float: left;
	width: 50%;
}
.features-section-half {
	float: right;
	width: 50%;
}
.features-list-container ul li {
	margin-bottom: 5%;
}
.feature-icon-container {
	display: inline-block;
	float: left;
	margin-right: 3%;
}
.feature-text-container {
	overflow: hidden;
}
.features-list-container span.fa {
	border: 4px solid #FDFDFD;
	border-radius: 50%;
	color: #8e5a16;
	font-size: 32px;
	height: 76px;
	line-height: 70px;
	margin-top: 5px;
	text-align: center;
	width: 76px;
}
.fa-arrows-v:before {
	content: "\f07d";
}
.fa-youtube-play:before {
	content: "\f16a";
}
.fa-trophy:before {
	content: "\f091";
}
.fa-retweet:before {
	content: "\f079";
}
.fa-group:before, .fa-users:before {
	content: "\f0c0";
}
.features-list-container h4 {
	color: #8e5a16;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 8px;
}
.features-list-container .feature-description {
	font-size: 15px;
	color: #8e5a16;
	opacity: 0.8;
}
.carousel-section {
	clear: both;
	padding-bottom: 5%;
}
.carousel-main-container {
	margin: 0 4.25%;
	overflow: hidden;
}
.owl-item {
	float: left;
	width: 25%;
}
img {
	max-width: 100%;
}
.contact-section h3 {
	padding-bottom: 4%;
}
.no-map-contact-info-main-contanier .no-map-contact-info-container {
	border: 1px solid #BCBCBC;
	margin-bottom: 4%;
	padding: 1% 0 1% 0;
	width: 25%;
}
.contact-info-container {
	background: #fff;
	color: #333;
	margin: 0 auto;
	opacity: 0.7;
	text-align: center;
}
.contact-info-container h4 {
	color: #333333;
	font-size: 25px;
	font-weight: 700;
	line-line-height: 1.4;
	margin: 2% 0 15px 0;
}
.contact-company-address {
	margin-bottom: 15px;
}
.no-map-contact-info-main-contanier .contact-section-email {
	font-weight: 700;
	margin-top: 2%;
}
footer.footer {
	background: url(../images/hbg.png);
}
.copyrights {
	padding: 3.2% 0 2.2% 0;
}
#copyright-note .footer-site-logo, #copyright-note .footer-social-icons {
	float: left;
	width: 25%;
}
#copyright-note .footer-copyright-text {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
	color: #BCBCBC;
	float: left;
	padding: 10px 0;
	text-align: center;
	width: 50%;
}
#menu-secondary-menu .toggle-mobile-menu.active {
	display: none;
}
.scroll {
	opacity: 0;
}
#slides .carousel-inner > .item {
	display: block;
	float: left;
	width: 25%;
}
@media screen and (max-width: 480px) {
	div.header-foreground-image {
		display: none;
	}
	.info-section-content {
		float: none;
		magrgin-top: 20.5%;
		width: 100%;
	}
	body .info-section-container {
		margin: 0 13.25%;
	}
	.main .main-header + section h3 {
		text-align: center;
	}
	.feature-icon-container {
		float: none;
		width: auto;
	}
	.feature-text-container {
		text-align: center;
	}
	.features-list-container ul {
		text-align: center;
	}
	.owl-item {
		width: 100%;
	}
	.no-map-contact-info-main-contanier .no-map-contact-info-container {
		width: 80%;
	}
	#slides .carousel-inner > .item {
		display: none;
		float: none;
		width: 100%;
	}
	#slides .carousel-inner > .item.active {
		display: block;
	}
}
@media screen and (max-width: 865px) {
	section h3 {
		font-size: 40px;
	}
	nav a#pull {
		background: #fac759;
		color: #fff;
		display: block;
		float: right;
		padding: 10px;
		position: relative;
		width: 100%;
	}
	.secondary-navigation {
		float: none;
	}
	nav a#pull:after{
		content: "\f00b";
		display: inline-block;
		font: 22px/10px FontAwesome;
		position: absolute;
		right: 2.4%;
		top: 15px;
		text-indent: initial;
	}
	#page, .container, .main-header-container-cover {
		width: 96%;
	}
	#logo {
		float: none;
		margin: 10px 0;
		text-align: center;
	}
	.main .logo-wrap {
		margin-left: 0;
	}
	#menu-secondary-menu {
		background: #222222;
		display: block;
		height: 100%;
		left: 0;
		max-height: 100%;
		min-height: 100%;
		opacity: 1;
		overflow-y: scroll;
		position: fixed;
		top: 0;
		transform: translate(-100%,0);
		-webkit-transform: translate(-100%,0);
		-ms-transform: translate(-100%,0);
		transition: all 500ms ease-in-out;
		-webkit-transition: all 500ms ease-in-out;
		width: 0;
	}
	#menu-secondary-menu.open-mobile {
		opacity: 1;
		transform: translate(0,0);
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		width: 86%;
	}
	#navigation ul li {
		float: none;
		height: unset;
		margin-right: 0;
	}
	.secondary-navigation .menu li a {
		color: #fff;
		padding: 10px 15px;
	}
	#menu-secondary-menu .toggle-mobile-menu.active {
		display: block;
		float: none;
		padding: 10px 15px;
	}
	#navigation ul li a, #navigation ul li a:link, #navigation ul li a:visited {
		display: block;
	}
}
@media screen and (max-width: 1279px) {
	div.info-section-content > .app-description {
		font-size: 19px;
		margin-bottom: 6%;
	}
	.overview-section-description, .features-section-description, .carousel-section-description {
		font-size: 15px;
	}
}
@media screen and (max-width: 1300px) {
	.features-section-half {
		width: 45%;
	}
}
@media screen and (max-width: 728px) {
	div.info-section-content > .app-title {
		font-size: 53px;
		margin-bottom: 20px;
	}
	.info-section-container {
		bottom: 0;
		margin: 0;
		text-align: center;
	}
	.intro-section-buttons-container {
		float: none;
		text-align: center;
	}
	a.intro-section-buttons {
		margin-bottom: 10px;
	}
	.feature-section-image {
		float: none;
		margin: 0 auto 10%;
		width: 50%;
	}
	.features-list-container {
		width: 100%;
	}
	#copyright-note .footer-site-logo, #copyright-note .footer-social-icons, #copyright-note .footer-copyright-text {
		text-align: center;
		width: 100%;
	}
}