@charset "UTF-8";
/* CSS Document */
.list-wrapper:before, .list-wrapper:after{
	content:" ";
	display:block;
	clear:both;
}
.list-wrapper .list-item:before, .list-wrapper .list-item:after{
	content:" ";
	display:block;
	clear:both;
}
.list-wrapper .list-item{
	position:relative;
	border:1px solid #ccc;
	padding:10px;
	margin-bottom:20px;
	/*overflow:hidden;*/
	background:#f2f2f2;
}
.list-item h2 {
	margin-bottom:0;
	font-size:1.8em;
}
.page-node-215 .list-wrapper .list-item,
.page-node-57 .list-wrapper .list-item{
	position:relative;
	border:none;
	padding:10px 0;
	margin-bottom:20px;
	/*overflow:hidden;*/
	background:none;
}
.page-node-26 .file-default.media-element {
    float: right;
    max-width: 180px;
    padding-left: 10px;
    padding-bottom: 10px;
}
.list-wrapper .list-item .item-image{
	float:right;
	height:100%;
	width:auto;
}
.list-wrapper .list-item .item-image img{
	height:auto;
	width:auto;
	max-width:130px;
	max-height:130px;
}
.page-node-215 .list-wrapper .list-item h2,
.page-node-57 .list-wrapper .list-item h2,
.page-node-215 .list-wrapper .list-item h1,
.page-node-57 .list-wrapper .list-item h1{
	border-bottom:1px solid #3c3700;
}
.page-node-215 .list-wrapper .list-item .item-image img,
.page-node-57 .list-wrapper .list-item .item-image img{
	height:auto;
	width:auto;
	max-width:240px;
	max-height:240px;
}
.list-wrapper .list-item .item-content-wrap{
	float:left;
	max-width:calc(100% - 200px);
}
.page-node-215 .list-wrapper .list-item .item-content-wrap,
.page-node-57 .list-wrapper .list-item .item-content-wrap{
	float:left;
	max-width:calc(100% - 250px);
	width:100%;
}
.list-wrapper .list-item .item-content-wrap .item-button-wrapper a{
	display:inline-block;
	width:auto;
	padding:8px 10px;
	border:1px solid #3a3700;
	color:#3a3800;
}
.list-wrapper .list-item .embassy-image{
	float:right;
	height:100%;
	width:auto;
	position:relative;
	z-index:1;
}
.list-wrapper .list-item .embassy-image img{
	height:auto;
	width:auto;
	max-width:186px;
	max-height:186px;
}
.list-wrapper .list-item p{
	margin-top:0.5em;
	margin-bottom:0.5em;
}
.haar-label:before{
	content:"Haar available here";
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	border:none !important;
	outline:none;
	background:#3c3700;
	/*border-bottom:31px solid transparent;
	border-right:31px solid #FFFFFF;
	border-left-width:31px;
	border-left-color:#FFFFFF;
	border-left-style:solid;*/
}
.haar-label:after{
	
}
.haar-label{
	position:absolute;
	/*background:#3c3700;*/
	color:#FFFFFF;
	width:140px;
	height:0;
	text-align:center;
	top:38px;
	right:-48px;
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	-moz-transform: rotate(45deg);
    transform: translateZ(1px) rotate(45deg);
	/* IE SPECIAL :) */
	filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)"; /* IE8 */
	/* END OF IE SPECIFIC */
	padding:0;
	border-bottom:30px solid #3c3700;
	border-left:30px solid transparent;
	border-right:30px solid transparent;
	z-index:2;
}
.haar-label-before{
	position:absolute;
	top:-5px;
	right:130px;
	width:0;
	height:0;
	border-left:4px solid #3c3700;
	border-top:4px solid transparent;
}
.haar-label-after{
	position:absolute;
	width:0;
	height:0;
	top:130px;
	right:-5px;
	border-left:4px solid #3c3700;
	border-top:4px solid transparent;
}
.small-distance{
	font-size:0.5em;
	padding-left:1em;
}
.embassy-search:before, .embassy-search:after,
.embassy-country-filter:before, .embassy-country-filter:after{
	content:" ";
	display:block;
	clear:both;
}
.embassy-search{
	background:#f2f2f2;
	padding:10px;
	border:1px solid #cccccc;
	margin-bottom:20px;
}
.embassy-search .form-field-wrapper{
	float:left;
	width:calc(70% - 10px);
}
.embassy-search .form-field-wrapper:last-child{
	float:right;
	width:30%;
}
.embassy-search .form-field-wrapper label{
	display:inline;
	color:#3c3700;
	font-family: 'Gill Sans', Gill Sans MT, Calibri, sans-serif;
	font-weight:300;
	padding-right:1em;
}
.embassy-country-filter{
	padding:10px 0px 10px 10px;
	text-transform:uppercase;
}
.embassy-country-filter label{
	float:left;
	color:#3c3700;
	font-family: 'Gill Sans', Gill Sans MT, Calibri, sans-serif;
	padding-right:1em;
	line-height:45px;
	vertical-align:middle;
	font-size:1.6em;
}
.embassy-country-filter select{
	float:right;
	max-width:30%;
	margin-top:8px;
}
.over-map-button{
	position:absolute;
	bottom:10%;
	width:100%;
	text-align:center;
}
.over-map-button a{
	background:#3c3700;
	border:2px solid #3c3700;
	color:#FFFFFF;
	display:inline-block;
	padding:7px 15px;
	text-transform:uppercase;
	text-decoration: none !important;
}
.over-map-button a:hover{
	background:#FFFFFF;
	color:#3c3700;
	text-decoration:none;
}
.page-overlay.embassyinfo-popup{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.75);
	z-index:10000;
}
.embassyinfo-popup .embassy-popup{
	position:absolute;
	top:15%;
	width:550px;
	padding:20px;
	background:#FFFFFF;
	left:50%;
	margin-left:-295px;
	max-width:calc(100% - 40px);
	max-height:calc(100% - 40px);
	overflow-y:auto;
	overflow-x:hidden;
}
.embassyinfo-popup .embassy-popup h1{
	font-weight:400;
}
.embassyinfo-popup .popup-close{
	position:absolute;
	top:20px;
	right:20px;
	cursor:pointer;
	width:36px;
	height:36px;
	border:1px solid #3c3700;
	color:#3c3700;
}
.embassyinfo-popup .popup-close:before{
	display:block;
	width:36px;
	height:36px;
	text-align:center;
	vertical-align:middle;
	color:#3c3700;
	line-height:36px;
}
.embassyinfo-popup .embassy-image img{
	max-width:227px !important;
	max-height:227px !important;
}
.embassy-search-button{
	display:block;
	width:100%;
	clear:both;
	padding-top:10px;
}
#search-embsy.form-submit{
	width:100% !important;
	display:block;
}