﻿/*IMON*/
@charset "utf-8";
/**/
@font-face {
    /*font-family: 'HelveticaNeueLTStdTh';*/
    src: url('fonts/HelveticaNeueLTStdTh.eot');
 src: url('fonts/HelveticaNeueLTStdTh.eot') format('embedded-opentype'), url('fonts/HelveticaNeueLTStdTh.woff2') format('woff2'), url('fonts/HelveticaNeueLTStdTh.woff') format('woff'), url('fonts/HelveticaNeueLTStdTh.ttf') format('truetype'), url('fonts/HelveticaNeueLTStdTh.svg#HelveticaNeueLTStdTh') format('svg');
}
 @font-face {
 font-family: 'tahoma';
 src: url('fonts/tahoma.eot');
 src: url('fonts/tahoma.eot') format('embedded-opentype'), url('fonts/tahoma.woff2') format('woff2'), url('fonts/tahoma.woff') format('woff'), url('fonts/tahoma.ttf') format('truetype'), url('fonts/tahoma.svg#tahoma') format('svg');
}
 @font-face {
    /*font-family: 'HelveticaNeueLTStdMd';*/
    src: url('fonts/HelveticaNeueLTStdMd.eot');
 src: url('fonts/HelveticaNeueLTStdMd.eot') format('embedded-opentype'), url('fonts/HelveticaNeueLTStdMd.woff2') format('woff2'), url('fonts/HelveticaNeueLTStdMd.woff') format('woff'), url('fonts/HelveticaNeueLTStdMd.ttf') format('truetype'), url('fonts/HelveticaNeueLTStdMd.svg#HelveticaNeueLTStdMd') format('svg');
}
 @font-face {
    /*font-family: 'HelveticaNeueLTStdBlk';*/
    src: url('fonts/HelveticaNeueLTStdBlk.eot');
 src: url('fonts/HelveticaNeueLTStdBlk.eot') format('embedded-opentype'), url('fonts/HelveticaNeueLTStdBlk.woff2') format('woff2'), url('fonts/HelveticaNeueLTStdBlk.woff') format('woff'), url('fonts/HelveticaNeueLTStdBlk.ttf') format('truetype'), url('fonts/HelveticaNeueLTStdBlk.svg#HelveticaNeueLTStdBlk') format('svg');
}
 @font-face {
 font-family: 'Signika';
 src: url('fonts/signika/Signika-Regular.ttf') format('truetype');
}
/**/

 .footertoplinks ul li a {
	color:red !important;
}
.footertoplinks ul li a:hover {
	color:white !important;
}
body {
	font-size: 14px;
	color: #1a1a18;
	overflow-x: hidden;/*font-family: 'tahoma';*/
    /*font-family: 'Thahoma';*/
    
}
body, p, span, a, div {
	font-family: 'Signika', sans-serif !important;

    
}
.a10 {
    text-decoration:underline !important; 
}
.container {
	border-left: 0px dashed #f9f9f9;
	border-right: 0px dashed #f9f9f9;
	width: 100%;
	max-width: 1170px;
	padding-left: 0;
	padding-right: 0;
}
.container-sm {
	border-left: 0px dashed #F00;
	border-right: 0px dashed #F00;
	width: 100%;
	max-width: 1060px;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
}
strong, b {
	/*font-family: 'HelveticaNeueLTStdBlk';*/
    font-weight: normal;
}
.wrapper {
	min-height: 100%;
}
/**/
.middle {
	position: absolute !important;
	width: 100%;
	z-index: 1000;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/**/

.text-red {
	color: #ff0f18;
}
.text-black {
	color: #000;
}
.text-green {
	color: #cabc8b;
}
.text-md {
	font-size: 20px;
}
ul {
	list-style-position: inside;
}
.btn, a {
	outline: none !important;
	transition: all 0.2s ease 0s;
}
a:hover .fa1 {
	transform: scale(0.8);
	transition: transform 0.2s ease 0s;
}

.line {
	height: 1px;
	float: left;
	width: 100%;
	background: #00a5e2;
	margin: 50px 0;
}
/**/

.btn {
	border-radius: 0;
}
.btn:hover {
}
.btn-gray {
	background-color: transparent;
	color: #666666;
	border: 3px solid #999999;
	font-size: 18px;
	/*font-family: 'HelveticaNeueLTStdBlk';*/
    padding: 10px 15px;
}
.btn-gray:hover {
	border: 3px solid #666666;
	color: #fff;
	background-color: #666666;
}
.btn-blue {
	background-color: transparent;
	color: #165084;
	border: 3px solid #165084;
	font-size: 18px;
	/*font-family: 'HelveticaNeueLTStdBlk';*/
    padding: 10px 15px;
}
.btn-blue:hover {
	border: 3px solid #165084;
	color: #fff;
	background-color: #165084;
}
.btn-white {
	background-color: transparent;
	color: #fff;
	border: 3px solid #fff;
	font-size: 18px;
	/*font-family: 'HelveticaNeueLTStdBlk';*/
    padding: 10px 15px;
}
.btn-white:hover {
	border: 3px solid #fff;
	color: #fff;
	background-color: #666666;
}
.btn-red {
	background-color: #ff0f18;
	color: #fff;
	border: 3px solid #ff0f18;
	font-size: 18px;
	/*font-family: 'HelveticaNeueLTStdBlk';*/
    padding: 10px 15px;
	min-width: 100px;
}
.btn-red:hover {
	border: 3px solid #165084;
	color: #fff;
	background-color: #165084;
}
.btn-sm {
	font-size: 12px !important;
	padding: 5px 10px !important;
}
.btn-dark {
	background-color: #666666;
	color: #fff;
	border: 3px solid #666666;
	font-size: 18px;
	/*font-family: 'HelveticaNeueLTStdBlk';*/
    padding: 10px 15px;
	min-width: 100px;
}
.btn-dark:hover {
	border: 3px solid #666666;
	color: #fff;
}
.pagination {
	text-align: center;
	margin: 10px 0;
	border-radius: 0;
}
.pagination li {
	border-radius: 0;
	display: inline-block;
}
.pagination li a {
	background-color: transparent;
	border-radius: 0;
	color: #165084;
	border: 0px solid #165084;
	font-size: 14px;
	/*font-family: 'HelveticaNeueLTStdBlk';*/
            margin-bottom: 1px;
	display: inline-block;
	padding: 5px 10px;
}
.pagination li:hover a, .pagination li.active a {
	background-color: #ff0f18;
	color: #fff;
}
.table th {
	background: #cabc8b;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	/*font-family: 'HelveticaNeueLTStdBlk';*/
    border-bottom: 0 !important;
	text-transform: uppercase;
}
.table td {
	border: 0 !important;
	font-size: 12px;
}
 .table-striped > tbody > tr:nth-of-type(odd) {
 background-color: #f9f8f2;
}
 .table-striped > tbody > tr:nth-of-type(even) {
 background-color: #fff;
}
.table1 th {
	padding: 10px 15px !important;
}
.table1 td {
	padding: 10px 15px !important;
}
.table tfoot td {
	background: #ff0f18;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	/*font-family: 'HelveticaNeueLTStdBlk';*/
    border-bottom: 0 !important;
	text-transform: uppercase;
}
.panel-default {
	border: 0 !important;
	box-shadow: none;
	margin: 0 !important;
	margin-bottom: 0px !important;
}
.panel-default .panel-group {
	margin-bottom: 0;
}
.panel-default .panel-heading {
	color: #fff;
	border-radius: 0;
	border: 0 !important;
}
.panel-default .panel-heading.title1 {
	background: #cabc8b;
}
.panel-default .panel-heading.title1 a {
	color: #fff;
	text-decoration: none;/*font-family: 'HelveticaNeueLTStdBlk';*/
            }
.panel-default .panel-heading.title2 {
	background: #f3f0e6;
	padding-left: 40px;
	padding-right: 20px;
}
.panel-default .panel-heading.title2 a {
	color: #666;
	text-decoration: none;/*font-family: 'HelveticaNeueLTStdBlk';*/
            }
.panel-default .panel-body {
	border: 0 !important;
	padding: 0;
}
.panel-default .text {
	padding: 20px;
	background: #fcfcf9;
}



/**/

.form-control::-webkit-input-placeholder {
 color: #165084;
}
 .form-control:-moz-placeholder {
 color: #165084;
}
 .form-control::-moz-placeholder {
 color: #165084;
}
 .form-control:-ms-input-placeholder {
 color: #165084;
}
.form-group {
	margin-bottom: 15px;
	position: relative;
}
.form-group label {
	font-weight: normal;
}
.form-control {
	border-color: #cccccc;
	border-radius: 0;
	box-shadow: none;
	min-height: 55px;
	padding: 15px 20px;
	color: #165084;/*font-family: 'HelveticaNeueLTStdBlk';*/
}
.form-group.icon .form-control {
	padding-left: 70px;
}
.form-group.icon .form-control + i {
	left: 15px;
	line-height: 57px;
	padding: 0;
	position: absolute;
	top: 7px;
	bottom: 7px;
	width: 42px;
	text-align: center;
}
.form-group.icon .form-control + i img {
	width: auto;
}
.form-control.no-bg {
	border: 0;
	padding: 0;
	min-height: inherit;
	line-height: normal;
	height: 18px;
	margin-top: -1px;
}
.form-control.input-sm {
	padding: 5px 10px;
	height: auto !important;
	min-height: inherit;
}
.form-control.input-sm .nice-select:after {
	top: -8px;
}
.control-label.border {
	border-right: 1px solid #000;
}
/**/

.checkbox {
}
.checkbox input[type=checkbox].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
.checkbox input[type=checkbox].css-checkbox + label.css-label {
	font-weight: normal;
	min-height: inherit;
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	margin-bottom: 0;
	padding-left: 30px;
	vertical-align: middle;
}
.checkbox input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -16px;
}
.checkbox label.css-label {
	background-image: url(../images/checkbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/**/
    .checkbox input[type=radio].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
.checkbox input[type=radio].css-checkbox + label.css-label {
	min-height: inherit;
	background-position: left 0;
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	margin-bottom: 0;
	padding-left: 30px;
	vertical-align: middle;
}
.checkbox input[type=radio].css-checkbox:checked + label.css-label {
	background-position: left -16px;
}
/**/


.checkbox2 {
}
.checkbox2 input[type=checkbox].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
.checkbox2 input[type=checkbox].css-checkbox + label.css-label {
	font-weight: normal;
	min-height: inherit;
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	line-height: 27px;
	margin-bottom: 0;
	padding-left: 40px;
	vertical-align: middle;
}
.checkbox2 input[type=checkbox].css-checkbox:checked + label.css-label {
	background-image: url(../images/checkbox2-active.png);
	background-position: 0 0px;
}
.checkbox2 label.css-label {
	background-image: url(../images/checkbox2.png);
	vertical-align: middle;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/**/
    .checkbox2 input[type=radio].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
.checkbox2 input[type=radio].css-checkbox + label.css-label {
	font-weight: normal;
	min-height: inherit;
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	line-height: 27px;
	margin-bottom: 0;
	padding-left: 40px;
	vertical-align: middle;
}
.checkbox2 input[type=radio].css-checkbox:checked + label.css-label {
	font-weight: normal;
	background-image: url(../images/checkbox2-active.png);
	background-position: 0 0px;
}
/**/
.itembox {
	border: 1px solid #cccccc;
	line-height: normal;
	padding: 10px 15px;
	margin-bottom: -1px;
}
.itembox.green {
	background: #cabc8b;
	color: #fff;
	border: 0 none;
}
.itembox.green .checkbox2 label.css-label {
	background-image: url(../images/checkbox2-white.png);
	vertical-align: middle;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.itembox.green input[type=checkbox].css-checkbox:checked + label.css-label {
	background-image: url(../images/checkbox2-white-active.png);
	background-position: 0 0px;
}
.itembox2 {
	border: 1px solid #cccccc;
	line-height: normal;
	padding: 30px;
	margin-bottom: -1px;
}
.top-bar {
}
.top-bar .links {
	margin-bottom: 0;
	float: right;
}
.top-bar .links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.top-bar .links li {
	background: #ff0f18 none repeat scroll 0 0;
	display: inline-block;
	float: left;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	margin-left: 1px;
	min-width: 30px;
	padding: 0 5px;
	text-align: center;
}
.top-bar .links li a {
	color: #ffffff;
	display: inline-block;
	line-height: 30px;
	width: 100%;
	text-decoration: none;
}
.top-bar .links li:hover {
	background: #165084;
}
/**/

/**/

header {
	background: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
 transition: all .5s ease-in-out;
}
.nav-up {
	top: -30px;
}
.nav-up .navbar-default .navbar-brand {
	max-width: 100px;
}
.navbar-default {
	border: 0;
	border-radius: 0;
	background: #fff;
	margin-bottom: 0px;
	padding: 0px 0;
}
.navbar-default .container {
	padding-bottom: 10px;
}
.navbar-default .navbar-toggle {
	background: #165084 none repeat scroll 0 0;
	border: 0 none;
	border-radius: 0;
	float: right;
	font-size: 22px;
	height: 40px;
	line-height: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: #ff0f18 none repeat scroll 0 0 !important;
}
.navbar-default .navbar-collapse {
	float: right;
	padding: 0;
}
.navbar-default .container {
	position: relative;
	border-bottom: 1px solid #ff0f18;
	padding-bottom: 3px;
}
.navbar-default .navbar-brand {
	height: auto;
	padding-top: 0;
	padding-bottom: 0;
	outline: 0px solid #eee;
	max-width: 310px;
	/*min-width:150px;*/
        margin-top: 10px;
 transition: all .5s ease-in-out;
}
.navbar-default .navbar-brand img {
	height: auto;
	width: 100%;
 transition: all .5s ease-in-out;
}
.navbar-default .navbar-nav {
	margin-top: 25px;
}
.navbar-default .navbar-nav ul {
	list-style: none;
	padding: 0;
}
.navbar-default .navbar-nav > li {
}
.navbar-default .navbar-nav > li > a:before {
	content: "/";
	margin-right: 5px;
	color: #ff0f18;
}
.navbar-default .navbar-nav > li:first-child > a:before {
	display: none;
}
.navbar-default .navbar-nav > li:last-child > a {
	padding-right: 0;
}
.navbar-default .navbar-nav > li.active a {
	background: inherit !important;
	color: #ff0f18;/*font-family: 'HelveticaNeueLTStdBlk';*/
            }
.navbar-default .navbar-nav > li > a:focus {
}
.navbar-default .navbar-nav > li > a {
	outline: 0px solid #eee;
	font-size: 18px;
	color: #666666;
               /*font-family: 'tahoma';*/
                transition: all .2s ease-out;
	position: relative;
	left: 0;
}
.navbar-default .navbar-nav > li:hover > a {
	color: #ff0f18;
	left: 0px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	background: none !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
}
.navbar-default .navbar-nav .dropdown > a:focus {
	background: none !important;
}
.navbar-default .navbar-nav .dropdown-menu {
	background: #fff none repeat scroll 0 0;
	border-radius: 0;
	box-shadow: none;
	top: 50px;
	min-width: 170px !important;
	padding: 0;
	border-top: 5px solid #ff0f18;
}
.navbar-default .navbar-nav .dropdown .caret {
	border-top: 0px solid #fff;
	margin-top: -20px;
}
.navbar-default .navbar-nav .dropdown .caret:after {
	content: "\f0d7";
	font-family: FontAwesome;
}
.navbar-default .navbar-nav .dropdown-menu li strong {
	border-bottom: 0px solid #eeeeee;
	color: #000;
	padding-bottom: 0;
	text-transform: uppercase;
}
.navbar-default .navbar-nav .dropdown-menu li a {
	background: none;
	font-size: 14px;
	color: #888;
	padding: 8px 15px;
	text-decoration: none;
}
.navbar-default .navbar-nav .dropdown-menu li a:hover {
	color: #ce181f;
}
.navbar-default .navbar-nav .dropdown:hover .caret {
	border-top: 0px solid #00a5e2;
}
.navbar-default .navbar-toggle.sub-arrow {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	border: medium none !important;
}
.headerMainText {
	top: 78px;
	left: 146px;
	margin-right: 110px;
	position: absolute;
 transition: all .5s ease-in-out;
}
.keepHeadSmall {
	top: 36px;
	left: 86px;
}
.menu-collapser {
	line-height: 40px;
	margin-top: 5px;
	position: relative;
	text-align: left;
	width: 100%;
	padding-left: 30px;
}
.collapse-button {
	box-sizing: border-box;
	font-size: 24px;
	line-height: 1;
	position: absolute;
	cursor: pointer;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
ul.slimmenu {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.slimmenu:before, ul.slimmenu:after {
	content: '';
	display: table;
}
ul.slimmenu:after {
	clear: both;
}
ul.slimmenu.collapsed li {
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
}
ul.slimmenu.collapsed li > ul {
	position: static;
	display: none;
}
ul.slimmenu.collapsed li a {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
ul.slimmenu.collapsed li > a {
	background: #f9f9f9 none repeat scroll 0 0;
	padding: 10px;
}
ul.slimmenu.collapsed li .sub-toggle {
	height: 38px;
}
ul.slimmenu li {
	position: relative;
	display: inline-block;
}
ul.slimmenu li ul {
	margin: 0;
	list-style-type: none;
	min-width: 200px;
}
ul.slimmenu li ul li {
	width: 100%;
	margin-bottom: 1px;
}
ul.slimmenu li > ul {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 999;
	display: none;
	width: 100%;
}
ul.slimmenu li > ul > li ul {
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 999;
	display: none;
	width: 100%;
}
ul.slimmenu li a {
	display: block;
	transition: background-color 0.5s ease-out;
	-o-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
	-webkit-transition: background-color 0.5s ease-out;
}
ul.slimmenu li > .sub-toggle {
	cursor: pointer;
	height: 100%;
	padding: 0 5px 0 0;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
	width: 100%;
	z-index: 999;
}
ul.slimmenu li li .sub-toggle {
	padding-right: 15px;
}
ul.slimmenu li .sub-toggle:before {
	content: '';
	display: inline-block;
	height: 100%;
	margin-right: -0.25em;
	vertical-align: middle;
}
ul.slimmenu li .sub-toggle > i {
	display: inline-block;
	font-size: 13px;
	opacity: 0;
}
ul.slimmenu > li {
	border-left: 0px solid #999;
}
ul.slimmenu > li:first-child, ul.slimmenu > li.has-submenu + li {
	border-left: 0;
}
/**/

.page-links {
	margin-bottom: 5px;
	text-align: left;
	min-height: inherit;
}
.page-links .navbar-toggle {
	background: none;
	border-radius: 0;
	float: left;
	font-size: 20px;
	line-height: 0;
	list-style: outside none none;
	margin: 0 10px 0 0;
	padding: 0;
}
.page-links .title {
	display: none;
}
.page-links.navbar-nav {
	float: left;
	margin: 0;
	width: 100%;
}
.page-links .nav > li > a:focus, .page-links .nav > li > a:hover {
	background: none !important;
}
.page-links .navbar-collapse {
	padding: 0;
}
.page-links .navbar-nav > .open > a, .page-links .navbar-nav > .open > a:focus, .page-links .navbar-nav > .open > a:hover {
	background: none !important;
}
.page-links .navbar-nav li > a {
	/*font-family: "HelveticaNeueLTStdMd";*/
        position: relative;
	font-size: 16px;
	margin: 0 15px;
	padding-left: 0;
	padding-right: 0;
	color: #333333;
}
.page-links .navbar-nav li.active a {
	color: #ff0f18;
}
.page-links .navbar-nav li:hover a {
	color: #ff0f18;
	background: none !important;
}
.page-links .navbar-nav > li > a:after {
	position: absolute;
	width: 100%;
	display: block;
	height: 0;
	background: #ff0f18;
	top: 0;
	left: 0;
	content: "";
 transition: all .2s ease-out;
}
.page-links .navbar-nav > li:hover > a:after {
	height: 5px;
}
.page-links .navbar-nav li1:last-child a {
	margin-right: 0;
}
.page-links .navbar-nav li .dropdown-menu {
	border: 0 none;
	border-radius: 0;
	box-shadow: none;
	margin: 0 !important;
	max-width: 170px !important;
	min-width: 170px;
	padding: 0 !important;
	width: 100%;
}
.page-links .navbar-nav li .dropdown-menu li a {
	font-size: 12px;
}
.page-links .navbar-nav .dropdown > a:focus {
	background: none !important;
}
.page-links .navbar-nav > .dropdown-menu {
	background: none;
	border-radius: 0;
	box-shadow: none;
	min-width: 170px !important;
	padding: 0;
	border: 0px solid #ff0f18;
}
.page-links .navbar-nav .dropdown-menu > li {
	background: #f2f2f2 none repeat scroll 0 0;
}
.page-links .navbar-nav .dropdown-menu ul li {
	background: #f5f5f5 none repeat scroll 0 0;
}
.page-links .navbar-nav .dropdown-menu ul ul li {
	background: #f9f9f9 none repeat scroll 0 0;
}
.page-links .navbar-nav .dropdown-menu ul ul ul li {
	background: #fefefe none repeat scroll 0 0;
}
.page-links .navbar-nav .dropdown .caret {
	border-top: 0px solid #fff;
	margin-top: -20px;
}
.page-links .navbar-nav .dropdown .caret:after {
	content: "\f0d7";
	font-family: FontAwesome;
}
.page-links .navbar-nav .dropdown-menu li strong {
	border-bottom: 0px solid #eeeeee;
	color: #000;
	padding-bottom: 0;
	text-transform: uppercase;
}
.page-links .navbar-nav .dropdown-menu li a {
	background: none;
	font-size: 14px;
	color: #888;
	text-decoration: none;
 transition: all .2s ease-out;
	margin: 0;
	padding: 5px 10px !important;
}
.page-links .navbar-nav .dropdown-menu li:hover > a {
	color: #ff0f18;
	padding-left: 15px !important;
}
.page-links .navbar-nav .dropdown:hover .caret {
	border-top: 0px solid #00a5e2;
}
.page-links .navbar-toggle.sub-arrow {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	border: medium none !important;
}
.page-links .navbar-nav .dropdown-menu li a i {
	color: #ffffff;
	display: none;
	font-style: normal !important;
}
.page-links .navbar-nav .dropdown-menu li {
	border-bottom: solid 1px #ff0f18;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.navbar-new {
	border: 0;
	height: auto;
	margin: 0;
	min-height: inherit;
}
.navbar-new .navbar-collapse {
	padding: 0;
}
.navbar-new .navbar-nav > li > a {
}
.navbar-new .navbar-nav > li > a {
	/*font-family: "HelveticaNeueLTStdMd";*/
        position: relative;
	font-size: 16px;
	margin: 0 15px;
	padding-left: 0;
	padding-right: 0;
	color: #333;
}
.navbar-new .navbar-nav > li.active > a {
	color: #ff0f18;
}
.navbar-new .navbar-nav > li:hover > a {
	color: #ff0f18;
	background: none !important;
}
.navbar-new .navbar-nav > li > a:after {
	position: absolute;
	width: 100%;
	display: block;
	height: 0;
	background: #ff0f18;
	top: 0;
	left: 0;
	content: "";
 transition: all .2s ease-out;
}
.navbar-new .navbar-nav > li:hover > a:after {
	height: 5px;
}
.navbar-new .navbar-nav > .open > a, .navbar-new .navbar-nav > .open > a:focus, .navbar-new .navbar-nav > .open > a:hover {
	background: none !important;
}
.navbar-new .navbar-toggle {
	border: 0 none;
	border-radius: 0;
	float: left;
	font-size: 22px;
	height: 40px;
	line-height: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 50px;
	color: #555;
	margin-left: 0;
}
.navbar-new .navbar-nav > .dropdown > a .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.navbar-new .navbar-brand {
	height: auto;
	padding: 10px 15px;
	display: none;
}
.navbar-new .box {
}
.navbar-new .box h4 {
	color: #fff;
	border-bottom: 1px solid;
	padding-bottom: 10px;
	font-size: 16px;
}
.navbar-new .box ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.navbar-new .box ul li {
	margin: 5px 0;
}
.navbar-new .box ul li a {
	color: white;
	text-decoration: none;
 transition: all .5s ease-out;
}
.navbar-new .box ul li:hover a {
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
}
.navbar-new .menu-large {
	position: static !important;
}
.navbar-new .megamenu {
	background: #333333 none repeat scroll 0 0 !important;
	padding: 20px 0;
	width: 100% !important;
}
.navbar-new .navbar-collapse.in {
	max-height: 300px;
}
/**/
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #165084;
	z-index: 99999;
}
.overlay .overlay-close {
	background: rgba(0, 0, 0, 0) url("../images/cross.png") no-repeat scroll center center / 100% auto;
	border: medium none;
	color: rgba(0, 0, 0, 0);
	height: 30px;
	outline: medium none;
	overflow: hidden;
	position: absolute;
	right: 50px;
	text-indent: 200%;
	top: 50px;
	width: 30px;
	z-index: 100;
}
.overlay nav {
	text-align: center;
	position: relative;
	top: 70%;
	height: 60%;
	font-size: 54px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.overlay-hugeinc {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-hugeinc.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.overlay-hugeinc nav {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}
.overlay .box {
	border-bottom: 1px solid #6485b1;
	margin: auto;
	max-width: 800px;
	overflow: hidden;
	padding-bottom: 20px;
	position: relative;
	vertical-align: middle;
	white-space: nowrap;
	width: 100%;
}
.overlay .box input#search {
	outline: none;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	padding-right: 120px;
	/*font-family: 'HelveticaNeueLTStdMd';*/
        border: 0 solid #ffffff;
	border-radius: 0;
	color: #ffffff;
	float: left;
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-bottom: 0px;
	text-transform: uppercase;
	width: 100%;
}
 .overlay .box input#search::-webkit-input-placeholder {
 color: #6485b1;
}
 .overlay .box input#search:-moz-placeholder { /* Firefox 18- */
 color: #6485b1;
}
 .overlay .box input#search::-moz-placeholder { /* Firefox 19+ */
 color: #6485b1;
}
 .overlay .box input#search:-ms-input-placeholder {
 color: #6485b1;
}
.overlay .box button.icon {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	color: #ffffff;
	font-size: 50pt;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: -10px;
	transition: all 0.55s ease 0s;
	width: 80px;
}
.overlay .box:hover button.icon, .overlay .box:active button.icon, .overlay .box:focus button.icon {
	outline: none;
	opacity: 1;
	margin-left: -80px;
}
.overlay .box hover button.icon:hover {
	background: white;
}
/**/

.banner {
	position: relative;
	margin-bottom: 50px;
}
.banner .carousel, .banner.item, .active {
	height: 100%;
}
.banner .carousel-inner {
	height: 100%;
}
.banner .carousel-inner .item {
	height: 100%;
}
.banner .fill {
	width: 100%;
	background-position: center;
	background-size: cover;
	height: 100%;
	min-height: 590px;
}
.banner .box {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	max-width: 645px;
	width: 100%;
	margin-top: 50px;
	margin-left: 70px;
}
.banner .caption {
	color: #fff;
}
.banner .caption h2 {
	margin-bottom: 20px;
	font-size: 44px;
	margin-top: 10px;/*font-family: 'HelveticaNeueLTStdMd';*/
        }
.banner .caption p {
	color: #fff;
	font-size: 14px;
	margin-bottom: 10px;
	/*font-family: 'HelveticaNeueLTStdMd';*/
            line-height: 18px;
}
.banner .carousel-control {
	top: 70%;
	text-shadow: none;
	width: 50px;
	opacity: 0.2;
	height: 50px;
	margin-top: -20px;
	font-size: 120px;
	font-weight: 100;
	line-height: 30px;
	color: #fff;
	text-align: center;
	background: transparent;
	border: 0;
}
.banner .carousel-indicators {
	bottom: 50px;
	left: 0;
	margin: 0;
	right: 0;
	width: 100%;
	display: none;
}
.banner .carousel-indicators {
	display: block;
	bottom: 20px;
}
.banner .carousel-indicators li {
	background: #bed3f0 none repeat scroll 0 0;
	border: 0 none;
	border-radius: 0;
	border-radius: 50%;
}
.banner .carousel-indicators li.active {
	background: #ff0f18 none repeat scroll 0 0;
}
/**/

.banner-search {
	bottom: 60px; /*@amr*/
	left: 0;
	position: absolute;
	right: 0;
}
.banner-search .inner {
	/*max-width: 928px;*/ /*@amr*/
	color: #ffffff;
	margin-left: 70px;
}
.banner-search .inner h3 {
	margin-bottom: 20px;
	font-size: 30px;
	margin-top: 10px;/*font-family: 'HelveticaNeueLTStdMd';*/
        }
.banner-search .inner .form-control {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #ffffff;
	border-radius: 0;
	color: #ffffff !important;
	min-height: 45px;/*font-family: 'HelveticaNeueLTStdMd';*/
        }
 .banner-search .inner .form-control::-webkit-input-placeholder {
 color: #ffffff;
}
 .banner-search .inner .form-control:-moz-placeholder { /* Firefox 18- */
 color: #ffffff;
}
 .banner-search .inner .form-control::-moz-placeholder { /* Firefox 19+ */
 color: #ffffff;
}
 .banner-search .inner .form-control:-ms-input-placeholder {
 color: #ffffff;
}
.banner-search .inner .input-group-addon {
	position: relative;
	background: #ffffff none repeat scroll 0 0;
	border: 0 none;
	border-radius: 0;
	color: #ff0f18;
	cursor: pointer;
	font-size: 20px;
	min-width: 45px;
}
.banner-search .inner .input-group-addon:after {
	background: #165084;
	content: "";
	height: 100% !important;
	width: 0;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.55s ease 0s;
}
.banner-search .input-group-addon:hover:after {
	width: 100%;
	color: #CCC;
}
.banner-search .input-group-addon:hover .fa {
	position: relative;
	z-index: 2;
	color: #fff;
}
.banner-search .inner .input-group-addon:after {
	background: #165084;
	content: "";
	height: 100% !important;
	width: 0;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.55s ease 0s;
}
.banner-search .input-group-addon:hover:after {
	width: 100%;
	color: #CCC;
}
.banner-search .input-group-addon:hover .fa {
	position: relative;
	z-index: 2;
	color: #fff;
}
/**/

.home-title {
	text-align: center;
	color: #999999;
	/*font-family: 'HelveticaNeueLTStdTh';*/
    margin-bottom: 50px;
	margin-top: 0;
}
.home-services {
	float: left;
	margin-bottom: 60px;
	width: 100%;
}
.home-services ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.home-services ul li {
	padding: 0px;
	border-style: solid;
	border-color: #ccc;
	height: 100px;
	border-top-width: 1px;
	position: relative;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.home-services ul li:last-child {
	border-right-width: 1px;
}
.home-services ul li .box {
	text-align: center;
	padding: 20px 20px;
	cursor: pointer;
}
.home-services ul li:after {
	background: #ff0f18;
	content: "";
	height: 0;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 0;
	transition: all 0.55s ease 0s;
}
.home-services ul li:hover:after {
	height: 100%;
}
.home-services ul li .box .icon {
	display: inline-block;
	margin-right: 15px;
	position: relative;
	z-index: 1;
}
.home-services ul li .box b {
	/*font-family: 'HelveticaNeueLTStdBlk';*/
                color: #333333;
	font-size: 18px;
	width: auto;
	text-align: left;
	font-weight: normal;
	position: relative;
	z-index: 1;
}
/**/

.section1 {
	/*font-family: 'HelveticaNeueLTStdMd';*/
    float: left;
	width: 100%;
	margin-bottom: 50px;
	position: relative;
	z-index: 5;
}
.section1 .box {
	border: 0px solid #ccc;
	width: 100%;
	float: left;
	background-color: #f9f9f9;
	transition: all 0.55s ease 0s;
	position: relative;
}
.section1 .box * {
	position: relative;
	z-index: 1;
}
.section1 .box:hover:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.00);
	top: 0;
	left: 0;
}
.section1 .box:hover {
	transition: background 0.55s ease-in-out;
	background-size: 101%;
}
.section1 .col {
	padding: 0;
	overflow: hidden;
}
 .section1 .col:nth-child(1) {
 width: 100%;
 max-width: 528px;
}
 .section1 .col:nth-child(2) {
 width: 100%;
 max-width: 265px;
}
 .section1 .col:nth-child(3) {
 width: 100%;
 max-width: 265px;
}
.section1 .box-lc {
	background-color: #bed3f0;
	background-position: bottom center;
	background-size: contain;
	min-height: 684px;
	background-repeat: no-repeat;
	padding: 50px;
	color: #165084;
	position: relative;
	transition: background 0.55s ease-in-out;
}
.section1 .box-lc h2 {
	margin-top: 0;
	font-size: 36px;
}
.section1 .box-lc p {
}
.section1 .box-lc .button {
	margin-top: 40px;
}
.section1 .box-mapstore {
	background-color: #fff;
	background-position: bottom center;
	min-height: 287px;
	background-repeat: no-repeat;
	text-align: center;
	color: #cabc8b;
}
.section1 .box-mapstore .text {
	padding: 30px;
}
.section1 .box-mapstore:hover .text {
	color: #165084;
}
.section1 .box-mapstore h2 {
	margin-top: 30px;
	font-size: 30px;
}
.section1 .box-mapstore .photo {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 213px;
	position: relative;
}
.section1 .box-mapstore .photo:after {
	border-left: 25px solid rgba(0, 0, 0, 0);
	border-right: 25px solid rgba(0, 0, 0, 0);
	border-top: 25px solid #ffffff;
	content: "";
	display: inline-block;
	height: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
}
.section1 .box-deed {
	background-color: #fff;
	background-position: bottom center;
	min-height: 400px;
	background-repeat: no-repeat;
	text-align: center;
	color: #666666;
}
.section1 .box-deed .text {
	line-height: normal;
	padding: 25px;
}
.section1 .box-deed:hover .text {
	color: #165084;
}
.section1 .box-deed h2 {
	margin-top: 10px;
	font-size: 30px;
	margin-bottom: 20px;
}
.section1 .box-deed .button {
	margin-top: 40px;
}
.section1 .box-button {
	background-color: #b0a26f;
	text-align: center;
	color: #ffffff;
	min-height: 130px;
	font-size: 30px;
	position: relative;
}
.section1 .box-button a {
	color: #fff;
	text-decoration: none;
}
.section1 .box-button:hover a {
	padding-left: 10px;
}
.section1 .box-button a i {
	margin-left: 40px;
	font-size: 36px;
	position: relative;
	top: 3px;
}
.section1 .box-opinion {
	background-color: #165084;
	background-position: bottom center;
	min-height: 290px;
	background-repeat: no-repeat;
	color: #fff;
	padding: 25px;
	padding-bottom: 10px;
}
.section1 .box-opinion h2 {
	margin-top: 0;
	font-size: 16px;
	/*font-family: 'HelveticaNeueLTStdBlk';*/
            margin-bottom: 10px;
}
.section1 .box-opinion ul {
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
}
.section1 .box-opinion ul li {
	margin-bottom: 10px;
}
.section1 .box-opinion .button {
	margin-top: 00px;
}

.section1 .box-eServices {
	background-color: #d8feff;
	background-position: bottom center;
	background-size: contain;
	/*min-height: 224px;*/
	background-repeat: no-repeat;
	padding: 0px;
	color: #165084;
}




.section1 .box-plot {
	background-color: #d8feff;
	background-position: bottom center;
	background-size: contain;
	min-height: 224px;
	background-repeat: no-repeat;
	padding: 30px;
	color: #165084;
}

.section1 .box-plot  .photo {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 213px;
	position: relative;
}


.section1 .box-plot h2 {
	margin-top: 0;
	font-size: 30px;
}
.section1 .box-plot p {
}
.section1 .box-plot .button {
	margin-top: 40px;
}
/**/

.section2 {
    /*/*font-family: 'HelveticaNeueLTStdMd';*/*/  float: left;
	width: 100%;
	margin-bottom: 0;
	position: relative;
	z-index: 5;
}
.section2 .container-sm {
	position: relative;
}
.section2 .box {
	border: 0px solid #ccc;
	width: 100%;
	float: left;
	background-color: #f9f9f9;
	position: relative;
	transition: all 0.55s ease 0s, background 0.55s ease-in-out;
}
.section2 .box * {
	position: relative;
	z-index: 1;
}
.section2 .box:hover:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.00);
	top: 0;
	left: 0;
	z-index: 1;
}
.section2 .box:hover {
	background-size: 101%;
}
.box:hover {
	background-size: 101%;
}
.section2 .col {
	padding: 0;
}
 .section2 div.col:nth-child(1) {
 width: 100%;
 max-width: 314px;
}
 .section2 div.col:nth-child(2) {
 width: 100%;
 max-width: 214px;
}
 .section2 div.col:nth-child(3) {
 width: 100%;
 max-width: 265px;
}
 .section2 div.col:nth-child(4) {
 width: 100%;
 max-width: 265px;
}
.section2 .arrows {
	left: -44px;
	position: absolute;
	top: 218px;
	width: 45px;
	z-index: 10;
}
.section2 .arrows span {
	background: #b0a26f none repeat scroll 0 0;
	color: #ffffff;
	display: inline-block;
	font-size: 40px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	width: 44px;
	margin-top: 2px;
}
.section2 .arrows span a {
	color: #fff;
}
.section2 .arrows span:hover {
	background: #185184;
}
.section2 .box-explore {
	background-color: #ff0f18;
	background-position: bottom center;
	height: 264px;
	background-repeat: no-repeat;
	padding: 2s5px;
	color: #fff;
	position: relative;
}
.section2 .box-explore:hover {
	background-color: #e80c14;
}
.section2 .box-explore h2 {
	margin-top: 0;
	font-size: 20px;
}
.section2 .box-grey {
	background-color: #737373;
	background-position: bottom center;
	height: 264px;
	background-repeat: no-repeat;
	color: #cccccc;
}
.section2 .box-grey:hover {
	background-color: #555;
}
.section2 .box-grey p {
	padding: 50px;
	font-size: 18px;
	line-height: normal;
}
.section2 .box-map1 {
	background-color: #fff;
	background-position: bottom center;
	min-height: 264px;
	background-repeat: no-repeat;
}
.section2 .box-map1 h2 {
	margin-top: 30px;
	color: #fff;
	font-size: 20px;
	position: absolute;
	bottom: 17px;
	left: 23px;
	right: 20px;
}
.section2 .box-map1 .text {
	min-height: 264px;
	padding: 30px;
	background: #185184;
	color: #fff;
	font-size: 18px;
	position: relative;
}
.section2 .box-map1:hover .text {
	background-color: #0e406d;
}
.section2 .box-map1:hover .text:after {
	border-bottom: 25px solid #0e406d;
}
.section2 .box-map1 .photo {
	position: relative;
	max-height: 264px;
	overflow: hidden;
	min-height: 264px;
	background-position: center bottom;
}
.section2 .box-map1 .photo p {
	position: absolute;
	z-index: 1;
	bottom: 30px;
	color: #fff;
	left: 40px;
	right: 40px;
	font-size: 12px;
	line-height: normal;
	text-transform: uppercase;
}
.section2 .box-map1 .photo p b {
	display: block;/*font-family: 'HelveticaNeueLTStdBlk';*/
                }
.section2 .box-map2 {
	background-color: #fff;
	background-position: bottom center;
	min-height: 264px;
	background-repeat: no-repeat;
}
.section2 .box-map2 h2 {
	margin-top: 30px;
	color: #fff;
	font-size: 20px;
	position: absolute;
	bottom: 0px;
	left: 23px;
	right: 20px;
}
.section2 .box-map2 .text {
	min-height: 264px;
	padding: 30px;
	background: #b0a26f;
	color: #fff;
	font-size: 18px;
	position: relative;
}
.section2 .box:hover h2, .section2 .box:hover .text h2 {
	text-decoration:underline;
}
.section2 .box-map2 .photo {
	position: relative;
	max-height: 264px;
	overflow: hidden;
	min-height: 264px;
	background-position: center bottom;
}
.section2 .box-map2:hover .text {
	background: #9d905f;
}
.section2 .box-map2 .photo p {
	position: absolute;
	z-index: 1;
	bottom: 30px;
	color: #fff;
	left: 40px;
	right: 40px;
	font-size: 12px;
	line-height: normal;
	text-transform: uppercase;
}
.section2 .box-map2 .photo p b {
	display: block;/*font-family: 'HelveticaNeueLTStdBlk';*/
            }
.section2 .box-map3 {
	background-color: #fff;
	background-position: bottom center;
	min-height: 264px;
	background-repeat: no-repeat;
}
.section2 .box-map3 h2 {
	margin-top: 30px;
	color: #999966;
	font-size: 20px;
	position: absolute;
	bottom: 17px;
	left: 23px;
	right: 20px;
}
.section2 .box-map3 .text {
	min-height: 264px;
	padding: 30px;
	background: #fff;
	color: #999966;
	font-size: 18px;
	position: relative;
}
.section2 .box-map3:hover .text {
	background-color: #f9f9f9;
}
.section2 .box-map3:hover .text:after {
	border-bottom: 25px solid #f9f9f9;
}
.section2 .box-map3 .photo {
	position: relative;
	max-height: 264px;
	overflow: hidden;
	min-height: 264px;
	background-position: center bottom;
}
.section2 .box-map3 .photo p {
	position: absolute;
	z-index: 1;
	bottom: 30px;
	color: #fff;
	left: 40px;
	right: 40px;
	font-size: 12px;
	line-height: normal;
	text-transform: uppercase;
}
.section2 .box-map3 .photo p b {
	display: block;/*font-family: 'HelveticaNeueLTStdBlk';*/
                }
/**/

.section3 {
    /*/*font-family: 'HelveticaNeueLTStdMd';*/*/  float: left;
	width: 100%;
	margin-bottom: 50px;
	position: relative;
	z-index: 5;
	display: flex;
}
.section3 .box {
	border: 0px solid #ccc;
	width: 100%;
	float: left;
	background-color: #f9f9f9;
	position: relative;
}
.section3 .col {
	padding: 0;
}
 .section3 .col:nth-child(1) {
 width: 100%;
 max-width: 50%;
}
 .section3 .col:nth-child(2) {
 width: 100%;
 max-width: 50%;
}
.section3 .box-general {
	background-position: bottom center;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 318px;
}
.section3 .box-general .text {
	padding: 40px;
	position: relative;
}
.section3 .box-general h2 {
	margin-top: 0;
	color: #fff;
	font-size: 30px;
           /* /*font-family: 'HelveticaNeueLTStdMd';*/*/  margin-bottom: 35px;
}
.section3 .box-general .button .row {
	margin-left: -5px;
	margin-right: -5px;
}
.section3 .box-general .button .wrap {
	padding-right: 5px;
	padding-left: 5px;
}
 .section3 .box-general .button .row .wrap:nth-child(2) {
}
.section3 .box-general .btn {
	/*font-family: 'HelveticaNeueLTStdMd';*/
            width: 100%;
	display: inline-block;
	box-sizing: border-box;
	float: left;
	word-wrap: break-word;
	white-space: inherit;
	min-height: 76px;
	margin-top: 10px;
	position: relative;
}
.section3 .box-fee {
	background-color: #fff;
	background-position: bottom center;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}
.section3 .box-fee .list-group {
	margin-bottom: 0;
}
.section3 .box-fee .list-group-item.title {
	background: #165084;
	border: 0;
	height: auto;
	color: #fff !important;
	font-size: 30px;
	padding: 21px 50px !important;
	margin-bottom: 0;
}
.section3 .box-fee .list-group-item {
	transition: all 0.55s ease 0s;
	text-align: inherit;
	background-color: #ffffff;
	border: 0;
	border-radius: 0;
	padding: 10.8px 50px;
	font-size: 24px;
	color: #666;
	margin-bottom: 2px;
	border-bottom: 2px solid #e0e0e0;
	height: auto;
}
.section3 .box-fee .list-group-item:hover {
	color: #ff0f18;
	padding-left: 60px;
}
.section3 .box-fee .list-group:last-child .list-group-item {
	margin-bottom: 0;
	border: 0;
}
/**/

.section4 {
	/*font-family: 'HelveticaNeueLTStdMd';*/
    float: left;
	width: 100%;
	margin-bottom: 50px;
	position: relative;
	z-index: 5;
}
.section4 .box {
	border: 0px solid #ccc;
	width: 100%;
	float: left;
	background-color: #f9f9f9;
	position: relative;
}
.section4 .col {
	padding: 0;
}
 .section4 .col:nth-child(1) {
 width: 100%;
 max-width: 50%;
}
 .section4 .col:nth-child(2) {
 width: 100%;
 max-width: 50%;
}
.section4 .box-website {
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
}
.section4 .box-website .text {
	padding: 40px;
	position: relative;
	color: #fff;
	float: left;
	width: 100%;
	padding-right: 10px;
}
.section4 .box-website h2 {
	margin-top: 0;
	color: #fff;
	font-size: 30px;
	/*font-family: 'HelveticaNeueLTStdMd';*/
            margin-bottom: 35px;
}
.section4 .box-website ul {
	padding: 0;
	margin: 0;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 15px;
}
.section4 .box-website ul li {
	width: 45%;
	float: left;
	margin-right: 5%;
	/*font-family: 'tahoma';*/
                margin-top: 10px;
	transition: all 0.55s ease 0s;
}
.section4 .box-website ul li a {
	color: #fff;
	text-decoration: none;
	transition: all 0.55s ease 0s;
}
.section4 .box-website ul li a:hover {
	padding-left: 5px;
	color:red;
}
.section4 .box-laws {
	background-position: 230px bottom;
	background-repeat: no-repeat;
	margin-left: 2px;
	background-color: #dde9ff;
	background-size: contain;
}
.section4 .box-laws .text {
	padding: 30px;
	position: relative;
	color: #fff;
	float: left;
	width: 100%;
	background: #6485b1;
	max-width: 325px;
}
.section4 .box-laws .text:after {
	border-left: 25px solid #6485b1;
	border-right: 0 solid #185184;
	border-bottom: 25px solid transparent;
	content: "";
	display: inline-block;
	height: 0;
	margin: auto;
	position: absolute;
	width: 0;
	border-top: 25px solid transparent;
	right: -25px;
	top: 40px;
}
.section4 .box-laws h2 {
	margin-top: 0;
	color: #fff;
	font-size: 24px;
	/*font-family: 'HelveticaNeueLTStdMd';*/
            margin-bottom: 20px;
}
.section4 .box-laws ul {
	padding: 0;
	margin: 0;
	list-style-position: outside;
	list-style-type: circle;
	margin-left: 0;
}
.section4 .box-laws ul li {
	transition: all 0.55s ease 0s;
	width: 100%;
	float: left;
	/*font-family: 'tahoma';*/
                margin-top: 10px;
	font-size: 12px;
	padding-bottom: 2px;
	list-style: none;
	border-bottom: 1px solid #fff;
}
.section4 .box-laws ul li:last-child {
	border-bottom: 0;
}
.section4 .box-laws ul li a {
	color: #fff;
	text-decoration: none;
	transition: all 0.55s ease 0s;
}
.section4 .box-laws ul li a:hover {
	padding-left: 10px;
	color: red;
}
/**/

.bg-light {
	background-color: #f8f8f8;
	float: left;
	width: 100%;
	position: relative;
}
.bg-light:before {
	border-top: 200px solid #f8f8f8;
	content: "";
	position: absolute;
	top: -200px;
	left: 0;
	right: 0;
	z-index: -1;
}
.bg-dark {
	background-color: #e0e0e0;
	float: left;
	width: 100%;
	position: relative;
}
.bg-dark:before {
	border-top: 600px solid #e0e0e0;
	content: "";
	position: absolute;
	top: -600px;
	left: 0;
	right: 0;
	z-index: 0;
}
/**/

.footer {
	background-color: lightgray;
	float: left;
	width: 100%;
	padding: 25px 0;
	position: relative;
}
 .footer .col:nth-child(1) {
 max-width: inherit;
 padding-right: 0;
 width: auto;
}
 .footer .col:nth-child(2) {
 padding-left: 0;
 float: right;
 width: auto;
 padding-right: 0;
}
.footer .links ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 40px;
}
.footer .links ul li {
	display: inline-block;
	padding-left: 0px;
	padding-right: 10px;
	color: #1a1a18;
	font-size: 16px;
	position: relative;
}
.footer .links ul li a {
	color: #fff;
	text-decoration: none;
	position: relative;
	font-size:90%;
	font-style: initial;
}
.footer .links ul li:last-child a:after {
	display: none;
}
.footer .links ul li a:hover {
	color: gray;
}
.footer .links ul li a:after {
	content: "/";
	margin-left: 8px;
	margin-right: 5px;
}
.footer .links ul li:after {
	position: absolute;
	width: 100%;
	display: block;
	height: 0;
	background-color: white;
	top: -10px;
	left: -8px;
	content: "";
 transition: all .2s ease-out;
}
.footer .links ul li:hover:after {
	height: 2px;
}
.footer .copy {
	color: #fff;
	font-size: 14px;
}
.footer .icons {
	text-align: right;
	display: none;
	min-height: 53PX;
}
.footer .icons ul {
	padding: 0;
	margin: 0;
}
.footer .icons li {
	display: inline-block;
}
.footer .icons li a {
	/*background: #75abf0 none repeat scroll 0 0;
                border: 1px solid #ffffff;*/
                float: left;
	border-radius: 5px;
	color: #ffffff;
	display: inline-block;
	font-size: 18px;
	height: 36px;
	line-height: normal;
	/*margin-right: 5px;*/
                text-align: center;
	width: 36px;
	position: relative;
}
.breadcrumb {
	background: none;
	text-align: left;
	padding: 0;
	margin: 0;
	border-radius: 0;
	font-size: 12px;
	float: left;
	width: 100%;
	margin-top: 10px;
}
.breadcrumb li a {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
.breadcrumb li.active {
	color: #cabc8b;
}
.inner-banner {
	position: relative;
	float: left;
	width: 100%;
}
.inner-banner .fill {
	min-height: 390px;
	background-size: cover;
}
.page {
	float: left;
	margin-top: -160px;
	position: relative;
	width: 100%;
	z-index: 10;
	padding-bottom: 50px;
}
.page .col1 {
	padding: 0;
}
.page .col2 {
	padding: 0;
}
/**/

.leftside {
	min-height: 200px;
	background: #cabc8b;
	margin-left: 70px;
	padding: 20px 20px 10px;
}
.rightside {
	min-height: 200px;
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
	min-height: 600px;
	margin-right: 70px;
	max-width: 100%;
}
/**/

.leftside h2 {
	margin-top: 0;
	color: #ff0f18;
	/*font-family: 'HelveticaNeueLTStdBlk';*/
    font-size: 14px;
	text-transform: uppercase;
}
.leftside h3 {
	margin-top: 0;
	color: #333;
	/*font-family: 'HelveticaNeueLTStdBlk';*/
    font-size: 12px;
}
.leftside ul.links1 {
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
	list-style: none;
}
.leftside ul.links1 li {
}
.leftside ul.links1 li.active a {
	color: #333;/*font-family: 'HelveticaNeueLTStdBlk';*/
        }
.leftside ul.links1 li a {
	color: #fff;
	font-size: 12px;
	transition: all 0.55s ease 0s;
}
.leftside ul.links1 li a:hover {
	color: #333;
	text-decoration: none;
	padding-left: 5px;
}
.leftside ul.links2 {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 15px;
}
.leftside ul.links2 li {
	padding-left: 20px;
}
.leftside ul.links2 li a {
	color: #fff;
	font-size: 12px;
}
.leftside ul.links2 li a:hover {
	color: #333;
	text-decoration: none;
}
.content {
	padding: 30px 50px;
	float: left;
	width: 100%;
}
.content .colorRed {
	color: #ff0f18 !important;
}
.content ul {
	list-style-position: initial;
}
.page-head {
	margin-bottom: 10px;
	float: left;
	width: 100%;
	position: relative;
	min-height: 50px;
}
.page-head .title {
}
.page-head .title h2 {
	font-size: 24px;
	color: #ff0f18;
	margin: 0;/*font-family: 'HelveticaNeueLTStdMd';*/
        }
.page-head .title b {
	color: #333333;
	display: inline-block;
	/*font-family: "HelveticaNeueLTStdBlk";*/
            font-size: 12px;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
}
.page-head .square {
	float: right;
	position: absolute;
	top: 0;
	right: 0;
}
.square {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	position: relative;
}
.square li {
	border: 3px solid #c2c2c2;
	width: 25px;
	height: 25px;
	display: inline-block;
	cursor: pointer;
}
.square li a {
	display: block;
	line-height: 25px;
}
.square li.active {
	background: #ff0f18;
	border: 3px solid #ff0f18;
}
.topbar {
	background: #165084;
	color: #fff;
	font-size: 20px;
	padding: 10px 20px;
	position: relative;
	margin-bottom: 20px;
	float: left;
	width: 100%;/*font-family: 'HelveticaNeueLTStdMd';*/
}
.topbar:after {
	color: #ffffff;
	content: "\f107";
	display: block;
	font-family: FontAwesome;
	font-size: 30px;
	margin-top: 0;
	pointer-events: none;
	position: absolute;
	right: 15px;
	top: 4px;
	transition: all 0.15s ease-in-out 0s;
}
.square-box {
	margin-bottom: 5px;
	width: 100%;
	float: left;
	width: 100%;
	text-align: right;
}
.products {
	float: left;
	width: 100%;
}
.product-box {
	border: 1px solid #cccccc;
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.product-box figure {
	text-align: center;
}
.product-box figure img {
	max-width: 100%;
	height: 100%;
}
.product-box:hover a {
	text-decoration: none !important;
}
.product-box .name {
	background: #ff0f18 none repeat scroll 0 0;
	color: #ffffff;
	float: left;
	/*font-family: "HelveticaNeueLTStdMd";*/
        font-size: 12px;
	height: 50px;
	line-height: 14px;
	list-style: outside none none;
	padding: 10px;
	position: relative;
	text-align: center;
	width: 100%;
}
.product-box .name a {
	text-decoration: none !important;
	color: #fff;
}
.product-box .name span {
	display: block;
	left: 10px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.products {
	float: left;
	width: 100%;
}
.product-box2 {
	border: 1px solid #cccccc;
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.product-box2 figure {
	padding: 10px;
	text-align: center;
}
.product-box2 figure img {
	max-width: 100%;
}
.product-box2:hover a {
	text-decoration: none !important;
}
.product-box2 .name {
	background: #ff0f18 none repeat scroll 0 0;
	color: #ffffff;
	float: left;
	/*font-family: "HelveticaNeueLTStdMd";*/
        font-size: 12px;
	height: 50px;
	line-height: 14px;
	list-style: outside none none;
	padding: 10px;
	position: relative;
	text-align: center;
	width: 100%;
}
.product-box2 .name a {
	text-decoration: none !important;
	color: #fff;
}
.product-box2 .name span {
	display: block;
	left: 10px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.keepNumberFormat {
	direction:ltr;
}
.news-box {
	border: 1px solid #cccccc;
	width: 100%;
	float: left;
	margin-bottom: 30px;
	/*font-family: 'HelveticaNeueLTStdMd';*/
    transition: all 0.55s ease 0s;
}
.news-box:hover {
	background: #fcfcfc;
}
.news-box .text {
	padding: 15px 20px;
	padding-right: 220px;
}
.news-box .text .date {
	color: #999999;
	margin-bottom: 5px;
	text-align:left;
}
.news-box .text .number {
	color: #cabc8b;
	margin-bottom: 5px;
}
.news-box .text p {
	font-size: 20px;
	color: #666666;
}
.news-box .text .link {
	color: #ff0f18;
	font-size: 14px;
	/*font-family: 'HelveticaNeueLTStdBlk';*/
            text-transform: uppercase;
	transition: all 0.55s ease 0s;
}
.news-box .text .link:hover {
	padding-left: 10px;
}
.news-box figure {
	float: right;
	border-left: 1px solid #cccccc;
}
.news-box figure img {
	height: auto;
	float: left;
	width: 100%;
}
.news-box figure .title {
	float: left;
	/*font-family: "HelveticaNeueLTStdMd";*/
            height: 120px;
	line-height: 14px;
	list-style: outside none none;
	padding: 10px;
	position: relative;
	text-align: center;
	width: 100%;
	color: #000;
}
.news-box figure .title .wrap {
	display: block;
	left: 10px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.news-box figure .title span {
	display: block;
	color: #999999;
}
/**/

.inner-services {
	float: left;
	margin-bottom: 60px;
	width: 100%;
}
.inner-services ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.inner-services ul li {
	border-style: solid;
	border-color: #ccc;
	float: left;
	width: 100%;
	padding: 0;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
}
.inner-services ul li:last-child {
	border-bottom-width: 1px;
}
.inner-services ul li .box {
	padding: 20px;
	float: left;
	width: 100%;
	cursor: pointer;
}
.inner-services ul li .box .icon {
	display: inline-block;
	margin-right: 10px;
	float: left;
	position: relative;
	z-index: 1;
}
.inner-services ul li .box b {
	/*font-family: 'HelveticaNeueLTStdBlk';*/
                    color: #333333;
	font-size: 18px;
	font-weight: normal;
	width: auto;
	left: inherit;
	right: inherit;
	position: relative;
	z-index: 1;
}
.inner-services ul li:after {
	background: #ff0f18;
	content: "";
	height: 0;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 0;
	transition: all 0.55s ease 0s;
}
.inner-services ul li:hover:after {
	height: 100%;
}
/**/

.top-filter {
	float: right;
	max-width: 210px;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
/**/

.nice-select {
	-moz-user-select: none;
	background-color: rgb(255, 255, 255);
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-weight: normal;
	position: relative;
	text-align: left !important;
	transition: all 0.2s ease-in-out 0s;
	white-space: nowrap;
	width: 100%;
}
.nice-select:hover {
	border-color: #d0dae5;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
	border-color: #333333;
}
.nice-select:after {
	border-bottom: 0px solid #969192;
	border-right: 0px solid #969192;
	display: block;
	margin-top: 0;
	pointer-events: none;
	position: absolute;
	right: 8px;
	top: -8px;
	transition: all 0.15s ease-in-out 0s;
	content: "\f107";
	font-family: FontAwesome;
	font-size: 30px;
	color: #969192;
}
.nice-select.open:after {
}
.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}
.nice-select.disabled {
	border-color: #e7ecf2;
	color: #90a1b5;
	pointer-events: none;
}
.nice-select.disabled:after {
	border-color: #cdd5de;
}
.form-control.wide {
	width: 100%;
}
.form-control.wide .list {
	left: 0 !important;
	right: 0 !important;
}
.nice-select.right {
	float: right;
}
.nice-select.right .list {
	left: auto;
	right: 0;
}
.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}
.nice-select.small:after {
	height: 4px;
	width: 4px;
}
.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}
.nice-select .list {
	border: 0px solid #FFF;
	background-color: #fff;
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
	width: 100%;
	left: 0;
}
 .nice-select .list:hover .option:not(:hover) {
}
.nice-select .option {
	cursor: pointer;
	font-weight: normal;
	list-style: outside none none;
	outline: medium none;
	padding: 7px 10px;
	text-align: left;
	transition: all 0.2s ease 0s;
	background-color: #858182;
	color: #FFF;
	border-bottom: 0px solid #FFF;
}
.nice-select .option:last-child {
	border-bottom: 0;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
	background-color: #58585b;
}
.nice-select .option.selected {
}
.nice-select .option.disabled {
	background-color: transparent;
	color: #90a1b5;
	cursor: default;
}
.blue-select {
	background: #165084;
	color: #fff;
	border: 0;
	font-size: 14px;
	height: auto;
	padding: 15px 20px;
	line-height: 25px;
	float: none;
}
.blue-select:after {
	color: #fff;
	top: 16px;
	right: 15px;
}
.blue-select .list {
	border: 0;
	right: 0;
}
.blue-select .option {
	padding: 10px 20px;
	font-size: 14px;
}
/**/
.upload {
	background-color: #ffffff;
	display: inline-block;
	position: relative;
	width: 100%;
	text-align: left;
}
.upload input[type="file"] {
	cursor: pointer;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.upload .upload-btn {
	background-color: #666666;
	border: 0 none;
	border-radius: 0;
	bottom: 0;
	box-sizing: content-box;
	color: #ffffff;
	display: inline-block;
	float: left;
	font-size: 14px;
	left: 0;
	line-height: 1;
	padding: 4px 25px;
	position: absolute;
	top: 0;
	width: auto;
}
.upload .fileName {
	display: block;
	font-size: 14px;
	overflow: hidden;
	padding-left: 130px;
	padding-top: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.upload .upload-up {
	display: none;
}
/**/
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.slider {
	margin: 0 -5px;
}
.dotslider {
}
.dotslider .owl-controls {
	float: right;
	position: absolute;
	right: 5px;
	top: 0;
}
.dotslider .owl-controls .owl-page {
	border: 3px solid #c2c2c2;
	width: 25px;
	height: 25px;
	display: inline-block;
	cursor: pointer;
	margin-left: 5px;
	text-indent: -9999px;
}
.dotslider .owl-controls .owl-page.active {
	background: #ff0f18;
	border: 3px solid #ff0f18;
}
.dotslider .item {
	margin: 5px;
}
/*
.dotslider .owl-item:nth-child(3n+1) > .item { margin-left: 0; }
.dotslider .owl-item:nth-child(3n+3) > .item { margin-right: 0; }
*/

/**/


.text-section {
 
	float: left;
	width: 100%;
}
.text-section,.text-section span, .text-section p, .text-section b, .text-section ul, .text-section li{color: #999999  ; line-height:1.5;}
.text-section img {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	margin-right: 20px;
}
.text-section table {
}
.text-section table tr {
}
.text-section table tr td {
	padding: 10px;
	vertical-align: top;
}
.product-detail h2 {
	font-size: 18px;/*font-family: "HelveticaNeueLTStdBlk";*/
}
.form-detail .control-label {
	padding-top: 5px;
}
.form-detail .btn {
	padding: 10px;
	/*font-family: 'HelveticaNeueLTStdMd';*/
    font-size: 14px;
}
.form-detail .form-group {
	margin-bottom: 5px;
	position: relative;
}
.best-seller {
}
.box-head {
	margin-bottom: 10px;
	float: left;
	width: 100%;
	position: relative;
	min-height: 30px;
}
.box-head .title {
}
.box-head .title h2 {
	font-size: 24px;
	color: #ff0f18;
	margin: 0;/*font-family: 'HelveticaNeueLTStdMd';*/
        }
.box-head .title b {
	color: #333333;
	display: inline-block;
	/*font-family: "HelveticaNeueLTStdBlk";*/
            font-size: 12px;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
}
.box-head .square {
	float: right;
	position: absolute;
	top: 0;
	right: 0;
}
.milestone {
}
.milestone ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.milestone ul li {
	margin-bottom: 10px;
}
.milestone ul li b {
	color: #ff0f18;
	display: inline-block;
	float: left;
	margin-right: 10px;
	font-size: 18px;
	clear: both;
	position: relative;
	top: -2px;
}
.top-button {
	float: right;
	max-width: 210px;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	text-align: right;
}
.banner-buttons {
	position: absolute;
	right: 0%;
	top: 25%;
	z-index: 999;
	width:256px;
}
.banner-buttons .button {
	padding: 12px 12px;
	cursor: pointer;
	background: #ff0f18;
	margin-bottom: 10px;
	position: relative;
	right: -200px;
	transition: all 0.55s ease 0s;
	color: #fff;
}
.banner-buttons .button:hover {
	right: 0px;
	display: table;
	width: 100%;
	text-align: left;
}
.banner-buttons .button:after {
	background: #ff0f18;
	content: "";
	height: 0;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 0;
	transition: all 0.55s ease 0s;
}
.banner-buttons .button:hover:after {
	height: 100%;
}
.banner-buttons .button .icon {
	display: table-cell;
	margin-right: 15px;
	position: relative;
	z-index: 1;
	vertical-align: middle;
	width: 45px;
}
.banner-buttons .button .icon img {
	max-height: 35px;
	width: 35px;
	height: 35px;
}
.banner-buttons .button b {
	/*font-family: 'HelveticaNeueLTStdBlk';*/
            color: #fff;
	font-size: 18px;
	width: auto;
	font-weight: normal;
	position: relative;
	z-index: 1;
	display: table-cell;
	vertical-align: middle;
}

.banner-buttons .button strong {
	/*font-family: 'HelveticaNeueLTStdBlk';*/
            color: #fff;
	font-size: 18px;
	width: auto;
	font-weight: normal;
	position: relative;
	z-index: 1;
	display: table-cell;
	vertical-align: middle;
}

 @media (min-width: 990px) {
 .dropdown:hover .dropdown-menu {
 display: block;
}
}
 @media (max-width: 1200px) {
 .container {
 padding-left: 15px;
 padding-right: 15px;
}
/*.page-links .navbar-nav li a { padding-right: 40px; }*/
}
 @media (max-width: 1100px) {
    /*.page-links .navbar-nav li a { font-size: 18px; padding-right: 30px; }*/
    .rightside {
}
}
 @media (max-width: 1060px) {
 .home-services ul li {
 width: 100%;
 border-bottom-width: 0px;
 border-right-width: 1px;
}
 .home-services ul li .box {
 text-align: left;
}
 .home-services ul li:last-child {
 border-bottom-width: 1px;
}
 .container-sm {
 padding-left: 15px;
 padding-right: 15px;
 max-width: 767px;
}
 .section .col {
 max-width: 100% !important;
}
 .section4 .box {
 margin-left: 0;
}
 .footer .icons {
 text-align: center;
 margin-top: 20px;
}
 .footer .col:nth-child(1) {
 max-width: 100% !important;
 width: 100%;
 text-align: center;
}
 .footer .col:nth-child(2) {
 max-width: 100%;
 width: 100%;
 text-align: center;
}
 .page .col1 {
 width: 100%;
}
 .page .col2 {
 margin: 0;
 width: 100%;
}
 .leftside {
 margin: 0 0px !important;
}
 .rightside {
 margin: 0 70px !important;
 float: left;
}
 .footer .col {
 padding: 0 15px !important;
}
}
 @media (max-width: 1024px) {
}
 @media (max-width: 990px) {
 #maintext {
 display: none;
}
 .top-bar {
 position: relative;
}
 .top-bar .links {
 float: right;
 margin-bottom: 0;
 position: absolute;
 right: 56px;
 top: 10px;
 z-index: 1;
}
 .top-bar .links li {
 height: 40px;
 line-height: 40px;
 width: 40px;
}
 .navbar-default {
 border-bottom: 0px solid #f9f9f9;
 padding: 10px 0;
 padding-bottom: 0;
}
 .navbar-default .navbar-header {
 float: none;
 position: relative;
 border-bottom: 0px solid #f9f9f9;
}
 .navbar-default .navbar-brand {
 max-width: 220px;
 margin-top: 0;
}
 .navbar-default .navbar-toggle {
 display: inline-block !important;
}
 .navbar-default .navbar-toggle span {
 color: #ffffff;
 float: left;
 padding: 4px 10px;
}
 .navbar-default .navbar-toggle i {
 display: none;
 float: left;
 font-size: 14px;
 font-style: normal;
 line-height: 32px;
 font-weight: bold;
 margin-left: 5px;
}
 .navbar-default .navbar-toggle:hover {
 background: none;
}
 .navbar-default .navbar-toggle:hover span {
}
 .navbar-default .navbar-collapse {
 background: rgba(255, 255, 255, 0.0) none repeat scroll 0 0;
 border: 0 none;
 box-shadow: none;
 margin: 10px 0 0 !important;
 padding: 0 !important;
 width: 100%;
 border-top: 1px solid #eee;
}
 .navbar-default .navbar-collapse.collapse {
 display: none !important;
}
 .navbar-default .navbar-nav {
 margin: 0;
 width: 100%;
}
 .navbar-default .navbar-nav > li {
 float: none;
 background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
 margin-top: 2px;
}
 .navbar-default .navbar-nav > li > a {
 padding-top: 10px;
 padding-bottom: 10px;
 padding-left: 0;
 padding-right: 0;
}
 .navbar-default .navbar-collapse.collapse.in {
 display: block !important;
}
 .navbar-default .collapsing {
 overflow: hidden !important;
}
 .navbar-default .navbar-nav .open .dropdown-menu {
 background-color: rgba(0, 0, 0, 0);
 border: 0 none;
 box-shadow: none;
 float: none;
 margin-top: 0;
 position: static;
 width: auto;
}
 .navbar-default .navbar-nav .open .dropdown-menu li a {
 margin-left: 15px;
}
 .navbar-default .navbar-nav .open ul ul li a {
 margin-left: 15px;
}
 .navbar-default .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-default .navbar-nav .open .dropdown-menu > li > a {
 padding: 10px 15px;
}
 .navbar-default .navbar-brand img {
 max-height: 40px;
 width: auto;
}
 .page-links .navbar-nav li a {
 margin-right: 0;
 margin-left: 0;
}
 .page-links .navbar-nav li a {
 font-size: 16px;
}
 ul.slimmenu li > .sub-toggle {
 padding-right: 15px;
}
 .breadcrumb {
 display: none;
}
 .nav-up {
 top: 0 !important;
}
 .navbar-new .navbar-header {
 float: none;
}
 .navbar-new .navbar-brand {
 display: inline-block;
}
 .navbar-new .navbar-toggle {
 display: block;
}
 .navbar-new .navbar-collapse {
 border-top: 1px solid transparent;
 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
 .navbar-new .navbar-collapse.collapse {
 display: none !important;
 padding: 0 0px;
}
 .navbar-new .navbar-nav {
 float: left !important;
 margin: 0px;
 width: 100%;
}
 .navbar-new .navbar-nav li {
 width: 100% !important;
}
 .navbar-new .navbar-nav > li > a {
 padding-top: 10px;
 padding-bottom: 10px;
}
 .navbar-new .navbar-text {
 float: none;
 margin: 15px 0;
}
 .navbar-new .navbar-collapse.collapse.in {
 display: block !important;
}
 .navbar-new .navbar-nav .open .dropdown-menu {
 border: 0 none;
 box-shadow: none;
 float: none;
 margin-top: 0;
 position: static;
 width: auto;
}
 .navbar-new .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
 padding: 5px 15px 5px 25px;
}
 .navbar-new .collapsing {
 overflow: hidden !important;
}
}
 @media (max-width: 768px) {
 .navbar-default .navbar-toggle {
 margin-right: 15px;
}
}
 @media (max-width: 767px) {

    /*.page-links .navbar-header { margin: 0; padding: 10px 0; }*/
    .section-copy .text {
 text-align: center;
 margin-bottom: 10px;
}
 .section-copy .developer {
 text-align: center;
}
 .banner .box {
 left: 0;
 margin-left: 15px;
 margin-right: 15px;
 right: 0;
}
 .banner-search .inner {
 left: 0;
 margin-left: 0;
 margin-right: 0;
 right: 0;
}
 .rightside {
 margin: 0 0;
 float: left;
}
 .section4 .box-website ul li {
 width: 100%;
}
 .banner .box {
 max-width: 70%;
}
}
 @media (max-width: 720px) {
}
 @media (max-width: 640px) {
 .banner .box {
 float: left;
 margin-left: 0;
 margin-right: 0;
 position: relative;
}
 .section4 .box-laws .text {
 max-width: 100%;
}
 .section4 .box-laws .text::after {
 display: none;
}
 .banner .caption h2 {
 font-size: 24px;
}
 .banner .box h3 {
 font-size: 16px;
}
 .section4 .box-website .text {
 padding: 40px;
}
 .leftside {
 margin: 0 15px;
}
 .rightside {
 margin: 0 !important;
 max-width: 100%;
}
 .content {
 padding: 15px;
}
 .news-box figure {
 margin-bottom: 20px;
 width: 100%;
}
 .news-box .text {
 padding: 15px;
}
 .top-filter {
 margin-top: 10px;
 max-width: 100%;
 width: 100%;
 position: relative;
}
 .buttons {
 text-align: left;
}
 .hint {
 width: 100%;
 text-align: left;
}
 .banner-buttons .button {
 padding: 5px;
}
 .banner-buttons .button .icon img {
 max-height: 24px;
}
}
 @media (max-width: 480px) {
 .home-services ul li .box .icon {
 margin-right: 10px;
}
 .home-services ul li .box b {
 font-size: 16px;
}
 .inner-services ul li .box .icon {
 margin-right: 10px;
}
 .inner-services ul li .box b {
 font-size: 16px;
}
 .footer .links ul, .footer .icons {
margin-bottom: 20px;
}
 .footer .icons {
margin-top: 0px;
margin-right: 24%;
}
 .iconsbox .titleleft {
margin-right: 19px;
 margin-bottom: 20px;
 margin-left: 12px;
}
}
 @media (max-width: 360px) {
}
 @media screen and ( max-height: 600px ) {
 .page-links1 {
 max-height: 400px;
 overflow-y: scroll;
}
}
.title {
	color: red !important;
	font-weight: bold;
}
.divSpecializedWebsiteds ul li a {
	font-size: 16px;
}
.divlawregulating ul li a {
	font-size: 14px;
}
.footericonsnew {
	float: right;
}
.btnsuscribe {
	background-color: #165084;
	color: white;
	border: 3px solid #165084;
	font-size: 18px;
	/*font-family: 'HelveticaNeueLTStdBlk';*/
    padding: 10px 15px;
}
.btnsuscribe:hover {
	border: 3px solid gray;
	color: #fff;
	background-color: gray;
}
.footer1 {
	float:right;
	width:100%;
}
.footer2 {
	float:left;
}
.titleleft {
	float:left;
	margin-right:5px;
	margin-bottom:7px;
}
.titleleft img {
	max-height:90px;
	max-width:90px;
}
.titleright {
	float:right;
}
.lastlinks a {
	color:gray;
	font-size:12px;
}
.lastlinks a:hover {
	color:white;
}

.a2 {
	outline: none !important;
	transition: all 0.2s ease 0s;
   
    
    font-size:21px;

     background-color: #f44336;
  color: white;
  padding: 3px 20px;
  text-align: center;
 box-shadow: 0 5px 0 darkred;
  display: inline-block;
}
.a2:hover  {
	transform: scale(0.9);
	transition: transform 0.2s ease 0s;
     text-decoration:none;
     background-color:red;
      color: white;
    
}