/*
Theme Name: GlobalPlaneSearch
Author: Somethumb Company
Author URI: http://www.somethumb.com/
Version: 1.0
License: Private, Copyright 2019
*/

html {
	background-color: #024f75;
	height: auto;
	margin: 0;
}
body {
	margin: 0 auto;
	font-family: proxima-nova, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #5e5e5f;
	color: #000;
	line-height: 1.25em;
	background-color: #fff;
}
.screen-reader-text {
	display: none;
}
a, a:visited, a:active {
	text-decoration: none;
	color: #666666;
}
a:hover {
/*text-decoration: none;*/
}
:active {
	-moz-outline-style: none !important;
	outline: none !important
}
:focus {
	-moz-outline-style: none !important;
	outline: none !important
}
::-moz-focus-inner {
 border:0;
 -moz-outline-style:none !important;
 outline:none !important
}
input:focus::-webkit-input-placeholder {
color:transparent;
}
input:focus:-moz-placeholder {
color:transparent;
} /* Firefox 18- */
input:focus::-moz-placeholder {
color:transparent;
} /* Firefox 19+ */
input:focus:-ms-input-placeholder {
 color:transparent;
} /* oldIE */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type="number"] {
	-moz-appearance: textfield;
}
.input_text, .input_text_short1, .input_text_short2, .input_text_short2_1, .input_text_short2_2, .input_text_half1, .input_text_half2, .input_text_img200, .input_select, .input_select_short1, .input_select_short2, .input_select_half1, .input_select_half2, .input_file, .contents_table textarea {
	border: 1px solid #d9ddd7 !important;
	background-color: #f3f5f2 !important;
	padding: 5px 10px;
}
.input_select, .input_select_short1, .input_select_short2, .input_select_half1, .input_select_half2 {
	padding: 5px 10px 4px;
}
p {
	margin: 0 0 1.3em;
	line-height: 1.3em;
}
h1, h2, h3 {
	line-height: 1.25em;
	font-weight: 400;
}
strong, b {
	font-weight: 700;
}
i, em {
	font-weight: inherit;
}
.alignleft {
	float: left;
	margin: 3px 20px 12px 0;
}
.alignright {
	float: right;
	margin: 3px 0 12px 20px;
}
.highlight {
	background-color: yellow;
}
.site-header {
	background: #fff;
}
.li_right {
	width: auto;
	float: left;
	padding-left: 10px;
}
#ctnr {
	background-color: #fff;
}
#hdr {
	overflow: hidden;
	margin: auto;
	max-width: 1096px;
	padding: 1px 24px;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex;
	display: flex;
	background: none;
	border-bottom: 1px solid #cbcbcb;
}
.home #hdr {
	border-bottom: none;
}
#logo {
	margin: 10px 0 13px;
}
#logo img {
	max-width: 214px;
	height: auto;
}
.toggle-wrap {
	display: none;
}
#navm {
	margin-left: 30px;
	-ms-flex: 1 0 50%;
	-webkit-flex: 1 0 50%;
	flex: 1 0 50%;
}
#navm > ul {
	list-style: none;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex;
	display: flex;
	margin: 0;
	float: left;
}
#navm > ul li {
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	border-left: 1px solid #cbcbcb;
	height: 88px;
}
#navm > ul li a {
	white-space: nowrap;
	color: #989898;
	font-size: 100%;
}
#navm span {
	display: inline-block;
	padding: 0 4px;
	color: #e2282e;
}
#lang {
	margin-top: 16px;
	float: right;
	font-size: 0;
}
#lang ul {
	list-style: none;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 90px;
}
#lang li {
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex;
	display: flex;
	-webkit-flex-basis: calc(50%);
	flex-basis: calc(50%);
	justify-content: space-between;
	padding: 0 2px 4px;
}
#home {
	background-image: url("../images/pic_home.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 75% center;
	min-height: 340px;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
#srch {
	max-width: 1096px;
	padding: 0 24px;
	width: 100%;
	margin: auto;
}
#srch h1 {
	color: #fff;
	font-size: 162.5%;
	margin-bottom: .5em;
}
#srchbdr {
	max-width: 476px;
	width: 100%;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
}
#srchbdr #GpsSearchQueryBox {
	max-width: 420px;
	width: 100%;
	padding: 8px 0 7px 8px;
	border-radius: 8px 0px 0px 8px;
	-moz-border-radius: 8px 0px 0px 8px;
	-webkit-border-radius: 8px 0px 0px 8px;
	font-size: 100%;
	color: #989898;
	font-family: proxima-nova, sans-serif;
	border: 1px solid #989898 !important;
	border-right: 0 !important;
}
#srchbdr button {
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex;
	display: flex;
	background: #f3f5f2 !important;
	border: 0;
	color: #e50000;
	border-radius: 0px 8px 8px 0px;
	-moz-border-radius: 0px 8px 8px 0px;
	-webkit-border-radius: 0px 8px 8px 0px;
	border: 1px solid #989898;
	border-left: 0 !important;
	padding: 8px 8px 4px;
	cursor: pointer;
	font-size: 125%;
	width: auto;
	height: auto;
}
#srchbdr #GpsSearchQueryBox::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #989898;
 opacity: 1; /* Firefox */
}
#srchbdr #GpsSearchQueryBox::placeholder::focus {
 display: none;
}
#srchbdr #GpsSearchQueryBox:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #989898;
}
 #srchbdr #GpsSearchQueryBox::-ms-input-placeholder { /* Microsoft Edge */
 color: #989898;
}
#ctnt {
	overflow: hidden;
	margin: auto;
}
#srchq {
	margin: auto;
	text-align: center;
	max-width: 1096px;
	padding: 24px;
}
#srchq > img {
	margin-bottom: .5em;
}
#srchq h2 {
	font-size: 150.0%;
	color: #cc1705;
	margin: 0 auto .8em;
	line-height: 1;
}
#srchq .srchsel, #srchq .srchbut {
	position: relative;
	display: inline-block;
	margin-bottom: .5em;
}
#srchq select {
	max-width: 420px;
	min-width: 200px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: none;
	background: none;
	border-radius: 0;
	padding: 0 36px 0 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 100%;
	color: #989898;
	font-family: proxima-nova, sans-serif;
	font-size: 87.5%;
	border: 0;
	border: 1px solid #989898;
 -ms-flex: 1 -webkit-flex: 1;
	flex: 1;
	cursor: pointer;
	display: inline-block;
	text-transform: none;
	height: 34px;
}
#srchq .srchsel::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 10px solid #bfbfbf;
	top: calc( 50% - 4px );
	right: 16px;
	pointer-events: none;
}
#srchq .srchbut button {
	border: none;
	background: #cc1705;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 0 20px;
	color: #fff;
	font-family: proxima-nova, sans-serif;
	letter-spacing: .01em;
	font-weight: 600;
	font-size: 100%;
	padding: 0 23px 0 23px;
	cursor: pointer;
	height: 34px;
	width: auto;
}
#targ {
	background: #e1e3e5;
	margin: auto;
	text-align: center;
	padding: 24px;
}
#targtxt {
	max-width: 1096px;
	margin: auto;
	padding: 0 24px;
}
#targtxt > img {
	margin-bottom: .5em;
}
#targtxt h3 {
	font-size: 150.0%;
	color: #007aac;
	margin: 0 auto .5em;
	line-height: 1;
}
#targtxt p {
	color: #33424c;
}
#targtxt a {
	text-decoration: underline;
	display: inline-block;
	cursor: pointer;
}
#targtxt a:hover {
	text-decoration: none;
}
#targtxt .bt_hmtarg {
	border: none;
	background: #007aac;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fff;
	font-family: proxima-nova, sans-serif;
	letter-spacing: .01em;
	font-weight: 600;
	font-size: 100%;
	padding: 8px 23px 8px 23px;
	cursor: pointer;
	text-decoration: none;
	line-height: 1.25;
}
#cats {
	margin: auto;
	padding: 24px 24px 0 24px;
}
#cat {
	max-width: 1096px;
	margin: auto;
}
#cat .catrow {
	margin-bottom: 2em;
}
#cat .catrow h4 {
	background: #007aac;
	color: #fff;
	font-size: 112.5%;
	font-weight: 600;
	padding: 8px 24px;
	border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	margin: 0;
}
#cat .catrow h4 svg {
	margin-right: 12px;
	vertical-align: middle;
	margin-top: -3px;
}
#cat ul {
	list-style: none;
	border: 1px solid #007aac;
	border-top: none;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: flex-start;
	padding: 6px 0;
	margin: 0;
}
#cat li {
	-ms-flex: 0 0 calc(100%/4);
	-webkit-flex: 0 0 calc(100%/4);
	flex: 0 0 calc(100%/4);
	padding: 6px 24px;
	white-space: nowrap;
}
#cat li a {
	font-size: 87.5%;
}
#cat li a:hover {
	text-decoration: underline;
}
#cat li span {
	color: #cc1705;
	font-size: 75.0%;
}
.contents ol {
	padding-left: 15px;
}
ol.breadcrumb {
	padding-left: 0;
	font-size: 81.3%;
}
ol.breadcrumb a {
	text-decoration: none;
}
ol.breadcrumb a:hover {
	text-decoration: underline;
}
#ContListUpperTop {
	height: 40px;
}
#ContListUpperTop > div {
	background-color: #fff;
}
/*Manufacturers*/
#man .con {
	padding: 10px 80px;
	text-align: center;
	margin: auto;
	max-width: 960px;
}
#man .make_col {
	float: left;
	width: auto;
	text-align: left;
	min-width: 250px;
}
#man .make_col ul {
	padding-bottom: 10px;
}
#man .make_col ul li {
	line-height: 1.5em;
	font-size: 87.5%;
}
#man .make_col ul li a {
	color: #346CA3;
	text-decoration: none;
}
.right-box-ctc .captcha {
	width: 295px;
	height: 75px;
	display: inline-block;
	margin-bottom: 1em;
}
/*Steps*/
.stps #contents, .mygps #contents {
	width: 100%;
	max-width: 990px;
	margin: 0 auto;
	background: #fff;
	min-height: 450px;
}
.contents_table {
	margin: 10px 15px;
	width: auto;
}
.contents_table .input_text, .contents_table textarea {
	width: 150%;
	/*max-width: 280px;*/
	max-width: 302px;
	margin: 0 0 7px 15px;
	height: auto;
	font-size: 100%;
}
.contents_table .input_select {
	width: auto;
	max-width: 280px;
	margin: 0 0 7px 15px;
	font-size: 100%;
}
.contents_table tbody th, .contents_table #contactForm .form-group > label {
	width: 25%;
	text-align: right;
	vertical-align: middle;
	padding-bottom: 7px;
	padding-right: 4px;
	white-space: nowrap;
	line-height: 1.3em;
	display: table-cell;
}
.stps .contents_table tbody th {
	text-align: left;
}
.stps .contents_table tbody input[type="file"] {
	max-width: 75%;
}
#promoForm .contents_table tbody th {
	width: auto;
}
.contents_table tbody th.vat {
	vertical-align: top;
}
.contents_table tbody th.req {
	font-weight: 700;
}
.contents_table tbody td, .contents_table #contactForm .form-group > div {
	width: 75%;
	vertical-align: middle;
	padding-bottom: 7px;
	padding-right: 4px;
	white-space: normal;
	line-height: 1.3em;
	display: table-cell;
}
#promoForm .contents_table tbody td {
	width: auto;
}
.contents_table tbody td.table_comment {
	padding: 0 0 7px 15px;
} 
.contents_table tbody td.req {
	font-weight: 700;
}
.contents_table thead p {
	margin-bottom: 7px;
}
.contents_table tfoot .bt_submit {
	font-size: 93.8%;
	margin: 0px 10px 0 15px;
}
.contents_table tfoot span {
	font-size: 87.5%;
	vertical-align: middle;
}
#main_contents_left {
	margin: 0 20px;
	max-width: 560px;
	padding: 20px 0;
	width: auto;
}
#main_contents_left h2 {
	font-size: 106.3%;
	font-weight: 700;
	margin-top: 0;
}
#main_contents_left h3 {
	font-size: 93.8%;
	margin-top: 0;
}
.contents_table .input_text_short2_1 {
	width: 216px;
	margin: 0 0 7px 15px;
}
.contents_table .input_text_short2_2 {
	width: 180px;
	margin: 0 0 7px 15px;
}
.contents_table .input_select_short1 {
	width: 80px;
	margin: 0 0 7px 15px;
}
.contents_table .input_select_half1 {
	width: 148px;
	margin: 0 0 0 15px;
}
.contents_table .input_select_half2 {
	width: 148px;
	margin: 0 0 0 2px;
}
.contents_table .input_text_half1 {
	width: 148px;
	margin: 0 0 0 15px;
}
.contents_table .input_text_half2 {
	width: 148px;
	margin: 0 0 0 2px;
}
.contents_table .lst_type {
	margin: 0px 20px 25px 20px; 
	border: 1px solid #d9ddd7;
}
.stps #location_country, .stps #location_city {
	width: 148px;
	float: left;
	margin: 0 0 7px 20px;
}
.stps #location_state, .stps #location_aircode {
	width: auto;
	float: left;
	margin: 0 0 7px 2px;
}
.stps #chk_cont {
	border: 1px solid #d9ddd7;
	background-color: #f3f5f2;
	margin: 0 0 0 15px;
	width: auto;
	padding: 7px 0 7px 15px;
}
.stps .input_chk {
	margin: 0 0 0 15px;
}
.stps .input_cont_chk {
	margin: 0;
}
.stps .chk_cont_col {
	width: 150px;
	float: left;
}
.stps .chk_label {
	margin: 2px 0 7px 2px;
	font-weight: 400;
}
.stps .bt_savesearch {
	background-color: #cc1609;
	border: none;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	margin: 0 0 7px 5px;
	padding: 6px 22px;
	width: 178px;
}
.stps #lock_comment {
	margin: 10px 0 10px 15px;
	color: #666666;
}
.stps #step {
	font-size: 93.8%;
	line-height: 27px;
}
.stps .box_con_admin {
	width: auto;
}
.stps #process li {
	float: left;
	width: 110px;
	text-align: center;
	padding: 0;
}
.stps #process .current {
	color: #ffffff;
	font-size: 81.3%;
	font-weight: bold;
	line-height: 27px;
	padding: 0;
}
.stps #process .nolink {
	color: #346ca3;
	font-size: 81.3%;
	font-weight: bold;
	line-height: 27px;
}
.stps #process .pastnolink {
	color: #ffffff;
	font-size: 81.3%;
	font-weight: bold;
	line-height: 27px;
}
.stps #process .past {
	color: #ffffff;
	font-size: 81.3%;
	font-weight: bold;
	line-height: 27px;
}
/*Dashboard*/
.mygps #main_contents_admin {
	margin: 0 20px;
	padding: 20px 0;
}
.mygps #wrap_left_sidebar {
	width: 180px;
	float: left;
	margin-right: 20px;
	background-color: #f3f5f2;
	padding: 15px 10px 10px 10px;
	margin-bottom: 10px;
}
.mygps #wrap_right_contents {
	width: auto;
	float: left;
}
.mygps .box_con_admin {
	border: 1px solid #d9ddd7;
	padding-bottom: 0;
	margin-bottom: 10px;
	width: auto;
}
.mygps #box_con_admin_red {
	border: 1px solid #ff0000;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: auto;
}
.mygps #regisForm {
	padding: 0 10px;
}
.mygps #submenu li {
	float: left;
	text-align: center;
	background-color: #f3f5f2;
	color: #346ca3;
	border: 1px solid #d9ddd7;
	margin-right: 5px;
	padding: 3px 10px;
	width: auto !important;
}
.mygps #submenu .current li {
	background-color: #34424d;
	color: #fff;
	font-weight: bold;
	border: 1px solid #34424d;
	white-space: nowrap;
	padding: 3px 10px;
}
.mygps .li_menu li a, .mygps .li_menu_short a {
	color: #346ca3;
	text-decoration: underline;
	font-size: 75%;
}
.mygps .li_lnk_btn {
	background-color: transparent;
	border: medium none;
	color: #346ca3;
	cursor: pointer;
	text-decoration: underline;
	font-size: 75%;
}
.mygps .li_lnk_btnr {
	border: none;
	background-color: transparent;
	color: #FF0000;
	text-decoration: underline;
	cursor: pointer;
	font-size: 75%;
}
/*Contact*/
.contact-form form {
	padding: 25px 20px;
	display: table;
}
.contact-form .col-sm-9 {
	padding: 0;
}
.contact-form .col-sm-9 .g-recaptcha {
	margin: 0 0 7px 15px;
}
/*Footer*/
#ftr {
	background: #024f75;
	color: #fff;
	margin: auto;
	overflow: hidden;
}
#ftr .footer-wrap {
	max-width: 1096px;
	margin: auto;
	padding: 12px;
	float: none;
	width: auto;
}
#ftr .container-fluid {
	margin: auto;
	padding: 0;
}
#ftr ul {
	list-style: none;
	margin: 0;
}
#ftr ul li {
	white-space: nowrap;
}
#ftr .footer-top ul li a {
	color: #fff;
	font-size: 87.5%;
}
#ftr .footer-top ul li a:hover {
	text-decoration: underline;
}
#ftr .footer-wrap h3 {
	font-size: 100%;
	margin: 0 0 10px;
	text-align: center;
	font-weight: 700;
}
#ftr .footer-wrap .contents {
	float: none;
	width: 100%;
}
#ftr #ft-bg {
	background-color: #063d5b;
	height: auto;
	float: none;
	overflow: hidden;
}
#ftr #ft-bg #nav-ft {
	max-width: 1096px;
	margin: auto;
	padding: 9px 9px 7px;
	float: none;
	width: 100%;
}
#ftr #ft-bg .bottom-left {
	float: left;
	text-align: left;
	width: auto;
	padding: 0;
	font-weight: 700;
}
#ftr #ft-bg .bottom-left li {
	display: inline-block;
	margin: 0 10px 0 0;
}
#ftr #ft-bg .bottom-left li a {
	color: #fff;
	font-size: 87.5%;
	font-weight: 700;
	line-height: inherit;
}
#ftr #ft-bg .bottom-right {
	float: right;
	text-align: right;
	width: auto;
	padding: 0;
	font-weight: 700;
}
#ftr #ft-bg .bottom-right li {
	display: inline-block;
	margin-left: 4px;
}
#ftr #ft-bg .bottom-right li a {
	color: #fff;
	line-height: inherit;
}
#ftr #ft-bg #nav-ft .row {
	margin: 0;
}
#ftr .copyright-content {
	background: #fff;
	width: 100%;
}
#ftr .copyright-content .contents {
	max-width: 1096px;
	margin: auto;
	padding: 0 9px;
	width: 100%;
}
#ftr .copyright {
	color: #4b5564;
	float: left;
	font-size: 62.5%;
	font-weight: 700;
	margin: 2px auto;
	line-height: 26px;
}
#ftr #subnav-ft .row {
	margin: 0;
}
/*Styles override stylesheet15.css*/
.left-search {
	font-size: 87.5%;
}
#DetailList .ListInfo_feat1 {
	font-size: 87.5%;
	line-height: 1.1em;
}
#DetailList .ListInfo_feat2 {
	font-size: 87.5%;
	line-height: 1.1em;
}
#DetailList .ListInfoFeatHdr h4 a, #DetailList .ListInfoFeat_yr h4 {
	font-size: 112.5%;
	line-height: 1.1em;
}
#DetailList .ListInfo_loc, #DetailList .ListInfo_offer, #DetailList .ListInfo_price {
	font-size: 87.5%;
	line-height: 1.1em;
}
/*Search - Sidebar and Main Content*/
.main-content .container-fluid {
	padding: 0;
}
.main-content nav.row {
	margin: auto;
}
.main-content #PageNaviPrev .bt_navbox, .main-content #PageNaviNext .bt_navbox {
	width: auto;
}
.main-content #PageNaviPrev, .main-content #PageNaviNext {
	padding: 4px 10px;
} 
.main-content .bt_navbox_cur, .main-content .bt_navbox, .main-content .bt_navboxdis {
	padding: 4px 0;
}
#ShowResultBox.ShowResultBox {
	margin-bottom: 6px;
}
.pagination-top, .pagination-bottom {
	font-size: 87.5%;
}
.show, #show_sortparams, #ShowResultBox {
	font-size: 87.5%;
}
#SortResultBox svg {
	background-color: #ddd;
	border: 1px solid #666;
	margin-left: 6px;
	height: 1.1em;
	background-image: linear-gradient(#eee, #ccc);
	margin-bottom: -1px;
}
#show_sortparams img {
	margin-left: 4px;
	margin-top: -3px;
}
.summary_li li {
	font-size: 100%;
}
.SearchOptTabTitle svg {
	float: right;
	margin-top: 5px;
	cursor: pointer;
}
.modal-header svg.close {
	color: #fff;
}
.modal-body label {
	line-height: 30px;
	margin: 0;
}
.modal-body input {
	margin-top: 0;
	margin-bottom: 7px;
  background-color: #f3f5f2;
	height: 30px;
}
.modal-body select {
	margin-bottom: 7px;
	border-radius: 0;
	background-color: #f3f5f2;
}
/*Gallery*/
#photogallery_wrap .wrap-arrow svg {
	color: #666;
}
#photoslide_wrap svg {
	color: #666;
	margin-top: -.25px;
}
#photoslide_wrap > #mainimg {
	display: table-cell;
	width: 100%;
}
#photoslide_wrap > #mainimg #imageWrap {
	width: 100%;
	margin: 0 auto .25em;
}
#photoslide_wrap > #mainimg #imageWrap #mainImage {
	margin: auto;
	text-align: center;
}
#photoslide_wrap > #mainimg #mainimg_desc {
	text-align: center;
}
#photoslide_wrap > #mainimg_lt_arrow a, #photoslide_wrap > #mainimg_rt_arrow a {
	width: 20px;
	display: block;
}
.summary li:last-child {
	margin-right: 0;
}
.right-box-ctc .contact_form li span {
	line-height: 1.75em;
}
.right-box-ctc .contact_form_seller {
	margin-top: 5px;
	overflow: hidden;
}
.left-sidebar .SearchOptSelect select {
	font-size: 100%;
}
.left-sidebar .SearchOptList {
	font-size: 87.5%;
}