html {
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}

html,
body {
	height: 100%;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
}

/* Buttons
-------------------------------------------------- */

.btn {
	padding: 11px 60px;
	font-size: 26px;
	border-radius: 6px;
}

.btn-primary {
	color: #ffffff;
	background-color: #00b400 !important;
	border-color: transparent !important;
	background-image: none;	
	filter: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 3px solid #009500 !important;
	letter-spacing: 1px;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.btn-primary:hover {
	color: #ffffff;
	background-color: #009500 !important;
	background-image: none;
	border-color: transparent;
	filter: none;
	border-bottom: 3px solid #00b400 !important;
}

a.btn-primary:hover {
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
}

.btn-primary.btn-submit {
	padding: 11px 30px;
	background-color: #000440 !important;
	border-bottom: 3px solid #1a1e53 !important;
}

.btn-primary.btn-submit:hover {
	color: #00acec;
}

/* Carousel
-------------------------------------------------- */

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	margin: 0;
}

.carousel-fade .carousel-inner .item {
	opacity: 0;
	-moz-transition-property: opacity;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-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 {
	min-width: 100%;
}

.carousel .item a {
	float: left;
}

.carousel .item a img {
	width: 100%;
}

.carousel.carousel-3 .item a {
	width: 33.3333333%;
}

.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
	z-index: 5;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -45px; /*(90/2)-2*/
	font-size: 90px;
	line-height: 90px;
	width: 100%;
	text-align: center;
}

.carousel-control .fa-chevron-left:before,
.carousel-control .fa-chevron-right:before {
	display: inline-block;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

/* Main
-------------------------------------------------- */

h3 {
	font-size: 30px;
	line-height: 34px;
	font-weight: 700;
	margin: 0;
	font-family: "Open Sans", Arial, sans-serif;
}

h4 {
	font-size: 30px;
	line-height: 34px;
	font-weight: 700;
	margin: 0;
	color: #000440;
	font-family: "Open Sans", Arial, sans-serif;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 30px 0;
}

p a {
	color: #00acec;
}

p a:hover {
	color: #000440;
}

.list-validation-errors {
	list-style-type: none;
	margin: 0 0 30px 0;
	padding: 0;
}

.container {
	padding: 0;
}

.row,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-12 {
	margin: 0;
	padding: 0;
}

.wrapper.white {
	color: #000440;
}

.wrapper.blue {
	background: #000440;
	color: #fff;
}

.wrapper.light-blue {
	background: #00acec;
	color: #fff;
}

.highlight {
	color: #00acec;
}

.highlight a {
	color: #000440;
}

.highlight a:hover {
	color: #00acec;
}

.wrapper.light-blue .highlight {
	color: #fff;
}

/* One
-------------------------------------------------- */

#wrapper-intro {
	background: url("../img/bg.jpg") 50% 0 no-repeat;
}

#wrapper-intro .logo img {
	max-width: 440px;
}

/* Two
-------------------------------------------------- */

#wrapper-info {
	overflow: hidden;
	text-align: center;
}

#wrapper-info .icon {
	text-align: center;
	margin-bottom: 20px;
}

/* Three
-------------------------------------------------- */

#wrapper-app .container {
	text-align: center;
}

#wrapper-app .row:first-child + .row .col-lg-12 {
	text-align: center;
}

#wrapper-app img {
	width: 100%;
	max-width: 1070px;
}

#wrapper-app a img {
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

#wrapper-app a:hover img {
	-moz-transform:scale(1.01);
	-webkit-transform:scale(1.01);
	-o-transform:scale(1.01);
	-ms-transform:scale(1.01);
	transform:scale(1.01);
}

/* Four
-------------------------------------------------- */

#wrapper-carousel .container {
	border-bottom: 2px solid #00acec;
}

#wrapper-carousel .carousel .col-lg-4 > a {
	display: block;
	width: 100%;
}

#wrapper-carousel .carousel .col-lg-4 > a img {
	width: 100%;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

#wrapper-carousel .carousel .col-lg-4 > a:hover {
	overflow: visible;
}

#wrapper-carousel .carousel .col-lg-4 > a:hover img {
	-moz-transform:scale(.95);
	-webkit-transform:scale(.95);
	-o-transform:scale(.95);
	-ms-transform:scale(.95);
	transform:scale(.95);
}

/* Five
-------------------------------------------------- */

#wrapper-contact {
	
}

/* Six
-------------------------------------------------- */

form {
	font-size: 18px;
}

fieldset {
	overflow: hidden;
}

.form-group {
	margin-bottom: 20px;
}

.control-label {
	text-align: left !important;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	color: #000440;
}

.control-label span.translation {
	color: #fff;
}

.control-label span.required {
	color: #000440;
}

.control-label span.required:before {
	content: " ";
}

.form-control {
	font-family: "Open Sans", Arial, sans-serif;
	border-radius: 6px;
	font-size: 18px;
	height: auto;
	padding: auto;
	background-color: #fff;
	color: #000440;
	border: 2px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control::-ms-clear {
	display: none;
}

.form-control ~ .form-control-feedback.glyphicon.glyphicon-ok { /*Show icon for disabled fields*/
	color: #84bc27;
}

input.form-control {
	padding: 6px 10px;
	-webkit-appearance: none;
	-moz-appearance: none; /* Mobile Firefox */
}

.form-control:focus,
.form-control:hover {
	border: 2px solid #000440;

	-webkit-box-shadow: none;
	box-shadow: none;
}

#wrapper-form {

}

/* Seven
-------------------------------------------------- */

#wrapper-footer {
	padding: 30px 0;
	border-top: 20px solid #00acec;
}

#wrapper-footer .col-lg-6 + .col-lg-6 {
	text-align: right;
}

#wrapper-footer .fa {
	color: #fff;
}

#wrapper-footer .fa.fa-inverse {
	color: #000440;
}

#wrapper-footer p {
	font-size: 14px;
	line-height: 30px;
	margin: 0;
}

#wrapper-footer p a {
	color: #fff;
}

#wrapper-footer p a:hover {
	color: #00acec;
}

#wrapper-footer a span {
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}


#wrapper-footer a:hover span {
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}
