@charset  "utf-8";

/* CSS Document */
body {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	font-family: Arial,Helvetica,sans-serif;
}

a {
	color: rgba(4,139,58,1);
}
p {
	margin-bottom: 10px;
}
.structure {
	max-width: 1220px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	z-index: -999;
}

.structure:before,.structure:after {
	display: table;
	content: " ";
}

*,:before,:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.structure:after {
	clear: both;
}

.header-area {
	float: left;
	width: 100%;
	background: #fff;
	border-top: 5px solid #3ba936;
	border-bottom: 3px solid #3ba936;
}

.header {
	float: left;
	width: 100%;
}

.logo {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

.header-right {
	float: right;
	width: 50%;
	margin-top: 10px;
}

.social {
	float: left;
	margin-right: 0;
	margin-top: 10px;
}

.social p {
	color: #1e3686;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 18px;
	float: left;
	margin-right: 5px;
	margin-bottom: 0;
}

.menu {
	float: right;
	display: inline-block;
	padding-bottom: 10px;
	margin-top: 10px;
	width: 100%;
}

.menu ul {
	list-style-type: none;
	float: right;
	padding: 0;
	margin: 0;
}

.menu ul li {
	float: left;
	margin-right: 15px;
}

.menu ul li a {
	color: #1e3686;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 18px;
	text-decoration: none;
	padding: 0 7px;
	font-weight: 400;
	float: left;
	border-bottom: 1px solid #fff;
}

.menu ul li a.active,.menu ul li a:hover {
	color: #3ba935;
	border-bottom: 1px solid #1e3686;
}

.menu ul li:last-child {
	border: none;
	background-image: none;
	margin-right: 0;
}

.menu ul li:last-child a {
}

a.sprite,.sprite {
	background: url(images/sprite.png);
	display: inline-block;
	text-indent: -9999px;
}

li {
	list-style-type: none;
}

.flow {
	padding-top: 1%;
	float: right;
}

.flow ul {
	margin: 0;
}

.socials li {
	float: left;
	width: auto !important;
	border: none !important;
	margin-right: 10px;
}

.socials li:last-child {
	margin-right: 0;
}

.socials li img:hover {
	opacity: .5;
}

.banners-area {
	float: left;
	width: 100%;
	border-bottom: 2px solid #484848;
}

.banners {
	float: left;
	width: 100%;
}

.banners img {
	width: 100%;
}

.text-area {
	float: left;
	width: 100%;
}

.text {
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 30px;
}

.text-right {
	float: right;
	width: 20%;
	padding: 20px;
	padding-top: 40px;
	padding-left: 0;
	display: inline-block;
	text-align: center;
}

.text-left {
	float: left;
	width: 78%;
	padding-left: 15px;
	border-left: 6px solid #3aa835;
	padding-top: 20px;
	padding-bottom: 20px;
}

.text-right .right-buttons {
	border: none;
	color: #894e1c;
	display: block;
	float: none;
	font-family: arial;
	font-size: 22px;
	font-weight: 400;
	padding: 10px 30px;
	text-align: center;
	width: auto;
}

.text-right .right-buttons a {
	padding: 5px 20px;
	color: #fff;
	background: #3aa835;
	display: block;
	text-decoration: none;
	min-width: 220px;
}
.text-right .right-buttons a:hover {
	background: #2c7a28;
}
.text-left p {
	font-size: 14px;
	line-height: 1.5;
	color: #525252;
	font-family: Arial,Helvetica,sans-serif1;
	text-align: center;
}

.bottom-area {
	float: left;
	width: 100%;
	background: #3aa835;
	border-bottom: 5px solid #fff;
	margin-bottom: 10px;
	padding-bottom: 15px;
}

.bottom {
	float: left;
	width: 100%;
	padding-top: 20px;
}

.bottom ul {
	float: left;
	width: 100%;
}

.bottom ul li {
	float: left;
	width: 23%;
	margin-right: 2.666666%;
	display: inline-block;
	text-align: center;
}

.bottom ul li:last-child {
	margin-right: 0;
}

.bottom img {
	border-radius: 50%;
	max-width: 100%;
	display: inline-block;
	text-align: center;
	float: none;
	margin-bottom: 15px;
	border: 5px solid #fff;
}

.bottom h1 {
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	font-family: Arial,Helvetica,sans-serif1;
	color: #fff;
	margin-bottom: 10px;
}

.bottom p {
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	font-family: arial;
	color: #fff;
}

.more {
	float: none;
	display: inline-block;
	text-align: center;
	width: 100%;
	margin-top: 20px;
}

.more a {
	text-align: center;
	text-decoration: none;
	display: inline-block;
	background: #fff;
	padding: 5px 30px;
	font-family: arial;
	font-size: 14px;
	font-weight: 700;
	color: #000;
}

.box-area {
	float: left;
	width: 100%;
	background: #e6e6e6;
	padding-top: 20px;
	padding-bottom: 20px;
}

.box {
	float: left;
	width: 100%;
}

.box ul {
	float: left;
	width: 100%;
}

.box ul li {
	float: left;
	width: 32%;
	margin-right: 2%;
}

.box ul li:last-child {
	margin-right: 0;
}

.box h1 {
	font-size: 22px;
	color: #2c418c;
	font-weight: 400;
	margin-bottom: 10px;
	font-family: Arial,Helvetica,sans-serif2;
}

.box p {
	font-size: 14px;
	font-weight: 400;
	font-family: arial;
	color: #343435;
	text-align: justify;
	line-height: 1.5;
}

.box p a {
	text-decoration: none;
	color: #0b813e;
	float: right;
	font-weight: 700;
	margin-top: 10px;
}

.box img {
	width: 100%;
	border: 1px solid #0b813e;
	margin-bottom: 10px;
}

.col-area-area {
	float: left;
	width: 100%;
	background: #60aad8;
	padding-top: 10px;
	padding-bottom: 10px;
}

.col {
	float: left;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}

.col ul {
	float: left;
	width: 100%;
}

.col ul li {
	float: left;
	width: 66%;
	margin-right: 2%;
}

.col ul li:last-child {
	margin-right: 0 !important;
	width: 32%;
}

.col h1 {
	font-size: 30px;
	color: #0b813e;
	font-weight: 400;
	font-family: Arial,Helvetica,sans-serif2;
}

.cd {
	float: left;
	width: 100%;
	padding: 10px;
}

.cd ul {
	float: left;
	width: 100%;
	margin-bottom: 2%;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}

.cd ul:last-child {
	margin-bottom: 0;
}

.cd ul li {
	float: left;
	width: 32% !important;
	margin-right: 2% !important;
	padding-bottom: 0;
	margin-bottom: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
}

.cd ul li:last-child {
	margin-right: 0 !important;
}

.col ul li img {
	max-width: 100%;
	width: 100%;
	border: 1px solid #000;
}

.enquiry {
	background: #21c367;
	float: left;
	width: 100%;
}

.enquiry h1 {
	font-size: 24px !important;
	color: #fff !important;
	font-family: Arial,Helvetica,sans-serif2;
	text-align: center;
	background: #0b813e;
	padding-top: 12px;
	padding-bottom: 7px;
	box-shadow: 0 1px 1px 1px #000;
	margin-bottom: 20px;
	font-weight: 400;
	text-transform: uppercase;
	border-bottom: none !important;
}

.enq {
	padding: 10px;
	float: left;
	width: 100%;
	padding-top: 0;
}

.enquiry-form p input {
	width: 100%;
	padding: 8px 5%;
	background: none repeat scroll 0 0 #fff;
	border-radius: 0;
	border: medium none;
	color: #000;
}

.enquiry-form p textarea {
	width: 100%;
	padding: 15px 5%;
	background: none repeat scroll 0 0 #fff;
	border-radius: 0;
	border: medium none;
	color: #000;
}

.enquiry-form p input.submit {
	text-transform: uppercase;
	background: none repeat scroll 0 0 #3d3e3d;
	color: #fff;
	border-radius: 0;
	width: inherit;
	padding: 5px 15px;
	cursor: pointer;
	float: none;
	display: inline-block;
	text-align: center;
	margin-top: 10px;
}

.enquiry-form p {
	margin-bottom: 10px;
}

.enquiry-form p {
	margin-bottom: 10px;
}

input[placeholder],[placeholder],[placeholder] {
	color: #5f5f5f !important;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #5f5f5f;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #5f5f5f;
	opacity: 1;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #5f5f5f;
	opacity: 1;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #5f5f5f;
}

.footer-area {
	float: left;
	width: 100%;
	background: #0b813e;
}

.footer {
	float: left;
	width: 100%;
}

.power {
	float: left;
	margin-top: 10px;
}

.power p {
	color: #fff;
	margin-bottom: 0 !important;
}

.power a {
	color: #fff;
	text-decoration: none;
}

.footer-menus {
	float: right;
	display:inline-block;
}

.footer-menus ul {
	list-style-type: none;
	float: left;
	margin: 0;
	display:block
}

.footer-menus ul li {
	float: left;
	background-repeat: no-repeat;
	margin: 0;
	padding-bottom: 10px;
	padding-top: 10px;
}

.footer-menus ul li a {
	color: #fff;
	font-size: 13px;
	font-family: arial;
	text-decoration: none;
	padding: 0 10px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 1px;
	display:inline-block;
}

.footer-menus ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer-menus ul li:last-child a {
	background: none;
	border: none;
}

@font-face {
	font-family: Arial,Helvetica,sans-serif;
	src: url(font/OpenSans-Regular_0.ttf);
}

@font-face {
	font-family: Arial,Helvetica,sans-serif1;
	src: url(font/OpenSans-Bold_0.ttf);
}

@font-face {
	font-family: Arial,Helvetica,sans-serif2;
	src: url(font/MyriadPro-Bold.otf);
}

.page-area {
	float: left;
	width: 100%;
}

.page {
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.page-left {
	float: left;
	width: 73%;
}

.page h1 {
	font-size: 32px;
	color: #000;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-family: Arial,Helvetica,sans-serif2;
	font-weight: 400;
}

.page h2 {
	font-size: 25px;
	color: #000;
	margin-bottom: 10px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: 400;
}

.page p {
	color: #000;
	font-size: 13px;
	font-family: arial;
	line-height: 1.5;
	text-align: justify;
	margin-bottom: 10px;
}

.page-right {
	float: left;
	width: 25%;
}

.page-right img {
	max-width: 100%;
	float: right;
}

.left {
	float: left;
	width: 50%;
}

.right {
	float: right;
	width: 50%;
}

.lt {
	float: left;
	width: 100%;
}

.lt ul {
	float: left;
	width: 100%;
	margin-bottom: 2%;
}

.lt ul li {
	float: left;
	width: 23%;
	margin-right: 2.666666%;
}

.lt ul li:last-child {
	margin-right: 0;
}

.lt ul li img {
	width: 100%;
	border: 1px solid #0b813e;
}

.lt h2 {
	font-size: 16px;
	color: #fff !important;
	font-family: Arial,Helvetica,sans-serif;
	margin-bottom: 20px;
	background: rgba(1,129,62,1) !important;
	text-align: center;
	margin-top: -44px;
	position: relative;
	z-index: 999;
	padding-top: 6px;
	padding-bottom: 15px;
}

.lt h2 a {
	color: #fff;
	text-decoration: none;
}

/*.................................Responsive-Menu......................................*/
/*!
 * Bootstrap v3.0.2 by @fat and @mdo
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
 /*! normalize.css v2.1.3 | MIT License | git.io/normalize */
 button,input,select,textarea {
 	margin: 0;
 	font-family: inherit;
 	font-size: 100%;
 }

 button,input {
 	line-height: normal;
 }

 button,select {
 	text-transform: none;
 }

 button,html input[type="button"],input[type="reset"],input[type="submit"] {
 	cursor: pointer;
 	-webkit-appearance: button;
 }

 button[disabled],html input[disabled] {
 	cursor: default;
 }

 input[type="checkbox"],input[type="radio"] {
 	padding: 0;
 	box-sizing: border-box;
 }

 input[type="search"] {
 	-webkit-box-sizing: content-box;
 	-moz-box-sizing: content-box;
 	box-sizing: content-box;
 	-webkit-appearance: textfield;
 }

 input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
 	-webkit-appearance: none;
 }

 button::-moz-focus-inner,input::-moz-focus-inner {
 	padding: 0;
 	border: 0;
 }

 textarea {
 	overflow: auto;
 	vertical-align: top;
 }

 table {
 	border-collapse: collapse;
 	border-spacing: 0;
 }

 @media print {
 	* {
 		color: #000 !important;
 		text-shadow: none !important;
 		background: transparent !important;
 		box-shadow: none !important;
 	}

 	.navbar {
 		display: none;
 	}
 }

 *,:before,:after {
 	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	box-sizing: border-box;
 }

 .sr-only {
 	position: absolute;
 	width: 1px;
 	height: 1px;
 	padding: 0 !important;
 	margin: -1px;
 	overflow: hidden;
 	clip: rect(0,0,0,0);
 	border: 0;
 	background: none;
 }

 .collapse {
 	display: none;
 }

 .collapse.in {
 	display: block;
 }

 .collapsing {
 	position: relative;
 	height: 0;
 	overflow: hidden;
 	-webkit-transition: height .35s ease;
 	transition: height .35s ease;
 }

 @media (min-width: 992px) {
 	.navbar-right .dropdown-menu {
 		right: 0;
 		left: auto;
 	}
 }

 .nav {
 	padding-left: 0;
 	margin-bottom: 0;
 	list-style: none;
 }

 .nav:before,.nav:after {
 	display: table;
 	content: " ";
 }

 .nav:after {
 	clear: both;
 }

 .nav:before,.nav:after {
 	display: table;
 	content: " ";
 }

 .nav:after {
 	clear: both;
 }

 .nav > li {
 	position: relative;
 	display: block;
 }

 .nav > li > a {
 	position: relative;
 	display: block;
 	padding: 10px 15px;
 }

 .nav > li > a:hover,.nav > li > a:focus {
 	text-decoration: none;
 	background-color: #eee;
 }

 .nav > li.disabled > a {
 	color: #999;
 }

 .nav > li.disabled > a:hover,.nav > li.disabled > a:focus {
 	color: #999;
 	text-decoration: none;
 	cursor: not-allowed;
 	background-color: transparent;
 }

 .nav .open > a,.nav .open > a:hover,.nav .open > a:focus {
 	background-color: #eee;
 	border-color: #428bca;
 }

 .nav .open > a .caret,.nav .open > a:hover .caret,.nav .open > a:focus .caret {
 	border-top-color: #2a6496;
 	border-bottom-color: #2a6496;
 }

 .nav .nav-divider {
 	height: 1px;
 	margin: 9px 0;
 	overflow: hidden;
 	background-color: #e5e5e5;
 }

 .nav > li > a > img {
 	max-width: none;
 }

 .navbar {
 }

 .navbar:before,.navbar:after {
 	display: table;
 	content: " ";
 }

 .navbar:after {
 	clear: both;
 }

 .navbar:before,.navbar:after {
 	display: table;
 	content: " ";
 }

 .navbar:after {
 	clear: both;
 }

 @media (min-width: 992px) {
 	.navbar {
 	}
 }

 .navbar-header:before,.navbar-header:after {
 	display: table;
 	content: " ";
 }

 .navbar-header:after {
 	clear: both;
 }

 .navbar-header:before,.navbar-header:after {
 	display: table;
 	content: " ";
 }

 .navbar-header:after {
 	clear: both;
 }

 @media (min-width: 992px) {
 	.navbar-header {
 		float: left;
 	}
 }

 .navbar-collapse {
 	overflow-x: visible;
 }

 .navbar-collapse:before,.navbar-collapse:after {
 	display: table;
 	content: " ";
 }

 .navbar-collapse:after {
 	clear: both;
 }

 .navbar-collapse:before,.navbar-collapse:after {
 	display: table;
 	content: " ";
 }

 .navbar-collapse:after {
 	clear: both;
 }

 .navbar-collapse.in {
 	overflow-y: auto;
 }

 .contact-lastname {
 	display: none;
 }

 @media (min-width: 992px) {
 	.navbar-collapse {
 		width: auto;
 		border-top: 0;
 		box-shadow: none;
 	}

 	.navbar-collapse.collapse {
 		display: block !important;
 		height: auto !important;
 		padding-bottom: 0;
 		overflow: visible !important;
 	}

 	.navbar-collapse.in {
 		overflow-y: auto;
 	}

 	.navbar-collapse .navbar-nav.navbar-left:first-child {
 		margin-left: -15px;
 	}

 	.navbar-collapse .navbar-nav.navbar-right:last-child {
 		margin-right: -15px;
 	}

 	.navbar-collapse .navbar-text:last-child {
 		margin-right: 0;
 	}
 }

 .container > .navbar-header,.container > .navbar-collapse {
 	margin-right: -15px;
 	margin-left: -15px;
 }

 @media (min-width: 992px) {
 	.container > .navbar-header,.container > .navbar-collapse {
 		margin-right: 0;
 		margin-left: 0;
 	}
 }

 @media (min-width: 992px) {
 	.navbar > .container .navbar-brand {
 		margin-left: -15px;
 	}
 }

 .navbar-toggle {
 	position: relative;
 	float: right;
 	padding: 9px 10px;
 	margin-top: 8px;
 	background-color: transparent;
 	border: 1px solid transparent;
 	border-radius: 4px;
 }

 .navbar-toggle .icon-bar {
 	display: block;
 	width: 22px;
 	height: 2px;
 	border-radius: 1px;
 	background: none;
 }

 .navbar-toggle .icon-bar + .icon-bar {
 	margin-top: 4px;
 }

 @media (min-width: 992px) {
 	.navbar-toggle {
 		display: none;
 	}
 }

 .navbar-nav {
 	margin: 7.5px -15px;
 }

 .navbar-nav > li > a {
 	padding-top: 10px;
 	padding-bottom: 10px;
 	line-height: 20px;
 }

 @media (max-width: 992px) {
 	.navbar-nav .open .dropdown-menu {
 		position: static;
 		float: none;
 		width: auto;
 		margin-top: 0;
 		background-color: transparent;
 		border: 0;
 		box-shadow: none;
 	}

 	.navbar-nav .open .dropdown-menu > li > a,.navbar-nav .open .dropdown-menu .dropdown-header {
 		padding: 5px 15px 5px 25px;
 	}

 	.navbar-nav .open .dropdown-menu > li > a {
 		line-height: 20px;
 	}

 	.navbar-nav .open .dropdown-menu > li > a:hover,.navbar-nav .open .dropdown-menu > li > a:focus {
 		background-image: none;
 	}
 }

 @media (min-width: 992px) {
 	.navbar-nav {
 		/* float: left;*/
 		float: right;
 		margin: 0;
 		margin-top: 20px;
 	}

 	.navbar-nav > li {
 		float: left;
 	}

 	.navbar-nav > li > a {
 		padding-top: 5px;
 		padding-bottom: 5px;
 	}
 }

 @media (min-width: 992px) {
 	.navbar-left {
 		float: left !important;
 	}

 	.navbar-right {
 		float: right !important;
 	}
 }

 .navbar-inverse {
 }

 .navbar-inverse .navbar-brand {
 	color: #999;
 	width: 100%;
 }

 .navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus {
 	color: #fff;
 	background-color: transparent;
 }

 .navbar-inverse .navbar-text {
 	color: #999;
 }

 .navbar-inverse .navbar-nav > li > a {
 	color: #3f3f3f;
 	text-transform: uppercase;
 	font: bold 16px "Myriad Pro",Helvetica,sans-serif;
 }

 .navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li > a:focus {
 	background: -moz-linear-gradient(top,#3f3f3f 10%,#232323 100%);
 	/* FF3.6+ */
 	background: -webkit-gradient(linear,left top,left bottom,color-stop(10%,#3f3f3f),color-stop(100%,#232323));
 	/* Chrome,Safari4+ */
 	background: -webkit-linear-gradient(top,#3f3f3f 10%,#232323 100%);
 	/* Chrome10+,Safari5.1+ */
 	background: -o-linear-gradient(top,#3f3f3f 10%,#232323 100%);
 	/* Opera 11.10+ */
 	background: -ms-linear-gradient(top,#3f3f3f 10%,#232323 100%);
 	/* IE10+ */
 	background: linear-gradient(to bottom,#3f3f3f 10%,#232323 100%);
 	/* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f3f3f',endColorstr='#232323',GradientType=0);
 	/* IE6-9 */
 	border-radius: 5px;
 	-moz-border-radius: 5px;
 	-webkit-border-radius: 5px;
 	color: #fff;
 }

 .navbar-inverse .navbar-nav > .active > a,.navbar-inverse .navbar-nav > .active > a:hover,.navbar-inverse .navbar-nav > .active > a:focus {
 	color: #fff;
 	background: #3f3f3f;
 	/* Old browsers */
 	background: -moz-linear-gradient(top,#3f3f3f 10%,#232323 100%);
 	/* FF3.6+ */
 	background: -webkit-gradient(linear,left top,left bottom,color-stop(10%,#3f3f3f),color-stop(100%,#232323));
 	/* Chrome,Safari4+ */
 	background: -webkit-linear-gradient(top,#3f3f3f 10%,#232323 100%);
 	/* Chrome10+,Safari5.1+ */
 	background: -o-linear-gradient(top,#3f3f3f 10%,#232323 100%);
 	/* Opera 11.10+ */
 	background: -ms-linear-gradient(top,#3f3f3f 10%,#232323 100%);
 	/* IE10+ */
 	background: linear-gradient(to bottom,#3f3f3f 10%,#232323 100%);
 	/* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f3f3f',endColorstr='#232323',GradientType=0);
 	/* IE6-9 */
 	border-radius: 5px;
 	-moz-border-radius: 5px;
 	-webkit-border-radius: 5px;
 }

 .navbar-inverse .navbar-nav > .disabled > a,.navbar-inverse .navbar-nav > .disabled > a:hover,.navbar-inverse .navbar-nav > .disabled > a:focus {
 	color: #444;
 	background-color: transparent;
 }

 .navbar-inverse .navbar-toggle {
 	border-color: #333;
 	background: #000;
 }

 .navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus {
 	background-color: #333;
 }

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

 .navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
 }

 .navbar-inverse .navbar-nav > .open > a,.navbar-inverse .navbar-nav > .open > a:hover,.navbar-inverse .navbar-nav > .open > a:focus {
 	color: #fff;
 	background-color: #080808;
 }

 .navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
 	border-top-color: #fff;
 	border-bottom-color: #fff;
 }

 .navbar-inverse .navbar-nav > .dropdown > a .caret {
 	border-top-color: #999;
 	border-bottom-color: #999;
 }

 .navbar-inverse .navbar-nav > .open > a .caret,.navbar-inverse .navbar-nav > .open > a:hover .caret,.navbar-inverse .navbar-nav > .open > a:focus .caret {
 	border-top-color: #fff;
 	border-bottom-color: #fff;
 }

 @media (max-width: 991px) {
 	.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
 		border-color: #080808;
 	}

 	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
 		color: #999;
 	}

 	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
 		color: #fff;
 		background-color: transparent;
 	}

 	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
 		color: #fff;
 		background-color: #080808;
 	}

 	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
 		color: #444;
 		background-color: transparent;
 	}

 	.menu {
 		width: 100%;
 		float: left;
 		margin-top: 10px;
 	}

 	.menu ul {
 		float: left;
 		width: 100%;
 	}

 	.header-right {
 		width: 100%;
 		float: none;
 		display: inline-block;
 		text-align: center;
 		margin-top: 0;
 		padding-top: 0;
 	}

 	.menu ul li {
 		float: left;
 		width: 100%;
 	}

 	.menu ul li a {
 		float: left;
 		width: 100%;
 	}

 	.menu .current-menu-item > a,.menu.current-menu-ancestor > a,.menu .current_page_item > a,.menu .current_page_ancestor > a {
 		color: #fff;
 		background-image: none !important;
 	}

 	.menu li > li.active a {
 		background-image: none !important;
 	}

 	.menu ul li a.active,.menu ul li a:hover {
 		background-image: none !important;
 		border-bottom-left-radius: 0;
 		border-bottom-right-radius: 0;
 	}

 	.menu ul li a {
 		padding: 10px 20px;
 		border: none;
 		text-align: left;
 	}

 	.menu ul li {
 		border: none;
 	}

 	.pages-left {
 		width: 100%;
 	}

 	.pages-right {
 		width: 100%;
 	}

 	.pages-lefts {
 		width: 100%;
 	}

 	.logo {
 		float: none;
 		padding-top: 15px;
 		padding-bottom: 15px;
 		display: block;
 		text-align: center;
 	}

 	.box-left {
 		width: 100%;
 		float: none;
 		display: inline-block;
 		text-align: center;
 	}

 	.box-area {
 		padding-bottom: 50px;
 	}

 	.huge-it-share-buttons ul li {
 		background: none;
 		float: left;
 		width: auto !important;
 	}

 	#huge-it-share-buttons-top {
 		margin-left: 0 !important;
 	}

 	.box-left img {
 		max-width: 100%;
 		width: auto !important;
 		float: none;
 		display: inline-block;
 		text-align: center;
 		height: auto;
 	}

 	.box-right {
 		width: 100%;
 	}

 	.power {
 		float: left;
 		width: 100%;
 		text-align: center;
 	}

 	.power p {
 		float: none;
 		text-align: center;
 	}

 	.footer-right {
 		float: none;
 		width: 100%;
 		display: inline-block;
 		text-align: center;
 	}

 	.footer-menus {
 		float: none;
 	}

 	.footer-menus ul {
 		float: none;
 		text-align: center;
 	}

 	.footer-menus ul li {
 		float: none;
 		display: inline-block;
 		text-align: center;
 	}

 	.cl {
 		margin-top: 30px;
 		float: none;
 		width: 100%;
 		display: inline-block;
 		text-align: center;
 	}

 	.cl img {
 		max-width: 100%;
 		text-align: center;
 		display: inline-block;
 	}

 	.header-area {
 	}

 	.header-area {
 		position: relative;
 		z-index: auto;
 	}

 	.banner-area {
 		margin-top: 0;
 	}

 	.menu {
 		padding-top: 0;
 	}

 	.ban-text {
 		display: none;
 	}

 	.box-right p {
 		padding-left: 0;
 	}

 	.box h1 {
 		line-height: 1;
 		margin-top: 20px;
 	}

 	.text-area {
 		background-repeat: repeat;
 	}

 	.text ul li h1 {
 		color: #fff;
 	}

 	.ft ul li {
 		width: 100% !important;
 		float: none;
 		display: inline-block;
 		text-align: center;
 		margin-bottom: 10px !important;
 	}

 	.ft ul li p {
 		float: none;
 		display: inline-block;
 		text-align: center;
 	}

 	.ft ul li ul li {
 		float: none !important;
 		display: inline-block;
 		text-align: center;
 		margin-bottom: 0 !important;
 	}

 	.left {
 		width: 19%;
 	}

 	.flow {
 		padding-top: 1%;
 		float: none;
 		display: inline-block;
 	}

 	.bottom ul li {
 		margin-bottom: 20px;
 	}

 	.bottom ul li:nth-child(2) {
 	}

 	.bottom ul li:last-child {
 	}

 	.col ul li {
 		float: left;
 		display: inline-block;
 		width: 100%;
 		text-align: center;
 		margin-right: 0;
 	}

 	.box h1 {
 		font-size: 20px;
 	}

 	.col ul li:last-child {
 		width: 100%;
 	}

 	.lt {
 		float: none;
 	}

 	.rt {
 		float: none;
 	}

 	.col ul li:nth-child(2) {
 		margin-right: 0;
 	}

 	.col ul li:nth-child(2) {
 		margin-right: 0;
 	}

 	.col ul li img {
 		display: inline-block;
 		text-align: center;
 		float: none;
 	}

 	.logo {
 		position: relative !important;
 		margin-top: 40px;
 	}

 	.last ul li {
 		width: 49%;
 	}

 	.last ul li:nth-child(2) {
 		margin-right: 0;
 	}

 	.last ul li:last-child {
 		width: 100%;
 	}

 	.text-left {
 		width: 100%;
 		padding-top: 10px;
 	}

 	.text-right {
 		width: 100%;
 	}

 	.text-left h1 {
 		padding: 0;
 		margin-bottom: 10px;
 	}
 }

 .navbar-inverse .navbar-link {
 	color: #999;
 }

 .navbar-inverse .navbar-link:hover {
 	color: #fff;
 }

 @media (max-width: 767px) {
 	.col ul li {
 		float: left;
 		display: inline-block;
 		width: 100% !important;
 		text-align: center;
 		margin-bottom: 20px;
 		border-bottom: 1px solid #869fc7;
 	}

 	.lt {
 		float: none;
 	}

 	.rt {
 		float: none;
 	}

 	.col ul li:nth-child(2) {
 		margin-right: 0;
 	}

 	.col ul li:nth-child(2) {
 		margin-right: 0;
 	}

 	.col ul li img {
 		display: inline-block;
 		text-align: center;
 		float: none;
 	}

 	.logo img {
 		max-width: 100%;
 	}

 	.left {
 		margin-left: 0;
 		margin-right: 0;
 	}

 	.video {
 		float: none;
 		display: inline-block;
 		text-align: center;
 		width: 100%;
 	}

 	.right {
 		width: 100%;
 		margin-top: 20px;
 	}

 	.topmenu {
 		width: 100%;
 	}

 	.left {
 		width: 100%;
 		display: inline-block;
 		text-align: center;
 	}

 	.flow {
 		margin-bottom: 10px;
 	}

 	.bottom-left {
 		width: 100%;
 	}

 	.bottom-right {
 		width: 100%;
 	}

 	#huge-it-share-buttons-top {
 		margin-left: 0;
 	}

 	.bt h1 {
 		font-size: 24px;
 	}

 	.pages-right1 img {
 		display: none;
 	}

 	.pages-left1 {
 		width: 100%;
 	}

 	.text ul li {
 		width: 100%;
 		text-align: center;
 	}

 	.text ul li img {
 		display: inline-block;
 		text-align: center;
 	}

 	.text h1 {
 		margin-top: 0;
 	}

 	.boot {
 		width: 100%;
 	}

 	.boots {
 		width: 100%;
 	}

 	object {
 		width: 100%;
 	}

 	.flow {
 		float: none;
 		margin-top: 1%;
 		width: 100%;
 		display: inline-block;
 		text-align: center;
 	}

 	.flow h1 {
 		display: inline-block;
 		text-align: center;
 		float: none;
 	}

 	.flow p {
 		display: inline-block;
 		text-align: center;
 		float: none;
 	}

 	.flow ul {
 		float: none;
 		width: auto !important;
 		display: inline-block;
 		text-align: center;
 	}

 	.socials li {
 		float: none;
 		width: auto !important;
 		border: none !important;
 		display: inline-block;
 		text-align: center;
 	}

 	.header-right h2 {
 		display: inline-block;
 		text-align: center;
 		float: none;
 	}

 	.nav {
 		float: none;
 		display: inline-block;
 	}

 	.more {
 		float: none;
 		width: 100%;
 		display: inline-block;
 		text-align: center;
 	}

 	.more p {
 		float: none;
 		width: 100%;
 		display: inline-block;
 		text-align: center;
 	}

 	.more p a {
 		float: none;
 		width: 100%;
 		display: inline-block;
 		text-align: center;
 	}

 	.page-left {
 		width: 100%;
 	}

 	.page-right img {
 		display: none;
 	}

 	.t {
 		width: 100% !important;
 	}

 	.ta {
 		width: 100% !important;
 	}

 	.text ul li {
 		width: 100%;
 	}

 	.bottom ul li {
 		width: 100%;
 	}

 	.foot-left ul li {
 		width: 100%;
 		margin-right: 0;
 		margin-bottom: 10px;
 	}

 	.navs {
 		float: none;
 		display: inline-block;
 		text-align: center;
 	}

 	.bottom ul li {
 		width: 48.5% !important;
 	}

 	.bottom ul li:nth-child(2) {
 		margin-right: 0 !important;
 	}
 }

 @media (max-width: 850px) {
 	.col-left {
 		display: none;
 	}

 	.col-right {
 		width: 100%;
 	}
 }

 @media (min-width: 768px) {
 	.im {
 		display: none;
 	}

 	iframe {
 		width: 100%;
 	}

 	object {
 		width: 100%;
 	}
 }

 @media (max-width: 600px) {
 	.box ul li {
 		margin-right: 0;
 		text-align: center;
 		width: 100%;
 	}

 	.box ul li img {
 		width: auto;
 		max-width: 100%;
 		display: inline-block;
 		text-align: center;
 	}

 	.bottom ul li {
 		width: 100% !important;
 		margin-right: 0;
 	}

 	.box p {
 		text-align: center;
 	}

 	.box p a {
 		text-align: center;
 		float: none;
 	}

 	.last ul li {
 		width: 100%;
 		border-bottom: 1px solid #7c3b03;
 		margin-bottom: 10px;
 		padding-bottom: 10px;
 	}

 	.boot img {
 		width: 100%;
 	}

 	.bt h1 {
 		font-size: 20px;
 	}

 	.bts {
 		display: inline-block;
 		text-align: center;
 		float: none;
 	}

 	.bt h1 {
 		display: none;
 	}
 }

/*..................................Responsive Menu....................................*/

.text-left p.center {
	text-align: center;
}
.text-left p.center img {
	display:inline-block;
}

.finance-title {
	font-size: 140%;
	color: #ab0e08;
}
.footer-disclosure {
	margin-top: 10px; 
	padding: 10px 40px;
	font-size: 10px;
	line-height: 1.3;
	color: #FFF;
	text-align: center;
}
.video-container {
	position: relative;
	float: left;
	width: 100%;
	padding-bottom:56.25%;
	padding-top:0px;
	margin-top:10px;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
