body {
	background: #fff;
	color: #8d8d8d;
	position: relative;
	font-family: 'Open Sans';
}
a {
	cursor: pointer;
}
.wrap {
	overflow: hidden;
	width: 100%;
}
.container-fluid {
	max-width: 1180px;
}
.scrollbar-measure {
	width: 100px;
	height: 100px;
	overflow: scroll;
	position: absolute;
	top: -9999px;
}
.box-title {
	text-align: center;
}
.box-title span {
	text-transform: uppercase;
	display: block;
	font-size: 30px;
	font-weight: 300;
	color: #3b4552;
}
.box-title.title-white span {
	color: #fff;
}
.box-title strong {
	display: block;
	font-size: 20px;
	font-weight: 300;
	color: #898989;
}
.header {
	z-index: 200;
	background: none;
	border: none;
	margin: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.header.fixed {
	background: rgba(0,118,172,1);
}
.header .container-fluid {
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
.header.fixed .container-fluid {
	padding-top: 0;
	padding-bottom: 0;
}
.logo {
	background: url(../images/logo.png) no-repeat;
	width: 106px;
	height: 58px;
	-webkit-background-size: 106px 58px;
	background-size: 106px 58px;
	display: block;
	text-indent: -9999px;
	float: left;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
.header.fixed .logo {
	width: 72px;
	height: 40px;
	-webkit-background-size: 72px 40px;
	background-size: 72px 40px;
	margin: 8px 0;
}
.navbar-nav {
	margin: 12px 0 10px;
}
.navbar-nav > li {
	margin-left: 2px;
}
.navbar-nav > li > a {
	color: #fff !important;
	padding: 0 20px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 35px;
	font-weight: bold;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.navbar-nav > li > a:focus {
	background: none;
}
.navbar-nav > li > a:hover {
	background: rgba(255,255,255,0.2) !important;
}
.header .list-unstyled {
	margin: 12px 0 10px;
}
.header .list-unstyled > li {
	float: left;
}
.header .list-unstyled > li > a {
	display: block;
	color: #fff !important;
	padding: 0 20px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 35px;
	font-weight: bold;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-decoration: none !important;
}
.header .dropdown-menu {
	width: 335px;
	left: 50%;
	margin-left: -167px;
	padding: 20px;
	text-align: center;
}
.header .dropdown-menu:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -7px;
}
.header .dropdown-title {
	display: block;
	font-size: 20px;
	color: #3b4552;
	margin-bottom: 20px;
	text-align: left;
}
.header .dropdown .btn {
	width: 150px;
	margin-bottom: 15px;
}
.header .dropdown p {
	margin: 3px 0;
}
.header .dropdown a {
	color: #008fdd !important;
	text-decoration: underline;
	font-size: 13px;
}
.header .dropdown a:hover {
	text-decoration: none;
}

/* ------------------------------------ */

.box1 {
	background: url(../images/box1.jpg) no-repeat 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	color: #fff;
}
.box1:before {
	content: "";
	background: url(../images/circles.png) no-repeat;
	width: 930px;
	height: 930px;
	position: absolute;
	left: 50%;
	bottom: -450px;
	margin-left: -465px;
}
.box1 .container-fluid {
	position: relative;
	z-index: 100;
}
.box1 .tbl {
	display: table;
	width: 100%;
	text-align: center;
	height: 615px;
}
.box1 .tbl .td {
	display: table-cell;
	vertical-align: middle;
}
.box1 h1 {
	font-size: 50px;
	text-transform: uppercase;
	font-weight: bold;
}
.box1 h2 {
	font-size: 25px;
	font-weight: 100;
	letter-spacing: 1px;
}
.box2 {
	background: #fbfbfb url(../images/box2.jpg) no-repeat 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 25px 0;
}
.box2 img {
	display: block;
	margin: 0 auto;
	width: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.7;
    height: 70px;
}
.box2 img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}
.box3 {
	padding: 60px 0;
}
.box3 .row > div {
	position: relative;
}
.box3 .row > div:before {
	content: "";
	width: 1px;
	height: 300px;
	background: #f1f2f3;
	position: absolute;
	top: 130px;
	left: 0;
}
.box3 .row > div:first-child:before {
	display: none;
}
.box3 img {
	display: block;
	margin: 0 auto 45px;
	width: 80px;
}
.box3 strong {
	display: block;
	color: #3b4552;
	font-size: 20px;
	margin-bottom: 30px;
	font-weight: normal;
}
.box3 p {
	color: #7c828a;
	font-size: 15px;
	line-height: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
.box3 .btn {
	margin-top: 25px;
}

/* box3 modal */

.modal .close {
	position: absolute;
	right: 10px;
	top: 5px;
}
.modal .close:hover {
	color: #008fdd;
}
.modal-content {
	overflow: hidden;
}
.modal-header {
	padding: 20px 30px;
}
.modal-body {
	padding: 40px 30px;
}
.modal-footer {
	text-align: center;
	color: #8b9097;
	font-size: 12px;
	overflow: hidden;
	clear: both;
}
.modal-footer p {
	margin: 0;
}
.modal img.pull-left {
	width: 80px;
	height: 80px;
	border: 1px solid #008fdd;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	padding: 15px;
	margin-right: 30px;
}
.modal-header div {
	overflow: hidden;
	padding-top: 5px;
}
.modal-header div strong {
	display: block;
	color: #0a93df;
	font-size: 25px;
	font-weight: normal;
}
.modal-header div span {
	display: block;
	color: #7c828a;
	font-size: 17px;
}
#myModal-1 ul {
	font-size: 0;
}
#myModal-1 ul li {
	display: inline-block;
	vertical-align: top;
	width: 33.33333333%;
	text-align: center;
	padding: 0 20px;
}
#myModal-1 ul li .price {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	width: 130px;
	height: 130px;
	margin: 0 auto;
	line-height: 130px;
	color: #fff;
	margin-bottom: 28px;
	position: relative;
	display: block;
	text-decoration: none;
}
#myModal-1 ul li:first-child .price {
	background: rgb(130,176,250); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(130,176,250,1) 0%, rgba(125,172,250,1) 37%, rgba(106,158,249,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(130,176,250,1) 0%,rgba(125,172,250,1) 37%,rgba(106,158,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(130,176,250,1) 0%,rgba(125,172,250,1) 37%,rgba(106,158,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82b0fa', endColorstr='#6a9ef9',GradientType=0 ); /* IE6-9 */
}
#myModal-1 ul li:nth-child(2) .price {
	background: rgb(249,202,75); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(249,202,75,1) 0%, rgba(249,200,70,1) 34%, rgba(248,190,50,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(249,202,75,1) 0%,rgba(249,200,70,1) 34%,rgba(248,190,50,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(249,202,75,1) 0%,rgba(249,200,70,1) 34%,rgba(248,190,50,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ca4b', endColorstr='#f8be32',GradientType=0 ); /* IE6-9 */
}
#myModal-1 ul li:nth-child(3) .price {
	background: rgb(244,120,121); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(244,120,121,1) 0%, rgba(243,114,115,1) 41%, rgba(241,96,97,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(244,120,121,1) 0%,rgba(243,114,115,1) 41%,rgba(241,96,97,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(244,120,121,1) 0%,rgba(243,114,115,1) 41%,rgba(241,96,97,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f47879', endColorstr='#f16061',GradientType=0 ); /* IE6-9 */
}
#myModal-1 ul li:first-child .price .fa {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #6b9ff9;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 16px;
	color: #fff;
	line-height: 38px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
#myModal-1 ul li:nth-child(2) .price .fa {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #f8be32;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 16px;
	color: #fff;
	line-height: 38px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
#myModal-1 ul li:nth-child(3) .price .fa {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #f16061;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 16px;
	color: #fff;
	line-height: 38px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
#myModal-1 ul li .price b {
	font-size: 42px;
	font-style: normal;
	font-weight: normal;
}
#myModal-1 ul li .price em {
	font-size: 47px;
	font-style: normal;
	font-weight: bold;
}
#myModal-1 ul li .price sup {
	font-size: 25px;
	position: relative;
	top: -15px;
}
#myModal-1 ul li span {
	font-size: 18px;
	color: #3b4552;
	margin-bottom: 12px;
	display: block;
}
#myModal-1 ul li p {
	font-size: 13px;
	color: #48515d;
}
#myModal-2 .modal-diagram {
	float: left;
	width: 65%;
	margin-right: 50px;
}
#myModal-2 .modal-diagram img {
	width: 100%;
	height: auto;
	display: block;
}
#myModal-2 .modal-body p {
	font-size: 13px;
	color: #48515d;
}
#myModal-2 .modal-list {
	overflow: hidden;
}
#myModal-2 ol {
	padding: 0 0 0 20px;
	margin: 0 0 40px 0;
}
#myModal-2 ol li {
	color: #48515d;
	font-size: 15px;
	margin-bottom: 5px;
}
#myModal-3 ul {
	margin-bottom: 40px;
}
#myModal-3 ul li {
	color: #48515d;
	font-size: 15px;
	margin-bottom: 5px;
	text-align: left;
}
.btn {
	color: #fff !important;
	height: 42px;
	font-size: 12px;
	line-height: 42px;
	font-weight: bold;
	padding: 0 20px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
}
.btn-green {
	background: #4bd5c0;
}
.btn-green:hover {
	background: #79ebda;
}
.btn-red {
	background: #ee534f;
}
.btn-red:hover {
	background: #f47c79;
}
.btn-blue {
	background: #008fdd;
}
.btn-blue:hover {
	background: #50b8f0;
}
.btn-light-blue {
	background: #3fbfd6;
}
.btn-light-blue:hover {
	background: #87d8e5;
}
.box4 {
	background: url(../images/box4.jpg) no-repeat 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 50px 0;
	min-height: 620px;
}
.box4 .box-title {
	margin-bottom: 10px;
}
.box4 .carousel {
	margin-bottom: 50px;
}
.box4 .carousel-inner {
	margin-top: 30px;
}
.box4 .carousel-control {
	display: none !important;
}
.box4 .carousel-indicators {
	position: relative;
	margin: 0;
	padding: 0;
	left: auto;
	bottom: auto;
	top: auto;
	width: auto;
}
.box4 img {
	display: block;
	max-width: 1000px !important;
	margin: 0 auto;
	width: 100%;
}
.box5 {
	padding: 62px 0 50px;
	color: #3b4552;
}
.box5 .box-title {
	margin-bottom: 20px;
}
.box5 .img-holder {
/*	max-width: 580px;
	margin: 0 auto;
	position: relative;*/
	overflow: hidden;
}
.box5 .left-side,
.box5 .right-side {
	max-width: 230px;
	margin-top: 100px;
}
.box5 .empty-text {
	margin-bottom: 60px;
}
.box5 .left-side {
	text-align: right;
}
.box5 .left-side .fill-text {
	background: #fde4c5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 15px;
}
.box5 .left-side .fill-text strong {
	text-transform: uppercase;
	color: #3b4552;
	font-size: 16px;
}
.box5 .right-side .fill-text {
	background: #78d8df;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 15px;
	color: #fff;
}
.box5 p {
	margin: 0;
	font-size: 16px;
	line-height: 21px;
}
.box5 .btn {
	margin-top: 35px;
}
.box5 .text-center {
	overflow: hidden;
	clear: both;
}
.box6 {
	background: #f1f2f3;
	padding: 50px 0;
}
.box6 img {
	width: 100%;
	max-width: 423px;
	margin: 0 auto 30px;
}
.box6 .panel-heading {
	background: #fff;
	border: none;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	padding: 15px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.box6 .panel-heading a {
	display: block;
	overflow: hidden;
}
.box6 .panel-title {
	font-weight: 300;
}
.box6 .panel {
	background: none !important;
	border: none !important;
	box-shadow: none !important;
}
.panel-group .panel + .panel {
	margin-top: 20px;
}
.panel-group .panel-body {
	border: none !important;

}
.box6 .collapsed .fa {
	margin-top: 1px;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.box7 {
	padding: 50px 0;
	background: url(../images/box7.jpg) no-repeat 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
}
.box7 .box-title {
	margin-bottom: 20px;
}
.box7 .form-control {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: none;
	border: none;
	font-size: 16px;;
}
.box7 input.form-control {
	height: 40px;
}
.box7 textarea.form-control {
	height: 90px;
	resize: none;
}
.box7 form {
	max-width: 700px;
	margin: 0 auto;
}
.bootstrap-select {
	width: 100% !important;
}
.bootstrap-select .btn {
	color: #898989 !important;
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: none !important;
	border: none;
	background: #fff !important;
}
.footer {
	background: #001c2c;
	color: #719ab0;
	overflow: hidden;
	font-size: 11px;
	line-height: 16px;
}
.footer a {
	color: #719ab0;
}
.footer .container-fluid {
	padding-top: 50px;
	padding-bottom: 50px;
}
.f-left {
	float: left;
	width: 320px;
	padding-right: 25px;
	margin-right: 50px;
	border-right: 1px solid #183342;
	color: #8ebad2;
}
.footer p {
	margin: 0 0 5px 0;
}
.logo-footer {
	display: block;
	width: 106px;
	height: 59px;
	text-indent: -9999px;
	opacity: 0.3;
	margin-bottom: 20px;
}
.f-right {
	overflow: hidden;
}
.footer strong {
	display: block;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 20px;
}
.footer .social {
	margin-top: 30px;
}
.footer .social a {
	display: inline-block;
	vertical-align: top;
}
.footer .social a + a {
	margin-left: 15px;
}
.footer .social .fa {
	font-size: 22px;
	color: #008fdd;
}
.footer .social .fa:hover {
	color: #fff;
}
.footer ul li {
	float: left;
	width: 50%;
	margin-bottom: 5px;
}
.footer .text-center {
	font-size: 12px;
	border-top: 1px solid #183342;
	padding: 15px 0;
	text-transform: uppercase;
	color: #436b81;
}
.footer .text-center a {
	color: #436b81;
	text-decoration: none;
}
.footer .text-center a:hover {
	color: #008fdd;
}

/* ------------------------------------ */

.navbar-toggle {
	margin: 12px 0;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #fff;
}

/* mobile ------------------------------------ */

@media (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
        background: none !important;
    }
    .navbar-header {
        float: none;
    }
	.header {
		background: rgba(0,118,172,1);
	}
	.header .container-fluid {
		padding-top: 0;
		padding-bottom: 0;
	}
	.header .logo {
		width: 72px;
		height: 40px;
		-webkit-background-size: 72px 40px;
		background-size: 72px 40px;
		margin: 8px 0;
	}
	.header .list-unstyled {
		margin-right: 5px;
	}
	.navbar-nav {
		float: none;
		width: 100%;
	}
	.navbar-nav > li {
		float: none;
	}
	.navbar-nav > li > a {
		padding-left: 0;
		padding-right: 0;
	}
	.navbar-nav > li > a:hover {
		background: none !important;
	}
	.navbar-collapse {
		padding-left: 0 !important;
		padding-right: 0 !important;
		border: none !important;
	}
	.box5 img {
		display: none !important;
	}
}
@media (max-width: 767px) {
	.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
		margin-left: 0;
		margin-right: 0;
	}
	.box3 .row > div + div {
		margin-top: 20px;
	}
}
@media (max-width: 567px) {
	.box2 .row > div {
		float: none;
		width: 100%;
		padding: 10px 0;
	}
}