@charset "utf-8";
.wf-container {
	font-size: 0;
	line-height: 0;
	word-spacing: -4px;
}
.wf-cell, .wf-usr-cell, .content, .sidebar, .footer .widget {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.wf-cell, .wf-usr-cell, .footer .widget {
	display: inline-block;
	vertical-align: top;
}
.ancient-ie .wf-cell, .ancient-ie .wf-usr-cell, .ancient-ie .footer .widget {
	display: inline;
	zoom: 1;
}
/* !- Cells widths */

.wf-1, .wf-span-12 {
	width: 100%;
}
.wf-1-2, .wf-2-4, .wf-span-6 {
	width: 50%;
}
.wf-1-3, .wf-span-4 {
	width: 33.3333%;
}
.wf-2-3, .wf-span-8 {
	width: 66.6667%;
}
.wf-1-4, .wf-span-3, .sidebar, .footer .widget {
	width: 25%;
}
.content, .wf-3-4, .wf-span-9 {
	width: 75%;
}
.wf-1-5 {
	width: 20%;
}
.wf-1-6, .wf-span-2 {
	width: 16.6667%;
}
.wf-span-1 {
	width: 8.3333%;
}
.wf-span-5 {
	width: 41.6667%;
}
.wf-span-7 {
	width: 58.3333%;
}
.wf-span-10 {
	width: 83.3333%;
}
.wf-span-11 {
	width: 91.6667%;
}
/* Grid system: end */


/* !Layout helpers */

.wf-table {
	display: table;
	width: 100%;
}
.wf-tr {
	display: table-row;
}
.wf-td {
	display: table-cell;
	vertical-align: middle;
}
.wf-float-left {
	float: left;
}
.wf-float-right {
	float: right;
}
.wf-phone-visible, .wf-mobile-visible {
	display: none;
}
.ancient-ie .ie-fix {
	display: inline;
	zoom: 1;
}
/* Layout helpers: end */
	
/* !WireFrame settings */

.wf-cell, .wf-usr-cell, .content, .sidebar, .footer .widget {
	padding: 0 ;
}
.wf-container, .wf-container-main {
	margin: 0 -20px;
	padding: 0;
}
.wf-wrap {
	max-width: 1200px;
	padding: 0 40px;
	margin: 0 auto;
}
.wf-clearfix:before {
	content: "";
	display: table;
}
.wf-clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.wf-container:before {
	content: "";
	display: table;
}
.wf-container:after {
	content: "";
	display: table;
	clear: both;
}
.wf-wrap {
	max-width: 998px !important;
}
#imap1message h3 {
	font-size: 20px;
	font-weight: bold;
	color: #3b2400
}
.map-container iframe {
	width: 100%;
}
#map_canvas_1 path {
	stroke-width: 1; /* control the countries borders width */
	stroke: #ffffff; /* choose a color for the border */
	cursor: pointer; /* display the pointer when the map hovers the map. */
}
#map_canvas_1 path:not([fill^="transparent"]):hover {
	fill: #c79434;
}
#map_canvas_1 path:not([fill^="#ffffff"]):active {
	fill: #c79434;
}