/*@import url(https://fonts.googleapis.com/css?family=Merriweather:700italic&subset=latin,latin-ext);*/
/*@import url(https://fonts.googleapis.com/css?family=Krona+One&subset=latin,latin-ext);*/
/*@import url(https://fonts.googleapis.com/css?family=Numans);*/
@import url(https://fonts.googleapis.com/css?family=Gruppo);

body {
	font-family: calibri,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
}

a {
	color: #37859B;
}

/* --- External font elements --- */
.header .slogan, /*.prop-group .content,*/ .side-contact .title {
	/*font-family: 'Merriweather', serif; font-style: italic;*/
	/*font-family: 'Krona One', sans-serif;*/
	/*font-family: 'Numans', sans-serif;*/
	font-family: 'Gruppo', cursive;
}

/* --- Header --- */
.header {
	position: relative;
	background: #4D4D4D;
	padding-top: 15px;
	border: 0 solid #555;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
	z-index: 11000;
	width: 100%;
	color: #fff;
}

/*
.header .multiselect .caption {
	border-color: #333;
	background: #ddd;
	box-shadow: 0px 1px 2px #555 inset;
}

.header .multiselect .caption:after { 
	border-color: #888 #ddd #ddd;
}

.header .multiselect .caption:hover {
	background: #e0e0e0;
	border-color: #666;
}

.header .multiselect .caption:hover:after {
	border-color: #666 #ddd #ddd;
}

.header .multiselect.open .caption:after {
	border-color: #e0e0e0 #e0e0e0 #666;
}
*/

.top-contact {
	padding: 5px 0 0;
	margin: 0;
}

.header .slogan {
	margin: 0 0 30px;
	font-size: 44px;
	text-shadow: 0 2px 4px rgba(0,0,0,0.2), 0 1px 1px rgba(0,0,0,0.2);
	font-weight: bold;
}

.header a {
	color: #fff;
}

.header .logo img {
	box-shadow: 0 5px 10px -2px #000;
}

.header .lang-select-wrapper {
	min-height: 42px;
	margin-left: 76px;
}

.top-social {
	float: left;
}

.top-social ul {
	margin: 4px 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

.top-social li {
	display: inline;
	margin-left: 5px;
}

.top-social li:first-child {
	margin-left: 0;
}

.top-social a {
	display: inline-block;
	font-size: 0;
	background: url(../images/social.png) no-repeat;
	width: 33px;
	height: 33px;
	vertical-align: top;
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}

.top-social a:hover {
	filter: brightness(1.2);
	-webkit-filter: brightness(1.2);
}

.top-social .facebook a {
	background-position: -3px -3px;
}

/* .top-social .facebook a:hover { */
/* 	background-position: -3px -42px; */
/* } */


.top-social .twitter a {
	background-position: -82px -3px;
}

/* .top-social .twitter a:hover { */
/* 	background-position: -82px -42px; */
/* } */

/* --- Main menu --- */
.site-menu {
	position: relative;
	z-index: 10;
	font-size: 20px;
	background: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	background: none;
}

.site-menu a {
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.navbar-mmoon {
	margin: 0;
	border: none;
	min-height: 40px;
}

.navbar-mmoon .navbar-toggle:hover, .navbar-mmoon .navbar-toggle:focus {
    background-color: #DDD;
}

.navbar-mmoon .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-mmoon .nav > li {
	text-align: center;
}

.navbar-mmoon .nav > li > a {
	padding: 10px;
	font-weight: bold;
	font-size: 18px;
}

.navbar-mmoon .nav > li > a:hover {
	background-color: #666;
}

.navbar-mmoon .nav > li.active > a:hover {
	background-color: #309CBA;
}

.navbar-mmoon .nav > li.active > a {
	background-color: #37859B;
	text-shadow: 0 1px 1px rgba(34,69,79,0.8);
	color: #fff;
}

.navbar-mmoon .open > a, .navbar-mmoon .open > a:hover, .navbar-mmoon .open > a:focus, .navbar-mmoon .nav > li > a:focus {
    background-color: #309CBA;
    color: #fff;
}
.navbar-mmoon .navbar-collapse.in, .navbar-mmoon .navbar-collapse.collapsing {
	border-top: 1px solid #ddd;
}

/* Non collapsed */
@media (min-width: 768px) {
	.navbar-mmoon .navbar-collapse.in, .navbar-mmoon .navbar-collapse.collapsing {
		border-top: none;
	}	
	.navbar-mmoon .nav > li {
		padding-right: 20px;
	}
}
@media (max-width: 767px) {
	.dropdown-menu>li>a {
		color:#FFF;
	}
}

/* --- Language selector --- */

.lang-selector .caption {
	text-transform: capitalize;
}

.lang-selector .label {
	text-transform: capitalize;
}

.lang-selector .option .label:before, .lang-selector .caption .text:before {
	content: '';
	width: 16px;
	height: 11px;
	background:url(../images/flags.png) no-repeat;
	display: inline-block;
	margin: 1px 10px 0 0;
	vertical-align: top;
}

.lang-selector .caption .text:before {
	margin-top: 4px;
}

.lang-selector .option.de .label:before, .lang-selector.msopt-de .caption .text:before {background-position: -16px 0}
.lang-selector .option.dk .label:before, .lang-selector.msopt-dk .caption .text:before {background-position: -32px 0}
.lang-selector .option.es .label:before, .lang-selector.msopt-es .caption .text:before {background-position: -48px 0}
.lang-selector .option.fi .label:before, .lang-selector.msopt-fi .caption .text:before {background-position: 0 -11px}
.lang-selector .option.fr .label:before, .lang-selector.msopt-fr .caption .text:before {background-position: -16px -11px}
.lang-selector .option.en .label:before, .lang-selector.msopt-en .caption .text:before {background-position: -32px -11px}
.lang-selector .option.it .label:before, .lang-selector.msopt-it .caption .text:before {background-position: -48px -11px}
.lang-selector .option.nl .label:before, .lang-selector.msopt-nl .caption .text:before {background-position: 0 -22px}
.lang-selector .option.no .label:before, .lang-selector.msopt-no .caption .text:before {background-position: -16px -22px}
.lang-selector .option.pt .label:before, .lang-selector.msopt-pt .caption .text:before {background-position: -32px -22px}
.lang-selector .option.se .label:before, .lang-selector.msopt-se .caption .text:before {background-position: -48px -22px}
.lang-selector .option.sv .label:before, .lang-selector.msopt-sv .caption .text:before {background-position: -48px -22px}

/* --- Top contact --- */
.top-contact {
	list-style: none;
}

.top-contact .item {
	margin-right: 20px;
}

.top-contact .label {
	font-size: 0;
}

.top-contact .label:before {
	font-size: 16px;
	color: #fff;
	margin-right: 10px;
}

/* --- Main content --- */
.plot {
	min-height: 500px;
	padding-top: 20px;
}

.home-plot {
	background: #f4f4f4;
}

.plot-main {
	background: #fff;
	padding: 20px 0;
}


/* --- Gallery --- */
.gallery {
	width: 100%;
	position: relative;
	padding-bottom: 20px;
}

.ls-slide, .ls-layer { color: #fff; font-size: 0 }

.gallery .box {
	max-width: 1200px;
	margin: 0 auto;
}
.home-demo .gallery .box {
	max-width: 1900px;
	margin: 0 auto;
}

.gallery .box .ls-bg {
	height: 500px;
	background-position: center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
}

.gallery .title-layer {
	background: rgba(0,119,153,0.8);
	padding: 2px 30px;
	font-size: 24px;
	color: #fff;
	text-align: center;
}

.gallery .title-layer.top-layer {
	background: rgba(39,37,112,0.8);
}

/* --- Button mmoon --- */
.btn-mmoon input[type=submit], input.btn-mmoon {
	float: none;
	background: #37859B;
	border: none;
	color: #fff;
	font-size: 16px;
	box-shadow: inset -10px -10px 20px #346D7C;
	padding: 5px 12px;
}

.btn-mmoon input[type=submit]:hover, input.btn-mmoon:hover {
	background: #309CBA;
	box-shadow: inset -10px -10px 20px #37859B;
}

.btn-mmoon .icSearch.qs input[type=submit]:active, input.btn-mmoon:active {
	background: #32A8C9;
	box-shadow: none;
}

a.btn-mmoon,
a.btn-mmoon:visited {
	float: none;
	display: block;
	width: 100%;
	margin: 20px auto;
	padding: 7px 10px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background: #37859B;
	border: none;
	box-shadow: inset -10px -10px 20px #346D7C;
	text-decoration: none;
}
a.btn-mmoon:hover {
	background: #309CBA;
	box-shadow: inset -10px -10px 20px #37859B;
}

/* --- Button dark --- */
.btn.btn-dark {
	background: #333;
	color: #fff;
	font-weight: bold;
}

.btn.btn-dark:hover {
	background: #555;
	color: #fff;
}

.btn.btn-dark:active {
	background: #777;
	color: #fff;
}

/* --- Side news --- */
.side-news {
	padding: 0 10px;
}

.side-news .newspiece {
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	margin-top: 20px;
	font-size: 14px;
}

.side-news .newspiece:last-child {
	border-bottom: none;
}

.side-news .newspiece .ic-blog-img {
	display: block;
    width: 32%;
    height: 63px;
    float: left;
    background-position: center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
}
.side-news .newspiece .ic-blog-img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
}

.side-news .newspiece .ic-blog-img:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
}

.side-news .newspiece .title {
	display: block;
    width: 66%;
    float: right;
    margin-top: -3px;
	margin-bottom: 3px;	
    padding-left: 5px;
	font-size: 16px;
	line-height: 1.3;
}
.side-news .newspiece .content {
	clear: both;
	padding-top: 7px;
}

/* --- Fixed aspect ratio thumb --- */
.thumb {
	overflow: hidden;
	display: block;
	position: relative;
	width: 100%;
}

.thumb:before {
	/* Aspect ratio trick */
	content: '';
	display: block;
	padding-top: 70%;
	height: 0;
}

.thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.thumb:after {
	content: '';
	display: block;
	position: absolute;
	height: 10px;
	width: 100%;
	top: -10px;
	left: 0;
	box-shadow: 0 0px 5px 0 rgba(0,0,0,0.5);
	z-index: 1;
}

/* --- Home property groups --- */
.prop-groups {
	margin: 20px 0;
	padding: 20px 30px 0;
	border: solid #424071;
	border-width: 3px 0;
	overflow: hidden;
	box-shadow: 0 -15px 20px -20px rgba(21,96,117,0.3), 0 15px 20px -20px rgba(21,96,117,0.5);
}
a.prop-group {
	display: block;
	border: 1px solid #ccc;
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #ddd;
	padding: 10px;
	background: #fff;
	box-shadow: 0 5px 5px -3px rgba(0,0,0,0.2);
	margin-bottom: 20px;
	text-decoration: none;
}

.prop-group:hover {
	border-color: #aaa;
	box-shadow: 0 5px 5px -3px rgba(0,0,0,0.4);
}

.prop-group .thumb {
	overflow: hidden;
	display: block;
	position: relative;
	width: 100%;
}

.prop-group .thumb:before {
	/* Aspect ratio trick */
	content: '';
	display: block;
	padding-top: 70%;
	height: 0;
}

.prop-group .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.prop-group .thumb:after {
	content: '';
	display: block;
	position: absolute;
	background: red;
	height: 10px;
	width: 100%;
	top: -10px;
	left: 0;
	box-shadow: 0 0px 5px 0 rgba(0,0,0,0.5);
	z-index: 1;
}

.prop-group .content {
	display: block;
	padding: 10px 0 0;
	text-align: center;
}

/* --- Footer --- */
.footer-wrapper {
	background: #333;
	color: #fff;
	padding-top: 20px;
}

.footer {
	min-height: 200px;
}

.sub-footer {
	background: #282828;
	box-shadow: inset 0 12px 10px -10px rgba(0,0,0,0.3);
	border-top: 1px solid #666;
	padding: 20px 0;
	margin-top: 20px;
}

.sub-footer .quick-links ul {
	list-style: none;
	margin: 0;
	text-align: center;
}

.sub-footer .quick-links li {
	display: inline-block;
	margin: 0 20px;
}

.sub-footer .quick-links a {
	color: #fff;
}

.sub-footer .footer-menu ul {
	padding: 0;
}

.sub-footer .footer-menu li {
	list-style: none;
	display: inline-block;
}

.sub-footer .footer-menu a {
	color: #fff;
}

/* --- Footer office --- */
.foot-office {
	display: block;
	overflow: hidden;
	color: #aaa;
	padding: 0 10px;
}

.foot-office a {
	color: #fff;
}

.foot-office .name {
	font-size: 15px;
	margin-bottom: 5px;
}

.foot-office .thumb {
	box-sizing: border-box;
	width: 45%;
	border: 3px solid #282828;
	float: left;
	margin: 5px 5% 10px 0;
}

.foot-office .thumb:before {
	padding-top: 80%;
}

.foot-office .thumb img {
	width: auto;
	height: 100%;
}

.foot-office .address {
	box-sizing: border-box;
	font-size: 13px;
	line-height: 16px;
	float: left;
	width: 50%;
	margin-bottom: 10px;
}

.foot-office .contact {
	display: block;
	clear: both;
	line-height: 18px;
	min-height: 66px;
	margin: 15px 0 0;
	background: #222;
	padding: 5px 10px 7px;
	border-radius: 6px;
	font-size: 15px;
}

.foot-office .contact>span {
	display: block;
}

.foot-office .contact .caption {
	color: #ddd;
}

/* --- Foot weather --- */
.foot-weather {
	margin-top: 20px;
}

.foot-weather .title {
	font-size: 24px;
}

.foot-weather .content {
	width: 250px;
	height: 164px;
	display: inline-block;
}

.foot-weather .today {
	padding-left: 160px;
}

.foot-weather .city {
	display: block;
	font-size: 20px;
	text-align: center;
	padding-top: 20px;
}

.foot-weather .temp {
	display:block;
	font-size: 34px;
	text-align: center;
}

.foot-weather .forecast {
	margin-top: 25px;
	font-size: 12px;
}

/* --- Top hilites --- */
.top-hilites {
	padding-top: 20px;
	padding-bottom: 15px;
	box-shadow: inset 0px -5px 5px -5px rgba(0, 0, 0, 0.6);
}
.top-hilite {
	background: #fff;
	position: relative;
	display: block;
	padding: 8px;
	border: 1px solid;
	border-color: #DDD #CCC #BBB;
	box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.3);
	margin-bottom: 5px;
}

.top-hilite .content {
	display: block;
	padding: 5px 10px;
	color: #666;
	font-size: 14px;
	box-shadow: inset 0 -20px 20px -15px #ddd;
	margin-top: 10px;
	height: 86px;
}

.top-hilite .title {
	display: block;
	font-size: 18px;
	border-bottom: 2px solid #ddd;
	padding-bottom: 4px;
	margin-bottom: 4px;
	height: 30px;
}

/* --- Side hilites --- */
.side-hilites .hilite {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
}

.side-hilites .hilite .thumbnail {
	margin-bottom: 8px;
}

.side-hilites .hilite .toprow {
	margin-bottom: 10px;
	padding: 0 15px;
}

.side-hilites .hilite .info {
	padding: 10px 15px;
	background: #eee;
	line-height: 14px;
	border-radius: 2px;
}

.side-hilites .hilite .addprop {
	text-align: right;
}

.similar-props.itemcount-0 {
	display: none;
}


/* ================= SEARCH ================= */
.multiselect .label {
	text-align: left;
	color: #666;
	font-weight: normal;
}

body .multiselect.singleline .options {
	z-index: 100;
}

.qs-box {
	color: #eee;
	font-size: 16px;
	max-width: 1200px;
	margin: 0 auto;
}
.home-demo .qs-box {
	max-width: 1900px;
}

.qs-box > .title {
	position: relative;
	border-bottom: 1px solid #797979;
	padding: 6px 30px;
	font-size: 20px;
	text-shadow: 0 1px 1px #000;
	box-shadow: inset 0 -5px 5px rgba(0,0,0,0.1);
	cursor: pointer;
}


.qs-box > .title .arrow:before, .qs-box > .title .arrow:after, .qs-box > .title .deco:before, .qs-box > .title .deco:after {
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	font-family: 'Glyphicons Halflings';
}

.qs-box > .title .arrow {
	float: right;
}

.always-visible .qs-box > .title .arrow, .always-visible .qs-box > .title .deco {
	display: none;
}

.qs-box > .title .deco {
	margin-left: 30px;
}

.qs-box > .title .arrow:before, .qs-box > .title .deco:before {
	content: "\e003";
	font-size: 18px;
	margin-right: 4px;
	vertical-align: top;
}

.qs-box > .title .arrow:after, .qs-box > .title .deco:after {
	content: "\e113";
	font-size: 14px;
	top: 10px;
}

.qs-box.closed > .title .arrow:after, .qs-box.closed > .title .deco:after {
	content: "\e114";
}

.qs-box > .title, .always-visible .qs-box .title, .always-visible .qs-box > .title:hover {
	background: #333;
}


.qs-box > .title:hover {
	background: #444;
}

.always-visible .qs-box .title {
	cursor: default;
}

.always-visible .qs-box .qs {
	display: block;
}
.qs-box .qs {
	display: none;
	background: #4d4d4d;
	box-shadow: inset -20px -100px 150px -50px rgba(0,0,0,0.4), 0 5px 15px -9px #000;
	padding: 20px 30px 30px;
}

.qs-box .multiselect .caption {
	border-color: #333;
}

.qs-box .multiselect .caption:hover {
	border-color: #888;
}

.qs-box.on-animation .qs {
	/* Disable shadows during animation */
	box-shadow: none;
}

.saleFlagSelector a:before {
	box-sizing: content-box;
}

.icSearch .title {
	margin: 0 0 20px;
	font-size: 20px;
}

.icSearch input[type=text] {
    position: relative;
    text-overflow: ellipsis;
    height: 30px;
    line-height: 18px;
    border: 1px solid #AAA;
    cursor: default;
    background: none repeat scroll 0% 0% #FFF;
    box-shadow: 0px 1px 2px #DDD inset;
    border-radius: 4px;
    padding: 4px 6px;
    width: 100%;
    box-sizing: border-box;
    font-size: inherit;
    color: #333;
}

.icSearch input[type=text]:hover {
	border-color: #888;
}

.icSearch input[type=text]:active {
	border-color: #444;
}

.icSearch .multiselect {
	margin: 0;
	display: block;
}

.icSearch .multiselect .clicker {
	border-color: #666;
	margin: 6px;
	box-sizing: content-box;	
}

.icSearch input[type=radio] {
	margin-right: 5px;
}

.icSearch .datesPicker {
	display: block;
	clear: both;
}

.icSearch .smartBar {
	position: relative;
}

.icSearch .smartBar .popup {
	box-sizing: border-box;
	background: #fff;
	width: 100%;
	border: solid #ABBDCF;
	border-width: 0 1px 1px;
	top: 27px;
	left: 0;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.7);
    font-size: 0.9em;
}

.ref-search {
	background: #404040;
	border: 1px solid;
	border-color: #363636 #363636 #303030;
	padding: 16px 20px;
	margin: 23px 0 10px;
}

.icSearch .field {
	min-height: 55px;
}

.icSearch .buttons {
	margin: 20px 0 0;
}

.icSearch input[type=submit] {
	padding: 5px 20px;
	float: right;
	box-shadow: none;
}

.disabled {
	opacity: 0.4;
}

.my-selector label {
	display: inline-block;
	padding: 25px 0 0 2px;
}

.my-selector input {
	margin: 5px 10px 0 0;
	vertical-align: top;
}

/* --- qsView --- */

.qs .buttons {
	text-align: right;
	overflow: hidden;
}

.qs .propertyCount {
	display: inline-block;
	margin: 5px 20px;
}

.qs .propertyCount .label {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	padding: 0 0.3em;
}


/* =============== REQUEST ================ */
.request {
	padding: 25px 0;
}

.request label {
	display: block;
	margin: 5px 0;
}

.request label .caption {
	display: inline-block;
}

.email2 {
	display: none;
}

.riReferences {
	display: none;
}

.riReferences.available {
	display: block;
}

.riReferences .values {
	font-weight: bold;	
}

.submitMsg {
    border: 0;
    padding: 4px 15px;
    margin: 10px 0 0;
    line-height: 1.1;
    font-size: 13px;
    text-align: center;
    color: #fff;
}

.submitMsg.unprocessed {
	display: none
}

.submitMsg.success {
	background-color: #32ba30;
}

.submitMsg.failed {
	background-color: #ba3030;
}

.errorMsg {
    color: #fff;
    background: #de3434;
    display: none;
    font-size: 12px;
    font-weight: 400;
    padding: 2px;
    text-align: center;
    border-radius: 3px
}

.errorMsg.visible {
	display: block;
}

.request .privacy .caption {
	display: inline;
}

.request .intro {
	font-size: 18px;
	border-bottom: 2px solid #888;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.request label {
	margin-top: 8px;
	margin-bottom: 8px;
	font-weight: normal;
}

.request .form-control {
	margin-top: 3px;
	margin-bottom: 3px;
}

.request label.cb-field {
	margin-top: 5px;
	margin-bottom: 5px;
}

.request label.cb-field:hover {
	color: #888;
}

.request .cb-field input {
	float: right;
}

.request .title {
	background: #333;
	color: #fff;
	padding: 4px 10px;
	margin: 20px 0;
	text-align: center;
	fotn-weight: bold;
}

.request input.default {
	color: #aaa;
	font-style: italic;
}

.request .g-recaptcha {
	display: block;
	float: right;
	margin: 10px 20px 0;
}

@media (max-width: 768px) {
	.request .g-recaptcha { float: none; margin-left: 15px; }
}

/* --- Side contact --- */
.side-contact {
	padding: 5px;
	/*box-shadow: 0 10px 15px -8px rgba(0,0,0,0.3);
	background: #fff url(../images/envelope.png) -11px 0;
	background-size: 50px;*/
	background: #309CBA;
    box-shadow: 0px 0px 8px -1px #37859B;
    border-radius: 1px;
    margin-bottom: 40px;
}

.side-contact form {
	color: #fff;
	padding: 20px;
}
.side-contact form input[type=radio], 
.side-contact form input[type=checkbox] {
	margin-top: 3px
}

.side-contact .title {
	font-size: 18px;
	margin-bottom: 10px;
	opacity: 0.9;
	margin-top: 5px;
	border-radius: 1px
}

.side-contact .captcha img {
	height: 34px;
	margin: 2px 0;
}

.side-contact .g-recaptcha {
	max-width: 160px;
	margin: 10px auto;
	float: none;
}

.side-contact .privacy {
	font-size: 12px;
}

.side-contact input.btn-mmoon {
	width: 100%;
	background: #4d4d4d;
    box-shadow: none;
    color: #fff;
    border-radius: 2px;
    margin-top: 6px;
}
.side-contact input.btn-mmoon:hover {
	color: #4d4d4d;
	background: #fff
}

/* --- Wide contact --- */
.ic-contact-content {
	padding: 0 20px;
}
.wide-request {
	border: 1px solid #aaa;
	background: #f7f7f7;
	padding: 20px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
}

/* --- User --- */
.user-content {
	/*float: right;*/
}
.user-content p {
	text-align: justify;
}

.user-content h1 {
	margin: 0 0 30px;
}

.user-content img {
	max-width: 100%;
	height: auto;
}

.user-content .gm-style img {
	max-width: none;
}

@media (max-width: 991px) {
	.user-content img,
	.user-content iframe { float: none !important; display: block; margin: 10px auto !important; max-width: 100%; }
}


/* --- Horizontal-table --- */
/* See http://stackoverflow.com/questions/12535175/css-horizontal-lines-on-wrapped-ul/26905229#26905229 */
ul.horiz {
    overflow: hidden;
    border: solid #ccc;
    border-width: 1px 0;
    padding: 0;
}

ul.horiz>li {
    padding: 5px 20px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

ul.horiz>li:before {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    background: #ccc;
    height: 1px;
    width: 5000px;
}

/* --- Shortlist toggle --- */
.slToggleState .label, .shortlistToggle .loading-icon {
	font-size: 0;
}

.slToggleState .label:before, .shortlistToggle .loading-icon:before {
	font-family: "Glyphicons Halflings";
	font-size: 22px;
}

.slToggleState.on .label:before {
	content: "\e006";
	color: #fd0;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

.slToggleState.off .label:before {
	content: "\e007";
	color: #aaa;
}

.shortlistToggle .loading-icon:before {
	content: "\e023";
}

/* Download Brochure */
	#ic-downBrochure {
	    padding: 5px;
	    background: #309CBA;
	    box-shadow: 0px 0px 8px -1px #37859B;
	    border-radius: 1px;
	    margin-bottom: 40px;
	    color: #fff;
	    padding: 20px;
	    cursor: pointer;
	    overflow: hidden;
	}
	#ic-downBrochure .title,
	.request-pdf-info .title {
		font-size: 18px;
	    margin-bottom: 10px;
	    opacity: 0.9;
	    margin-top: 5px;
	    border-radius: 1px;
	    background: #333;
	    color: #fff;
	    padding: 4px 10px;
	    text-align: center;
	    font-family: 'Gruppo', cursive;
	}
	#ic-downBrochure p {
		margin: 0	
	}
	#ic-downBrochure .ic-envelope-open {
		background-image: url('../images/envelope.jpg');
		display: inline-block;
		vertical-align: middle;
		width: 46px;
		height: 43px;
		background-position: center;
		background-size: 100%;
	    float: left;
	    margin-right: 6px;
	    margin-left: 5px;
	}
	#ic-downBrochure span {
		display: inline;
		vertical-align: middle;
	}

	#mailpdfcontainer,
	#unbrandedPDFform {
		position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    max-width: none;
	    height: 100%;
	    margin: 0;
	    background: rgba(27,27,27,0.71);
	    z-index: 100000;
	    -webkit-transition: none;
	    -moz-transition: none;
	    -o-transition: none;
	    transition: none;
	    display: none;
	    overflow-y: auto;
	}
	#mailpdfcontainer > article,
	#unbrandedPDFform > article {
	    position: relative;
	    max-width: 620px;
	    margin: 30px auto;
	    padding: 10px 40px;
	    color: #fff;
	    text-align: center;
	    background: #309CBA;
	    box-shadow: 0px 0px 8px -1px #37859B;
	    border-radius: 1px;
	}
	#ic-pdfClose,
	#ic-pdfClos {
	    position: absolute;
	    top: -10px;
	    right: 10px;
	    color: #4d4d4d;
	    padding: 2px 10px;
	    border-radius: 2px;
	    background: #fff;
	    cursor: pointer;
	}
	#ic-pdfClose:hover,
	#ic-pdfClos:hover {
		color: #fff;
		background: #4d4d4d;
	}
	#mailpdfcontainer .fields,
	#unbrandedPDFform .fields {
		overflow: hidden;
	}
	#mailpdfcontainer .fields > div,
	#unbrandedPDFform .fields > div {
		width: 48%;
		float: left;
		margin-bottom: 10px;
		clear: left;
	}
	#mailpdfcontainer .fields > div:nth-of-type(2n),
	#unbrandedPDFform .fields > div:nth-of-type(2n) {
		float: right;
		clear: none;
	}
	#mailpdfcontainer .checkbox,
	#unbrandedPDFform .checkbox {
		margin-top: 0
	}
	#mailpdfcontainer .checkbox label,
	#unbrandedPDFform .checkbox label {
		margin: 0;
		text-align: left;
	}
	#mailpdfcontainer .g-recaptcha,
	#unbrandedPDFform .g-recaptcha {
		margin: 0
	}
	#mailpdfcontainer .btn-moon,
	#unbrandedPDFform .btn-moon {
	    width: 100%;
	    background: #4d4d4d;
	    box-shadow: none;
	    color: #fff;
	    border-radius: 2px;
	    margin-top: 6px;
	}
	#mailpdfcontainer .btn-moon:hover,
	#unbrandedPDFform .btn-moon:hover {
	    color: #4d4d4d;
	    background: #fff;
	}
	.ic-privLink {
		/*color: #fff;*/
		text-decoration: underline;
	}
	#ic-unbrandedPDF {
		font-size: 18px;
	    margin-bottom: 10px;
	    opacity: 0.9;
	    margin-top: 5px;
	    border-radius: 1px;
	    background: #333;
	    color: #fff;
	    padding: 4px 10px;
	    text-align: center;
	    font-family: 'Gruppo', cursive;    
	    margin: 10px auto;
	    display: block;
	    max-width: 270px;
	    cursor: pointer;
	}
	#ic-unbrandedPDF:hover {
		background: #309CBA;
		color: #fff
	}

	@media only screen and (max-width: 500px) {
		#mailpdfcontainer .fields > div, 
		#unbrandedPDFform .fields > div,
		#mailpdfcontainer .fields > div:nth-of-type(2n), 
		#unbrandedPDFform .fields > div:nth-of-type(2n) {width: 100%; float: none;}
	}
	@media only screen and (max-width: 560px) {
		#mailpdfcontainer > article, 
		#unbrandedPDFform > article {padding-bottom: 100px}
	}

/* --- Articles --- */
.post {
	margin-bottom: 30px;
}

.post .thumb {
	width: 18%;
	float: left;
	box-shadow: 0 5px 5px -5px #000;
}

.post .text {
	margin-left: 22%;
}

.post .title {
	margin: 0 0 5px;
}

.post-info {
	border-top: 1px solid #ddd;
	border-width: 1px 0;
	overfow: hidden;
	font-size: 0.8em;
	color: #888;
	margin: 0 0 10px;
	font-style: italic;
}

.post .postmeta {
	padding-top:10px;
	clear: both;
}

.post .postmeta .links {
	display: block;
	background: #f4f4f4;
	padding: 2px 10px;
	border: solid #eee;
	border-width: 1px 0;
	font-size: 0.9em;
	text-align: right;
}

.full-article.user-content h1 {
	margin-bottom: 10px;
}

.full-article .post-info {
	margin-bottom: 30px;
}

/* --- Side menu --- */
.blog-sidemenu {
	font-size: 14px;
	margin-bottom: 20px;
}

.blog-sidemenu .title {
	font-size: 20px;
	border-bottom: 2px solid #ddd;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.blog-sidemenu ul {
	padding-left: 25px;
	list-style: none;
}

.blog-sidemenu li {
	margin-bottom: 5px;
}

.full-article #comments {
	padding: 0 20px;
}

/* --- Comments --- */
.quip-fld {
	margin-bottom: 10px;
}

/* --- Articles pagination --- */
.news-plot .paging {
	text-align: center;
}

.news-plot .paging ul {
	display: inline-block;
	padding-left: 0px;
	margin: 20px 0px;
	border-radius: 4px;
}

.news-plot .paging li {
	display: inline;
}

.news-plot .paging ul > li > a, .news-plot .paging ul > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857;
    color: #337AB7;
    text-decoration: none;
    background-color: #FFF;
    border: 1px solid #DDD;
}

.news-plot .paging ul > li:first-child > a, .news-plot .paging ul > li:first-child > span {
    margin-left: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.news-plot .paging ul > li:last-child > a, .news-plot .paging ul > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.news-plot .paging ul > li > a.active, .news-plot .paging ul > li > a.active:hover, .news-plot .paging ul > li > a.active:focus {
    z-index: 2;
    color: #FFF;
    cursor: default;
    background-color: #337AB7;
    border-color: #337AB7;
}

.news-plot .paging ul > li > a:hover, .news-plot .paging ul > li > a:focus, .news-plot .paging ul > li > span:focus {
    color: #23527C;
    background-color: #EEE;
    border-color: #DDD;
}

/* --- Contact template --- */
.contact-plot .user-content {
	margin-bottom: 30px;
}

.wide-offices {
	margin-bottom: 20px;
}

.wide-office {
	margin-bottom: 20px;
}

.wide-office .name {
	margin-top: 0;
}

.wide-office .thumb {
	margin-bottom: 20px;
}

.wide-office .contact {
	margin: 20px 0;
}

.wide-office .contact > span {
	display: block;
}

.wide-office .contact .caption {
	display: inline-block;
	min-width: 15%;
}

/* --- Children list --- */
.content-menu>ul {
	padding: 0;
	border-top: 1px solid #ccc;
	margin: 25px 0;
}

.content-menu>ul>li {
	list-style: none;
	border-bottom: 1px solid #ccc;
}

.content-menu>ul>li>a {
	display: block;
	padding: 2px 30px;
}

.content-menu>ul>li>a:hover {
	text-decoration: none;
	background: #f2f2f2;
}

.content-menu>ul>li>ul>li {
	list-style: none;
}

/* ======================================== */


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.foot-offices .col-sm-4 + .col-sm-4 {
		border-left: 1px solid #666;
	}
	
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
	.header {
		position: fixed;
	}
	
	.plot {
		padding-top: 222px;
	}
	
	.foot-weather {
		margin-top: 0;
	}
	
	.top-contact {
		font-size: 14px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
	.top-contact {
		font-size: 16px;
	}

}

/* =================== Alignment ===================== */
.text-justify-xs {
    text-align: justify;
}
.text-center-xs {
	text-align: center;
}
.text-left-xs {
	text-align: left;
}
.text-right-xs {
	text-align: right;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .text-justify-sm {
        text-align: justify;
    }
    .text-center-sm {
		text-align: center;
	}
	.text-left-sm {
		text-align: left;
	}
	.text-right-sm {
		text-align: right;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .text-justify-md {
        text-align: justify;
    }
    .text-center-md {
		text-align: center;
	}
	.text-left-md {
		text-align: left;
	}
	.text-right-md {
		text-align: right;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .text-justify-lg {
        text-align: justify;
    }
    .text-center-lg {
		text-align: center;
	}
	.text-left-lg {
		text-align: left;
	}
	.text-right-lg {
		text-align: right;
	}
}



@media (max-width: 770px) {
	.header .container .row .col-sm-12.col-md-9 {position: unset;}
	.header .slogan {right: 0;position: absolute;top: 30px;font-size: 30px;margin: 0;max-width: 330px;text-align: right;line-height: 1.2}
	.header .container .row .col-sm-12.col-md-9 .col-sm-7 {margin-top: 7px}
}
@media (max-width: 750px) {
	.header .container .row .col-sm-12.col-md-9 .col-sm-7 {float: left}
	.header .container .row .col-sm-12.col-md-9 .col-sm-5 {float: right}
}
@media (max-width: 650px) {
	.header .logo img {width: 130px}
	.header .slogan {font-size: 19px;margin: 0;position: absolute;top: 56px;right: 0;}
	.header .container .row .col-sm-12.col-md-9 .col-sm-5 {position: absolute;top: 10px;right: 0;}
	.navbar-mmoon {min-height: 0}
	.navbar-toggle {margin-top: -36px;margin-bottom: 0}
	.navbar-toggle .icon-bar {display: block;width: 25px;height: 4px;}
	.navbar-mmoon .navbar-toggle .icon-bar {background-color:#fff}
}
@media (max-width: 500px) {
	.header .container .row .col-sm-4.col-md-3 {height: 77px}
	.header .slogan {display: none;}
	.header .container .row .col-sm-12.col-md-9 .col-sm-7 {position: absolute;top: 62px;right: 50px;margin: 0;}
	.top-contact .item {font-size: 0;margin-right: 10px}
	.navbar-toggle {margin-top: -42px}
}
@media (max-width: 430px) {
	.header .lang-select-wrapper .multiselect .caption .text {font-size: 0}
}