@font-face {
	font-family: "Elsie Swash Caps";
	src: local("Elsie Swash Caps Blacks"), local("ElsieSwashCapsBlack-Regular"), url(http://themes.googleusercontent.com/static/fonts/elsieswashcaps/v1/iZnus9qif0tR5pGaDv5zdEd2CPfIv3tbBh_qUxvoikM.woff) format("woff");
	font-weight: 900;
	font-style: normal;
}

#intergeo_canvas_wrapper {
	position: absolute;
	z-index: 75;
	top: 0;
	right: 300px;
	bottom: 60px;
	left: 0;
}

#intergeo_canvas {
	width: 100%;
	height: 100%;
}

#intergeo_canvas_center {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px;
	border-radius: 2px;
	background-image: url(../images/map_center.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#intergeo_footer {
	overflow: hidden;
	position: absolute;
	z-index: 100;
	right: 0;
	bottom: 0;
	left: 0;
	height: 36px;
	padding: 12px 16px;
	border-top: 1px solid #dfdfdf;
	-webkit-box-shadow: 0 -4px 4px -4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 -4px 4px -4px rgba(0, 0, 0, 0.1);
	text-align: right;
}

#intergeo_tlbr {
	overflow: auto;
	position: absolute;
	z-index: 75;
	top: 0;
	right: 0;
	bottom: 60px;
	width: 299px;
	border-left: 1px solid #dfdfdf;
	background: whitesmoke;

	-webkit-overflow-scrolling: touch;
}

#intergeo_tlbr_ttl {
	display: block;
	padding: 30px 20px 10px;
	font-family: "Elsie Swash Caps", cursive;
	font-size: 34px;
}

#intergeo_tlbr_ul {
	border-top: 1px solid #dfdfdf;
}

.intergeo_tlbr_ul_li {
	margin: 0;
}

.intergeo_tlbr_ul_li.open {
	border-bottom: 1px solid #dfdfdf;
}

.intergeo_tlbr_ul_li_h3 {
	position: relative;
	margin: 0;
	padding: 10px 20px;
	border-top: 1px solid white;
	border-bottom: 1px solid #dfdfdf;
	background: whiteSmoke;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#eee), to(whiteSmoke));
	background-image: -webkit-linear-gradient(bottom, #eee, whiteSmoke);
	background-image: -webkit-gradient(linear, left bottom, left top, from(#eee), to(whiteSmoke));
	background-image: linear-gradient(to top, #eee, whiteSmoke);
	text-shadow: 0 1px 0 white;
	font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
	font-size: 15px;
	font-weight: normal;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.intergeo_tlbr_ul_li_h3:hover,
.intergeo_tlbr_ul_li.open .intergeo_tlbr_ul_li_h3 {
	color: white;
	background: gray;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#6d6d6d), to(gray));
	background-image: -webkit-linear-gradient(bottom, #6d6d6d, gray);
	background-image: -webkit-gradient(linear, left bottom, left top, from(#6d6d6d), to(gray));
	background-image: linear-gradient(to top, #6d6d6d, gray);
	text-shadow: 0 -1px 0 #333;
}

.button.intergeo-pro-btn:active,
.button.intergeo-pro-btn:hover,
.button.intergeo-pro-btn:focus,
.button.intergeo-pro-btn:hover,
.button.intergeo-pro-btn {
	border-color: #d54e21;
	color: #fff;
	background: #d54e21;
}

.intergeo_tlbr_ul_li_ul .button.intergeo-pro-btn {
	display: block;
	width: 90%;
	margin: auto;
	text-align: center;
}

.intergeo_tlbr_ul_li_h3::after {
	position: absolute;
	z-index: 1;
	top: 15px;
	right: 20px;
	width: 0;
	height: 0;
	border-width: 6px 6px 0;
	border-style: solid;
	border-color: #ccc transparent;
	content: "";
}

.intergeo_tlbr_ul_li_h3:hover::after,
.intergeo_tlbr_ul_li.open .intergeo_tlbr_ul_li_h3::after {
	border-color: #eee transparent;
}

.intergeo_tlbr_ul_li:hover .intergeo_tlbr_ul_li_h3 {
	border-top-color: gray;
}

.intergeo_tlbr_ul_li.open .intergeo_tlbr_ul_li_h3 {
	border-top-color: #6d6d6d;
}

.intergeo_tlbr_ul_li.open .intergeo_tlbr_ul_li_h3::after {
	border-width: 0 6px 6px;
}

.intergeo_tlbr_ul_li_ul {
	display: none;
	overflow: hidden;
	margin: 0;
	padding: 10px 0 20px 0;
	background-color: #fdfdfd;
}

.intergeo_tlbr_ul_li.open .intergeo_tlbr_ul_li_ul {
	display: block;
}

.intergeo_tlbr_cntrl_ttl {
	display: block;
	position: relative;
	margin-bottom: 5px;
	padding: 4px 20px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background-color: rgba(0, 0, 0, 0.02);
	-webkit-box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.1);
	font-weight: bold;
	line-height: 22px;
	cursor: pointer;
}

.intergeo_tlbr_cntrl_ttl::after {
	position: absolute;
	z-index: 1;
	top: 13px;
	right: 20px;
	width: 0;
	height: 0;
	border-width: 4px 4px 0;
	border-style: solid;
	border-color: #ccc transparent;
	content: "";
}

.intergeo_tlbr_cntrl_ttl.open::after {
	border-width: 0 4px 4px;
}

.intergeo_tlbr_cntrl_items {
	display: none;
	padding: 5px 20px 10px 20px;
}

.intergeo_tlbr_cntrl_more_info {
	float: right;
	color: #21759b;
	font-size: 85%;
	font-weight: normal;
	text-decoration: none;
}

.intergeo_tlbr_cntrl_dsc {
	display: none;
	padding: 0;
}

.intergeo_tlbr_cntrl_tbl {
	width: 100%;
	margin-bottom: 10px;
}

.intergeo_tlbr_cntrl_tbl_clmn {
	width: 50%;
	padding: 0 1px;
	text-align: left;
	vertical-align: top;
}

.intergeo_tlbr_cntrl_item {
	margin-bottom: 10px;
}

#intergeo_map_zoom_range {
	margin: 10px 6px;
}

.intergeo_tlbr_style_preview {
	display: block;
	width: 220px;
	height: 90px;
	padding: 10px;
	background-image: url(../images/styles.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

#intergeo_tlbr_style_red {
	background-position: 0 -110px;
}

#intergeo_tlbr_style_night {
	background-position: 0 -220px;
}

#intergeo_tlbr_style_blue {
	background-position: 0 -330px;
}

#intergeo_tlbr_style_grayscale {
	background-position: 0 -440px;
}

#intergeo_tlbr_style_no_roads {
	background-position: 0 -550px;
}

#intergeo_tlbr_style_mixed {
	background-position: 0 -660px;
}

#intergeo_tlbr_style_chilled {
	background-position: 0 -770px;
}

.intergeo_tlbr_overlay {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted black;
}

.intergeo_tlbr_actn {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	margin: 4px 0 0 10px;
	background-image: url("../images/ui-icons.png");
	background-repeat: no-repeat;
}

.intergeo_tlbr_actn_delete {
	background-position: -176px -96px;
}

.intergeo_tlbr_actn_edit {
	background-position: -64px -112px;
}

.intergeo_tlbr_clr_prvw {
	float: right;
	width: 16px;
	height: 16px;
	margin: 4px 0 0 10px;
	-webkit-box-shadow: 0 0 2px #aaa;
	box-shadow: 0 0 2px #aaa;
}

.intergeo_tlbr_cntrl_slct {
	width: 100%;
}

.intergeo_tlbr_cntrl_txt {
	width: 100%;
}

.intergeo_tlbr_grp_dsc {
	margin: 0;
	padding: 5px 20px 10px 20px;
	text-align: center;
}

.intergeo_ppp {
	display: none;
	position: absolute;
	z-index: 150;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url("../images/bg.png");
	background-repeat: repeat;
}

.intergeo_ppp_frm {
	overflow-y: auto;
	-ms-overflow-y: auto;
	position: absolute;
	top: 10%;
	left: 50%;
	width: 400px;
	max-height: 530px;
	margin-left: -222px;
	padding: 10px 20px 15px;
	border: 2px solid #555;
	border-radius: 3px;
	background-color: white;
	-webkit-box-shadow: 0 0 15px #555;
	box-shadow: 0 0 15px #555;
}

.intergeo_ppp_ttl {
	display: block;
	margin-bottom: 10px;
	padding: 5px 0;
	border-bottom: 1px solid whitesmoke;
	color: #333;
	font-size: 115%;
	font-weight: bold;
}

.intergeo_ppp_cls {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	background-image: url("../images/ui-icons.png");
	background-repeat: no-repeat;
	background-position: -80px -128px;
}

.intergeo_ppp_tbl {
	width: 100%;
}

.intergeo_ppp_tbl td {
	padding-bottom: 5px;
}

.intergeo_ppp_txt {
	width: 100%;
}

#intergeo_tlbr_drctn_icon {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin-top: 1px;
	margin-left: -5px;
	background-image: url("../images/ui-icons.png");
	background-repeat: no-repeat;
	background-position: -16px -128px;
}

.computer-btn {
	padding-left: 27px !important;
	border: medium none rgb(100, 100, 100) !important;
	border: 1px solid #b0b0b0 !important;
	color: #646464 !important;
	background: #e6e6e6 url("../images/computer.png") no-repeat scroll 7px 1px !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.computer-btn:hover {
	padding-left: 27px !important;
	border: 1px solid #2f8cea !important;
	color: white !important;
	background: #2f8cea url("../images/computer.png") no-repeat scroll 7px -36px !important;
	-webkit-box-shadow: 0 1px 0 rgba(171, 171, 171, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15) !important;
	-webkit-box-shadow: none !important;
	box-shadow: 0 1px 0 rgba(171, 171, 171, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15) !important;
	box-shadow: none !important;
	-webkit-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease 0s;
	transition: all 0.3s ease;
}

.file-wrapper {
	overflow: hidden;
	position: relative;
}

.form-inline {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}

#thehole {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	border: 0;
	opacity: 0;

	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-moz-opacity: 0;
}

.file {
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	font-size: 200px;
	cursor: pointer;

	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-moz-opacity: 0;
}

.computer-btn {
	text-shadow: none !important;
}

table.intergeo_tlbr_marker_add input[type="button"] {
	float: right;
}

table.intergeo_tlbr_marker_add input[type="button"]::after {
	clear: both;
}
