/* line 5, ../sass/theme.scss */
body {
  color: #666;
  font-family: 'Raleway', sans-serif;
  line-height: 1.8;
}

.main .container {
	
	background:white;
	
}

.fixed {
    position:fixed;
    top:0;
}

/* page */
/* header */
/* line 15, ../sass/theme.scss */
#top {

  font-size: .928em;
  background-image: url('/images/head-bg.jpg');
background-size: cover;
background-position: center top;
}

.lng {
    display: inline;
    position: absolute;
    top: 10px;
    width: 200px;
}


.pgl-agents .col-xs-12 {
	padding:10px 0;
	
	
}

.pgl-agents .container {
	
	background:none!important;
	
}

.number {
    font-size: 21px;
    text-shadow: 2px 2px 2px #000;
    padding: 12px;
}

#map {
	
	margin: 0;
    padding: 0;
    height: 100%;  
  
    border: 1px solid #ccc;
	
}
/* line 21, ../sass/theme.scss */
.navbar-header {
  position: relative;
}

/* line 24, ../sass/theme.scss */
.logo {

  height: 120px;
  left: 0;
  position: absolute;
  text-align: center;
  top: -38px;
  width: 240px;
}
/* line 32, ../sass/theme.scss */
.logo img {
  margin-top: 30px;
}

/* pgl-navbar-main */
/* line 38, ../sass/theme.scss */
.dropdown-menu {
  background-color: #111;
  border: none;
  border-radius: 0;
  font-size: 1.083em;
  padding: 10px 20px;
  text-transform: none;
}
/* line 46, ../sass/theme.scss */
.dropdown-menu > li > a {
  color: white;
  padding: 15px;
}
/* line 49, ../sass/theme.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #d84949;
  color: white;
}
/* line 54, ../sass/theme.scss */
.dropdown-menu > li + li {
  border-top: 1px solid #151515;
}
/* line 58, ../sass/theme.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: #d84949;
}
/* line 61, ../sass/theme.scss */
.dropdown-menu .open > a,
.dropdown-menu .open > a:hover,
.dropdown-menu .open > a:focus {
  background-color: transparent;
  color: white;
}
/* line 67, ../sass/theme.scss */
.dropdown-menu .dropdown-menu {
  left: 100%;
  margin: 0 0 0 20px;
  top: 0;
}

/* line 73, ../sass/theme.scss */
.pgl-navbar-main {
  background-color: white;
  border-color: transparent;
  border-width: 0;
  border-radius: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  width: 100%;
  margin-bottom: 0;
  z-index: 999;
}
/* line 82, ../sass/theme.scss */
.pgl-navbar-main .navbar-collapse {
  border-color: transparent;
  font-size: .857em;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 90, ../sass/theme.scss */
.pgl-navbar-main .navbar-nav > li > a {
    padding: 20px 20px;
	line-height: 11px;


}
.pgl-navbar-main .navbar-nav > li > a span.menu-subtext {
    text-align: center;

margin: 0 auto;

font-size: 10px;

color: red;

line-height: -10px;
	

}
/* line 92, ../sass/theme.scss */
.pgl-navbar-main .navbar-nav > li > a:hover, .pgl-navbar-main .navbar-nav > li > a:focus {
  background-color: #111;
  color: white;
}
/* line 98, ../sass/theme.scss */
.pgl-navbar-main .navbar-nav > .active > a, .pgl-navbar-main .navbar-nav > .active > a:hover, .pgl-navbar-main .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #107593;
  font-size: 20px;
}
/* line 102, ../sass/theme.scss */
.pgl-navbar-main .navbar-nav > .open > a,
.pgl-navbar-main .navbar-nav > .open > a:hover,
.pgl-navbar-main .navbar-nav > .open > a:focus {
  background-color: #111;
  color: white;
}
/* line 108, ../sass/theme.scss */
.pgl-navbar-main .navbar-nav .open > .dropdown-menu > .active > a,
.pgl-navbar-main .navbar-nav .open > .dropdown-menu > .active > a:hover,
.pgl-navbar-main .navbar-nav .open > .dropdown-menu > .active > a:focus {
  background-color: #d84949;
  color: white;
}

/* line 116, ../sass/theme.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #d84949;
  border-color: transparent;
  color: white;
}

/* line 121, ../sass/theme.scss */
.navbar-default .navbar-toggle {
    border: medium none;
    border-radius: 0;
    margin: 18px 4px;
    padding: 0;
}
/* line 126, ../sass/theme.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #333;
  width: 20px;
}
/* line 130, ../sass/theme.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
/* line 132, ../sass/theme.scss */
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #d84949;
}

/* page-top */
/* line 139, ../sass/theme.scss */
.page-top {
 
  
}

.ad_title {
	
	padding-top: 25px;
	
}
/* line 141, ../sass/theme.scss */
.page-top .container {
  display: table;
  height: 250px;
}
/* line 145, ../sass/theme.scss */
.page-top .page-top-in {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
/* line 150, ../sass/theme.scss */
.page-top h2 {
  font-size: 2.571em;
  margin: 0;
  text-transform: uppercase;
  
}
/* line 154, ../sass/theme.scss */
.page-top h2 span {
  background-color: white;
  display: inline-block;
  padding: 0px 27px;
}

/* pgl-advanced-search */
/* line 163, ../sass/theme.scss */
.chosen-select {
  height: 40px;
  padding: 0 10px;
  width: 100%;
}

/* line 168, ../sass/theme.scss */
.pgl-advanced-search {
  border-bottom: 1px solid #ddd;

  background-image: url("/images/search_bg.jpg");
  background-color: #cccccc;
  min-height: 540px;
  position:relative;
  bottom:10px;
  background-size: cover;
background-position: center 11px;
 
}

.wrapper {
	
	width: 100%;
    height: 540px;
    position: relative
	
}

.pgl-upper-foot ul.menu  li {
	
	display:block;
	width: 100%;
	
	
}
.pgl-upper-foot ul.menu  li a{
	
	padding:5px!important;
	
	
}

.wrapper .cont {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    left: 0;
    padding: 15px;
    position: absolute;
    width: 100%;
}

.pgl-footer {
	
	background:#333!important;
	 color: #c1c1c1;
}

.pgl-advanced-search .container {

	
	 margin: 10% auto;
	
}


.chosen-select {
    height: 40px;
    margin: 0 2%;
    padding: 0 10px;
    width: 95%;
	
}

.col-md-3 .pgl-advanced-search {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #107593;
}

/* line 171, ../sass/theme.scss */
.pgl-advanced-search .form-group {
  margin-bottom: 20px;
}

/* pgl-featured */
/* line 177, ../sass/theme.scss */
.pgl-featured {
  padding-bottom: 20px;
  padding-top: 60px;
}
/* line 180, ../sass/theme.scss */
.pgl-featured h2 {
  margin-right: 100px;
}

/* line 184, ../sass/theme.scss */
.pgl-featured-bottom {
  padding-bottom: 60px;
}

/* pgl-properties */
/* line 188, ../sass/theme.scss */
.pgl-properties {
  padding: 0px 15px 30px;
}
/* line 191, ../sass/theme.scss */
.pgl-properties h2 {
  margin-right: 100px;
}

/* pgl-agents */
/* line 197, ../sass/theme.scss */
.pgl-agents {
  padding-top: 53px;
}

/* testimonial */
/* line 202, ../sass/theme.scss */
.pgl-testimonial {
  height: 388px;
  padding: 30px 15px;
  position: relative;
  text-align: center;
}
/* line 207, ../sass/theme.scss */
.pgl-testimonial h4 {
  color: #107593;
  margin-bottom: 10px;
  text-transform: uppercase;
}
/* line 213, ../sass/theme.scss */
.pgl-testimonial .owl-controls .owl-buttons > div {
  background-color: transparent;
  position: absolute;
  top: 60px;
}
/* line 218, ../sass/theme.scss */
.pgl-testimonial .owl-controls .owl-buttons .owl-prev {
  left: 58px;
}
/* line 221, ../sass/theme.scss */
.pgl-testimonial .owl-controls .owl-buttons .owl-next {
  right: 58px;
}

/* pgl-about */
/* line 228, ../sass/theme.scss */
.pgl-about {
  padding-top: 54px;
  margin-bottom: 10px;
}

/* map */
/* line 234, ../sass/theme.scss */
.pgl-properties-map {
  padding-top: 53px;
}

/* line 237, ../sass/theme.scss */
.map {
  height: 525px;
}

/* line 240, ../sass/theme.scss */
.contact {
  margin-bottom: 60px;
}

/* line 243, ../sass/theme.scss */
#contact-map {
  height: 305px;
  margin-bottom: 37px;
  width: 100%;
}

/* footer */
/* line 249, ../sass/theme.scss */
.pgl-footer {
  background-color: #111;
  color: #666;
  padding: 30px 0 20px;
}

footer ul.menu li a {
	
	font-size:1.3em;
	
}
/* line 253, ../sass/theme.scss */
.pgl-footer h2 {
  color: white;

  margin-bottom: 25px;
  font-size: 1.4em;
}
/* line 258, ../sass/theme.scss */
.pgl-footer li {
  margin-bottom: 5px;
}

/* line 262, ../sass/theme.scss */
.pgl-upper-foot {
  margin-bottom: 12px;
}
/* line 264, ../sass/theme.scss */
.pgl-upper-foot a {
  color: #666;
}
/* line 266, ../sass/theme.scss */
.pgl-upper-foot a:hover, .pgl-upper-foot a:focus {
  color: #d84949;
}
/* line 270, ../sass/theme.scss */
.pgl-upper-foot p {
  margin-bottom: 15px;
   color: #c1c1c1;
}
/* line 273, ../sass/theme.scss */
.pgl-upper-foot address {
  line-height: 2.2;
}

/* line 277, ../sass/theme.scss */
.pgl-copyrights {
  border-top: 1px solid #222;
  padding-top: 35px;
}
/* line 280, ../sass/theme.scss */
.pgl-copyrights a {
  color: #d84949;
}
/* line 282, ../sass/theme.scss */
.pgl-copyrights a:hover, .pgl-copyrights a:focus {
  color: #666;
}


.lottizzazione_page .main  { 
background: url('https://www.toptal.com/designers/subtlepatterns/patterns/crossword.png') repeat;
}
.lottizzazione_page p {
	font-size: 16px;
	line-height: 28px;
}
.lottizzazione_page .item-page ul li {
	font-size: 16px;
	line-height: 28px;
}
.propetry-box:hover {
	box-shadow: 2px 2px 4px 2px #939393 !important;
}
.propetry-box .image-with-label {
	border:1px solid #ddd;
}
.lottizzazione-box:hover {
	box-shadow: 2px 2px 4px 2px #ddd !important;
}
.lottizzazione-box h3 {
	padding:20px 10px;
}
.lottizzazione-box p {
	margin:0px;
}

/**** LOTTIZZAZIONE VIDEO *****/
.boxvideo {
	margin-top:10px;
	margin-bottom:10px;
}
.boxvideo .propetry-box {
	background-color:#fff;
	padding:10px;
	-webkit-box-shadow: 2px 2px 4px 2px #B3B3B3;
	box-shadow: 2px 2px 4px 2px #B3B3B3;
}
.boxvideo .propetry-box h4 {
	margin-bottom:8px;
	color:#107593;
	font-size:13px;
}
.boxvideo .propetry-box span {
	padding: 2px 5px 2px 5px;
	border-radius:100%;
	color:#fff;
	font-size:10px;
	background-color:#107593;
}

/*** TRIFOGLIO ***/
.trifoglio_page .main {
	background: url('https://www.toptal.com/designers/subtlepatterns/patterns/leaves.png') repeat !important;
}

/*** ERITREA ***/
.eritrea_page .main {
	background: url('/images/eritrea/sfondoeritrea.png') repeat !important;
}

/*** TARTARUGA ***/
.tartaruga_page .main {
	/*background: url('https://www.toptal.com/designers/subtlepatterns/patterns/just-waves.png') repeat !important;*/
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#feffff+0,ddf1f9+35,a0d8ef+100;Blue+3D+%2318 */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ddf1f9+35,a0d8ef+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(221,241,249,1) 35%, rgba(160,216,239,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(160,216,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(160,216,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a0d8ef',GradientType=0 ); /* IE6-9 */


}
.tartaruga_page img.photoimg {
	-webkit-box-shadow: 2px 1px 9px 1px #A6A6A6;
box-shadow: 2px 1px 9px 1px #A6A6A6;
border:6px solid #fff;
margin-bottom:5px;
}
.tartaruga_page tr.venduto td{
	background-color:#ffc6c6;
}
.tartaruga_page .btn-plan {
	position:absolute;
	top:40px;
	left:40px;
}
.tartaruga_page .plan-box {
	position:relative;
}
.tartaruga_page .plan-box:nth-child(2) {
	border-left:1px solid #ddd;
}



.nav-top > li > a {
    border-radius: 0;
    color: #fff;
    padding: 8px 12px 7px;
}

#newslettermenu li a {
	color: white;
margin-bottom: 25px;
font-size: 1.4em;
}


#search_immobili label {
	font-size: 12px !important;
}
#search_immobili .form-control {
	height:30px !important;
}

#snowcanv {
	position:absolute;
	
}