html {
	background-color: #f7f7f7;
    font-family: Arial, sans-serif;
}
body {
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, sans-serif;
    background-color: #f7f7f7;
    margin-top: 0;
}

@font-face {
    font-family: HelveticaBoldItalic; 
    src: url(/fonts/HelveticaBoldItalic.ttf);
}
@font-face {
    font-family: HelveticaBold; 
    src: url(/fonts/HelveticaBold.ttf);
}
@font-face {
    font-family: HelveticaCE-Oblique; 
    src: url(/fonts/HelveticaCE-Oblique.otf);
}
@font-face {
    font-family: Helvetica; 
    src: url(/fonts/helvetica_regular.otf);
}
@font-face {
    font-family: Lato-Italic; 
    src: url(/fonts/Lato-Italic.ttf);
}
@font-face {
    font-family: Lato-BoldItalic; 
    src: url(/fonts/Lato-BoldItalic.ttf);
}
@font-face {
    font-family: Lato-Bold; 
    src: url(/fonts/Lato-Bold.ttf);
}
div { float: left; }

.container {
	width: 1140px;
	margin: 0 auto;
	float: none;
}
.page-row {
	width: 100%;
	float: left;
}
.clearfix {
    zoom: 1;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}




/*------------------------ HEADER ------------------------*/
.mainheader {
	display: block;
}
.toprated-header {
	height: 35px;
	width: 100%;
	background: #00004c;
	text-align: center;
}
.google-rating-header {
	position: relative;
	cursor: pointer;
	display: inline-block;
	margin: 5px 0 5px 45px;
	float: none;
}
.googlerating-header {
	cursor: pointer;
}
.google-rating-header span.top {
    color: #ffff00;
    font-size: 19px;
    font-style: italic;
    float: left;
    margin-top: 2px;
    margin-right: 10px;
}
.google-rating-header img {
    float: left;
    height: 25px;
}
.google-rating-header span.rating {
    float: left;
    color: #fff;
    font-size: 16px;
    margin-top: 4px;
    margin-left: 5px;
}
.google-rating-header .stars {
    float: left;
    margin-top: 5px;
    margin-left: 10px;
}
.google-rating-header span.star img {
    width: 15px;
    height: 15px;
    margin-right: 3px;
}
.main-header {
	width: 100%;
	/* height: 146px; */
	background: #0000ff;
}
.header-leftblock {
	width: 360px;
}
.logo-company {
	margin-top: 17px;
}
.logo-company img {
	width: 335px;
	height: auto;
}
.logo-bluelabel {
	width: 178px;
	height: 22px;
	margin-top: -22px;
	margin-bottom: 16px;
}
.logo-bluelabel img {
	width: 157px;
	height: auto;
}
.header-centralblock {
	width: 325px;
	margin: 0 70px;
}
/*.header-search-label {*/
/*	width: 100%;*/
/*	font-size: 21px;*/
/*	color: #ffffff;*/
/*	font-family: HelveticaBold;*/
/*	height: 28px;*/
/*	line-height: 28px;*/
/*	text-align: center;*/
/*}*/
.header-rightblock {
	float: right;
	/* width: 540px;*/
	width: 290px;
}
.headermenu {
	margin-top: 7px;
	float: right;
}
.headermenu ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 3px 0 0 0;
}
.headermenu ul li {
	display: inline-block;
}
.headermenu ul li a {
	font-family: HelveticaBold;
	font-size: 15px;
	text-decoration: none;
	color: #e2e2e2;
}
.headermenu ul li:after {
    content: "|";
    color: #b4b3b3;
    font-size: 20px;
    margin-right: 2px;
    position: relative;
    top: 0px;
    margin-left: 8px;
}
.headermenu ul li a:hover {
	color: #fff;
}
.button-cart {
    float: left;
    position: relative;
    margin-left: 7px;
    cursor: pointer;
}
.button-cart img {
    height: 32px;
}
.button-cart div.number {
    width: 18px;
    height: 18px;
    background: #00006a;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: -3px;
    right: -8px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
}
.phone-company {
	float: right;
	font-size: 35px;
	line-height: 34px;
	color: #fff;
	width: 100%;
	text-align: right;
	font-family: HelveticaBold;
	letter-spacing: 2px;
	margin-top: 15px;
}
.header-search {
	float: right;
	margin-top: 15px;
}
.header-search label {
	font-size: 20px;
	color: #ffffff;
	font-family: 'Helvetica';
	line-height: 28px;
	text-align: center;
	font-style: italic;
	margin-left: 10px;
}
.searchinptgroup {
	/* float: right; */
	margin-top: 7px;
}
.searchinptgroup input {
	float: left;
	width: 264px;
	height: 40px;
	line-height: 48px;
	border-radius: 5px 0 0 5px;
	padding: 0 0 0 15px;
	color: #000;
	font-size: 17px;
}
.btn-search {
	float: left;
	height: 42px;
	width: 42px;
	background: #00006a;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
}
.searchinptgroup input::placeholder {
	color: #757575;
	font-size: 19px;
	line-height: 48px;
	font-style: italic;
}
.btn-search img {
	height: 23px;
	width: auto;
	margin: 10px;
}
.grey-header {
	background: #dbdbdb;
	width: 100%;
	height: 69px;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
}
.btnheader-categories {
	width: 241px;
	position: relative;
}
.topbtn-categories {
	margin-top: 8px;
	margin-left: 10px;
	position: relative;
	z-index: 21;
	cursor: pointer;
}
.topbtn-categories img {
	width: 220px;
	height: auto;
	position: absolute;
	z-index: 30;
	left: 0;
}
.topbtn-categories-txt {
	color: #fff;
	font-family: HelveticaBoldItalic;
	text-align: center;
	font-size: 30px;
	top: 0;
	left: 35px;
	line-height: 28px;
	position: relative;
	z-index: 35;
}
.topbtn-categories-txt span {
	font-family: HelveticaBold;
	font-size: 18px;
}
.tbc-dropdown {
	display: none;
	position: relative;
	z-index: 20;
	top: 14px;
	left: 13px;
}
.tbcsticky-dropdown {
	display: none;
	position: relative;
	z-index: 20;
	top: 6px;
	left: 28px;
}
.tbc-dropdown-body {
	position: relative;
	width: 1056px;
	background: #dbdbdb;
	border: 1px solid #6b6b6b;
	padding: 0 17px;
}
.tbc-dropdown h2, .tbc-dropdown h3, .sticky_categories_title {
	float: left;
	width: 100%;
	color: #00006a;
	font-size: 26px;
	line-height: 24px;
	margin-top: 20px;
	margin-bottom: 18px;
	text-align: center;
}
.sticky_categories_title {
	font-weight: bold;
}
.ddc-list-featured {
	width: 100%;
}
.ddc-list-featured ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.ddc-list-featured ul li {
	float: left;
	margin-right: 50px;
}
.ddc-list-featured ul li:last-child {
	margin-right: 0;
}
.ddc-list-featured ul li a {
	text-decoration: none;
	display: block;
	cursor: pointer;
	color: #000;
}
.ddc-featured-box {
	width: 500px;
	height: 114px;
	border: 1px solid #7f7f7f;
	position: relative;
}
.ddc-list-featured ul li a:hover .ddc-featured-box {
	border: 1px solid #00006a;
	outline: 1px solid #00006a;
}
.ddc-featured-box.most-popular {
	background: url(/img/ddc-featured-box-1.png) no-repeat;
}
.ddc-featured-box.custom-shaped {
	background: url(/img/ddc-featured-box-2.png) no-repeat;
	float: right;
}
.ddc-featured-box h5 {
	font-size: 32px;
	line-height: 35px;
	float: left;
	width: 100%;
	font-weight: 600;
	margin-top: 25px;
	text-align: center;
}
.ddc-featured-box h5 span {
	font-weight: 400;
}
.sticky_feature_categoryname {
	font-size: 32px;
	font-weight: 600;
	line-height: 35px;
	float: left;
	width: 100%;
	margin-top: 25px;
	text-align: center;
}
.sticky_feature_categoryname span {
	font-weight: 400;
}
.ddc-list-featured ul li a:hover .ddc-featured-box h5 {
	color: #00006a;
}
/*
.ddc-list-othercategories {

	width: 100%;
	margin-bottom: 17px;
}
.ddc-list-othercategories ul {
	float: left;
	list-style: none;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	width: 252px;
	margin-right: 12px;
}
.ddc-list-othercategories ul:last-child {
	margin-right: 0;
}
.ddc-list-othercategories ul li {
	width: 100%;
	margin-bottom: 4px;
	float: left;
}
.ddc-list-othercategories ul a {
	text-decoration: none;
	display: block;
	float: left;
	width: 242px;
	height: 38px;
	line-height: 38px;
	padding-left: 12px;
	border: 1px solid #7f7f7f;
	background: #fff;
	color: #000;
	font-weight: 600;
}
.ddc-list-othercategories ul a:hover {
	border: 1px solid #00006a;
	outline: 1px solid #00006a;
	background: #fff;
	color: #00006a;
	font-weight: 600;
}
.ddc-list-othercategories ul a span.numbercategories {
	color: #807f7f;
	font-size: 15px;
	font-style: italic;
}
*/
.list-othercategories {
	width: 100%;
	margin-bottom: 17px;
}
.list-othercategories-row {
	width: 100%;
	margin-bottom: 4px;
}
.list-othercategories-box {
	width: 252px;
	height: 39px;
	background: #fff;
	border: 1px solid #7f7f7f;
	margin-right: 12px;
	cursor: pointer;
}
.list-othercategories-box:last-child {
	margin-right: 0;
}
.list-othercategories-box:hover {
	border: 1px solid #00006a;
	outline: 1px solid #00006a;
}
.list-othercategories-box a {
	display: block;
	line-height: 39px;
	margin-left: 15px;
	color: #000;
	font-size: 17px;
	text-decoration: none;
	font-weight: 600;
}
.list-othercategories-box:hover a {
	color: #00006a;
}
.list-othercategories-box a span.numbercategories {
	color: #807f7f;
	font-size: 15px;
	font-style: italic;
}

.ddc-btn-close {
	position: absolute;
	top: 12px;
	right: 12px;
	cursor: pointer;
	display: block;
}
.ddc-btn-close img {
	height: 16px;
	width: auto;
}
.ddcsticky-btn-close {
    position: absolute;
    top: 12px;
    right: 13px;
    cursor: pointer;
    display: block;
}
.ddcsticky-btn-close img {
	height: 16px;
	width: auto;
}
.advantage-line {
	margin: 7px 0;
}
.advantage-line img {
	height: 56px;
	width: auto;
}
.header-advantage-1 {
	width: 295px;
	margin: 14px auto;
}
.header-advantage-2 {
	width: 315px;
	margin: 14px auto;
}
.header-advantage-3 {
	width: 275px;
	margin: 14px auto;
}
.header-adv-icon {
	margin: 0 14px;
}
.header-adv-icon img {
	height: 38px;
	width: auto;
}
.header-adv-txt {
}
.header-adv-txt .advantage-title {
	color: #00006a;
	font-size: 22px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 0;
}
.header-adv-txt p {
	color: #5b5b5b;
	font-size: 15px;
	margin-top: 3px;
	margin-bottom: 0;
}
.sticky-header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 21;
}
.stickyheader-body {
	width: 100%;
	height: 79px;
	background: #0000ff;
	border-bottom: 2px solid #00006a;
}
.sh-logocompany {
	width: 200px;
	padding-top: 18px;
}
.sh-logocompany img {
	height: auto;
	width: 201px;
}
.stickyheader-search {
  margin-top: 16px;
  margin-left: 35px;
}
.sh-linenav {
	float: right;
	padding-top: 20px;
}
.sh-button-cart {
  float: left;
  position: relative;
  margin-left: 7px;
  cursor: pointer;
  top: 4px;
}
.sh-button-cart img {
  height: 32px;
}
.sh-button-cart div.number {
    width: 18px;
    height: 18px;
    background: #00006a;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: -3px;
    right: -8px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
}
.sh-linenav ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.sh-linenav ul li {
	float: left;
	line-height: 40px;
}
.sh-linenav ul li:after {
    content: "|";
    color: #b4b3b3;
    font-size: 28px;
    position: relative;
    top: -3px;
}
.sh-linenav ul li:last-child:after {
    content: "";
    color: #b4b3b3;
    font-size: 28px;
}
p.shnav-phone {
	color: #fff;
	font-family: HelveticaBold;
	font-size: 32px;
	line-height: 30px;
	margin-top: 0;
	margin-bottom: 0;
	display: inline-block;
	margin-left: 14px;
	margin-right: 14px;
}
.sh-btnmenu {
	position: relative;
	margin: 0 10px;
	cursor: pointer;
}
.sh-btnmenu img {
	height: 20px;
	width: auto;
	margin-top: -10px;
}
.stickyheader-search input {
	float: left;
	width: 310px;
	height: 40px;
	line-height: 48px;
	border-radius: 5px 0 0 5px;
	padding: 0 0 0 15px;
	color: #000;
	font-size: 17px;
}
.sh-btncategories {
	font-family: HelveticaBoldItalic;
	font-size: 20px;
	color: #fff;
	margin-right: 12px;
	cursor: pointer;
}
.sh-btncategories span {
	margin-left: 9px;
}
.sh-btncategories img {
	width: 12px;
	height: auto;
}
.dropdown-menu {
	display: none;
	position: absolute;
	right: 231px;
	background: #dbdbdb;
	width: 158px;
	padding: 7px 5px 1px;
	border: 1px solid #6b6b6b;
	top: 55px;
}
.dropdown-menu.open {
	display: block;
}
.dropdown-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.dropdown-menu ul li {
	width: 100%;
	height: 37px;
	margin-bottom: 6px;
}
.dropdown-menu ul li a {
	text-decoration: none;
	text-align: center;
	background: #fff;
	line-height: 37px;
	font-size: 17px;
	color: #000;
	display: block;
}
.dropdown-menu ul li::after {
  content: "";
}
.dropdown-menu ul li a:hover {
	background: #0000ff;
	color: #ffffff;
}

/*------------------------ Our Clients ------------------------*/
.ourclients-section {
	width: 100%;
}
.ourclients-section .ourclients-title {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 35px;
	margin-top: 0;
	margin-bottom: 0;
	color: #0000ff;
	font-family: HelveticaBold;
	font-weight: normal;
}
.ourclients-section .ourclients-subtitle {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 40px;
	color: #000;
	font-family: HelveticaBold;
	font-weight: normal;
}
.ocs-clientslist {
	width: 100%;
}
.ocs-clientslist-row {
	width: 100%;
	margin-bottom: 40px;
}
.ocs-clientslist-box {
	width: 210px;
	height: 128px;
	background: #fff;
	border: 1px solid #e6e6e6;
	margin-right: 18px;
}
.ocs-clientslist-box:last-child {
	margin-right: 0;
}
.ocs-clientslist-box span {
	color: #6b6b6b;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	width: 100%;
	display: block;
	font-style: italic;
	margin: 38px 0;
}

/*----------------------------Sign up---------------------------*/
.signup-section {
	width: 100%;
	margin-top: 56px;
	margin-bottom: 66px;
}
.signup-box {
	width: 1035px;
	height: 71px;
	float: left;
	margin: 0 52px;
	background: #088aff;
	border-radius: 66px 5px 66px 5px;
	position: relative;
}
.signup-title {
	position: absolute;
	left: 165px;
	top: -36px;
}
.signup-inputgroup {
	float: left;
	margin-left: 320px;
	margin-top: 16px;
}
.signup-inputgroup input {
	float: left;
	width: 420px;
	height: 39px;
	border: 1px solid #7a695b;
	border-radius: 5px 0 0 5px;
	padding: 0 0 0 15px;
	color: #000;
	font-size: 16px;
	line-height: 39px;
}
.signup-inputgroup .signup-btn {
	float: left;
	width: 140px;
	height: 20px;
	background: #00004c;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border-radius: 0 5px 5px 0;
	padding: 10px 0;
	cursor: pointer;
}
.signup-inputgroup input::placeholder {
	color: #645a53;
	font-size: 16px;
	line-height: 39px;
}
.signup-answer {
	/* display: none; */
	margin-left: 320px;
	margin-top: 16px;
} 
.signup-answer p {
	float: left;
	color: #fff;
	font-size: 21px;
	line-height: 39px;
	margin-top: 0;
	margin-bottom: 0;
	font-style: italic;
}

/*----------------------------FOOTER---------------------------*/
footer {
	float: left;
	width: 100%;
	background: #00004c;
	padding-top: 15px;
	padding-bottom: 85px;
}
.footer-left {
	width: 244px;
	height: 184px;
}
.logo-stressball {
	width: 244px;
}
.logo-stressball img {
    height: auto;
    width: 201px;
}
.footer-left p.footer-address {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #fff;
	margin-top: 4px;
	margin-bottom: 0;
}
.footer-left p.footer-phone {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #b4beb4;
	margin-top: 12px;
	margin-bottom: 0;
}
.bluetrack-company {
	color: #fff;
	font-size: 17px;
	margin-top: 10px;
}
.bluetrack-company span {
	margin: 0 7px;
	position: relative;
	top: 2px;
}
.bluetrack-company span img {
	height: 19px;
	width: auto;
}
.footer-center {
	width: 603px;
	height: 184px;
	border-right: 2px solid #575789;
	border-left: 2px solid #575789;
}
.footer-menu {
	padding-left: 76px;
	margin-top: 10px;
}
.footer-menu ul {
	list-style: none;
	float: left;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.footer-menu ul li {
	margin-bottom: 15px;
}
.footer-menu ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
}
.footer-search {
	width: 100%;
	margin-top: 20px;
}
.footersearch-inpgroup {
	margin: 0 35px;
}
.footersearch-inpgroup input {
	float: left;
	border-radius: 5px 0 0 5px;
	padding: 0 0 0 15px;
	color: #000;
	font-size: 16px;
	line-height: 39px;
	border: 1px solid #fff;
	width: 464px;
	height: 42px;
}
.footersearch-inpgroup input::placeholder {
	color: #757575;
	font-size: 19px;
	line-height: 42px;
	font-style: italic;
}
.footersearch-btn {
	background: #4f89fc;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
	height: 44px;
	width: 48px;
}
.footersearch-btn img {
	height: 25px;
	width: auto;
	margin: 9px 11px;
}
.footer-right {
	float: right;
	width: 288px;
	height: 184px;
}
.footer-right h4 {
	float: left;
	font-size: 20px;
	line-height: 18px;
	margin-top: 5px;
	margin-bottom: 12px;
	color: #4d88fb;
	padding-left: 29px;
}
.footer-right p.number {
	float: left;
	font-size: 34px;
	line-height: 33px;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 42px;
	color: #fff;
	font-weight: 600;
}
.footer-right p.hours {
	float: left;
	font-size: 20px;
	line-height: 25px;
	margin-top: 5px;
	margin-bottom: 0;
	padding-left: 42px;
	color: #fff;
	font-style: italic;
}
.footer-right p.hours span {
	float: left;
	font-size: 20px;
	color: #858585;
	font-style: normal;
}
p.copyright {
	font-size: 17px;
	line-height: 15px;
	margin-top: 10px;
	margin-bottom: 0;
	color: #b4beb4;
	float: left;
	width: 603px;
	text-align: center;
	margin-left: 244px;
}
.btn-livechat {
	width: 223px;
	height: 40px;
	background: #4f89fc;
	border-radius: 10px;
	margin-left: 50px;
	margin-top: 15px;
	color: #fff;
	text-align: center;
	font-weight: 600;
	cursor: pointer;
	position: relative;
	z-index: 13;
}
.btn-livechat span {
	margin-right: 7px;
	position: relative;
	top: 7px;
}


/*--------------------- Sticky Bottom Banner -------------------*/
.sticky-bottom-banner {
	width: 100%;
	position: fixed;
	bottom: 3px;
	height: 50px;
	border-top: 2px solid #d9d9d9;
	border-bottom: 2px solid #d9d9d9;
	background: #e6e6e6;
	z-index: 15;
}
/*
.sbb-greyblock {
	float: left;
	width: 852px;
	position: relative;
}
 */
.sbb-greyblock {
	float: left;
	width: 835px;
	position: relative;
}
/*
.sbb-greyblock p {
	float: left;
	font-family: HelveticaBoldItalic;
	font-size: 16px;
	line-height: 18px;
	margin-top: 7px;
	margin-bottom: 0;
	margin-left: 10px;
}
 */
.sbb-greyblock p {
	float: left;
	font-family: HelveticaBoldItalic;
	font-size: 16px;
	line-height: 18px;
	margin-top: 7px;
	margin-bottom: 0;
	margin-left: 22px;
}
.sbb-darkblock {
	width: 288px;
	float: left;
	height: 74px;
	position: relative;
	top: -24px;
	cursor: pointer;
	/* Added */
	background-color: #00004c;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 47px;
}
.sbb-darkblock img {
	float: left;
	/*
	float: right;
	width: 320px;
	height: 229px; */
	position: relative;
	/* bottom: 219px; */
	bottom: 215px;
	/* right: 0px; */
	left: -25px;
	z-index: 10;
}
.sbb-darkblock-txt {
	float: left;
	width: 262px;
	margin-left: 18px;
	padding-top: 10px;
	position: relative;
	z-index: 15;
}
.sbb-darkblock-txt p {
	width: 100%;
	font-family: HelveticaBoldItalic;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	margin-top: 7px;
	margin-bottom: 0;
}
.sbb-darkblock-txt p span.phone {
	font-family: HelveticaBoldItalic;
	color: #fff;
	font-size: 24px;
}
.sbb-darkblock-txt p span.livechatcall {
	/* text-decoration: none; */
	cursor: pointer;
	font-family: HelveticaBoldItalic;
	color: #ffff00;
	font-size: 23px;
	margin-left: 5px;
}
/*
ul.list-brands {
    float: left;
    list-style: none;
    padding-left: 20px;
    margin-top: 5px;
    margin-bottom: 0;
}
*/
ul.list-brands {
	float: left;
	list-style: none;
	padding-left: 193px;
	margin-top: -39px;
	margin-bottom: 0;
}
ul.list-brands li {
	float: left;
	padding: 0 16px;
}
ul.list-brands li div {
	cursor: pointer;
    font-weight: bold;
    font-style: italic;
    font-size: 15px;
    text-align: right;
    float: right;
    color: #000;
    /* text-decoration: none; */
}
ul.list-brands li div span {
    margin-top: 10px;
    float: left;
}
/*.sbb-btn-close {
	float: right;
	position: relative;
	bottom: 45px;
	right: 0;
	cursor: pointer;
}
 */
.sbb-btn-close {
	float: left;
	position: relative;
	bottom: -9px;
	right: 20px;
	cursor: pointer;
	z-index: 16;
}
.sbb-btn-close img {
	height: 12px;
	width: auto;
}


/*-------------------------- Grey banners ------------------------*/
.grey-banners {
	width: 1110px;
	padding: 0 15px;
	margin-top: 64px;
}
.contact-shape {
	position: relative;
	width: 522px;
	height: 260px;
	background: url(/img/contact-shape-bg.png) no-repeat;
}
.contact-shape-body {
	float: right;
	width: 298px;
	padding-top: 94px;
}
.contact-shape p.txt-grey {
	float: left;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	font-family: Lato-BoldItalic;
	font-size: 22px;
	color: #6c6c6c;
	text-align: center;
}
.contact-shape p.phone {
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Lato-Bold;
	font-size: 32px;
	text-align: center;
}
.contact-shape p.txt {
	font-size: 18px;
	line-height: 16px;
	margin-top: 0;
	margin-bottom: 0;
	color: #6c6c6c;
	text-align: center;
	float: left;
	width: 100%;
}
.contact-shape .cs-livechat {
	width: 210px;
	height: 40px;
	background: #4f89fc;
	border-radius: 10px;
	margin-left: 45px;
	margin-top: 15px;
	color: #fff;
	text-align: center;
	font-weight: 600;
	cursor: pointer;
}
.contact-shape .cs-livechat span {
	margin-right: 7px;
	position: relative;
	top: 7px;
}
.email-signup {
	float: right;
	width: 484px;
	height: 161px;
	background: #e4e4e4;
	border: 1px solid #000;
	border-radius: 10px;
	padding: 14px 18px;
	margin-top: 70px;
}
.es-row {
	width: 100%;
	margin-bottom: 13px;
}
.email-signup h4 {
	float: left;
	color: #000;
	font-size: 29px;
	font-family: Lato-BoldItalic;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 20px;
}
.email-signup input {
	float: right;
    width: 335px; /* 340px; */
    height: 34px;
    padding-left: 7px;
    border: 1px solid #757575;
}
.email-signup textarea {
	font-family: Lato-Italic;
	float: left;
    width: 353px;
    resize: none;
    height: 90px;
    padding: 10px;
    border: 1px solid #757575;
}
.email-signup textarea::placeholder {
	color: #717171;
	font-size: 16px;
	line-height: 16px;
}
.email-signup input::placeholder {
	font-family: Lato-Italic;
	color: #717171;
	font-size: 16px;
	line-height: 34px;
}
.es-rightblock {
	float: right;
	width: 94px;
	color: #000;
	font-size: 13px;
	line-height: 17px;
	text-align: right;
}
.email-signup input[type="checkbox"] {
	float: left;
    width: 15px;
    height: 15px;
    margin: 0;
}
.es-btnsend {
	background: #4034ea;
    background: linear-gradient(to top, #4034ea, #6261fe);
    font-family: Lato-BoldItalic;
    width: 89px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 20px;
}
.popupbackgound {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	background: rgba(133, 133, 133, 0.5);
	text-align: center;
	z-index: 100;
	display: none;
}
/* Autocomplete Search item */
ul.ui-autocomplete {
	max-height: 447px;
	overflow-y: auto;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.list_item_container {
	height: 85px;
	padding: 0px;
	border-bottom: 1px solid #aed0ea;
	width: 100%;
}
.list_item_container > .image {
	width: 75px;
	height: 75px;
	float: left;
	margin: 5px 15px 5px 5px;
}
.list_item_container > .image img {
	width: 100%;
}
.list_item_container .description {
	font-style: italic;
	font-size: 20px;
	/* font-family: Helvetica Neue,Helvetica,Arial,sans-serif !important;*/
	font-weight: bold;
	color: #000000;
	padding-top: 10px;
}
a.ui-state-active .description {
	color: #0000FF;
}
/* Re-init UI class */
.ui-menu .ui-menu-item-wrapper {
	padding: 0 !important;
}
.ui-menu .ui-state-active {
	margin: 0 !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active {
	border: none !important;
	color: #0000FF !important;
}
span.sucesssignup {
	color: #ffffff;
	font-weight: bold; font-style: italic;
	font-size: 23px;
	text-shadow: 2px 2px 0 #2f5ec8;
	margin-left: 60px;
}
/*------------------sticky-livechat----------------*/
.sticky-livechat {
	position: fixed;
	left: 0;
	bottom: 150px;
	display: none;
}
.sticky-livechat-body {
	width: 57px;
	height: 118px;
	background: #00006a;
	text-align: center;
	padding: 10px 16px;
	cursor: pointer;
	border-radius: 0 10px 10px 0;
}
.sticky-livechat-img {
	width: 100%;
	text-align: center;
}
.sticky-livechat-img img {
	width: 50px;
	height: auto;
}
.sticky-livechat-txt {
	color: #fff;
	font-weight: 600;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	text-align: center;
	font-size: 22px;
	width: 100%;
}
/* Loading */
.loadingmsg {
	display: none;
	width: 100%;
	text-align: center;
}
.loadingmsgtxt {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 0 2px 2px #000000, 0 2px 2px #ffffff;
	position: fixed;
	left: 0;
	top: 42%;
	text-align: center;
	width: 100%;
	z-index: 105;
}
.loadingmsgimg {
	position: fixed;
	top: 48%;
	width: 100%;
	z-index: 105;
}
/* Contact form answer */
.questionform-answer {
	float: right;
	height: 160px;
	/* width: 411px; */
	background: #088aff;
	border: 1px solid #000;
	border-radius: 5px;
	/* padding: 0 18px;  */
}
.questionform-answer p {
	color: #fff;
	float: left;
	text-align: center;
	font-size: 22px;
	line-height: 30px;
	font-style: italic;
	padding: 0 22px;
	/* margin-top: 165px; */
}