@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
 

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
table {
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
}
strong {
	font-weight: bold;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/* Custom CSS
 * --------------------------------------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif \0/;
 *font-family: Arial, Helvetica, sans-serif \0/;
	font-size: 12px;
	background: #f2f3f5;
	line-height: 18px;
	color: #010101;
}
.wrapper {
	width: 100%;
	position: relative;
}
#main_page {
	width: 1024px;
	margin: auto;
	height: auto;
	padding: 0px;
}
.main_page {
	float: left;
	margin: auto;
	height: auto;
	width: 984px;
	padding:10px 20px;
	background: #fff;
	border: 1px solid #eeeeef;
	position: relative;max-height:100%;
}
.header {
	width: 100%;
	float: left;
	height: auto;
}
h1.logo {
	background: url(../images/logo.jpg) no-repeat left top;
	width: 174px;
	height: 68px;
	float: left;
	background-size: contain;
	margin: 5px 0 0 0;
}
h1.logo a {
	width: 174px;
	height: 68px;
	float: left;
	display: block;
}
ul.right_menu {
	float: right;
	width: auto;
	margin: 55px 0 0 0;
}
ul.right_menu li {
	float: left;
	font-size: 12px;
	border-left: 1px solid #446cb3;
	font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
	padding: 0 12px;
	height: 10px;
	line-height: 10px;
	letter-spacing: 0.5px;
}
ul.right_menu li:first-child {
	border-left: none;
}
ul.right_menu li a {
	color: #446cb3;
}
ul.right_menu li a:hover, ul.right_menu li a.active {
	color: #010101;
	text-decoration: none;
}
ul.menu {
	width: 100%;
	float: left;
	height: 52px;
	background: #446cb3;
	margin: 10px 0px;
}
ul.menu li {
	float: left;
	background: url(../images/divider.jpg) no-repeat left top;
	height: 52px;
	line-height: 52px;
	padding: 0px 2.9%;
	font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #fff;
	margin: 0px;
	letter-spacing: 1px;
	display: block;
	cursor: pointer;
}
ul.menu li:first-child {
	background: none;
}
ul.menu li a {
	padding: 0px 0;
	display: block;
*color:#fff;
}
ul.menu li:hover, ul.menu li.active {
	background: #fff;
	color: #446cb3;
}
ul.menu li a:hover, ul.menu li a.active {
	color: #446cb3;
	display: block;
}
a.home {
	background: url(../images/home_icon.png) no-repeat center center;
	width: 30px;
	height: 30px;
	margin: 10px 0px;
	background-size: contain;
}
ul.menu li:hover a.home, a.home:hover {
	background: url(../images/home_hover.png) no-repeat center center;
	width: 30px;
	height: 30px;
	background-size: contain;
}
#main_page > div > div.header > ul.menu > li.active > a.home {
	background: url(../images/home_hover.png) no-repeat center center;
	width: 30px;
	height: 30px;
	background-size: contain;
}
.content {
	width: 100%;
	float: left;
	height: auto;min-height:544px;
}
.in_page {
	margin: 0px 0px;
}
.banner {
	width: 100%;
	height: 250px;
	margin: 5px 0px 20px 0px;
	padding: 0px;
	float: left;
	background: #f2f3f5;
	border: 2px solid #eeeeef;
}
#main_page > div > div.content > div.banner > div > div.bx-viewport > ul > li {
	padding: 0 60px;
}
ul.cp {
	width: 35% !important;
}
ul.cf {
	width:35% !important;
}
ul.cf li {
	float: left;
	background: none !important;
	width: 100%;
	margin: 5px 0px;
	padding: 0px !important
}
ul.cf li input[type="text"] {
	width: 93%;
	padding: 5px 5px;
	font-style: italic;
	border: 1px solid #ccc;
	color: #8d8d8d;
	font-size: 12px;
	font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
	outline: none;
}
ul.cf li a {
	text-decoration: underline;
	color: #446cb3;
}
ul.cf li textarea {
	width: 93% !important;
	padding: 5px 5px;
	font-style: italic;
	border: 1px solid #ccc;
	color: #8d8d8d;
	font-size: 12px;
	font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
	min-height: 150px !important;
	outline: none;
}
ul.cf li input[type="button"] {
	float: right;
	padding: 10px 20px;
	margin: 0 20px 0 0;
	border: none;
	font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
	outline: none;
	font-size: 13px;
	text-transform: uppercase;
	cursor: pointer;
	background: #cecece;
	color: #010101;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
ul.cf li input[type="button"]:hover {
	color: #fff;
	background: #446cb3;
}
.copy {
	width: 100%;
	height: auto;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	float: left;
}
.copy p a {
	color: #446cb3;
	font-style: italic;
}
.copy p {
	font-family: Arial, Helvetica, sans-serif;
	color: #010101;
	line-height: 18px;
	letter-spacing: 0.5px;
	font-size: 12px;
	padding: 0px 0px 10px 0px;
	float: left;
	text-align: justify;
}
.copy p em {
	color: #446cb3;
}
.copy h2 {
	color: #446cb3;
	font-size: 13px;
	float: left;
	width: 100%;
	font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
}
.copy ul {
	float: left;
	margin: 0px 0px 10px 0;
	padding: 0px;
	width: 100%;
}
.copy ul li {
	float: left;
	list-style: none;
	width: 98%;
	/* margin: 5px 0px; */
	background: url(../images/block.jpg) no-repeat left 9px;
	padding: 5px 0 0 20px;
}
#main_page > div > div.content.in_page > div > ul.solutions {
	width: 35% !important;
}
#main_page > div > div.content.in_page > div > ul.solutions > li {
	width: 100% !important;
	border: none !important;
}
h1.main_heading {
	color: #010101;
	font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
	font-size: 30px;
	letter-spacing: 1px;
	margin: 15px 0px;
	width: 100%;
	float: left;
}
h1.main_heading span {
	color: #446cb3;
}
.copy_left {
	width: 65%;
	float: left;
}
.copy_left p {
	border-right: 1px solid #cecece;
	padding-right: 20px;
}
.copy_right {
	width: 30%;
	float: right;
}
.image_solutions {
	margin: 28px 0px;
}
ul.offerings {
	width: 100%;
	height: auto;
	margin: 20px 0px;
	padding: 0px;
	float: left;
}
ul.offerings li {
	float: left;
	background: url(../images/circle_bg.png) left top no-repeat;
	width: 183px;
	height: 183px;
	text-align: center;
	cursor: pointer;
	margin: 0 5px;
	background-size: contain;
	color: #010101;
	font-family: 'open_sanssemibold';
	font-size: 14px;
	line-height: 100px;
}
ul.offerings li a {
	color: #010101;
	display: block;
}
ul.offerings li a:hover {
	color: #858585;
}
ul.offerings li:hover {
	float: left;
	background: url(../images/circle_hover.png) left top no-repeat;
	width: 183px;
	height: 183px;
	background-size: contain;
	color: #858585
}
ul.offerings li a img {
	vertical-align: text-top;
}
ul.offerings li a p {
	line-height: 20px;
	margin: 10px 0 0 0;
}
.footer {
	width:100%;
	float: left;
	margin: 10px 0px;
	background: #f2f3f5;
	height: 45px;
	bottom: 5px;
}
ul.footer_menu {
	width: 100%;
	float: left;
	margin: 20px 0px 10px 0;
}
ul.footer_menu li {
	float: left;
	padding: 0px 20px;
	border-left: 1px solid #858585;
	height: 10px;
	line-height: 10px;
	font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ul.footer_menu li:first-child {
	border-left: none;
}
ul.footer_menu li a {
	color: #858585;
}
ul.footer_menu li a:hover, ul.footer_menu li a.active {
	color: #010101;
	text-decoration: none;
}
p.copyright {
	width: 100%;
	text-align: center;
	font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #858585;
	float: left;
	padding: 3px 0 0px 0px;
}
p.copyright a {
	color: #858585;
}
p.copyright a:hover {
	color: #010101;
}
/* @media only screen and (min-width : 800px) and (max-width : 1366px) {
.footer {
	width: 100%;
}
}*/

@media only screen and (max-width :1280px){
.content {
	min-height:604px;
}
}

@media only screen and (min-width :1600px) and (max-width :1700px) {
.content {
	min-height:690px;
}
}