@font-face {
	font-family: 'Droid Serif';
	src: url("../fonts/DroidSerif-Regular-webfont.eot");
	src: url("../fonts/DroidSerif-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidSerif-Regular-webfont.woff") format("woff"), url("../fonts/DroidSerif-Regular-webfont.ttf") format("truetype"), url("../fonts/DroidSerif-Regular-webfont.svg") format("svg");
	font-weight: 700;
	font-style: normal;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.yellow_grad {
	position: relative;
	background: #ffc426;
	background: -moz-linear-gradient(top, #ffc426 0%, #fdac1b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc426), color-stop(100%, #fdac1b));
	background: -webkit-linear-gradient(top, #ffc426 0%, #fdac1b 100%);
	background: -o-linear-gradient(top, #ffc426 0%, #fdac1b 100%);
	background: -ms-linear-gradient(top, #ffc426 0%, #fdac1b 100%);
	background: linear-gradient(to bottom, #ffc426 0%, #fdac1b 100%);
	color: #fff;
}
.yellow_grad:hover {
	background: #ffc426;
}
.green_grad {
	position: relative;
	background: #8dca44;
	background: -moz-linear-gradient(top, #8dca44 0%, #40831e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8dca44), color-stop(100%, #40831e));
	background: -webkit-linear-gradient(top, #8dca44 0%, #40831e 100%);
	background: -o-linear-gradient(top, #8dca44 0%, #40831e 100%);
	background: -ms-linear-gradient(top, #8dca44 0%, #40831e 100%);
	background: linear-gradient(to bottom, #8dca44 0%, #40831e 100%);
	color: #fff;
}
.green_grad:hover {
	background: #8dca44;
}
.gray_grad {
	position: relative;
	background: #d1d1d1;
	background: -moz-linear-gradient(top, #d1d1d1 0%, #9a9a9a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1d1d1), color-stop(100%, #9a9a9a));
	background: -webkit-linear-gradient(top, #d1d1d1 0%, #9a9a9a 100%);
	background: -o-linear-gradient(top, #d1d1d1 0%, #9a9a9a 100%);
	background: -ms-linear-gradient(top, #d1d1d1 0%, #9a9a9a 100%);
	background: linear-gradient(to bottom, #d1d1d1 0%, #9a9a9a 100%);
	color: #fff
}
.gray_grad:hover {
	background: #d1d1d1;
}
body {
	margin: 0;
	font-family: "museo-sans-1", "MuseoSans", "Helvetica Neue", helvetica, sans-serif;
}
.clear {
	clear: both;
}
b {
	font-weight: 900;
	color: inherit;
}
#gray_bg {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 50%;
	height: 100%;
	background: #f9f8f8;
	z-index: 1;
}
#top {
	position: relative;
	z-index: 2;
}
.container {
	width: 960px;
	margin: 0 auto;
}
#header {
	position: relative;
	width: 100%;
	height: 100px;
	background: #fff;
	z-index: 9999;
}
#header #logo {
	display: block;
	width: 170px;
	height: 80px;
	background: url(../img/logo-2015.png) no-repeat;
	float: left;
	margin-top: 15px;
}
#header #head_right {
	position: relative;
	color: #0075bf;
	float: right;
	margin-top: 10px;
}
#header #head_right .specialty_switcher {
	float: left;
	margin: 0;
	font-size: 11px;
	font-weight: 100;
	color: #9a9a9a;
	cursor: pointer;
	width: 250px;
	text-align: center;
	margin: 1px 20px 0 0;
	position: relative;
	z-index: 7;
}
#header #head_right .specialty_switcher p {
	padding: 4px;
	margin: 0;
	background: #e5f1f9;
	color: #014773;
	border-radius: 5px;
	behavior: url("../../../wp-content/themes/ofc_corp/css/PIE.htc");
	position: relative;
	border: 0;
	font-weight: 500;
	z-index: 10;
}
#header #head_right .specialty_switcher ul {
	padding-left: 0px;
	margin: 10px 0 0 0;
	list-style-type: none;
	float: left;
	text-align: left;
}
#header #head_right .specialty_switcher ul.left {
	border-right: 1px solid #f0f0f0;
}
#header #head_right .specialty_switcher ul li {
	clear: both;
	float: none;
	width: 123px;
}
#header #head_right .specialty_switcher ul li a {
	clear: both;
	float: none;
	padding: 4px 0;
	background: none;
	color: #0075bf;
	font-weight: 500;
}
#header #head_right .specialty_switcher ul li a:hover {
	text-decoration: underline;
}
#header #head_right .specialty_switcher #dd_specialties {
	display: none;
	width: 248px;
	background: #fff;
	position: absolute;
	top: 5px;
	left: 0px;
	border-radius: 0px 0px 8px 8px;
	behavior: url("../../../wp-content/themes/ofc_corp/css/PIE.htc");
	border: 1px solid #dadada;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.1);
	box-shadow: 0\9;
	padding-bottom: 10px;
	z-index: 9;
}
#header #head_right .specialty_switcher #dd_specialties ul {
	margin-top: 25px;
}
#header #head_right .specialty_switcher:hover p {
	background: #d1d1d1;
}
#header #head_right h3 {
	margin: 0;
	float: left;
	font-weight: 700;
	font-size: 20px;
	padding-left: 40px;
	background: url(../img/icon_phone_02.png) no-repeat left center;
}
#header #head_right a {
	position: relative;
	display: block;
	float: left;
	background: #e5f1f9;
	color: #014773;
	font-size: 12px;
	text-decoration: none;
	border-radius: 3px;
	behavior: url("../../../wp-content/themes/ofc_corp/css/PIE.htc");
	padding: 4px 8px;
	margin-left: 8px;
}
#header #head_right a:hover {
	background: #d1d1d1;
}
#header #head_right a#login {
	cursor: pointer;
}
#header #head_right a#login.active {
	background: #d1d1d1;
}
#header #head_right .login_wrap {
	display: block;
	float: left;
	position: relative;
	z-index: 999;
}
#header #head_right .login_wrap #login {
	position: relative;
}
#header #head_right .login_wrap #spacer {
	position: absolute;
	width: 46px;
	height: 26px;
	right: 0px;
	border-radius: 3px 3px 0px 0px;
	behavior: url("../../../wp-content/themes/ofc_corp/css/PIE.htc");
}
#header #head_right .login_wrap #login_form {
	position: absolute;
	display: none;
	right: 0px;
}
#header #head_right .login_wrap #login_form #login_container {
	position: relative;
	margin-right: -70px;
	padding: 10px 20px;
	width: 260px;
	margin-top: 28px;
*margin-top:48px;
	background: #fff;
	border-radius: 8px;
	behavior: url("../../../wp-content/themes/ofc_corp/css/PIE.htc");
	border: 1px solid #dadada;
	text-align: right;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.1);
	box-shadow: 0\9;
}
#header #head_right .login_wrap #login_form #login_container p {
	margin: 5px 0px;
	font-size: 11px;
	color: #666;
	text-align: left;
	margin-bottom: 10px;
}
#header #head_right .login_wrap #login_form #login_container input[type=submit] {
	position: relative;
	float: right;
	font-family: "museo-sans-1", "MuseoSans", "Helvetica Neue", helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
	font-size: 12px;
	border: none;
	padding: 6px;
	border-radius: 3px;
	behavior: url("../../../wp-content/themes/ofc_corp/css/PIE.htc");
}
#header #head_right .login_wrap #login_form #login_container #close {
	float: left;
	height: 15px;
	width: 15px;
	background: url(../img/close.png) no-repeat top;
	margin-top: 10px;
}
#header #head_right .login_wrap #login_form #login_container #close:hover {
	background: url(../img/close.png) no-repeat bottom;
	cursor: pointer
}
#header #head_right .login_wrap #login_form #login_container label {
	font-size: 12px;
	color: #014773;
	margin-right: 3px;
	display: inline-block;
	padding: 3px 0;
	width: 65px;
}
#header #head_right .login_wrap #login_form #login_container input[type=text], #header #head_right .login_wrap #login_form #login_container input[type=password] {
	display: inline;
	outline: none;
	border: 1px solid #d1d1d1;
	padding: 6px;
	color: #666;
	width: 175px;
}
#header #nav {
	float: right;
	margin-top: 16px;
	position: relative;
	min-width: 500px;
}
#header #nav ul {
	list-style-type: none;
	float: left;
	position: relative;
	margin-top: -4px;
	list-style-type: none
}
#header #nav ul li {
	position: relative;
	float: left;
	margin: 0 7px;
}
#header #nav ul li .submenu {
	position: absolute;
	display: none;
	padding-left: 0;
	margin-left: 0px;
	padding-top: 5px;
	background: #fff;
}
#header #nav ul li .submenu li {
	clear: both;
	width: 200px;
	margin-left: 0;
	border-top: 1px solid #f0f0f0;
}
#header #nav ul li .submenu li a {
	position: relative;
	color: #747474;
	font-size: 13px;
	font-weight: 500;
	background: #fff;
	padding: 11px 13px;
	text-decoration: none;
}
#header #nav ul li a {
	display: block;
	padding: 12px 13px 13px 13px;
	font-size: 14px;
	font-weight: 700;
	color: #9a9a9a;
	text-decoration: none;
}
#header #nav ul li a:hover {
	background: url(../img/menu_border_01.png) repeat-x top;
}
#header #nav ul li:hover a {
	background: url(../img/menu_border_01.png) repeat-x top;
	color: #8dca44;
}
#header #nav ul li:hover .submenu {
	display: block;
}
#header #nav ul li:hover .submenu li {
	display: block;
	margin: 0;
}
#header #nav ul li:hover .submenu li a {
	display: block;
}
#header #nav ul li:hover .submenu li .submenu2 {
	display: none;
}
#header #nav ul li:hover .submenu li:hover a {
	color: #8dca44;
}
#header #nav ul li:hover .submenu li:hover .submenu2 {
	position: absolute;
	display: block;
	left: 200px;
	top: 4px;
	border-left: 1px solid #f0f0f0;
}
#header #nav ul li:hover .submenu li:hover .submenu2 a {
	font-size: 12px;
	color: #747474;
}
#header #nav ul li:hover .submenu li:hover .submenu2 a:hover {
	color: #8dca44;
}
#feature {
	height: 500px;
	background: url(../img/bg-2015.jpg) repeat-x left top;
	text-align: center;
	padding: 30px 0;
	position: static;
}
#feature h1 {
	color: #ffffff !important;
	font-family: "droid-serif-1", "droid-serif-2", serif;
	font-size: 30px;
	margin: 0;
	font-weight: 900;
	position: static;
	/*text-shadow: 1px 1px 1px #000;*/
}
#feature #video {
	margin-top: 25px;
	width: 520px;
	height: 294px;
	float: left;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
	padding: 3px;
	background: #fff;
	cursor: pointer;
}
#feature #video:hover {
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.5)
}
#feature #video #wrap {
	position: relative;
	height: 100%;
	width: 100%;
	background: #000;
}
#feature #video #wrap img {
	position: absolute;
	top: 0px;
	left: 0px;
}
#feature #video #wrap #actual_vid {
	display: none;
}
#feature #desc {
	text-align: left;
	text-shadow: 1px 1px 1px #000;
	float: left;
	margin-left: 20px;
	width: 410px;
	color: #666;
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
}
#feature #desc ul {
	padding-left: 20px;
	margin-top: 25px;
}
#feature #desc ul li {
	padding: 1px 0px 2px 0px;
	color: #fff;
	line-height: 1.1 !important;
}
#feature #desc img {
	margin-left: 20px;
}
#feature #desc #specialty_wrap {
	position: relative;
	margin-left: 20px;
	z-index: 5;
}
#feature #desc #specialty_wrap a {
	text-decoration: none;
}
#feature #desc #specialty_wrap #select_specialty {
	cursor: pointer;
	position: relative;
	margin-top: 10px;
	display: block;
	float: left;
	text-align: center;
	width: 380px;
	height: 60px;
	line-height: 3.2;
	font-size: 17px;
	font-weight: 900;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
	border-radius: 6px;
	behavior: url("../../../wp-content/themes/ofc_corp/css/PIE.htc");
	box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.2);
	box-shadow: 0\9
}
#feature #desc #specialty_wrap #select_specialty #arrow {
	display: inline-block;
	width: 30px;
	background: url(../img/carat_south_01.png) no-repeat right center;
}
#feature #desc #specialty_wrap #select_specialty #arrow_right {
	display: inline-block;
	width: 30px;
	background: url(../img/carat_east_01.png) no-repeat right center;
}
#feature #desc #specialty_wrap #specialty_dropdown {
	position: absolute;
	left: 0px;
	top: 68px;
	float: left;
	display: none;
	color: #fff;
	background: #8dca44;
	width: 380px;
	border-radius: 0px 0px 6px 6px;
	behavior: url("../../../wp-content/themes/ofc_corp/css/PIE.htc");
	padding-bottom: 10px;
}
#feature #desc #specialty_wrap #specialty_dropdown ul {
	position: relative;
	margin: 10px 0 0 0;
	padding-left: 0px;
	list-style-type: none;
	float: left;
}
#feature #desc #specialty_wrap #specialty_dropdown ul li {
	clear: both;
	width: 169px;
	margin-left: 15px;
}
#feature #desc #specialty_wrap #specialty_dropdown ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
#feature #desc #specialty_wrap #specialty_dropdown ul li a:hover {
	text-decoration: underline;
}
#feature #desc #specialty_wrap #specialty_dropdown ul.specialty_left {
	border-right: 1px solid #FFFFFF;
}
#feature #quotes {
	float: left;
	width: 480px;
	height: 50px;
	padding: 10px 30px 10px 0;
	margin-top: 50px;
	color: #014773;
	font-style: italic;
	font-weight: 100;
	text-align: left;
	border-right: 1px solid #98c1db;
	position: relative;
}
#feature #quotes .quote_slide {
	position: absolute;
	top: 0px;
	padding-right: 10px;
}
#feature #quotes .quote_person {
	clear: both;
	float: right;
	text-align: right;
	font-size: 11px;
	margin-top: 10px;
	font-style: normal;
	margin-right: 10px;
}
#feature #quotes .quote_text p {
	margin: 0px;
}
#feature #assoc {
	float: left;
	width: 410px;
	height: 90px;
	margin-top: 40px;
	text-align: left;
	margin-left: 30px;
	overflow: hidden;
	position: relative;
	padding-top: 10px;
	z-index: 2;
}
#feature #assoc #caption {
	margin: 0;
	color: #014773;
	font-size: 11px;
	float: left;
}
#feature #assoc #controls {
	margin-top: -3px;
	float: right;
}
#feature #assoc #controls #control_left {
	float: left;
	width: 15px;
	height: 15px;
	background: url(../img/bx-btn-sprite_02.png) no-repeat left top;
	cursor: pointer;
}
#feature #assoc #controls #control_right {
	float: left;
	margin-left: 5px;
	width: 15px;
	height: 15px;
	background: url(../img/bx-btn-sprite_02.png) no-repeat left bottom;
	cursor: pointer;
}
#feature #assoc #assoc_wrap {
	clear: both;
	text-align: left;
	margin-top: 20px;
	position: relative;
}
#feature #assoc #assoc_wrap .assoc_slide {
	position: absolute;
	top: 0px;
	width: 210px;
	margin-right: 10px;
	float: left;
	z-index: 2 !important;
}
#feature #assoc #assoc_wrap .assoc_slide .icon {
	display: table-cell;
	height: 60px;
	width: 60px;
	text-align: center;
	vertical-align: middle;
	float: right;
}
#feature #assoc #assoc_wrap .assoc_slide .icon img {
	position: relative;
	float: left;
	max-width: 65px;
	max-height: 52px;
}
#feature #assoc #assoc_wrap .assoc_slide .title {
	position: relative;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 11px;
	display: table-cell;
	color: gray;
	width: 120px;
	vertical-align: middle;
	padding-left: 10px;
}
#banner {
	clear: both;
	background: url(../img/bg-2015.jpg) repeat-x;
	height: 103px;
	position: relative;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
#banner h1 {
	display: none;
	margin: 0;
	font-family: "droid-serif-1", "droid-serif-2", serif;
	font-size: 31px;
	display: inline;
	line-height: 100px;
	color: #014773;
	text-shadow: 2px 3px 3px rgba(255,255,255,0.5);
	float: left;
	font-weight: 700;
	position: static;
}
#banner #nav_right {
	float: right;
}
#banner #nav_right ul {
	float: left;
	list-style-type: none;
	margin: 20px 0 0 0;
	padding-left: 0;
	margin-left: 0px;
	max-width: 400px;
}
#banner #nav_right ul li {
	float: left;
	display: block;
	margin-bottom: 10px;
}
#banner #nav_right ul li a {
	position: relative;
	display: block;
	background: #bdd8e9;
	color: #014773;
	padding: 4px 10px;
	font-size: 14px;
	font-weight: 100;
	text-decoration: none;
	border: 1px solid transparent;
	border-radius: 5px;
	behavior: url("../../../wp-content/themes/ofc_corp/css/PIE.htc");
	margin-left: 10px;
}
#banner #nav_right ul li a:hover {
	border: 1px solid #014773;
}
#banner #nav_right ul.one_row {
	margin-top: 35px;
}
#content #content_body {
	font-family: "droid-serif-1", "droid-serif-2", serif;
	float: left;
	padding: 30px 20px 40px 0;
	min-height: 700px;
	width: 655px;
	font-family: "museo-sans-1", "MuseoSans", "Helvetica Neue", helvetica, sans-serif;
	font-size: 14px;
	font-weight: 100;
	color: #666;
	line-height: 20px;
	position: relative;
	z-index: 2 !important;
	background: #fff;
}
#content #content_body .terms div {
	padding: 5px 0px;
}
#content #content_body .terms .med-text {
	font-size: 18px;
	color: #9a9a9a;
	line-height: 1.5;
}
#content #content_body .content_r {
	float: right;
	margin: 0 0 20px 20px;
}
#content #content_body h2 {
	margin: 0 0 20px 0;
	font-size: 27px;
	color: #0075bf;
	font-weight: 100;
	font-family: "droid-serif-1", "droid-serif-2", serif;
	line-height: 32px;
}
#content #content_body h3 {
	margin: 0 0 20px 0;
}
#content #content_body p {
	font-family: "museo-sans-1", "MuseoSans", "Helvetica Neue", helvetica, sans-serif;
	font-size: 14px;
	font-weight: 100;
	color: #666;
	line-height: 20px;
	padding: 10px 0;
}
#content #content_body strong {
	font-weight: 600;
}
#content #content_body a {
	color: #0075bf;
	text-decoration: none;
	margin: 0;
	font-weight: 400;
}
#content #content_body a:hover {
	text-decoration: underline;
}
#content #content_body a.big_button {
	position: relative;
	float: left;
	text-align: center;
	font-size: 14px;
	display: block;
	padding: 20px;
	width: 275px;
	font-family: "museo-sans-1", "MuseoSans", "Helvetica Neue", helvetica, sans-serif;
	color: #666;
	font-weight: 100;
	border-radius: 6px;
	behavior: url("../../../wp-content/themes/ofc_corp/css/PIE.htc");
	margin-right: 10px;
	box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.2);
	box-shadow: 0\9;
}
#content #content_body a.big_button:hover {
	text-decoration: none;
}
#content #content_body a.big_button .button_head {
	color: #fff;
	font-size: 20px;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
	font-weight: 900;
}
#content #content_body ul {
	padding-left: 40px;
}
#content #content_body ul li {
	padding: 5px 0;
}
#content #content_body .service {
	float: left;
	width: 300px;
	height: 120px;
	margin: 20px 20px 0 0;
}
#content #content_body .service .icon {
	float: left;
	margin-right: 10px;
	width: 78px;
}
#content #content_body .service .icon img {
	border: 0;
}
#content #content_body .service .desc {
	float: left;
	width: 210px;
	font-size: 14px;
	color: #014773;
	font-family: "museo-sans-1", "MuseoSans", "Helvetica Neue", helvetica, sans-serif;
}
#content #content_body .service .desc .title {
	display: block;
	float: left;
	margin: 0;
	text-transform: uppercase;
	color: #014773;
	font-weight: 400;
	padding: 0px;
}
#content #content_body .service .desc .sub {
	float: left;
	font-size: 12px;
	color: #666;
	line-height: 18px;
	width: 200px;
	margin-top: 5px;
	padding: 0;
}
#content #content_body #bottom {
	clear: both;
	padding-bottom: 40px;
	font-size: 18px;
	color: #9a9a9a;
	line-height: 26px;
}
#content #content_body #bottom h3 {
	font-size: 22px;
	color: #0075bf;
	font-weight: 100;
	font-family: "droid-serif-1", "droid-serif-2", serif;
}
#content #content_body #bottom p {
	font-size: 18px;
	color: #999;
	font-family: "museo-sans-1", "MuseoSans", "Helvetica Neue", helvetica, sans-serif;
	font-weight: 100;
	line-height: 26px;
}
#content #content_body #bottom .small {
	margin-top: 20px;
	font-size: 14px;
	color: #666;
	line-height: 22px;
	font-weight: 500;
}
#content #content_body #bottom #read_more {
	width: 655px;
	height: 30px;
	border-top: 1px solid #9a9a9a;
}
#content #content_body #bottom #read_more #read_more_button {
	position: relative;
	display: block;
	float: left;
	margin-left: 20px;
	background: #192F5A;
	color: #fff;
	padding: 4px 10px;
	font-size: 12px;
	font-family: "museo-sans-1", "MuseoSans", "Helvetica Neue", helvetica, sans-serif;
	border-radius: 0 0 4px 4px;
	behavior: url("../../../wp-content/themes/ofc_corp/css/PIE.htc");
	cursor: pointer;
}
#content #content_body #bottom .read_more_hide {
	display: none
}
#content #content_body .assoc_block {
	margin-top: 30px;
	clear: both;
}
#content #content_body .assoc_block .assoc_block_img {
	position: relative;
	float: left;
	padding: 10px;
	border-radius: 5px;
	behavior: url("../../../wp-content/themes/ofc_corp/css/PIE.htc");
	border: 1px solid #d1d1d1;
	margin-right: 20px;
	display: block;
}
#content #content_body .assoc_block .assoc_block_text {
	display: block;
	float: left;
	width: 400px;
}
#content #content_body .assoc_block .assoc_block_text p {
	margin: 0;
}
#content #content_body .assoc_block .assoc_block_text h3 {
	color: #0075bf;
	font-size: 24px;
	margin: 0 0 20px 0;
	font-family: "droid-serif-1", "droid-serif-2", serif;
	font-weight: 500;
}
#content #content_body .imglist {
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;
}
#content #content_body .imglist img {
	display: block;
}
#content #content_body .imglist span {
	display: block;
}
#content #content_body .imglist.left li {
	float: left;
	margin-right: 15px;
}
#content #content_body .content_block {
	display: block;
	margin-top: 40px;
}
#content #content_body .content_block h2 a:hover {
	text-decoration: none;
	color: #26abff;
}
#content #content_body .event_block {
	margin-top: 40px;
}
#content #content_body .event_block h2 {
	font-size: 20px;
	margin-bottom: 0px;
}
#content #content_body .event_block p {
	margin: 3px 0px;
	padding: 0;
}
#content #content_body .event_block .event_desc {
	margin-top: 6px;
}
#content #content_body .older a, #content #content_body .newer a {
	position: relative;
	border-radius: 4px;
	behavior: url("../../../wp-content/themes/ofc_corp/css/PIE.htc");
	background: #e5f1f9;
	color: #014773;
	padding: 4px 6px;
	float: left;
	width: 35px;
	margin-right: 10px;
	text-align: center;
}
#content #content_body .older a:hover, #content #content_body .newer a:hover {
	background: #d1d1d1;
	text-decoration: none;
}
#content #content_body #big_buttons {
	float: left;
	margin: 40px 0;
}
#content #content_body .leadership_block {
	margin-top: 40px;
}
#content #content_body .leadership_block h2 {
	margin-bottom: 0px;
}
#content #content_body .leadership_block h2 a:hover {
	text-decoration: none;
	color: #26abff;
}
#content #content_body .leadership_block .leadership_title {
	margin: 0px;
	font-style: italic;
	font-weight: 500;
	color: #9a9a9a;
	font-size: 14px;
}
#content #content_body .webinars h3 {
	font-size: 22px;
	color: #0075bf;
	font-family: "droid-serif-1", "droid-serif-2", serif;
	font-weight: 300;
}
#content #content_body .webinars .webinar_block {
	padding-bottom: 20px;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 30px;
}
#content #content_body.fullpage {
	width: 960px;
}
#content #content_body #bts_desc {
	font-size: 32px;
	color: #9a9a9a;
}
#content #content_body #bts_desc p {
	font-size: 18px;
	color: #9a9a9a;
	line-height: 1.5;
	margin-bottom: 20px;
}
#content #content_body .bts-text {
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 20px;
}
#content #content_body #bts_header {
	padding-bottom: 0px;
}
#content #content_body #bts_header .bts_thumb {
	margin-right: 15px;
	line-height: 0px;
	display: block;
	float: left;
	padding: 5px;
	border-radius: 4px;
	position: relative;
	behavior: url("../../../wp-content/themes/ofc_corp/css/PIE.htc");
	-webkit-box-shadow: red 0px 0px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: red 0px 0px 5px rgba(0,0,0,0.3);
	box-shadow: red 0px 0px 5px rgba(0,0,0,0.3);
	box-shadow: 0\9;
	cursor: pointer;
	margin-bottom: 15px;
}
#content #content_body #bts_header .bts_thumb a {
	display: block;
	float: left;
	line-height: 0px !important;
}
#content #content_body #bts_header .bts_thumb:hover {
	-webkit-box-shadow: red 0px 0px 8px rgba(0,0,0,0.5);
	-moz-box-shadow: red 0px 0px 8px rgba(0,0,0,0.5);
	box-shadow: red 0px 0px 8px rgba(0,0,0,0.5);
	box-shadow: 0\9;
}
#content #content_body #bts_body {
	margin-bottom: 40px;
}
#content #content_body #bts_body .bts_block {
	clear: both;
	float: left;
	padding-top: 50px;
	border-top: 2px dotted #ccc;
	width: 100%;
	margin-top: 60px;
}
#content #content_body #bts_body .bts_block .bts_image {
	float: left;
	padding: 10px;
	background: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 8px;
	behavior: url("../../../wp-content/themes/ofc_corp/css/PIE.htc");
	position: relative;
	-webkit-box-shadow: red 0px 0px 14px rgba(0,0,0,0.2);
	-moz-box-shadow: red 0px 0px 14px rgba(0,0,0,0.2);
	box-shadow: red 0px 0px 14px rgba(0,0,0,0.2);
	box-shadow: 0\9;
}
#content #content_body #bts_body .bts_block .bts_image img {
	float: left;
}
#content #content_body #bts_body .bts_block .bts_text {
	float: left;
	margin-left: 30px;
	width: 500px;
}
#content #content_body #bts_body .bts_block .bts_text h2 {
	display: block;
	font-size: 32px;
	color: #0075bf;
	margin: 0;
}
#content #content_body #bts_body .bts_block .bts_text h5 {
	display: block;
	font-size: 22px;
	color: #666;
	margin: 15px 0 0 0;
	font-weight: 300;
}
#content #content_body #bts_body .bts_block .bts_text .quickhit {
	display: block;
	text-transform: uppercase;
	font-weight: 400;
	color: #014773;
	font-size: 14px;
	margin: 30px 0 0 50px;
}
#content #content_body #bts_body .bts_block .bts_text p {
	margin-left: 50px;
	color: #666;
	font-size: 14px;
}
#content #content_body #bts_body .bts_block .bts_text p strong {
	font-weight: 700;
}
#content #content_body .pr_first h2 {
	font-size: 22px;
	line-height: 1;
}
#content #content_body .pr_block h2 {
	font-size: 16px;
	line-height: 1;
	margin: 0 0 40px 0;
}
#content #content_body .pr_block h2 a:hover {
	text-decoration: none;
	color: #26abff;
}
#content #content_body .pr_block p {
	padding: 0;
}
#content #content_body .pr_block .date {
	margin: 20px 0 5px 0;
	color: #9a9a9a;
	font-weight: 500;
}
#content #content_body .form {
	float: left;
}
#content #content_body #form-new-visitor {
    float: left;
    width: 46%;
}
#content #content_body #form-return-visitor {
    float: right;
    width: 47%;
    display: none;
}
#content #contact-package {
	float: left;
	width: 50%;
}
#content #content_body .form p {
	position: relative;
	padding: 5px 0;
}
#content #content_body .form h2 {
    margin-bottom: 0;
    padding-bottom: 0;
}
#content #content_body .form p label {
	color: #9a9a9a;
	font-weight: 300;
	font-size: 15px;
	font-family: "museo-sans-1", "MuseoSans", "Helvetica Neue", helvetica, sans-serif;
	font-style: italic;
}
#content #content_body .form p label span {
	color: red
}
#content #content_body .form p label.ph {
	cursor: text;
	/*position: absolute;*/
	left: 0px;
	top: 5px;
	padding: 8px 0px;
	z-index: 10;
}
#content #content_body .form p input, #content #content_body .form p textarea {
	position: relative;
	border: 2px solid #d1d1d1;
	background: #f7f7f7;
	border-radius: 5px;
	behavior: url("../../../wp-content/themes/ofc_corp/css/PIE.htc");
	padding: 6px;
	font-family: "museo-sans-1", "MuseoSans", "Helvetica Neue", helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	outline: 0;
}
#content #content_body .form p select {
	padding: 3px 4px 3px 4px;
	position: relative;
	border-radius: 5px;
	behavior: url("../../../wp-content/themes/ofc_corp/css/PIE.htc");
	background: none;
	border: 1px solid #dedede;
	font-family: "museo-sans-1", "MuseoSans", "Helvetica Neue", helvetica, sans-serif;
	font-size: 13px;
	font-weight: 100;
	height: 25px;
	color: #666;
	outline: 0;
	float:left !important;
	margin-right: 10px !important;
    z-index: 500;
}
#content #content_body .form input[type=submit] {
	border: none;
	position: relative;
	border-radius: 5px;
	behavior: url("../../../wp-content/themes/ofc_corp/css/PIE.htc");
	font-size: 16px;
	font-weight: 900;
	padding: 13px 20px 10px;
	text-transform: uppercase;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
	cursor: pointer;
	margin-top: 20px;
}
#content #content_body .form #em_wrap {
	display: inline-block;
	padding: 5px;
	position: relative;
	border-radius: 5px;
	behavior: url("../../../wp-content/themes/ofc_corp/css/PIE.htc");
}
#content #content_body .form #em_wrap span {
	color: red;
}
#content #content_body .form #upload {
	margin: 0;
	border: 0;
	padding: 0;
	display: inline-block;
	height: 20px;
	background: none;
}
#content #content_body .form_image {
	display: block;
	float: right;
	max-width: 500px;
    margin-top: -635px;
}
#content #content_body .form_image img {
	margin-bottom: 30px;
}
#content #content_body .form_image .address {
	float: left;
}
#content #content_body .form_image .address p {
	color: #666;
	font-size: 12px;
	line-height: 1.2;
}
#content #content_body .form_image .directions {
	float: right;
	color: #0075bf;
	text-decoration: none;
	font-weight: 600;
}
#content #content_body .form_image .directions:hover {
	text-decoration: underline;
}
#content #content_body #assoc .assoc_block {
	display: block;
	float: left;
	clear: none;
}
#content #content_body #assoc .assoc_block .assoc_block_text {
	width: 400px;
}
#content #content_body .sm p {
	padding: 5px 0;
}
#content #content_body .sm ul {
	list-style-type: none;
	padding-left: 25px;
}
#content #content_body .sm ul a {
	color: #666;
	padding: 0;
}
#content #content_body .sm a {
	display: inline-block;
	padding: 5px 0;
}
#content #content_body .sm hr {
	border: 0;
	background: none;
	height: 1px;
	border-bottom: 1px solid #d1d1d1;
}
#content #content_body .transfers ul, #content #content_body .transfers ol {
	padding-left: 20px;
}
#content #sidebar {
	float: left;
	padding: 30px 0 0 20px;
	width: 265px;
	list-style-type: none;
}
#content #sidebar ul {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}
#content #sidebar .widgettitle {
	display: none
}
#content #sidebar #expert {
	display: block;
	width: 259px;
	height: 282px;
	background: url(../img/cta_sidebar_green_day_01.png) no-repeat center center;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
	padding: 3px;
	text-align: center;
	text-decoration: none;
}
#hiring {
	display: block;
	width: 264px;
	height: 211px;
	background: url(../img/cta_sidebar_hiring_01.png) no-repeat center center;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
	padding: 3px;
	text-align: center;
	text-decoration: none;
}
#hiring:hover {
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.5);
}
#content #sidebar #expert:hover {
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.5);
}
#content #sidebar #expert .phone {
	display: block;
	color: #fff;
	font-family: "museo-sans-1", "MuseoSans", "Helvetica Neue", helvetica, sans-serif;
	margin-top: 135px;
	font-size: 30px;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
#content #sidebar #download h5 {
	color: #8dca44;
	font-size: 18px;
	font-weight: 900;
	margin: 40px 0 10px 0;
}
#content #sidebar #download img {
	display: block;
	float: left;
	margin-right: 20px;
}
#content #sidebar #download p {
	margin: 0;
	display: block;
	width: 200px;
	float: left;
	color: #666;
}
#content #sidebar #download form {
	float: left;
	margin-top: 15px;
}
#content #sidebar #download form label {
	color: #666;
	font-size: 12px;
}
#content #sidebar #download form input[type=text] {
	outline: none;
	float: left;
	display: block;
	position: relative;
	border: 2px solid #d1d1d1;
	border-radius: 5px;
	behavior: url("../../../wp-content/themes/ofc_corp/css/PIE.htc");
	padding: 8px;
	width: 170px;
	margin-right: 10px;
}
#content #sidebar #download form input[type=submit] {
	margin-top: 2px;
	border: 0;
	padding: 0;
	height: 39px;
	width: 40px;
	display: block;
	float: left;
	background: url(../img/btn_submit_email_03.png);
	cursor: pointer;
}
#content.no_bg {
	width: 100%;
	background: #fff
}
#footer {
	padding-top: 1px;
	background: url(../img/footer_bg_2015.png) no-repeat 0 0;
	height: 567px;
	width: 100%;
}
#footer #social {
	font-family: "droid-serif-1", "droid-serif-2", serif;
	color: #fff;
	margin-top: 43px;
}
#footer #social h2 {
	display: block;
	float: left;
	font-weight: 100;
	font-size: 27px;
	margin: 0;
	margin-top: 3px;
}
#footer #social a {
	width: 34px;
	height: 34px;
	float: left;
	margin-left: 15px;
}
#footer #social #fb {
	background: url(../img/icon_facebook_02.png) no-repeat;
}
#footer #social #tw {
	background: url(../img/icon_twitter_02.png) no-repeat;
}
#footer #social #li {
	background: url(../img/icon_linkedin_02.png) no-repeat;
}
#footer #social #rss {
	background: url(../img/icon_rss_02.png) no-repeat;
}
#footer #products {
	color: #fff;
	margin-top: 40px;
*margin-top:0px;
	float: left;
	font-size: 12px;
	font-family: "museo-sans-1", "MuseoSans", "Helvetica Neue", helvetica, sans-serif;
	width: 560px;
}
#footer #products .products_nav {
	float: left;
}
#footer #products .products_nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 4px 0;
}
#footer #products .products_nav a.product_head {
	font-weight: 900;
	font-size: 16px;
	font-family: "droid-serif-1", "droid-serif-2", serif;
}
#footer #products .products_nav a:hover {
	text-decoration: underline;
}
#footer #products .products_nav ul {
	clear: both;
	display: block;
	list-style-type: none;
	padding-left: 0px;
	overflow: hidden;
	width: 150px;
	margin: 0px;
	min-height: 1%;
}
#footer #products .products_nav ul li {
	clear: both;
	margin-right: 10px;
}
#footer #products .products_nav ul li a {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	font-family: "museo-sans-1", "MuseoSans", "Helvetica Neue", helvetica, sans-serif;
}
#footer #products .products_nav ul li ul {
	margin: 0px;
	padding-left: 15px;
}
#footer #products .products_nav ul li a {
	display: block;
}
#footer #company {
	margin-top: 42px;
*margin-top:0px;
	float: right;
	width: 340px;
	height: 130px;
	padding: 20px;
	background: url(../img/cta-footer_bg_01.png);
	color: #fff;
	margin-right: 0;
	display: block;
	border-radius: 15px;
	box-shadow: 2px 2px 2px #000;
}
#footer #company #company_footer {
	clear: both
}
#footer #company #company_footer .phone {
	color: #192f5a;
	float: left;
	margin-top: 20px;
*margin-top:5px;
	margin-left: 25px;
	font-family: "museo-sans-1", "MuseoSans", "Helvetica Neue", helvetica, sans-serif;
	font-size: 18px;
	padding-left: 35px;
	background: url(../img/icon_phone_01.png) no-repeat left center;
}
#footer #company #company_footer .phone a {
	float: left;
	text-decoration: none;
	color: #fff;
}
#footer #company #company_footer .contact_us {
	float: left
}
#footer #company #company_footer .contact_us a {
	margin-top: 15px;
*margin-top:0px;
	color: #FFFFFF;
	display: block;
	float: left;
	padding: 10px 20px;
	font-size: 15px;
	text-align: center;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
	box-shadow: 0\9;
	position: relative;
	border-radius: 5px;
	behavior: url("../../../wp-content/themes/ofc_corp/css/PIE.htc");
	font-family: "museo-sans-1", "MuseoSans", "Helvetica Neue", helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	text-decoration: none;
}
#footer #company #company_footer .contact_us a:hover {
	text-decoration: none
}
#footer #company ul {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
	float: left;
	font-size: 15px;
	font-family: "droid-serif-1", "droid-serif-2", serif;
}
#footer #company ul li {
	display: block;
	float: left;
	width: 160px;
}
#footer #company ul li a {
	float: left;
	display: block;
	padding: 4px 0;
	color: #fff;
	text-decoration: none;
}
#footer #company ul li a:hover {
	text-decoration: underline;
}
#footer #company ul.left {
	margin-right: 20px;
}
#footer #markets {
	display: block;
	margin-top: 55px;
*margin-top:120px;
	color: #1274BB;
	font-family: "droid-serif-1", "droid-serif-2", serif;
}
#footer #markets p {
	margin: 0 0 10px 0;
	color: #1274BB;
}
#footer #markets ul {
	float: left;
	list-style-type: none;
	padding-left: 0;
	margin: 0px;
	font-size: 12px;
	font-family: "museo-sans-1", "MuseoSans", "Helvetica Neue", helvetica, sans-serif;
	margin-right: 20px;
}
#footer #markets ul li {
	clear: both;
	width: 100px;
	padding: 3px 0;
}
#footer #markets ul li a {
	text-decoration: none;
	color: #1274BB;
}
#footer #markets ul li a:hover {
	text-decoration: underline;
}
#footer #markets ul.last {
	margin-right: 0px;
}
#footer #footer_right {
	float: right;
	margin-top:-20px !important;
}
#footer #footer_right p {
    color: #ffffff;
    float: left;
    font-size: 10px;
    margin-bottom: 10px;
    margin-top: 80px;
}
#footer #footer_right #footer_logo {
	float: left;
	margin-top: 50px;
	display: block;
	background: url(../img/officite-logo-footer.png) no-repeat;
	width: 167px;
	height: 47px;
}
#footer #footer_left {
	margin-top: 87px;
	float: left;
	color: #014773;
	font-size: 10px;
}
#footer #footer_left a {
	color: #fff;
	text-decoration: none;
}
#footer #footer_left a:hover {
	text-decoration: underline;
}
#footer #footer_left p {
	margin-bottom: 0;
}
#over {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 998;
}
#mobile_tour {
	position: relative;
	width: 645px;
	height: 488px;
}
#mobile_tour #mobile {
	position: relative;
	height: 488px;
	width: 645px;
	overflow: hidden;
}
#mobile_tour #mobile #mobile_wrapper {
	position: absolute;
}
#mobile_tour #mobile #mobile_wrapper .mobile_slide {
	width: 645px;
	height: 488px;
	display: none;
}
#mobile_tour #mobile_left {
	position: absolute;
	top: 225px;
	margin-left: -40px;
	height: 30px;
	width: 30px;
	display: block;
	cursor: pointer;
	background: url(../img/bx-btn-sprite_03.png) left top
}
#mobile_tour #mobile_right {
	position: absolute;
	top: 225px;
	right: -20px;
	height: 30px;
	width: 30px;
	display: block;
	cursor: pointer;
	background: url(../img/bx-btn-sprite_03.png) left bottom
}
#mobile_tour #mobile_pager ul {
	list-style-type: none;
	padding-left: 0px;
	margin: 0px;
	float: right;
}
#mobile_tour #mobile_pager ul li {
	float: left;
}
#mobile_tour #mobile_pager ul li a {
	cursor: pointer;
	margin-right: 10px;
	height: 10px;
	width: 10px;
	background: #d1d1d1;
	display: block;
	float: left;
}
#mobile_tour #mobile_pager ul li a.pager_active {
	background: #9a9a9a;
}
span {
	z-index: 2;
}
.disclaimer {
	font-size: 8px;
	line-height: 100%;
	float: left;
	text-align: left;
	width: 400px;
	clear: both;
}
.hidden>div {
	display: none;
}
.visible>div {
	display: block;
}


 
/*-----==================================== begin of media ----------- */

@media (min-width: 320px) {
#feature {
	background-image: url(../img/bg-mobile-2015.jpg) !important;
}
}
/*----- begin of media ----------- */


/*-- Smartphones (portrait and landscape) 320 to 480 ----------- */
@media only screen and (min-device-width:320px) and (max-device-width:480px) {
#feature {
	background: url(../img/bg-mobile-2015.jpg) !important;
}
#footer {
	padding-top: 1px;
	background: url(../img/footer_bg_2015.png) no-repeat 0 0;
	height: 567px;
	width: 100%;
}
#footer #social {
	background-color: #192f5a !important;
}
#footer #products {
	background: rgba(0, 0, 0, 0) url(../img/footer_bg_mobile.jpg) repeat scroll 0 0;
}
#footer #products .products_nav a.product_head {
	color: #ffffff !important;
}
#footer #products .products_nav ul li a {
	color: #ffffff !important;
}
#footer #company {
	border-radius: 0;
	background-color: #86B0CB;
}
#footer #company #menu-company-menu .menu-item a {
	color: #ffffff !important;
}
#footer #footer_left {
	background-color: #192F5A;
	color: #fff;
	padding: 0;
}
}
 @media (max-width: 767px) {
#feature {
	background-image: url(../img/bg-mobile-2015.jpg) !important;
}
#feature #desc {
	margin-top: -10px;
}
#footer #social {
	background-color: #192F5A !important;
}
#footer #products {
	background-image: url(../img/footer_bg_mobile.jpg) !important;
}
#footer #products .products_nav a.product_head {
	color: #ffffff !important;
}
#footer #products .products_nav ul li a {
	color: #ffffff !important;
}
#footer #company {
	border-radius: 0;
	background-color: #86B0CB;
}
#footer #company #menu-company-menu .menu-item a {
	color: #ffffff !important;
}
#footer #footer_left {
	background-color: #192F5A;
	color: #fff;
	padding: 0;
}
#footer #footer_right p {
	color: #4e5866;
	float: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.25;
	margin-bottom: 9px !important;
	margin-top: 0;
	text-align: center;
}
}


/*-- Smartphones (portrait and landscape) 320 to 480 ----------- */
@media only screen and (min-device-width:320px) and (max-device-width:480px) {
#feature {
	background: url(../img/bg-mobile-2015.jpg) !important;
}
#feature h1 {
	color: #ffffff !important;
	/*text-shadow: 1px 1px 1px #000;*/
}
#top #banner {
	background: url(../img/bg-2015.jpg);
}
#footer #social {
	background-color: #192F5A !important;
}
#footer #products {
	background: url(../img/footer_bg_mobile.jpg) no-repeat 0 0 #1f7ebd;
}
#footer #products .products_nav a.product_head {
	color: #ffffff !important;
}
#footer #products .products_nav ul li a {
	color: #ffffff !important;
}
#footer #company {
	border-radius: 0;
	background-color: #86B0CB;
}
#footer #company #menu-company-menu .menu-item a {
	color: #ffffff !important;
}
#footer #footer_left {
	padding: 0;
	background-color: #192F5A;
	color: #fff;
}
}
/*-- end of Smartphones (portrait and landscape) -- */



/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
#feature {
	background: url(../img/bg-mobile-2015.jpg) !important;
}
#feature h1 {
	color: #ffffff !important;
	/*text-shadow: 1px 1px 1px #000;*/
}
#top #banner {
	background: url(../img/bg-2015.jpg);
}
#footer #social {
	background-color: #192F5A !important;
}
#footer #products {
	background: url(../img/footer_bg_mobile.jpg) no-repeat 0 0 #1f7ebd;
}
#footer #products .products_nav a.product_head {
	color: #ffffff !important;
}
#footer #products .products_nav ul li a {
	color: #ffffff !important;
}
#footer #company {
	border-radius: 0;
	background-color: #86B0CB;
}
#footer #company #menu-company-menu .menu-item a {
	color: #ffffff !important;
}
#footer #footer_left {
	background-color: #192F5A;
	color: #fff;
	padding: 0;
}
}
/*-- end of Smartphones (portrait) --*/


/*-- iPads (portrait and landscape) 768 to 1024 ----------- */
@media (min-device-width : 768px) {
#feature {
	background: url(../img/bg-2015.jpg) !important;
}
#feature h1 {
	color: #ffffff !important;
	/*text-shadow: 1px 1px 1px #000;*/
}
#footer #social {
	background-color: #192F5A !important;
}
#footer #products {
	background: none;
}
#footer #products .products_nav a.product_head {
	color: #ffffff !important;
}
#footer #products .products_nav ul li a {
	color: #ffffff !important;
}
#footer #company {
	border-radius: 0;
	background-color: #86B0CB;
}
#footer #company #menu-company-menu .menu-item a {
	color: #ffffff !important;
}
#footer #footer_left {
	background-color: #192F5A;
	color: #fff;
	padding: 0;
}
}
 @media (max-device-width : 1024px) {
#feature {
	background: url(../img/bg-2015.jpg) !important;
}
#feature h1 {
	color: #ffffff !important;
	/*text-shadow: 1px 1px 1px #000;*/
}
#footer #social {
	background-color: #192F5A !important;
}
#footer #products {
	background: none;
}
#footer #products .products_nav a.product_head {
	color: #ffffff !important;
}
#footer #products .products_nav ul li a {
	color: #ffffff !important;
}
#footer #company {
	border-radius: 0;
	background-color: #86B0CB;
}
#footer #company #menu-company-menu .menu-item a {
	color: #ffffff !important;
}
#footer #footer_left {
	background-color: #192F5A;
	color: #fff;
	padding: 0;
}
}
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
#feature {
	background: url(../img/bg-2015.jpg) !important;
}
#feature h1 {
	color: #ffffff !important;
	/*text-shadow: 1px 1px 1px #000;*/
}
#footer #social {
	background-color: #192F5A !important;
}
#footer #products {
	background: none;
}
#footer #products .products_nav a.product_head {
	color: #ffffff !important;
}
#footer #products .products_nav ul li a {
	color: #ffffff !important;
}
#footer #company {
	border-radius: 0;
	background-color: #86B0CB;
}
#footer #company #menu-company-menu .menu-item a {
	color: #ffffff !important;
}
#footer #footer_left {
	background-color: #192F5A;
	color: #fff;
	padding: 0;
}
}
/*-- end of iPads (portrait and landscape) --*/


/*-- iPhone 6 375 to 667 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
#feature {
	background: url(../img/bg-mobile-2015.jpg) !important;
}
#feature h1 {
	color: #ffffff !important;
	/*text-shadow: 1px 1px 1px #000;*/
}
#top #banner {
	background: url(../img/bg-2015.jpg);
}
#footer #social {
	background-color: #192F5A !important;
}
#footer #products {
	background: url(../img/footer_bg_mobile.jpg) no-repeat 0 0 #1f7ebd;
}
#footer #products .products_nav a.product_head {
	color: #ffffff !important;
}
#footer #products .products_nav ul li a {
	color: #ffffff !important;
}
#footer #company {
	border-radius: 0;
	background-color: #86B0CB;
}
#footer #company #menu-company-menu .menu-item a {
	color: #ffffff !important;
}
#footer #footer_left {
	background-color: #192F5A;
	color: #fff;
	padding: 0;
}
}
 @media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
#feature {
	background: url(../img/bg-mobile-2015.jpg) !important;
}
#feature h1 {
	color: #ffffff !important;
	/*text-shadow: 1px 1px 1px #000;*/
}
#top #banner {
	background: url(../img/bg-2015.jpg);
}
#footer #social {
	background-color: #192F5A !important;
}
#footer #products {
	background: url(../img/footer_bg_mobile.jpg) no-repeat 0 0 #1f7ebd;
}
#footer #products .products_nav a.product_head {
	color: #ffffff !important;
}
#footer #products .products_nav ul li a {
	color: #ffffff !important;
}
#footer #company {
	border-radius: 0;
	background-color: #86B0CB;
}
#footer #company #menu-company-menu .menu-item a {
	color: #ffffff !important;
}
#footer #footer_left {
	background-color: #192F5A;
	color: #fff;
	padding: 0;
}
}
/*-- end of 375 to 667 --*/


/*-- iPhone 6+ 414 to 736 ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
#feature {
	background: url(../img/bg-mobile-2015.jpg) !important;
}
#top #banner {
	background: url(../img/bg-2015.jpg);
}
#feature h1 {
	color: #ffffff !important;
	/*text-shadow: 1px 1px 1px #000;*/
}
#footer #social {
	background-color: #192F5A !important;
}
#footer #products {
	background: url(../img/footer_bg_mobile.jpg) no-repeat 0 0 #1f7ebd;
}
#footer #products .products_nav a.product_head {
	color: #ffffff !important;
}
#footer #products .products_nav ul li a {
	color: #ffffff !important;
}
#footer #company {
	border-radius: 0;
	background-color: #86B0CB;
}
#footer #company #menu-company-menu .menu-item a {
	color: #ffffff !important;
}
#footer #footer_left {
	background-color: #192F5A;
	color: #fff;
	padding: 0;
}
}
 @media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
#feature {
	background: url(../img/bg-mobile-2015.jpg) !important;
}
#feature h1 {
	color: #ffffff !important;
	/*text-shadow: 1px 1px 1px #000;*/
}
#top #banner {
	background: url(../img/bg-2015.jpg);
}
#footer #social {
	background-color: #192F5A !important;
}
#footer #products {
	background: url(../img/footer_bg_mobile.jpg) no-repeat 0 0 #1f7ebd;
}
#footer #products .products_nav a.product_head {
	color: #ffffff !important;
}
#footer #products .products_nav ul li a {
	color: #ffffff !important;
}
#footer #company {
	border-radius: 0;
	background-color: #86B0CB;
}
#footer #company #menu-company-menu .menu-item a {
	color: #ffffff !important;
}
#footer #footer_left {
	background-color: #192F5A;
	color: #fff;
	padding: 0;
}
}
/*-- end of 414 to 736 --*/

 
/*----- end of media ----------- */
