#bodyContainer {
	width: 100%;
	background: none;
	margin-left: auto;
	margin-right: auto;
}

.textContainer {
	display: inline;
	overflow: auto;
}

.textContainer a {
	color: inherit;
	text-decoration: underline;
}

.textContainer img {
	display: inline;
}

.textContainer .h1, .textContainer .h2, .textContainer .h3, .textContainer .h4, .textContainer .h5, .textContainer .h6, .textContainer h1, .textContainer h2, .textContainer h3, .textContainer h4, .textContainer h5, .textContainer h6 {
	font-family: inherit;
}

.iconElm {
	text-align: center;
}

.bolt-button-cta {
	font-size: 16px;
	font-family: 'Fontawesome';
	color: #fff;
	background-color: #00b99f;
	border: 0px;
	border-radius: 3px;
	padding: 6px 30px 6px 30px;
}

.bolt-button-cta:hover, .bolt-button-cta:focus {
	color: #fff;
	background-color: #00372f;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}

/* banner wrapper */
.banner-wrapper {
	position: relative;
}

.fade-carousel {
	position: relative;
	height: 500px;
}

.fade-carousel .carousel-inner .item {
	height: 500px;
}

.fade-carousel .carousel-indicators > li {
	margin: 0 2px;
	background-color: none;
	border-color: #fff;
	border-width: 2px;
	border-style: solid;
	width: 15px;
	height: 15px;
}

.fade-carousel .carousel-indicators > li.active {
	width: 15px;
	height: 15px;
}

.hero {
	position: absolute;
	width:90%;
	top: 50%;
	left: 50%;
	color: #fff;
	text-align: center;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	opacity: 0;
}

.carousel .item.active .hero {
	opacity: 1;
}

.hero h1 {
	text-transform: uppercase;
	font-size: 55px;
	margin: 0;
	padding: 0;
}

.hero h2 {
	font-size: 43px;
	margin: 10;
	padding: 0;
}

.hero h3 {
	font-size: 30px;
	font-weight: 400;
	padding: 10px 0 0;
}

.carousel .item.active .animated1 {
	animation: 1s ease-in 500ms normal both 1 running flipInX;
}

.carousel .item.active .animated2 {
	animation: 1s ease-in-out 100ms normal both 1 running bounceInLeft;
}

.carousel .item.active .animated3 {
	animation: 1s ease-in 500ms normal both 1 running bounceIn;
}

/* slides backgrounds */
.fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3 {
	height: 500px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.fade-carousel .slides .slide-1:before, .fade-carousel .slides .slide-2:before, .fade-carousel .slides .slide-3:before {
	background: #000 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.4;
	position: absolute;
	right: 0;
	top: 0;
}

.fade-carousel .slides .slide-1 {
	background-image: url(/img/banner1.jpg);
}

.fade-carousel .slides .slide-2 {
	background-image: url(/img/banner2.jpg);
}

.fade-carousel .slides .slide-3 {
	background-image: url(/img/banner3.jpg);
}

#id1 .description {
	position: relative;
	padding-left: 100px;
}

/* scroll-top */
#scroll-top {
	background: #3366ff none repeat scroll 0 0;
	border: 0 none;
	border-radius: 50%;
	bottom: 50px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	color: #fff;
	height: 40px;
	line-height: 40px;
	opacity: 0;
	position: fixed;
	right: 40px;
	text-align: center;
	transition: opacity 0.2s ease-out 0s;
	width: 40px;
	z-index: 9999;
}

#scroll-top i {
	color: #fff;
}

#scroll-top.show {
	opacity: 1;
}

/* app download button */
.download-btns img {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.download-btns img:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.download-btns a {
	display: inline-block;
	margin: 0px 15px 15px;
	border-radius: 4px;
	transition: all 0.4s;
}

/* ask */
.form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: rgba(255, 255, 255, 0.06);
	border-color: #171717;
}

.form-control:focus {
	box-shadow: none;
	background-color: #171717;
	border-color: #171717;
}

#message {
	margin-bottom: 20px;
}

/* spinner */
#loader {
	position: fixed;
	top: 37%;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	background-color: #000;
	opacity: 0.7;
	display: none;
}

#loader .spinner {
	height: 60px;
	width: 60px;
	margin: 94px auto 0 auto;
	position: relative;
	-webkit-animation: rotation .6s infinite linear;
	-moz-animation: rotation .6s infinite linear;
	-o-animation: rotation .6s infinite linear;
	animation: rotation .6s infinite linear;
	border-left: 6px solid rgba(0, 174, 239, .15);
	border-right: 6px solid rgba(0, 174, 239, .15);
	border-bottom: 6px solid rgba(0, 174, 239, .15);
	border-top: 6px solid rgba(0, 174, 239, .8);
	border-radius: 100%;
}

/* recaptcha */
#recaptcha-element {
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
}

#id1 .title {
	font-size: 22px;
}

#id3 .m-submit {
	text-align: center;
	margin-top: -7px;
}

/* cookie policy */
.cookiePolicy h4 {
	font-size: 18px;
	font-weight: 500;
	padding: 10px 0 0;
}

.cookiePolicy table {
	width: 150px;
}

@media (max-width: 992px) {
	#id1 .description { padding-left: 65px; margin-top: 10px; }
	#id1 .m-faq { padding-top: 48px; }
	#id2 .m-manual { padding-top: 60px; }
	.m-etc1 { padding-top: 20px; }
	.m-etc2 { padding-top: 40px; }
}

@media (min-width: 768px) and (max-width: 1200px) {
	#id3 .m-submit { margin-left: 34px; }
}

@media (min-width: 768px) and (max-width: 991px) {
	.hero h1 { font-size: 48px; }
	.hero h2 { font-size: 33px; }
	.hero h3 { font-size: 18px; }
}

@media (max-width: 767px) {
	#m_draw { display: block; }
	#m_draw a {
		color: #d6a82a;
		display: inline-block;
		font-size: 14px;
		font-weight: bold;
		text-align: left;
		border-radius: 5%;
		border: 2px solid;
		margin-bottom: 12px;
	}
	#m_language { display: block; text-align: left; }
	.hero h1 { font-size: 30px; }
	.hero h2 { font-size: 25px; }
	.hero h3 { font-size: 20px; }
	.fade-carousel { height: 250px; }
	.fade-carousel .carousel-inner .item { height: 250px; }
	.fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3 { height: 250px; }
}

@media (max-width: 767px) and (orientation: landscape) {
	#loader { top: 20%; }
}

@media (max-width: 522px) {
	.hero h1 { font-size: 28px; }
	.hero h2 { font-size: 23px; }
	.hero h3 { font-size: 18px; }
}

@media (max-width: 320px) {
	.hero h1 { font-size: 25px; }
	.hero h2 { font-size: 21px; }
	.hero h3 { font-size: 17px; }
	#id1 .title { font-size: 21px; }
	#id2 img { width: 100%; height: 100%; }
}

@-webkit-keyframes rotation {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(359deg); }
}

@-moz-keyframes rotation {
	from { -moz-transform: rotate(0deg); }
	to { -moz-transform: rotate(359deg); }
}

@-o-keyframes rotation {
	from { -o-transform: rotate(0deg); }
	to { -o-transform: rotate(359deg); }
}

@keyframes rotation {
	from { transform: rotate(0deg); }
	to { transform: rotate(359deg); }
}
