select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon/icomoon.eot?e6ws4b");
	src: url("../fonts/icomoon/icomoon.eot?e6ws4b#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?e6ws4b") format("truetype"), url("../fonts/icomoon/icomoon.woff?e6ws4b") format("woff"), url("../fonts/icomoon/icomoon.svg?e6ws4b#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
	content: "\e901";
}

.icon-note:before {
	content: "\e902";
}

.icon-plus:before {
	content: "\e903";
}

.icon-user:before {
	content: "\e906";
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
    padding: 0px !important;
	border: 1px solid #333;
	background: #fff;
	width: 140px;
	height: 28px;
}

.jcf-select-large {
	width: 200px;
}

.jcf-select-semi-large {
	width: 148px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block !important;
	font-size: 14px;
	line-height: 18px;
	padding: 3px 32px 5px 8px inherit !important;
    text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: #0c569a;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0;
	-webkit-transition: background .25s linear;
	transition: background .25s linear;
}

.jcf-select .jcf-select-opener:after {
	content: "";
	height: 0;
	width: 0;
	border-left: 2.5px solid transparent;
	border-right: 2.5px solid transparent;
	border-top: 2.5px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-45%, -50%);
	-ms-transform: translate(-45%, -50%);
	transform: translate(-45%, -50%);
	border-width: 11px 6px;
}

.jcf-select .jcf-select-opener:hover {
	background: #f7b515;
}

.jcf-drop-active .jcf-select-opener {
	background: #f7b515;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #333;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 18px;
	font-size: 14px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	cursor: default;
	display: block;
	padding: 5px 8px;
	color: #000;
	height: 1%;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #0c569a;
	color: #fff;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

.jcf-select-add {
	height: 22px;
	width: 96px;
	text-align: left;
	border-color: #000;
}

.jcf-select-add .jcf-select-text {
	font-size: 12px;
	line-height: 14px;
	padding: 2px 25px 4px 4px;
}

.jcf-select-add .jcf-select-opener {
	width: 21px;
	top: 1px;
	bottom: 1px;
	right: 1px;
}

.jcf-select-add .jcf-select-opener:after {
	border-width: 8px 5px;
	left: 48%;
}

.jcf-select-add .jcf-list {
	font-size: 12px;
	line-height: 14px;
}

.jcf-select-add .jcf-option {
	padding: 5px 4px;
	color: #000;
}

.jcf-select-add .jcf-selected,
.jcf-select-add .jcf-hover {
	color: #fff;
	background: #0c569a;
}

.jcf-select-small {
	width: 91px;
}

.jcf-select-small .jcf-select-text {
	font-size: 10px;
}

.jcf-select-small .jcf-select-drop-content {
	width: 91px;
}

.jcf-select-small .jcf-list {
	font-size: 10px;
}

/* custom scrollbars styles */

.jcf-scrollable-wrapper {
	box-sizing: content-box;
	position: relative;
}

.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	background: #a7a9ac;
	width: 10px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	background: #bbb;
	height: 0;
	width: 0;
	left: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: #0c569a;
	height: 1px;
	width: 10px;
}

.jcf-scrollbar-horizontal {
	position: absolute;
	background: #e3e3e3;
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background: #bbb;
	height: 14px;
	width: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	left: auto;
	right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	display: inline-block;
	position: relative;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position: absolute;
	background: #888;
	height: 14px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #e3e3e3;
}

/* common custom form elements styles */

#wrapper {
    width: 1012px;
    padding: 0 1px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#wrapper:after {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 98;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 1s ease, visibility 1s ease;
	transition: opacity 1s ease, visibility 1s ease;
}

#wrapper.popup-is-active:after {
	opacity: 1;
	visibility: visible;
}

.bg-stretch {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	position: absolute;
	z-index: 0;
}

.bg-stretch img {
	max-width: none;
	width: 100%;
}

.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.3;
}

.serviceAvailable{
    background: url(../images/serviceAvailable.png) no-repeat;
    background-position: center; 
}

.serviceNotAvailable{
    background: url(../images/serviceNotAvailable.png) no-repeat;
    background-position: center; 
}

.btn {
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	display: block;
	color: white;
	padding: 4px 10px 5px;
	background: #0c569a;
	text-align: center;
	-webkit-transition: background .25s linear;
	transition: background .25s linear;
	text-transform: uppercase;
}

.btn:hover {
	background: #f7b515;
    text-decoration: none;
}

.btn.active {
	background: #f7b515;
}

.resize-active * {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
}

#header {
	padding: 8px 0 0;
	margin: 0 0 12px;
}

#header img {
	width: 100%;
	max-width: none;
}

.search-block {
	overflow: hidden;
	margin: 0 0 3px;
}

.search-block .map-holder {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.search-block .map-holder:after {
	border: 1px solid rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.map-holder {
	position: relative;
	z-index: 99;
	margin-right: -1px;
}

.info-bar {
	width: 228px;
	float: right;
	overflow: hidden;
	border-bottom: 1px solid #7ea6ca;
}

.info-bar .conform-box {
	background: #0c569a;
	color: #fff;
	padding: 13px 11px 15px;
	position: relative;
	margin: 0 0 10px;
}

.info-bar .conform-box:after {
	height: 0;
	width: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #0c569a;
	border-width: 16px 26px;
	content: "";
	position: absolute;
	top: 99.8%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
}

.info-bar .conform-box .title {
	font-size: 22px;
	line-height: 30px;
	font-weight: normal;
	display: block;
	margin: 0 0 18px;
}

.info-bar .btn {
	font-size: 15px;
	line-height: 24px;
	font-weight: bold;
	color: white;
	display: block;
	padding: 0px 10px 0px;
	color: #0c569a;
	background: #448ccb;
	text-align: center;
	margin: 0 0 10px;
	-webkit-transition: background .25s linear;
	transition: background .25s linear;
	text-transform: uppercase;
}

.info-bar .btn:hover,
.info-bar .btn.active,
.info-bar .btn:active {
	background: #f7b515;
}

.info-bar .info-box {
	position: relative;
	padding: 0 8px;
	z-index: 1;
	border-top: 1px solid #7ea6ca;
}

.info-bar .info-box:before,
.info-bar .info-box:after {
	content: "";
	background: #7ea6ca;
	left: 0;
	top: 0;
	bottom: -9999px;
	width: 1px;
	position: absolute;
}


.info-bar .info-box:after {
	content: "";
	left: auto;
	right: 0;
}

.info-bar .info-box h2 {
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	margin: 0 -8px;
	text-transform: uppercase;
	text-align: center;
	background: #e1e9f6;
	color: #0c569a;
	padding: 11px 8px;
}

.info-bar .info-box h3 {
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	margin: 0 -8px 6px;
	padding: 11px 8px;
	background: #f7b515;
}

.info-bar .info-box .article {
	font-size: 11px;
	line-height: 22px;
	font-weight: bold;
	margin: 0 0 20px;
}

.info-bar .info-box .article p {
	margin: 0;
}

.info-bar .info-box .article address {
	font-style: normal;
}

.info-holder {
	border: 1px solid #a9a9a9;
	margin: 0 0 4px;
}

.info-holder h2 {
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	color: #0c569a;
	text-align: center;
	background: #e1e9f6;
	padding: 4px 7px 5px;
	border-bottom: 1px solid #333;
	margin: 0 -7px;
}

.info-table {
	padding: 0 7px;
	margin: 0 0 10px;
}

.info-table.search-table h2 {
	margin-bottom: 5px;
}

.info-table table {
	width: 100%;
	/*table-layout: fixed;*/
}


.info-table table thead {
	border-bottom: 1px solid #929292;
}

.info-table table th:nth-child(1),
.info-table table td:nth-child(1) {
	width: 287px;
}

.info-table table th:nth-child(2),
.info-table table th:nth-child(3),
.info-table table td:nth-child(2),
.info-table table td:nth-child(3) {
	width: 179px;
}

.info-table table th:nth-child(4),
.info-table table td:nth-child(4) {
	width: 92px;
}

.info-table table td {
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	/*padding: 8px 5px;*/
	text-align: left;
	color: #818181;
}

.info-table table th {
	font-size: 13px;
	/*line-height: 17px;*/
	font-weight: bold;
    text-align: left;
	color: #000;
	padding: 5px 0px 0;
}

.latlongheading {
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	color: #000;
	padding: 5px 5px 0;
    text-transform:capitalize;
    margin-bottom:50%;
}

.popuplatlongheading{
	background: #e1e9f6;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	/*padding: 30px 15px 10px;*/
	vertical-align: bottom;
	border: none;
	border-right: 3px solid #fff;
	color: #000;
	width: 275px;
    text-transform:capitalize;
}

.info-table table td:first-child {
	color: #0c569a;
	font-weight: bold;
}

.info-table .btn {
	margin: 0 4px;
}

.service-select {
	/*padding: 10px 7px;*/
}

.service-select h2 {
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	margin: 0 -7px 17px;
	padding: 5px 7px 6px;
}

.service-select .inner-holder {
	/*overflow: hidden;*/
	margin: 0 0 21px;
}

.service-select .select {
	/*overflow: hidden;
	text-align: center;*/
}

.service-select .select li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
	text-align: left;
}

.service-select .btn {
	float: right;
	padding: 6px 10px;
	margin: 0 0px;
}

.two-cols {
	overflow: hidden;
	margin-bottom: 15px;
}

.two-cols.add {
	margin-bottom: 22px;
}

#sidebar {
	float: left;
	width: 186px;
	padding: 7px 10px 0 0;
}

#content {
	overflow: hidden;
}

.result-table {
	padding: 11px 0 0 15px;
}

.result-table h2 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	margin: 0;
	text-align: center;
	background: #e1e9f6;
	color: #0c569a;
	padding: 6px 20px 15px;
}

.result-table table {
	width: 100%;
	color: #848587;
	table-layout: fixed;
	display: block;
}

.result-table table thead {
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	background: #e1e9f6;
	color: #818181;
	display: block;
}

.result-table table tbody {
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	height: 726px;
	overflow-y: auto;
	display: block;
	border: solid #a9a9a9;
	border-width: 0 1px 1px 1px;
}

.result-table table tbody tr {
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.result-table table tbody tr:nth-child(even) {
	background: #e6e7e8;
}

.result-table table tbody tr:hover {
	background: #fad373;
}

.result-table table td {
	padding: 9px 5px 9px 0;
}

.result-table table td:nth-child(1) {
	width: 96px;
	/*padding-left: 15px;*/
}

.result-table table td:nth-child(2) {
	width: 164px;
}

.result-table table td:nth-child(3) {
	width: 203px;
}

.result-table table td:nth-child(4) {
	width: 210px;
}

.result-table table td:nth-child(5) {
    width: 130px;
	/*width: 80px;*/
}

.result-table table th {
	text-align: left;
	padding: 9px 5px 9px 0;
	font-weight: normal;
}

.result-table table th:nth-child(1) {
	width: 96px;
}

.result-table table th:nth-child(2) {
	width: 164px;
}

.result-table table th:nth-child(3) {
	width: 215px;
}

.result-table table th:nth-child(4) {
	width: 270px;
}

.result-table table th:nth-child(5) {
	width: 130px;
}

.result-table table a {
	color: #0c569a;
}

.advance-search {
	padding-top: 14px;
}

.advance-search h2 {
	font-size: 28px;
	line-height: 32px;
	font-weight: normal;
	color: #0c569a;
	text-align: center;
	margin: 0 0 18px;
}

.gistab-block {
    width: 300px;
   
    float: left;
}

.gistab-block .gistabset {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 0px;
}
.gistab-block .gistabset li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 2px;
    min-width: 135px;
    position: relative;
}
.gistab-block .gistabset li a {
    display: block;
    color: #0c569a;
    background: #e1e9f6;
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
    padding: 8px 4px;
}
.gistab-block .gistabset .icon {
    font-size: 17px;
    line-height: 18px;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
    margin: 0 7px 0 0;
}

.gistab-block .gistabset .icon.icon-search {
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
}
    .gistab-block .gistab-content {
        border: solid;
        border-width: thin;
        padding: 10px 5px 10px 10px;
        border-left: none;
        border-radius: 5px 5px 5px 5px;
        border-color: #0C569A;
        width: 120px;
        display: inline-block;
        position: relative;
    }

    .gistab-block .gistab-content span {
        display: none;
        position: absolute;
        bottom: 0;
        left: 15px;
        right: 0;
        background: #0c569a;
        padding: 5px 5px 5px 5px;
        border-radius: 5px;
        color: #fff;
        width: 100px;
        font-weight: normal;
        font-size: 12px;
    }
    .gistab-block .gistab-content span::after {
        content: '';
        display: block;
        position: absolute;
        left: 50px;
        bottom: 100%;
        width: 0;
        height: 0;
        border-bottom: 5px solid #0c569a;
        border-top: 5px solid transparent;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }
    .gistab-block .gistab-content:hover span {
        display: block;
    }

        .gistab-block .gistabset li.active a, .gistab-block .gistabset li a:hover {
    background: #0c569a;
    color: #fff;
}

.tab-block {
    width: 552px;
    margin: 0 0px 20px 100px;
    float: left;
}

.tab-block .searchbyaddress {
    float: left;
}
.searchbymap {
    margin: 20px 5px 5px 5px;
    float: left;
    min-width: 200px;
    min-height:200px;
}

.tab-block .tabset {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	display: table;
	width: 100%;
	margin-bottom: 10px;
    padding-left:0px;
}
    

.tab-block .tabset li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 2px;
	min-width: 119px;
	position: relative;
}

.tab-block .tabset li a {
	display: block;
	color: #0c569a;
	background: #e1e9f6;
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
	padding: 8px 10px;
}

.tab-block .tabset li:after,
.tab-block .tabset li:before {
	height: 0;
	width: 0;
	border-bottom: 5px solid #4e4e4e;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	content: "";
	border-width: 9px 8px;
	left: 50%;
	bottom: -15px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	opacity: 0;
	-webkit-transition: all .05s linear;
	transition: all .05s linear;
}

.tab-block .tabset li:before {
	height: 0;
	width: 0;
	border-bottom: 5px solid #fff;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-width: 8px 7px;
	z-index: 2;
}

.tab-block .tabset li.active a,
.tab-block .tabset li a:hover {
	background: #0c569a;
	color: #fff;
}

.tab-block .tabset li.active:after,
.tab-block .tabset li.active:before {
	opacity: 1;
}

.tab-block .tabset li.active:before {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

.tab-block .tabset .icon {
	font-size: 17px;
	line-height: 18px;
	font-weight: normal;
	display: inline-block;
	vertical-align: top;
	margin: 0 7px 0 0;
}

.tab-block .tabset .icon.icon-note {
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
}

.tab-block .tabset .icon.icon-plus {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}

.tab-block .tab-content {
	overflow: hidden;
}

.tab-block .tab-content .slider {
	border-radius: 5px;
	border: 1px solid #4e4e4e;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform .25s linear;
	transition: transform .25s linear;
	padding: 8px 7px 3px;
}

.tab-block .tab-content .slider.active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.tab-block .search-form {
	overflow: hidden;
}

.tab-block .search-form .col-holder {
	width: 437px;
	float: left;
	margin: 0 -3px;
	text-align: center;
	letter-spacing: -5px;
	overflow: hidden;
}

.tab-block .search-form .col-holder .col {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 3px;
	letter-spacing: normal;
	margin: 0 0 7px;
}

/*.tab-block .search-form input[type=text] {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #0c569a;
	padding: 5px;
	outline: none;
	box-shadow: none;
	border: none;
	width: 100%;
}*/

.tab-block .search-form label {
	font-size: 10px;
	line-height: 22px;
	font-weight: bold;
	color: #0c569a;
	text-transform: uppercase;
	margin-right: 2px;
}

.tab-block .btn-holder {
	overflow: hidden;
	padding: 65px 0 0 11px;
}

.tab-block .btn-holder input[type="submit"] {
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	border-radius: 5px;
	background: #0c569a;
	color: #fff;
	box-shadow: none;
	border: 0;
	outline: none;
	padding: 7px 10px 9px;
	width: 100%;
	-webkit-transition: background .25s linear;
	transition: background .25s linear;
}

.tab-block .btn-holder input[type="submit"]:hover {
	background: #f7b515;
}

   

.map-wrap {
	position: relative;
	padding: 0 0 19px 23px;
	margin: -4px 0 51px;
}

.map-wrap .search-box {
	position: absolute;
	bottom: 0;
	left: 62px;
	border: 1px solid #898989;
	border-radius: 5px;
	padding: 5px 8px 8px;
	width: 142px;
}

.map-wrap .search-box h3 {
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	color: #0c569a;
	margin: 0 0 7px;
	font-family: arial, sans-serif;
}

.map-wrap .search-box .row {
	overflow: hidden;
}

.map-wrap .search-box .row .btn-holder {
	float: right;
	padding: 0 3px;
}

.map-wrap .search-box .row .btn-holder input[type="submit"] {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	outline: none;
	box-shadow: none;
	border-radius: 0;
	border: none;
	background: #0c569a;
	max-width: 50px;
	color: #fff;
	padding: 4px;
	-webkit-transition: background .25s linear;
	transition: background .25s linear;
}

.map-wrap .search-box .row .btn-holder input[type="submit"]:hover {
	background: #f7b515;
}

.map-wrap .search-box .row select {
	overflow: hidden;
}

.adv-banner {
	letter-spacing: -5px;
	text-align: center;
	padding-left: 37px;
}

.adv-banner li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	padding: 0 35px;
}

.news-block {
	overflow: hidden;
	border-top: 1px solid #0c569a;
	padding: 11px 0;
	margin: 0 0 8px;
}

.news-block .video-box {
	float: right;
	padding: 11px 0 0 43px;
}

.news-block .news-wrap {
	overflow: hidden;
}

.news-block .news-wrap h2 {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #0c569a;
	letter-spacing: -1px;
	position: relative;
	margin: 0 0 18px;
	padding-left: 5px;
}

.news-block .news-wrap h2:after {
	width: 19px;
	height: 19px;
	content: "";
	background: url(../images/ico-rss.png) no-repeat;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	right: -32px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.news-block .news-wrap ul {
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
}

.news-block .news-wrap ul li {
	padding-left: 17px;
	position: relative;
	margin: 0 0 10px;
}

.news-block .news-wrap ul li:before {
	content: "";
	width: 4px;
	height: 4px;
	background: #0c569a;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: 6px;
}

.news-block .news-wrap ul .more {
	float: right;
	color: #0c569a;
	-webkit-transition: color .25s linear;
	transition: color .25s linear;
	font-weight: bold;
	padding-left: 10px;
}

.news-block .news-wrap ul .more:hover {
	color: #f7b515;
}

.news-block .news-wrap ul .text {
	overflow: hidden;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.main-content .tab-content span.jcf-select {
	display: inline-block;
	padding: 0;
}
.main-content .tab-content span.jcf-select span {
	display: inline;
	font-weight: normal;
	padding:0;
}
.main-content .tab-content span.jcf-select span.jcf-select-text {
	padding: 3px 0 0 3px;
	display: inline-block;
}
.main-content .tab-block .search-form label {
	float: left;
}

label {
    font-size: 10px;
    line-height: 22px;
    font-weight: bold;
    color: #0c569a;
    text-transform: uppercase;
    margin-right: 2px;
}

.tabBoxInput{
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    background: #ebebeb;
    color: #0c569a;
    padding: 5px;
    outline: none;
    box-shadow: none;
    border: none;
    width: 100%;
}

.tabBoxButton {
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    border-radius: 5px;
    background: #0c569a;
    color: #fff;
    box-shadow: none;
    border: 0;
    outline: none;
    padding: 7px 10px 9px;
    -webkit-transition: background .25s linear;
    transition: background .25s linear;
}

.btnBuyNow {
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    display: block;
    color: white;
    padding: 4px 10px 5px;
    background: #3c763d;
    text-align: center;
    -webkit-transition: background .25s linear;
    transition: background .25s linear;
    text-transform: uppercase;
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 900px;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 1s ease, visibility 1s ease;
	transition: opacity 1s ease, visibility 1s ease;
	cursor: move;
}

.popup.active {
	opacity: 1;
	visibility: visible;
}

.popup .info-bar {
	box-shadow: -4px 4px 16px 0 rgba(0, 0, 0, .25);
	float: none;
	overflow: visible;
	width: 100%;
	border: none;
}

.popup .info-bar .title {
	display: block;
	background: #083071;
	text-align: center;
	margin: 0;
	padding: 0px;
	font-size: 15px;
	line-height: 35px;
	color: #fff;
	text-transform: none;
	font-weight: normal;
}

.popup .info-bar .btn-holder {
	padding: 5px;
	text-align: center;
	background: #0c569a;
}

.popup .btn {
	display: inline-block;
	vertical-align: top;
	min-width: 130px;
	margin: 0 16px;
}

.popup .info-table {
	padding: 0;
	margin: 0;
	border: 1px solid #7da5c9;
}

.popup .info-table table {
	background: #fff;
}

.popup .info-table table thead {
	border: none;
}

.popup .info-table table th {
	background: #e1e9f6;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	/*padding: 30px 15px 10px;*/
	vertical-align: bottom;
	border: none;
	border-right: 3px solid #fff;
	color: #000;
	width: 275px;
}

.popup .info-table table th:last-child {
	border: none;
	width: 280px;
}

.popup .info-table table th:first-child {
	width: 320px;
}

.popup .info-table table address {
	font-style: normal;
	letter-spacing: -.3px;
}

.popup .info-table table td {
	padding: 7px 5px 5px;
	font-size: 12px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	width: 275px;
	color: #000;
	border: none;
	vertical-align: top;
}

.popup .info-table table td:first-child {
	width: 320px;
	color: #000;
}

.popup .info-table table td:last-child {
	width: 280px;
}

/*css for product info pages*/

.container {
	width: 1260px;
	margin: 0 auto;
}

#main {
	width: 1010px;
	padding: 0 1px;
	margin: 0 auto;
}

.search-row {
	margin: 0 0 25px;
}

.search-row .info-text {
	color: #02549c;
	display: block;
	margin: 0 0 15px;
	font-weight: bold;
}

.search-row p {
	margin: 0 0 16px;
}

.search-row h1 {
	color: #0c569a;
}
    .search-row h4 {
        color: #0c569a;
        font-style:italic;
    }

.btn {
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	display: block;
	color: white;
	padding: 4px 10px 5px;
	background: #0c569a;
	text-align: center;
	-webkit-transition: background .25s linear;
	transition: background .25s linear;
	text-transform: inherit;
}

.btnLatLong {
	font-size: 14px;
	font-weight: normal;
	color: white;

	background: #0c569a;
	text-align: center;
	-webkit-transition: background .25s linear;
	transition: background .25s linear;
	text-transform: inherit;
   display:inline
    
}

.btn.inline {
	display: inline-block;
	vertical-align: top;
	min-width: 200px;
	padding: 12px 20px;
	font-weight: bold;
	text-transform: normal;
}

.btn.inline > i {
	margin-left: 10px;
}

.three-col {
	padding: 0 8px;
	margin: 0 0 33px;
}

.three-col .col {
	display: inline-block;
	vertical-align: top;
	width: 272px;
	padding-right: 20px;
}

.three-col .col h2 {
	color: #0c569a;
}

.three-col .icon {
	font-size: 22px;
	margin-right: 13px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
}

.icon-user2:before {
	content: "\e90a";
}

.icon-like:before {
	content: "\e907";
}

.icon-shedule:before {
	content: "\e909";
}

.icon-search1:before {
	content: "\e908";
}

.icon-arrow:before {
	content: "\e900";
}

.icon-home:before {
	content: "\e901";
}

.icon-note:before {
	content: "\e902";
}

.icon-plus:before {
	content: "\e903";
}

.icon-search:before {
	content: "\e904";
}

.icon-shape:before {
	content: "\e905";
}

.icon-user:before {
	content: "\e906";
}

.info-list {
	line-height: 18px;
    padding-left: 15px;
}

.info-list li:before {
	width: 5px;
	height: 5px;
	content: "";
	top: 7px;
	left: 0;
	background: #000;
	border-radius: 50%;
}

.filter-block {
	margin: 0 0 44px;
}

.filter-block h2 {
	color: #fff;
	margin: 0 0 27px;
	text-transform: uppercase;
}

.filter-block .pannel {
	background: #02549c;
	position: relative;
	color: #fff;
	margin: 0 -17px 15px 0;
}

.filter-block .pannel .img-holder {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 390px;
}

.filter-block .desc {
	/*padding: 27px;*/
	min-height: 190px;
	padding-right: 400px;
}

.filter-block .title,
.filter-block .info-list {
	display: inline-block;
	vertical-align: top;
	max-width: 183px;
	padding-right: 16px;
	min-width: 147px;
}

.filter-block .title {
	font-weight: normal;
}

.filter-block .info-list li:before {
	background: #fff;
}

.filter-block.alt .title,
.filter-block.alt .info-list {
	max-width: none;
	min-width: auto;
}

.bg-stretch {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	position: absolute;
	z-index: 0;
}

.bg-stretch img {
	max-width: none;
	width: 100%;
}

.category-block {
	background: #e1e9f6;
	border-top: 6px solid #000;
	padding: 31px 30px 14px;
	margin: 0 -17px 46px 0;
	line-height: 18px;
}

.category-block h2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	margin: 0 0 22px;
    color: #0c569a;
}

.category-block p {
	margin: 0 0 18px;
}

.content-page-padding {
    padding: 12px;
}

.textBox_long {
    width: 600px;
}

.textBox_short{
    width: 150px;
}

.textBox_medium{
    width: 250px;
}

.required_field {
    color: red;
}

.e-dialog>.e-header {    
    border-bottom: 3px solid #0c569a; 
}

.e-in-wrap.e-box span.e-select {  
       background-color: #0c569a;  
       border-color: transparent;  
       box-shadow:none;  
       }  
.e-in-wrap.e-box span.e-select .e-icon.e-arrow-sans-down{  
          color:#fff;  
          font-size:12px;
          right:1px;
          position:relative;
       }