<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Ubuntu:400,500,700);
/*========================================================
                      Main Styles
=========================================================*/
body {
	background: #ffffff;
	color: #000;
	-webkit-text-size-adjust: none;
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
	line-height: 23px;
	font-weight: 400;
}
img {
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6, .terms-list dt {
	font-weight: 700;
}
h1 {
	font-size: 30px;
	line-height: 35px;
}
h2 {
	font-size: 55px;
	line-height: 55px;
}
h3 {
	font-size: 30px;
	line-height: 35px;
}
h4 {
	font-size: 20px;
	line-height: 22px;
}
h5, .terms-list dt {
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
}
h6 {
	font-size: 15px;
	line-height: 23px;
}
p a:hover, .list a:hover {
	text-decoration: underline;
}
p .fa, .list .fa {
	text-decoration: none;
}
time {
	display: block;
}
a {
	font: inherit;
	color: inherit;
	text-decoration: none;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
a:focus {
	outline: none;
}
a:active {
	background-color: transparent;
}
a[href^="tel:"], a[href^="callto:"] {
	color: inherit;
	text-decoration: none;
}
strong {
	font-weight: 700;
}
.fa {
	line-height: inherit;
}
[class*='fa-']:before {
	font-weight: 400;
	font-family: 'FontAwesome';
}
.page {
	overflow: hidden;
	min-height: 500px;
}
.lt-ie9 .page {
	min-width: 1200px;
}
.img_offset {
	margin-top: 10px;
}
@media (max-width: 767px) {
.img_offset {
	width: 100%;
}
}
.center {
	text-align: center;
}
@media (max-width: 767px) {
.resp-center {
	text-align: center;
}
}
/*=======================================================
                       Main Layout
=========================================================*/
.row + .container {
	margin-top: 32px;
}
.row + .offset {
	margin-top: 39px;
}
.row + .offset1 {
	margin-top: 23px;
}
.row + .offset2 {
	margin-top: 17px;
}
* + p {
	margin-top: 8px;
}
* + .btn {
	margin-top: 31px;
}
* + .box_wrapper {
	margin-top: 47px;
}
* + .box {
	margin-top: 30px;
}
* + h5 {
	margin-top: 17px;
}
h6 + p {
	margin-top: 19px;
}
* + .row {
	margin-top: 17px;
}
* + .contact-list {
	margin-top: 17px;
}
.contact-list + .inline-list {
	margin-top: 16px;
}
p + .row {
	margin-top: 11px;
}
.row + .row {
	margin-top: 30px;
}
* + .resp-tabs-container {
	margin-top: 32px;
}
* + label {
	margin-top: 30px;
}
* + .terms-list {
	margin-top: 24px;
}
* + dd {
	margin-top: 6px;
}
* + dt {
	margin-top: 33px;
}
* + .btn-wr {
	margin-top: 40px;
}
/*=======================================================
                        Components
=========================================================*/
/*================   Header Wrapper   ====================*/
.header-wrapper {
	padding-top: 13px;
	padding-bottom: 12px;
	background: #fff;
}
.header-wrapper .info-box {
	display: inline-block;
}
.header-wrapper .info-box * {
	display: inline-block;
}
.header-wrapper .info-box p {
	color: #333333;
}
.header-wrapper .info-box a {
	font: 700 15px/23px 'Ubuntu', sans-serif;
	color: #68B3F4;
	margin-left: 8px;
}
.header-wrapper .info-box a:before {
	content: '\f10b';
	padding-right: 7px;
}
.header-wrapper .info-box time {
	font-size: 11px;
	line-height: 25px;
	margin-left: 5px;
}
.header-wrapper .inline-list li {
	font-size: 12px;
	line-height: 26px;
	color: #888888;
}
.header-wrapper .inline-list li + li {
	margin-left: 19px;
}
.header-wrapper .inline-list li:hover {
	color: #68B3F4;
}
.header-wrapper .inline-list li:active {
	color: #15805e;
}
@media (max-width: 767px) {
.header-wrapper .inline-list {
	float: none;
	display: inline-block;
	text-align: center;
}
}
/*==================     Brand     ======================*/
.brand {
	display: inline-block;
	padding-top: 10px;
}
.brand_name {
	display: inline-block;
	overflow: hidden;
	color: #fff;
	text-transform: uppercase;
}
.brand_name span {
	font-weight: 300;
	text-transform: none;
}
.brand_img {
	display: inline-block;
	/* -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;*/
  background: url("../images/logo.png") center no-repeat #ffffff;
	height: 62px;
	width: 250px;
}
.brand_img + .brand_name {
	margin-top: 6px;
	margin-left: 9px;
}
@media (min-width: 768px) and (max-width: 979px) {
.brand_name {
	font-size: 20px;
}
}
@media (max-width: 767px) {
.brand {
	padding-top: 5px;
	padding-bottom: 5px;
}
}
/*==================  Backgrounds  ======================*/
.bg-primary {
	background: #68B3F4;
}
.bg-secondary {
	background: #f7f7f7;
}
.primary-color {
	color: #68B3F4;
}
/*==================    Buttons    ======================*/
.btn {
	background: #68B3F4;
	color: #fff;
	font: 700 15px/23px 'Ubuntu', sans-serif;
	text-transform: uppercase;
	padding: 8px 15px;
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.btn:hover {
	background: #dfdfdf;
	color: #333333;
}
.btn:active {
	background: #c6c6c6;
}
.btnish {
	background: #fff;
	color: #68B3F4;
	border:1px solid #68B3F4;
	font: 700 15px/23px 'Ubuntu', sans-serif;
	text-transform: uppercase;
	padding: 8px 15px;
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.btnishGR {
	color: #000;
	border:1px solid #68B3F4;
	text-transform: uppercase;
	padding: 5px;
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
	line-height: 23px;
	font-weight: 700;
	background-color: #ccc;
	/*margin-top:5px;
	margin-bottom:5px;*/
}
.btnishORG {
	color: #000;
	border:1px solid #68B3F4;
	text-transform: uppercase;
	padding: 5px;
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
	line-height: 23px;
	font-weight: 700;
	background-color: #F90;
	margin-top:5px;
}
.redHead {
	color: #C00;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
	line-height: 23px;
	font-weight: 700;
}
/*==================  Contact info  ======================*/
.contact-info {
	display: block;
}
.contact-info a, .contact-info address {
	margin-top: 25px;
	display: inline-block;
	font: 700 18px/27px 'Ubuntu', sans-serif;
	color: #006699;
}
.contact-info a:hover {
	color: #333333;
}
.contact-info a:active {
	color: #1a1a1a;
}
.fa-envelope, .fa-mobile, .fa-map-marker {
	color: #333333;
	margin-left: 32px;
}
.fa-envelope {
	font-size: 66px;
	line-height: 70px;
}
.fa-envelope a {
	margin-left: 45px;
}
.fa-mobile {
	font-size: 86px;
	line-height: 80px;
}
.fa-mobile a {
	margin-left: 58px;
}
.fa-map-marker {
	font-size: 79px;
	line-height: 80px;
}
.fa-map-marker address {
	margin-left: 60px;
}
@media (min-width: 980px) and (max-width: 1199px) {
[class*='fa-'] a, [class*='fa-'] address {
	margin-left: 0;
}
}
@media (min-width: 768px) and (max-width: 979px) {
.contact-info {
	display: block;
}
.contact-info a, .contact-info address {
	font-size: 15px;
}
.fa-envelope, .fa-mobile, .fa-map-marker {
	margin-left: 0;
}
[class*='fa-'] a, [class*='fa-'] address {
	margin-left: 0;
}
}
@media (max-width: 479px) {
[class*='fa-'] a, [class*='fa-'] address {
	margin-left: 0;
}
.contact-info a, .contact-info address {
	font-size: 15px;
}
.fa-envelope, .fa-mobile, .fa-map-marker {
	margin-left: 0;
}
}
/*==================  Contact info  ======================*/
.terms-list dt {
	color: #68B3F4;
}
.terms-list dd a {
	color: #68B3F4;
}
.terms-list dd a:hover {
	text-decoration: underline;
}
/*==================     Dash     ======================*/
.dash {
	position: relative;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	color: #333333;
}
.dash:before, .dash:after {
	content: '';
	position: absolute;
	top: 50%;
	width: 3000px;
	height: 5px;
	background: url(../images/dash.png) repeat-x;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.dash:before {
	right: 100%;
	margin-right: 15px;
}
.dash:after {
	left: 100%;
	margin-left: 15px;
}
.dash__right {
	text-align: left;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-transform: uppercase;
	color: #333333;
}
.dash__right &gt; span:after {
	position: absolute;
	content: ' ';
	background: url("../images/dash.png") repeat;
	height: 5px;
	width: 100%;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: 3%;
}
.dash__right + p {
	font-size: 11px;
	line-height: 19px;
}
/*==================      Box      ======================*/
.box {
	background: #68B3F4;
	padding: 18px 24px 20px 20px;
}
.box:before, .box:after {
	content: " ";
	display: table;
}
.box:after {
	clear: both;
}
.box_aside {
	float: left;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.box_cnt {
	padding-left: 15px;
	color: #fff;
}
.box_cnt p {
	position: relative;
	display: block;
	padding-top: 11px;
}
.box_cnt p q {
	padding-left: 39px;
}
.box_cnt p q:before {
	position: absolute;
	content: '\f10e';
	font: 400 33px/23px 'FontAwesome';
	top: 5px;
	left: 0;
}
.box_cnt p + cite {
	margin-top: 6px;
}
.box_cnt cite {
	display: inline-block;
	font-size: 15px;
	line-height: 23px;
	font-weight: 700;
	text-transform: uppercase;
}
.box_cnt__no-flow {
	overflow: hidden;
}
@media (min-width: 768px) and (max-width: 979px) {
.box {
	text-align: center;
}
.box_aside {
	float: none;
	display: inline-block;
}
.box_cnt__no-flow {
	overflow: visible;
}
}
@media (max-width: 479px) {
.box {
	text-align: center;
}
.box_aside {
	float: none;
	display: inline-block;
}
.box_cnt__no-flow {
	overflow: visible;
}
}
/*==================   Custom Box   ======================*/
.box_wrapper:before, .box_wrapper:after {
	content: " ";
	display: table;
}
.box_wrapper:after {
	clear: both;
}
.box_wrapper .custom-box01 {
	width: 25%;
	float: left;
	position: relative;
}
.box_wrapper .custom-box01_img img {
	width: 100%;
}
.box_wrapper .custom-box01_img .overlay {
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.box_wrapper .custom-box01_link {
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 50%;
	margin-left: -180px;
	height: 160px;
	width: 360px;
	padding: 1px;
	text-align: center;
}
.box_wrapper .custom-box01_link p, .box_wrapper .custom-box01_link a {
	color: #fff;
	display: none;
}
.box_wrapper .custom-box01_link h4 {
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	position: absolute;
	text-transform: uppercase;
	color: #68B3F4;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	right: 0;
	left: 0;
	text-align: center;
}
.box_wrapper .custom-box01_link .btn:hover {
	background: #fff;
	color: #68B3F4;
}
.box_wrapper .custom-box01_link .btn:active {
	background: #15805e;
}
.box_wrapper .custom-box01:hover h4 {
	color: #fff;
	position: static;
}
.box_wrapper .custom-box01:hover p, .box_wrapper .custom-box01:hover a {
	display: inline-block;
}
.box_wrapper .custom-box01:hover .overlay {
	background: rgba(0, 0, 0, 0.45);
}
.lt-ie9 .box_wrapper .custom-box01:hover .overlay {
	background: none;
 -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73000000', endColorstr='#73000000');
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73000000', endColorstr='#73000000');
	zoom: 1;
}
@media (max-width: 1800px) {
.box_wrapper .custom-box01_link h4 {
	line-height: 17px;
}
}
@media (min-width: 1200px) and (max-width: 1450px) {
.box_wrapper .custom-box01_link {
	width: 250px;
	margin-left: -125px;
	top: 50%;
}
.box_wrapper .custom-box01_link h4 {
	font-size: 15px;
}
.box_wrapper .custom-box01_link p {
	font-size: 10px;
}
.box_wrapper .custom-box01_link p + .btn {
	margin-top: 3px;
}
.box_wrapper .custom-box01:hover {
	margin-top: 0;
}
.box_wrapper .custom-box01:hover .custom-box01_link {
	top: 80%;
}
.box_wrapper .custom-box01:hover .custom-box01_link p {
	display: none;
}
}
@media (min-width: 980px) and (max-width: 1199px) {
.box_wrapper .custom-box01 {
	width: 50%;
}
.box_wrapper .custom-box01_img img {
	width: 100%;
}
}
@media (min-width: 768px) and (max-width: 979px) {
.box_wrapper .custom-box01 {
	width: 50%;
}
.box_wrapper .custom-box01_img img {
	width: 100%;
}
}
@media (max-width: 767px) {
.box_wrapper .custom-box01 {
	width: 100%;
}
.box_wrapper .custom-box01_img img {
	width: 100%;
}
}
@media (max-width: 479px) {
.box_wrapper .custom-box01_link {
	top: 70%;
	width: 250px;
	margin-left: -125px;
}
.box_wrapper .custom-box01_link h4 {
	top: 30%;
}
.box_wrapper .custom-box01:hover p {
	display: none;
}
}
/*================== Custom Wrapper ======================*/
.custom-wrapper {
	position: relative;
	display: block;
	z-index: 1;
	padding-bottom: 60px;
	overflow: hidden;
}
.custom-wrapper_box {
	padding-left: 21px;
	padding-right: 21px;
	height: 200px;
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	top: 100%;
	margin-top: -60px;
	background: #68B3F4;
	color: #fff;
	text-align: center;
	-moz-transition: 0.6s ease all;
	-o-transition: 0.6s ease all;
	-webkit-transition: 0.6s ease all;
	transition: 0.6s ease all;
}
.custom-wrapper_box h4 {
	-moz-transition: 0.8s ease all;
	-o-transition: 0.8s ease all;
	-webkit-transition: 0.8s ease all;
	transition: 0.8s ease all;
	padding-top: 10px;
	display: block;
	text-transform: uppercase;
}
.custom-wrapper_box h4 + p {
	margin-top: 4px;
}
.custom-wrapper_box p {
	opacity: 0;
	font-size: 13px;
	line-height: 23px;
	-moz-transition: 0.8s ease all;
	-o-transition: 0.8s ease all;
	-webkit-transition: 0.8s ease all;
	transition: 0.8s ease all;
}
.lt-ie9 .custom-wrapper_box p {
	filter: alpha(opacity=0);
}
.custom-wrapper:hover .custom-wrapper_box {
	top: 68px;
	margin-top: 0;
}
.custom-wrapper:hover .custom-wrapper_box h4 {
	padding-top: 34px;
}
.custom-wrapper:hover .custom-wrapper_box p {
	opacity: 1;
}
.lt-ie9 .custom-wrapper:hover .custom-wrapper_box p {
	filter: alpha(opacity=100);
}
@media (min-width: 980px) and (max-width: 1199px) {
.custom-wrapper p {
	font-size: 12px;
	line-height: 16px;
}
}
@media (min-width: 768px) and (max-width: 979px) {
.custom-wrapper_box {
	padding-left: 12px;
	padding-right: 12px;
}
.custom-wrapper_box h4 {
	font-size: 15px;
}
.custom-wrapper_box p {
	font-size: 10px;
	line-height: 20px;
}
.custom-wrapper:hover .custom-wrapper_box {
	top: 45px;
}
.custom-wrapper:hover .custom-wrapper_box h4 {
	padding-top: 10px;
}
}
@media (max-width: 767px) {
.custom-wrapper {
	padding: 0 0 20px 0;
}
.custom-wrapper img {
	width: 100%;
	margin-bottom: 40px;
}
.custom-wrapper:hover .custom-wrapper_box h4 {
	padding-top: 6 0px;
}
}
@media (max-width: 479px) {
.custom-wrapper p {
	font-size: 10px;
	line-height: 20px;
}
.custom-wrapper h4 {
	font-size: 15px;
}
.custom-wrapper:hover .custom-wrapper_box {
	top: 45px;
}
.custom-wrapper:hover .custom-wrapper_box h4 {
	padding-top: 20px;
}
}
/*==================    Item List   ======================*/
.item-list {
	margin-top: 21px;
}
.item-list li:nth-child(n+4) {
	margin-top: 60px;
}
.item-list li:nth-child(3n+1) {
	clear: left;
}
.item-list li:before {
	color: #333333;
	font-size: 60px;
	line-height: 23px;
	margin-left: -5px;
}
.item-list li h5 {
	margin-top: 12px;
	color: #68B3F4;
}
@media (max-width: 767px) {
.item-list li:before {
	margin-left: 0;
}
.item-list li:nth-child(n+4) {
	margin-top: 25px;
}
}
/*==================   Inline List  ======================*/
.inline-list:before, .inline-list:after {
	content: ' ';
	display: table;
}
.inline-list:after {
	clear: both;
}
.inline-list li {
	float: left;
}
.inline-list li + li {
	margin-left: 10px;
}
/*==================  Marked List  ======================*/
.marked-list li {
	position: relative;
	padding-left: 15px;
}
.marked-list li:before {
	color: #d9d8d8;
	content: '\f054';
	position: absolute;
	left: 1px;
	top: 2px;
	font: 400 11px/25px 'FontAwesome';
	line-height: inherit;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.marked-list li:hover:before {
	left: 3px;
}
.marked-list li a {
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.marked-list li a:hover {
	color: #68B3F4;
}
.marked-list li + li {
	margin-top: 7px;
}
/*==================  Index List  ======================*/
.index-list {
	counter-reset: li;
}
.index-list .wrapper {
	padding-left: 53px;
}
.index-list .wrapper h5 {
	color: #68B3F4;
}
.index-list__offset li:nth-child(n+3) {
	margin-top: 21px;
}
.index-list li {
	position: relative;
}
.index-list li:nth-child(n+4) {
	margin-top: 21px;
}
.index-list li:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	height: 35px;
	width: 35px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #68B3F4;
	color: #fff;
	top: 9px;
	left: 0px;
	font: 700 17px/33px 'Ubuntu', sans-serif;
	text-align: center;
}
/*================== Contact List ======================*/
.contact-list li {
	position: relative;
	display: block;
}
.contact-list li * {
	font: 400 11px/25px 'Ubuntu', sans-serif;
	display: inline-block;
	padding-left: 23px;
}
.contact-list li a:hover {
	color: #68B3F4;
}
.contact-list li a:active {
	color: #15805e;
}
.contact-list li a[href^="mailto"]:hover {
	text-decoration: underline;
}
.contact-list li:before {
	position: absolute;
	color: #68B3F4;
	font-size: 11px;
	line-height: 26px;
}
/*========================   Menu   ==========================*/
.sf-menu {
	display: inline-block;
	font: 700 15px/23px 'Ubuntu', sans-serif;
	text-transform: uppercase;
}
.sf-menu:before, .sf-menu:after {
	content: " ";
	display: table;
}
.sf-menu:after {
	clear: both;
}
.sf-menu &gt; li {
	position: relative;
	float: left;
}
.sf-menu &gt; li + li {
	margin-left: 0px;
}
.sf-menu a {
	display: block;
	padding: 23px 18px;
}
.sf-menu &gt; li &gt; a {
	color: #fff;
	background: #68B3F4;
}
.sf-menu &gt; li.sfHover &gt; a, .sf-menu &gt; li &gt; a:hover {
	color: #333333;
	background: #dfdfdf;
}
.sf-menu &gt; li.active &gt; a {
	color: #212121;
	background: #dfdfdf;
}
.sf-menu ul {
	display: none;
	position: absolute;
	top: 100%;
	width: 186px;
	background: #FFF;
	z-index: 2;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font: 400 14px/29px 'Ubuntu', sans-serif;
	text-transform: none;
}
.sf-menu ul &gt; li &gt; a {
	padding: 5px 0px 5px 11px;
	color: #fff;
	background: #333333;
	border-bottom: 1px solid #7f7f7f;
}
.sf-menu ul &gt; li.sfHover &gt; a, .sf-menu ul &gt; li &gt; a:hover {
	color: #0FF;
}
.sf-menu ul ul {
	text-align: right;
	position: absolute;
	top: 40%;
	left: 186px;
	width: 100px;
	z-index: 4;
}
.sf-menu ul ul &gt; li &gt; a {
	padding-right: 11px;
	color: #FFF;
	background: #444444;
}
.sf-menu ul ul &gt; li.sfHover &gt; a, .sf-menu ul ul &gt; li &gt; a:hover {
	color: #FFF;
	background: #68B3F4;
}
.sf-menu &gt; li &gt; .sf-with-ul {
	position: relative;
}
.sf-menu &gt; li &gt; .sf-with-ul:before {
	position: absolute;
	right: 5px;
	top: 29px;
	content: '\f107';
	font: 400 12px/12px 'FontAwesome';
}
.sf-menu &gt; li &gt; ul &gt; li &gt; .sf-with-ul {
	position: relative;
}
.sf-menu &gt; li &gt; ul &gt; li &gt; .sf-with-ul:before {
	position: absolute;
	right: 9px;
	top: 13px;
	content: '\f105';
	font: 400 12px/12px 'FontAwesome';
	color: #888888;
}
@media (max-width: 767px) {
.sf-menu {
	display: none;
}
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 9999999;
	text-align: left;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.rd-mobilemenu.active {
	right: 0;
}
.rd-mobilemenu_ul {
	position: fixed;
	top: 56px;
	left: 0;
	bottom: 0;
	width: 240px;
	padding: 20px 0;
	color: #666666;
	background: #ffffff;
	font-size: 14px;
	line-height: 20px;
	overflow: auto;
	-webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
	-moz-transform: translateX(-240px);
	-ms-transform: translateX(-240px);
	-o-transform: translateX(-240px);
	-webkit-transform: translateX(-240px);
	transform: translateX(-240px);
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	-moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	-o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	-webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.rd-mobilemenu_ul a {
	display: block;
	padding: 9px 25px 11px;
}
.rd-mobilemenu_ul a:hover {
	text-decoration: none;
	background: #68B3F4;
	color: #ffffff;
}
.rd-mobilemenu_ul ul a {
	padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
	padding-left: 60px;
}
.rd-mobilemenu_ul:after {
	content: '';
	display: block;
	height: 20px;
}
.rd-mobilepanel {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 56px;
	background: #ffffff;
	color: #666666;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	z-index: 99999991;
}
.rd-mobilepanel_title {
	position: fixed;
	top: 4px;
	letter-spacing: 0;
	left: 56px;
	right: 56px;
	color: #000000;
	font-size: 24px;
	line-height: 48px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rd-mobilepanel_toggle {
	background: none;
	border: none;
	display: inline-block;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
	position: fixed;
	top: 4px;
	color: #000000;
	width: 48px;
	height: 48px;
	font-size: 24px;
	line-height: 48px;
}
.rd-mobilepanel_toggle::-moz-focus-inner {
 border: none;
 padding: 0;
}
.rd-mobilepanel_toggle:before {
	content: '\f0c9';
	font-family: 'FontAwesome';
}
.rd-mobilepanel_toggle.active:before {
	content: '\f00d';
}
@media (max-width: 767px) {
body {
	padding-top: 56px;
}
.rd-mobilemenu, .rd-mobilepanel {
	display: block;
}
}
/*==================  Stuck menu  ======================*/
.isStuck {
	background: #68B3F4;
	z-index: 999;
}
@media only screen and (max-width: 979px) {
.isStuck {
	display: none !important;
}
}
/*==================     ToTop     ======================*/
.toTop {
	width: 40px;
	height: 40px;
	font-size: 24px;
	line-height: 37px;
	color: #fff;
	background: #333333;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: fixed;
	right: 66px;
	bottom: 180px;
	display: none;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	z-index: 20;
}
.toTop:hover {
	color: #fff;
	background: #68B3F4;
	text-decoration: none;
}
@media only screen and (max-width: 1399px) {
.toTop {
	display: none !important;
}
}
/*=================       Tabs     ======================*/
.resp-tabs {
	text-align: center;
}
.resp-tabs .row + .row {
	margin-top: 101px;
}
.resp-tabs-list {
	font: 700 18px/35px 'Ubuntu', sans-serif;
	text-transform: uppercase;
	color: #333333;
	display: inline-block;
	overflow: hidden;
}
.resp-tabs-list .resp-tab-active {
	color: #68B3F4;
}
.resp-tabs-list li {
	float: left;
	cursor: pointer;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.resp-tabs-list li + li {
	margin-left: 40px;
}
.resp-tabs-list li:hover {
	color: #68B3F4;
}
.resp-tabs-list li:active {
	color: #15805e;
}
.resp-accordion {
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-tab-content-active {
	display: block;
}
@media (max-width: 979px) {
.resp-tabs-list:before, .resp-tabs-list:after {
	height: 0;
	margin-top: 0;
	width: 0;
}
}
@media (max-width: 767px) {
.resp-accordion {
	display: block;
	font: 700 18px/35px 'Ubuntu', sans-serif;
	padding: 5px;
	background: #68B3F4;
	margin: 10px 0 10px;
	color: #fff;
	text-transform: uppercase;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.resp-accordion:hover {
	cursor: pointer;
	background: #333333;
	color: #68B3F4;
}
.resp-tab-active {
	background: #333333;
	color: #68B3F4;
}
.resp-tabs-list {
	display: none;
}
.resp-tabs &gt; .dash {
	display: none;
}
.resp-tabs .row + .row {
	margin-top: 30px;
}
}
/*==================   Thumbnail    ======================*/
/*========================================================
                     HEADER  Section
=========================================================*/
header {
	background: #68B3F4;
}
header .can-help {
	float: left;
}
header .inline-list {
	float: right;
}
header .brand {
	float: left;
}
header .nav {
	float: right;
}
@media (max-width: 767px) {
header {
	text-align: center;
}
header .brand, header .nav {
	float: none;
}
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
	display: block;
	background: #ffffff;
}
/*==================      Well     ======================*/
.well {
	padding-top: 43px;
	padding-bottom: 0;
}
.well2 {
	padding-top: 111px;
	padding-bottom: 60px;
}
.well_ins1 {
	padding-bottom: 65px;
}
.well_ins2 {
	padding-bottom: 6px;
}
@media (max-width: 767px) {
.well {
	padding-bottom: 10px;
}
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
	background: #ffffff;
	font: 400 11px/19px 'Ubuntu', sans-serif;
}
footer .marked-list li {
	padding-left: 20px;
}
footer .marked-list li a {
	color: #68B3F4;
	font-size: 11px;
	line-height: 25px;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
footer .marked-list li a:hover {
	color: #15805e;
}
footer .marked-list li + li {
	margin-top: 0px;
}
footer .inline-list li {
	font-size: 12px;
	line-height: 26px;
	color: #888888;
}
footer .inline-list li + li {
	margin-left: 19px;
}
footer .inline-list li:hover {
	color: #333333;
}
footer .inline-list li:active {
	color: #4d4d4d;
}
footer .copyright {
	border-top: 1px solid #f7f7f7;
	padding-top: 11px;
	padding-bottom: 11px;
}
footer .copyright a:hover {
	color: #68B3F4;
}
/* table */
.productTable {
	margin:0px;
	padding:0px;
	width:100%;
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.productTable table {
	border-collapse: collapse;
	border-spacing: 0;
	/*	width:100%;
	height:100%;*/
	margin:0px;
	padding:0px;
	/*box-shadow: 5px 5px 5px #cccccc;*/
	border:1px solid #68B3F4;
}
.productTable tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.productTable table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.productTable table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}
.productTable tr:last-child td:first-child {
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}
.productTable tr:hover td {
	background-color:#ffffff;
}
.productTable td {
	vertical-align:middle;
	background-color:#ffffff;
	border:1px solid #68B3F4;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:4px;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}
.productTable tr:last-child td {
	border-width:0px 1px 0px 0px;
}
.productTable tr td:last-child {
	border-width:0px 0px 1px 0px;
}
.productTable tr:last-child td:last-child {
	border-width:0px 0px 0px 0px;
}
.productTable tr:first-child td {
	background:-o-linear-gradient(bottom, #68B3F4 5%, #68B3F4 100%);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #68B3F4), color-stop(1, #68B3F4) );
	background:-moz-linear-gradient( center top, #68B3F4 5%, #68B3F4 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#68B3F4", endColorstr="#68B3F4");
	background: -o-linear-gradient(top, #68B3F4, 0053a5);
	background-color:#68B3F4;
	border:0px solid #68B3F4;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.productTable tr:first-child:hover td {
	background:-o-linear-gradient(bottom, #68B3F4 5%, #68B3F4 100%);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #68B3F4), color-stop(1, #68B3F4) );
	background:-moz-linear-gradient( center top, #68B3F4 5%, #68B3F4 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#68B3F4", endColorstr="#68B3F4");
	background: -o-linear-gradient(top, #68B3F4, 0053a5);
	background-color:#68B3F4;
}
.productTable tr:first-child td:first-child {
	border-width:0px 0px 1px 0px;
}
.productTable tr:first-child td:last-child {
	border-width:0px 0px 1px 1px;
}
.enlarge:hover {
	transform:scale(2,2);
	transform-origin:0 0;
}</pre></body></html>