/* Flexnav Base Styles */
.flexnav {
     -webkit-transition: none;
     -moz-transition: none;
     -ms-transition: none;
     transition: none;
     -webkit-transform-style: preserve-3d;
     overflow: hidden;
     margin: 0 auto;
     width: 100%;
     max-height: 0;
}

.flexnav.opacity {
     opacity: 0;
}

.flexnav.flexnav-show {
     max-height: 2000px;
     opacity: 1;
     -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
     -ms-transition: all .5s ease-in-out;
     transition: all .5s ease-in-out;
}

.flexnav.one-page {
     position: fixed;
     top: 50px;
     right: 5%;
     max-width: 200px;
}

.flexnav li {
     font-size: 100%;
     position: relative;
     overflow: hidden;
	 display: block;
}

.flexnav li a {
     position: relative;
     display: block;
     z-index: 100;
     overflow: hidden;
     color: #FFFFFF;
     background: #a1a1a1;
     border-bottom: 1px solid rgba(0, 0, 0, 0.15);
     text-decoration: none;
     line-height:50px;
     text-indent: 1em;
}


.flexnav li ul {
     width: 100%;
}


.flexnav li ul li {
     font-size: 100%;
     position: relative;
     overflow: hidden;
	 display: block;
}

.flexnav li ul.flexnav-show li {
     overflow: visible; 
}

.flexnav li ul li a {
     display: block;
     background: #afafaf;
     text-indent: 20px;
}

.flexnav ul li ul li a {
     background: #ff5050;
     text-indent: 30px;
}

.flexnav ul li ul li ul li a {
     background: #ff5050;
     text-indent: 40px;
}

.flexnav .touch-button {
     position: absolute;
     z-index: 999;
     top: 0;
     right: 0;
     width: 50px;
     height: 50px;
     line-height: 50px;
     display: inline-block;
     text-align: center; 
}

.flexnav .touch-button:hover {
     cursor: pointer; 
}

.menu-button {
     position: relative;
     display: block;
     padding: 1em;
     background: #4B4B4B;
     color: #fff;
     cursor: pointer;
}

.menu-button.one-page {
     position: fixed;
     top: 0;
     right: 5%;
     padding-right: 45px; 
}

.menu-button .touch-button {
     background: transparent;
     position: absolute;
     z-index: 999;
     top: 0;
     right: 0;
     width: 50px;
     height: 50px;
     display: inline-block;
     text-align: center;
     line-height: 50px;
     color: #FFFFFF;
}

.touch-button i{
     color: #FFFFFF;
     font-size: 24px;
     line-height: 50px;
}

@media all and (min-width: 991px) {
     body.one-page {
          padding-top: 70px; 
     }
     
     .flexnav {
          overflow: visible; 
     }
     
     .flexnav.opacity {
          opacity: 1; 
     }
     
     .flexnav.one-page {
          top: 0;
          right: auto;
          max-width: 1080px; 
     }
     
     .flexnav li {
          position: relative;
          list-style: none;
          float: left;
          display: block;
          overflow: visible;
          text-align: center;
          width: 110px;
     }
	 
	 #li_1 {
		 width: 80px;
	 }
	 
	 #li_14 {
		 width: 180px;
	 }
     
     .flexnav li a {
          border-bottom: none;
          background: transparent;
          text-decoration: none;
          font-size: 18px;
          line-height:50px;
          text-indent: 0;
     }
	 
	.flexnav li:hover > a {
		background-color: #dc4f3e;
		color: #fff;
	}
     
     .flexnav li ul li a {
          background: #a1a1a1;;
          height: 30px;
          line-height: 30px;
          font-size: 16px;
          text-indent: 0;
     }
     
     .flexnav ul li ul li a {
          background: #EEEEEE;
          text-indent: 0;
     }
     
     .flexnav ul li ul li ul li a {
          background: #EEEEEE;
          text-indent: 0;
     }
     
     .flexnav li > ul {
          position: absolute;
          width: 100%;
          margin-left: -0%;
     }
     
     .flexnav li > ul li {
          width: 100%;
          height: 30px;
          line-height: 30px;
          font-size: 12px;
		  display: none;
     }
     
     .flexnav li ul li > ul {
          margin-left: 100%;
          top: 0; 
     }
     
     .flexnav li ul li a {
          border-bottom: none; 
     }
     
     .flexnav li ul.open {
          display: block;
          opacity: 1;
          visibility: visible;
          z-index: 1; 
     }
     
     .flexnav li ul.open li {
          overflow: visible;
          max-height: 100px; 
     }
     
     .flexnav li ul.open ul.open {
          margin-left: 100%;
          top: 0; 
     }
     
     .menu-button {
          display: none; 
     }
     
     .touch-button{
          display:block;
          height: 10px;
          width: 16px;
     }
     
     .touch-button i{
          color: #fff;
          font-size: 16px;
          height: 10px;
     }
     
     .flexnav .touch-button {
          position:absolute;
          display: inline-block;
          text-align: center;          
          top: 15px;
          left:0;
          z-index: 999;
          width: 100%;
          height: 10px;
          line-height: 10px;
     }

}

.oldie body.one-page {
     padding-top: 70px; 
}

.oldie .flexnav {
     overflow: visible; 
}

.oldie .flexnav.one-page {
     top: 0;
     right: auto;
     max-width: 1080px; 
}

.oldie .flexnav li {
     position: relative;
     list-style: none;
     float: left;
     display: block;
     background-color: #a6a6a2;
     width: 20%;
     min-height: 50px;
     overflow: visible; 
}

.oldie .flexnav li:hover > ul {
     display: block;
     width: 100%;
     overflow: visible; 
}

.oldie .flexnav li:hover > ul li {
     width: 100%;
     float: none; 
}

.oldie .flexnav li a {
     border-left: 1px solid #acaca1;
     border-bottom: none;
     overflow: visible; 
}

.oldie .flexnav li > ul {
     background: #acaca1;
     position: absolute;
     top: auto;
     left: 0;
     display: none;
     z-index: 1;
     overflow: visible; 
}

.oldie .flexnav li ul li ul {
     top: 0; 
}

.oldie .flexnav li ul li a {
     border-bottom: none; 
}

.oldie .flexnav li ul.open {
     display: block;
     width: 100%;
     overflow: visible; 
}

.oldie .flexnav li ul.open li {
     width: 100%; 
}

.oldie .flexnav li ul.open ul.open {
     margin-left: 100%;
     top: 0;
     display: block;
     width: 100%;
     overflow: visible; 
}

.oldie .flexnav ul li:hover ul {
     margin-left: 100%;
     top: 0; 
}

.oldie .menu-button {
     display: none; 
}

.oldie.ie7 .flexnav li {
     width: 19.9%; 
}
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('./fonts/fontawesome-webfont.eot?v=4.4.0');src:url('./fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('./fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),url('./fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),url('./fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),url('./fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}
@font-face {
    font-family: 'icomoon';
    src:    url('./fonts/cv.eot?oifizk');
    src:    url('./fonts/cv.eot?oifizk#iefix') format('embedded-opentype'),
        url('./fonts/cv.ttf?oifizk') format('truetype'),
        url('./fonts/cv.woff?oifizk') format('woff'),
        url('./fonts/cv.svg?oifizk#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}


.cv{
    display:inline-block;
    font-family: icomoon;
    font-size:inherit;
	font-style: inherit;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}

.cv-ascensor:before {
    content: "\e900";
}
.cv-ascensor2:before {
    content: "\e901";
}
.cv-banho:before {
    content: "\e902";
}
.cv-barbacoa:before {
    content: "\e903";
}
.cv-bus:before {
    content: "\e904";
}
.cv-bus2:before {
    content: "\e905";
}
.cv-calefaccion:before {
    content: "\e906";
}
.cv-cama:before {
    content: "\e907";
}
.cv-cama2:before {
    content: "\e908";
}
.cv-cama3:before {
    content: "\e909";
}
.cv-casa:before {
    content: "\e90a";
}
.cv-casa2:before {
    content: "\e90b";
}
.cv-casa3:before {
    content: "\e90c";
}
.cv-casa4:before {
    content: "\e90d";
}
.cv-casa5:before {
    content: "\e90e";
}
.cv-cierre:before {
    content: "\e90f";
}
.cv-coche:before {
    content: "\e910";
}
.cv-coche2:before {
    content: "\e911";
}
.cv-edificio:before {
    content: "\e912";
}
.cv-edificios:before {
    content: "\e913";
}
.cv-garaje:before {
    content: "\e914";
}
.cv-litera:before {
    content: "\e915";
}
.cv-parabolica:before {
    content: "\e916";
}
.cv-parabolica2:before {
    content: "\e917";
}
.cv-perro:before {
    content: "\e918";
}
.cv-perro2:before {
    content: "\e919";
}
.cv-perro3:before {
    content: "\e91a";
}
.cv-piscina:before {
    content: "\e91b";
}
.cv-piscina2:before {
    content: "\e91c";
}
.cv-piscina3:before {
    content: "\e91d";
}
.cv-regla:before {
    content: "\e91e";
}
.cv-regla2:before {
    content: "\e91f";
}
.cv-valla:before {
    content: "\e920";
}
.cv-valla2:before {
    content: "\e921";
}.nivoSlider{position:relative;width:100%;height:auto;overflow:hidden;}
.nivoSlider img{position:absolute;top:0px;left:0px;max-width:none;}
.nivo-main-image{display:block !important;position:relative !important;width:100% !important;}
.nivoSlider a.nivo-imageLink{position:absolute;top:0px;left:0px;width:100%;height:100%;border:0;padding:0;margin:0;z-index:6;display:none;background:white;filter:alpha(opacity=0);opacity:0;}
.nivo-slice{display:block;position:absolute;z-index:5;height:100%;top:0;}
.nivo-box{display:block;position:absolute;z-index:5;overflow:hidden;}
.nivo-box img{display:block;}
.nivo-caption{position:absolute;left:0px;bottom:0px;background:#000;color:#fff;width:100%;z-index:8;padding:5px 10px;opacity:0.8;overflow:hidden;display:none;-moz-opacity:0.8;filter:alpha(opacity=8);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.nivo-caption p{padding:5px;margin:0;}
.nivo-caption a{display:inline !important;}
.nivo-html-caption{display:none;}
.nivo-directionNav a{position:absolute;top:45%;z-index:9;cursor:pointer;}
.nivo-prevNav{left:0px;}
.nivo-nextNav{right:0px;}
.nivo-controlNav{text-align:center;padding:15px 0;}
.nivo-controlNav a{cursor:pointer;}
.nivo-controlNav a.active{font-weight:bold;}
.theme-default .nivoSlider{position:relative;background:#fff url(./images/loading.gif) no-repeat 50% 50%;margin-bottom:10px;-webkit-box-shadow:0px 1px 5px 0px #4a4a4a;-moz-box-shadow:0px 1px 5px 0px #4a4a4a;box-shadow:0px 1px 5px 0px #4a4a4a;}
.theme-default .nivoSlider img{position:absolute;top:0px;left:0px;display:none;}
.theme-default .nivoSlider a{border:0;display:block;}
.theme-default .nivo-controlNav{text-align:center;padding:20px 0;}
.theme-default .nivo-controlNav a{display:inline-block;width:22px;height:22px;background:url(./images/bullets.png) no-repeat;text-indent:-9999px;border:0;margin:0 2px;}
.theme-default .nivo-controlNav a.active{background-position:0 -22px;}
.theme-default .nivo-directionNav a{display:block;width:30px;height:30px;background:url(./images/arrows.png) no-repeat;text-indent:-9999px;border:0;opacity:0;-webkit-transition:all 200ms ease-in-out;-moz-transition:all 200ms ease-in-out;-o-transition:all 200ms ease-in-out;transition:all 200ms ease-in-out;}
.theme-default:hover .nivo-directionNav a{opacity:1;}
.theme-default a.nivo-nextNav{background-position:-30px 0;right:15px;}
.theme-default a.nivo-prevNav{left:15px;}
.theme-default .nivo-caption{font-family:Helvetica, Arial, sans-serif;}
.theme-default .nivo-caption a{color:#fff;border-bottom:1px dotted #fff;}
.theme-default .nivo-caption a:hover{color:#fff;}
.theme-default .nivo-controlNav.nivo-thumbs-enabled{width:100%;}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a{width:auto;height:auto;background:none;margin-bottom:5px;}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img{display:block;width:120px;height:auto;}*{
    margin:0px;
    padding: 0px;
    color:#303030;
}

html{
    font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	text-rendering: optimizeLegibility !important;
}

body {
	background: #fff;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ---------- ESTRUCTURA --------------- */
#header_ancho{
    float:left;
    width: 100%;
    background: #fff;
	position:relative;
	z-index:1001;
}

#header_out{
	width: 100%;
	height: 120px;
	/*
	background-image: url('images/casitasizqda.jpg'),url('images/casitascentro.jpg'),url('images/casitasdcha.jpg');
	background-position: left,calc(50% - 45px),right;
	background-repeat: no-repeat;
	background-size: contain;
	*/
}

#header{
	width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

#logo{
	width: 200px;
	height: 120px;
	float: left;
	margin-left: 10px;
	background: #F44D3B url("./images/logo.png") no-repeat center center;
}

#telefono{
	float: right;
	margin: 5px 20px 0px 0px;
	font-weight: 900;
	line-height: 37px;
	text-align: right;
}

#telefono i {
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	font-size: 13pt;
	border: 1px solid #636363;
	margin-right: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#telefono .fa-facebook-official {
	color: #3b5998;
}

#telefono .fa-twitter {
	color: #00acee;
}

#menu_out{
	width: 100%;
	height: 50px;
	background-color: #4B4B4B;
}

#menu_contenedor {
	width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

/* Buscador por referencia */
#buscador_referencia {
	float: right;
	display: flex;
	flex-wrap: wrap;
	width: 22%;
	height: 50px;
	line-height: 50px;
}

#buscador_referencia_texto {
	float: left;
	order: 1;
	color: white;
	padding-right: 2px;
}

#buscador_referencia_input {
	float: left;
	order: 2;
}

#buscador_referencia_boton {
	float: right;
	order: 3;
}

#buscador_referencia_submit {
	color: #950100;
	width: 30px;
	height: 23px;
	margin-left: 4px;
	background-color: white;
	border: 0px none;
	font-weight: 900;
	padding: 0 !important;
	text-align: center !important;
}

#caja_buscador_referencia {
	height: 23px;
	width: 150px;
	border: 0px none;
	font-weight: 900;
	margin-left: 4px;
}

/* --------------- FOTOS -------------- */
#fotos_ancho{
    float:left;
    width: 100%;
    height: auto;
}

#fotos_out{
	width: 100%;
    max-width: 1170px;
    margin: 0px auto;
    height: auto;
}

#fotos{
	width: 100%;
    max-width: 1170px;
    margin: 0px;
    float:left;
    height: 80px;
    background: rgba(255, 255, 255, .5); 
}

.imagen {
	width: 100%;
}

/* --------------- CONTENIDO -------------- */
#contenido_ancho{
    float:left;
    width: 100%;
	margin-bottom: 30px;
	padding-top: 30px;
}

#contenido_out{
    width: 1170px;
    margin: 0px auto 40px auto;
}

#contenido{
    width: 100%;
    float:left;
	margin-bottom: 10px;
	/* background-color: white; */
}



/* ------------------- PORTADA ---------------- */
#portada1{
	float:left;
	width: 98%;
	padding: 10px 0 0 0;
	background-color: white;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 3px 4.7px 0.3px rgba(0,0,0,0.24);
	-moz-box-shadow: 0px 3px 4.7px 0.3px rgba(0,0,0,0.24);
	box-shadow: 0px 3px 4.7px 0.3px rgba(0,0,0,0.24);
}

#portada2{
	float:left;
	width: 30%;
	height: 300px;
}

#portada3{
	float:left;
	width: 30%;
	margin-left:5%;
}

#portada4{
	float:left;
	width: 30%;
	margin-left:5%;
}


.titulo_modulo{
	color:#950100;
	font-size: 28px;
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
	font-weight: 900;
}

.example1{
	color:#950100;
	font-size: 28px;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;	
}

.titulo_modulo a{
	color:#950100;
	text-decoration: none;
}



/* --------------- INMUEBLES PORTADA -------------- */
#div_inmuebles_ancho{
    float:left;
    width: 100%;
}

#div_inmuebles_out{
    width: 1170px;
    margin: 0px auto;
    height: 600px;
}

#div_inmuebles{
    width: 100%;
    float:left;
}

#div_inmuebles_titulo{
	width:100%;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 50px;
	margin-top: 50px;
	font-size: 24px;
	color: black;
	font-weight: 900;
}

.fa-plus-circle::before {
	color: #950100;
}

/* --------------- DIRECCION -------------- */


#div_direccion_datos{
	width: 30%;
	float:left;
}

#div_direccion_horario{
	width: 30%;
	float:left;
	margin-left: 5%;
	text-align: center;
}

#div_direccion_enlaces {
	width: 30%;
	float: left;
	margin-left: 5%;
}

#div_direccion_datos ul, #div_direccion_enlaces ul {
	list-style: none;
}

#div_direccion_datos li, #div_direccion_enlaces li {
	color: white;
	padding: 6px 0px 6px 0px;
	overflow: hidden;
	width: 300px;
	margin: 0 auto;
}

#div_direccion_datos li {
    padding: 5px 0 0 0;
    display: block;
    position: relative;
}

#div_direccion_datos li i {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 13pt;
    border: 1px solid #fff;
    margin-right: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#div_direccion_enlaces li {
    border-top: 1px solid #E2E3E7;
    position: relative;
	line-height: 33px;
}

#div_direccion_enlaces li a::after {
    content: "\f0da";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#div_direccion_datos ul li a, #div_direccion_enlaces ul li a{
	color: white;
	display: inline-block;
}

/* --------------- PIE DE PAGINA -------------- */
#pie_pagina_ancho{
	float: left;
	width: 100%;
	background-color: #950100;
	line-height: 30px;
}

#div_direccion_ancho{
    float:left;
    width: 100%;
    background: #a1a1a1;
    margin-top: 10px;
}

#div_direccion_horario > p > a > img {
	margin-top: 16px;
	width: 100%;
}

#div_direccion_ancho p, #div_direccion_ancho b, #div_direccion_ancho i {
	color: white !important;
}

#div_direccion_out{
    width: 1170px;
    margin: 10px auto;
    height: 150px;
}

#pie_pagina_out{
	width: 1170px;
	height: 30px;
	margin: 5px auto;
	text-align: center;
}

#div_direccion{
    width: 100%;
    float:left;
    text-align: left;
    color:white;
}

#pie_pagina{
	width: 100%;
	float: left;
	color: white;
	text-align: center;
}

#pie_pagina a {
    color: #fff;
    text-decoration: none;
}

#pie_pagina i{
    color:white;	
}

#pie_pagina b{
    color:white;
    font-weight: bold;
    margin-bottom: 10px;
}

#pie_pagina p{
	color:white;
}

/* ------------------- LISTADO ---------------- */
.ul_blogtitulares{
	margin:0px;
	padding: 0px;
}

.blogtitulares{
	list-style: none;
	background: url("./images/topo.png") no-repeat 0px 5px;
	padding-left:20px; 
}

.blogtitulares_titulo{
	color:#636363;
	margin-bottom: 10px;	
}

.blogtitulares_titulo a{
	color:#636363;
	text-decoration: none;
	font-weight: bold;
}



.botones{
    background: #fe0000;
    color:white;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 0px solid #000000;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin-top: 30px;
    width: 90px;
}

#contenido ul{
	margin:0px;
	padding: 0px;
	margin-top: 14px;
}

#contenido ul li{
	list-style: none;
	/*background: url("./images/topo.png") no-repeat 0px 6px;*/
	padding-left: 0px;
	margin-bottom: 14px;
}

#contenido p{
	margin-bottom: 14px;
}

#titulo{
	color:#950100;
	font-size: 28px;
}

/* --------------- ARTICULO CON DESTACADOS -------------- */

#articulofotos_texto{
	width: 600px;
	float:left;
}

#articulofotos_fotos{
	width: 350px;
	float:right;
	margin-top: 34px;
}

#articulofotos_destacado{
	width: 350px;
	float:left;
	margin-top: 10px;
	background:  #246245;
}

#articulofotos_destacado_titulo{
	height: 30px;
	font-size: 24px;
	line-height: 30px;
	color: #FFFFFF;
	width:340px;
	font-weight:bold;
	margin: 5px;
	margin-bottom: 15px;
}

#articulofotos_destacado_texto{
	color: #FFFFFF;
	width:340px;
	font-weight:bold;
	margin: 5px;
	margin-bottom: 15px;
}

#articulofotos_destacado_texto ul{
	margin:0px;
	padding: 0px;
}


#articulofotos_destacado_texto ul li{
	color:white;
	font-weight: normal;
	list-style: none;
	background: url(./images/topo_blanco.png) no-repeat top left;
}

#articulofotos_destacado_texto a{
	text-decoration: none;
	color:white;
}

/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* ----------------- FORMULARIO DE CONTACTO ----------------- */
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
#formularioContacto {
    width: 97%;
    float: left;
    padding: 0px 5px;
}

.formularioContactoLinea{
	float:left;
	width: 100%;
	margin-bottom: 15px;
}

.formularioContactoNombre{
	float:left;
	width: 30%;
}

.formularioContactoCampo{
	float:right;
	width: 68%;	
}

.formularioContactoInput{
	border: 1px solid #ddd;
	width: 92%;
}

.formularioContactoAncho{
	float:left;
	width: 100%;	
}

#formularioContactoBoton{
    width: 100%;
    height:40px;
    line-height: 40px;
    background: #950100;
    border:0px;
    color:white;
	border-radius: 7px !important;
}

#formularioContactoBoton:hover, #minifichas_boton:hover, #publicaBoton:hover, #contact_enviar:hover, #enlaceAMapa:hover, #vermas:hover, .botonNaranja:hover {
    background-color: #630100 !important;
}

form input {
    padding-left: 5px;
    padding-right: 5px;
}

form textarea {
    padding: 5px;
}

/* CONTACTO LOCALIZACION */
#contactolocalizacion_mapa{
	float:right;
	height:500px;
	width: 69%;
	margin: 0 auto;
}

/* CONTACTO FORMULARIO */

#contactolocalizacion_formulario{
	float:left;
	width: 30%;
	margin-top: 20px;
}

#contactolocalizacion_formulario_titulo{
	width: 100%;
	background-color:#950100;
	color:white;
	text-transform: uppercase;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	margin-bottom: 8px;	
}

#contactolocalizacion_formulario_nombre{
	float:left;
	width: 97%;
	height: 35px;
	margin-bottom: 7px;
	text-align: center;
}

#contactolocalizacion_formulario_email{
	float:left;
	width: 97%;
	height: 35px;
	margin-bottom: 7px;
	text-align: center;
}

#contactolocalizacion_formulario_asunto{
	float:left;
	width: 97%;
	height: 35px;
	margin-bottom: 7px;
	text-align: center;
}

#contactolocalizacion_formulario_mensaje{
	float:left;
	width: 97%;
	height: 130px;
	text-align: center;
}

#contactolocalizacion_formulario_enviar{
	float:left;
	width: 100%;
	height: 35px;
	margin-top: 5px;
}

/* INPUTS DE CONTACTO */

#contact_name{
	border: 1px solid #F9F9F9;
	background-color: #E2E2E2;
	height:32px;
	width: 100%;
	line-height: 32px;

}

#contact_telefono{
	border: 1px solid #F9F9F9;
	background-color: #E2E2E2;
	height:32px;
	width: 100%;
	line-height: 32px;

}

#contact_email{
	border: 1px solid #F9F9F9;
	background-color: #E2E2E2;
	height:32px;
	width: 100%;
	line-height: 32px;
}

#contact_subject{
	border: 1px solid #F9F9F9;
	background-color: #E2E2E2;
	height:32px;
	width: 100%;
	line-height: 32px;
}

#contact_text{
	border: 1px solid #F9F9F9;
	background-color: #E2E2E2;
	height:130px;
	width: 100%;
	font-size:12px;
}

#contact_enviar{
	float:right;
	width: 140px;
	background-color:#950100;
	color:white;
	border:0px;
	height: 40px;
	line-height: 40px;
	margin-top:10px;
	font-weight: 900;
	border-radius: 7px !important;
}

#contactolocalizacion_direccion{
	float:left;
	width: 30%;
	margin-top: 0px;
}

#contactolocalizacion_titulo{
	background-color:#950100;
	color:white;
	text-transform: uppercase;
	height: 30px;
	line-height: 30px;
	font-size: 26px;
	text-align: center;
	margin-bottom: 8px;
}

#contactolocalizacion_calle{
	width: 100%;
	color: #666666;
	font-size:20px;
	margin-bottom: 8px;
	padding: 0px 5px;
}

#contactolocalizacion_telefono{
	width: 100%;
	color: #666666;
	font-size:20px;
	margin-bottom: 8px;
	padding: 0px 5px;
}

#contactolocalizacion_movil{
	width: 100%;
	color: #666666;
	font-size:20px;
	margin-bottom: 8px;
	padding: 0px 5px;
}

#contactolocalizacion_fax{
	width: 100%;
	color: #666666;
	font-size:20px;
	margin-bottom: 8px;
	padding: 0px 5px;
}

#contactolocalizacion_email{
	width: 100%;
	color: #666666;
	font-size:20px;
	margin-bottom: 8px;
	padding: 0px 5px;
}

#contactolocalizacion_email a{
	color: #666666;
	font-size: 20px;
	text-decoration: none;
}

/* Mapas y Leaflet */

#map_canvas {
	width: 100% !important;
	height: 500px !important;
}

.leaflet-popup {
	width: 265px !important;
	max-width: 265px !important;
	max-height: 280px !important;
	z-index: 1001 !important;
}

.leaflet-popup-content {
	width: 100% !important;
	padding: 8px 8px !important;
	margin: 0px !important;
	box-sizing: border-box;
}

.leaflet-container a.leaflet-popup-close-button {
	width: 20px !important;
	height: 20px !important;
	z-index: 1002 !important;
	top: unset !important;
	bottom: 0;
	margin-bottom: 20px;
}

#miniFichaTitular {
	width: 100% !important;
	min-height: 17px;
}

#miniFichaTitular a{
    text-decoration:none;
}

.miniFichaTitularTitulo {
	font-weight: 900;
	text-align: center;
	margin-bottom: 5px;
    color:#000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#miniFichaDescripcion {
	width: 100% !important;
	max-height: 200px !important;
	text-align: justify;
	overflow: auto !important;
}

#miniFichaEnlace{
	width: 100% !important;
	text-align: center;
	margin-top: 10px;
}

#miniFichaBoton{
    width: 50%;
    margin-left:25%;
    height:20px;
    line-height: 20px;
    background: #950100;
    color:white;
}

.leaflet-container a {
    text-decoration: none;
}

/* Subir Inmueble */
#publicaFormulario {
    font-size: 14px;
    width: 100%;
}

.publicaTitulo {
    background: #950100 !important;
    display: table;
    float: left;
    clear: both;
    padding: 5px;
    color: #fff;
    width: 98%;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.publicaOpciones{
    float: left;
    clear: both;
    width: 100%;
	margin: 10px auto;
}

.publicaCaracteristica{
    float:left;
    min-height: 40px;
	height: auto;
    width: 25%;    
}

.publicaCaracteristicaAncho{
    float:left;
    height: 200px;
    width: 95%;       
}

.publicaBoton{
    height:40px;
    line-height:40px;
    font-size:20px;
    width: 200px;
    margin: 0 auto;
    display:block;
    background: #950100 !important;
    border:0px;
    color:#fff;
	border-radius: 7px !important;
}

div.jfilestyle input {
	width: 100px !important;
	box-sizing: border-box;
}

@media screen and (max-width:990px) {	
	.publicaCaracteristica {
		width: 49% !important;
	}
	
	div.publicaCaracteristica > input {
		max-width: 200px !important;
		width: 200px !important;
	}
	
	div.publicaCaracteristica > input[type=checkbox] {
		width: 40px !important;
	}
}

@media all and (max-width: 500px) {
	.publicaCaracteristica {
		width: 100% !important;
	}
}

/* Otros */

#PisosDv250 {
	margin-top: 30px;
}

.Pisoscom {
	margin: 0 auto;
}

#clickviviendas {
    float: left;
    width: 110px;
    text-align: left;
    margin-left: 5px;
}

#avisolegal {
    float: right;
    width: 85px;
    text-align: right;
    margin-right: 5px;
}

/* Media Queries */

@media all and (max-width: 500px) {
	#contactolocalizacion_mapa {
    width: 310px;
	height: 310px;
	}
	
	#map_canvas {
    width: 300px !important;
    height: 300px !important;
	}
	
	#div_direccion_horario > p > a > img {
		margin-top: 0px !important;
	}
	
	.g-recaptcha {
		transform: scale(0.99) !important;
		-webkit-transform: scale(0.99) !important;
	}
	
	#fotos {
		background: transparent !important;
		margin: 0 !important;
	}
	
	#logo {
		width: 100% !important;
		background-position: center center !important;
		margin: 0px !important;
	}
	
	#telefono {
		text-align: center !important;
		width: 100% !important;
		margin: 5px 0px !important;
	}
	
	#clickviviendas, #avisolegal {
		width: 100% !important;
		text-align: center;
		margin: 0px !important;
	}
	
	#header_out {
		height: 200px !important;
	}
}

@media screen and (min-width:650px) and (max-width:990px) {
	#map_canvas {
		width: 100% !important;
	}
	
	#div_direccion {
		display: flex;
		flex-wrap: wrap;
	}
	
	#div_direccion_datos{
		width: 48% !important;
		order: 1;
	}
	
	#div_direccion_enlaces{
		width: 48% !important;
		order: 2;
	}
	
	#div_direccion_horario{
		width: 100% !important;
		order: 3;
	}
}

@media screen and (max-width:990px) {
    #header_out{
		height: 100px;
		background-image: unset;
    }
    
    #boton_cabecera{
		margin-top: 3px;
    }
    
    #logo{
		height: 100px;
		width: 200px;
		margin-left: 0px;
    }
	
	#telefono{
		margin: 5px 10px 0px 0px;
		font-size: small;
		line-height: 31px;
	}

    #menu_out{
	width: 100%;
	height: 50px;
    }
    
	#menu_contenedor {
		width: 100%;
	}
    
    #fotos_ancho{
	float:left;
	width: 100%;
    }
    
    #fotos_out{
	width: 100%;
	background: none;
    }
    
    #fotos{
		width: 98%;
		height: auto;
		margin-left: 1%;
		float:left;
    }
	
    
    #contenido_out{
	width: 98%;
    }
    
    #div_inmuebles_ancho{
	width: 98%;
	float:left;
	height: auto;
	margin-left: 1%;
    }
    
    #div_inmuebles_out{
	width: 100%;
	height: auto;
    }
    
    #div_direccion_ancho{
	float:left;
	height: auto;
    }
    
    #div_direccion_out{
	width: 100%;
	height: auto;
    }
    
    #div_direccion_logo{
	width: 100%;
	float:left;
	text-align: center;
	margin-left: 0px;
    }
    
    #div_direccion_logo_foto{
	width: 98%;
	margin-left:1%;
    }
    
    #div_direccion_datos, #div_direccion_horario, #div_direccion_enlaces{
		width: 96%;
		float: left;
		text-align: center;
		margin: 5px 5px 20px 5px;
    }
	
	#div_direccion_datos li {
		text-align: left;
	}
    
    #pie_pagina_out{
	width: 100%;
    }
    
    #enlaces{
	width: 100%;
    }
    
    #articulofotos_texto,#articulofotos_fotos,#articulofotos_destacado{
	width: 100%;
    }
    
    #portada1,#portada2,#portada3,#portada4{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	margin-left:0px;
	margin-right: 0px;
    }
    
    #menu{
	width: 100%;
	float: left;
    }
	
	#contactolocalizacion_direccion, #contactolocalizacion_formulario{
    width: 98%;
	}
	
	#contact_name, #contact_telefono, #contact_email, #contact_subject, #contact_text{
	width: 96%;
	}
	
	#buscador_referencia_texto {
		color: black;
	}
	
	#buscador_referencia {
		padding-bottom: 2px;
		width: 220px;
	}
	
	#caja_buscador_referencia {
		height: 25px;
		border: 1px solid;
	}
	
	#buscador_referencia_submit {
		height: 27px;
		border: 1px solid;
	}
}

/*
@media screen and (min-width:991px) and (max-width:1279px) {
	#header_out{
		background-image: url('images/casitascentro.jpg');
		background-position: calc(50% - 45px);
	}
}
*/

/*******************************************************************/
/*******************************************************************/
/*******		   ICONOS INMUEBLES		  **********/
/*******************************************************************/
/*******************************************************************/

.icono_email{
    background: url("./images/portatil.png") no-repeat top left;
    width: 54px;
    height: 30px;
    float:left;
    margin-top: 6px;
    display:inline;
}

.icono_telefono{
    background: url("./images/movil.png") no-repeat top left;
    width: 36px;
    height: 30px;
    float:left;
    margin-top: 6px;
    display:inline;
}



#map {
	width: 800px; 
	height: 600px; 
	border: 1px solid #ccc;
}

#progress {
    display: none;
    position: absolute;
    z-index: 1000;
    left: 400px;
    top: 300px;
    width: 200px;
    height: 20px;
    margin-top: -20px;
    margin-left: -100px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    padding: 2px;
}

#progress-bar {
    width: 0;
    height: 100%;
    background-color: #76A6FC;
    border-radius: 4px;
}

.g-recaptcha {
	width: 100%;  
}

.g-recaptcha > div {
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0; 
	margin: 0 auto;
}

.formularioContactoLinea > .g-recaptcha > div {
    transform-origin: 0% 0 !important;
    -webkit-transform-origin: 0% 0 !important; 
}



/* OBLIGARTORIOS PARA LA PARTE DE EDICIîN */

.div_editar{
	width: 100%;
	text-align:center;
	float:left;
	margin-bottom:20px;
	margin-top:20px;
}

.div_editar div{
	display:inline;
}

.div_editar form{
	display:inline;
	margin: 5px;
}

.boton_editar{
	background: white;
	border: 1px solid black;
	padding: 5px 20px;
}

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute;top:0;left:0;z-index:10002;overflow:hidden;}
#cboxOverlay{position:fixed;width:100%;height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;}
.cboxIframe{width:100%;height:100%;display:block;border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;}
#cboxOverlay{background:url(colorbox/overlay.png) repeat 0 0;}
#colorbox{outline:0;}
#cboxTopLeft{width:21px;height:21px;background:url(colorbox/controls.png) no-repeat -101px 0;}
#cboxTopRight{width:21px;height:21px;background:url(colorbox/controls.png) no-repeat -130px 0;}
#cboxBottomLeft{width:21px;height:21px;background:url(colorbox/controls.png) no-repeat -101px -29px;}
#cboxBottomRight{width:21px;height:21px;background:url(colorbox/controls.png) no-repeat -130px -29px;}
#cboxMiddleLeft{width:21px;background:url(colorbox/controls.png) left top repeat-y;}
#cboxMiddleRight{width:21px;background:url(colorbox/controls.png) right top repeat-y;}
#cboxTopCenter{height:21px;background:url(colorbox/border.png) 0 0 repeat-x;}
#cboxBottomCenter{height:21px;background:url(colorbox/border.png) 0 -29px repeat-x;}
#cboxContent{background:#fff;overflow:hidden;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px;border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:28px;}
#cboxTitle{position:absolute;bottom:4px;left:0;text-align:center;width:100%;color:#949494;}
#cboxCurrent{position:absolute;bottom:4px;left:58px;color:#949494;}
#cboxLoadingOverlay{background:url(colorbox/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(colorbox/loading.gif) no-repeat center center;}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:none;}
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active{outline:0;}
#cboxSlideshow{position:absolute;bottom:4px;right:30px;color:#0092ef;}
#cboxPrevious{position:absolute;bottom:0;left:0;background:url(colorbox/controls.png) no-repeat -75px 0;width:25px;height:25px;text-indent:-9999px;}
#cboxPrevious:hover{background-position:-75px -25px;}
#cboxNext{position:absolute;bottom:0;left:27px;background:url(colorbox/controls.png) no-repeat -50px 0;width:25px;height:25px;text-indent:-9999px;}
#cboxNext:hover{background-position:-50px -25px;}
#cboxClose{position:absolute;bottom:0;right:0;background:url(colorbox/controls.png) no-repeat -25px 0;width:25px;height:25px;text-indent:-9999px;}
#cboxClose:hover{background-position:-25px -25px;}
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);}
.cboxIE6 #cboxTopLeft{background:url(colorbox/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(colorbox/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(colorbox/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(colorbox/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(colorbox/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(colorbox/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(colorbox/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(colorbox/ie6/borderMiddleRight.png);}
.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight{_behavior:expression(this.src = this.src ? this.src:this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");}/*******************************************************************/
/*******************************************************************/
/*******		FICHA DE UN INMUEBLE		  **********/
/*******************************************************************/
/*******************************************************************/
#contenidoFicha {
	width: 71%;
	float: left;
}

#contenidoLateral {
	width: 25%;
	float: right;
	padding: 10px;
	border: 1px solid #ccc;
}

#fichaFotoAncha{
    float:left;
    width: 100%;
    height: 320px;
    -webkit-box-shadow: 0px 10px 5px 0px rgba(214,211,214,1);
    -moz-box-shadow: 0px 10px 5px 0px rgba(214,211,214,1);
    box-shadow: 0px 10px 5px 0px rgba(214,211,214,1);
}

#fichaTitular{
	width: 100%;
	float: left;
	background-color: #950100;
	margin-bottom: 20px;
	display: table;
	height: 40px;
}

#fichaTitular > div {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}

.fichaTitularTitulo {
	width: 100%;
	word-wrap: break-word;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	line-height: 40px;
}

.fichaTitularTitulo i {
	color: white;
}

.fichaTitularVolver {
	padding: 0px 10px;
	background: #a1a1a1;
	position: relative;
}

.fichaTitularVolver a {
	text-decoration: none;
	color: white;
}

.fichaTitularVolver::before {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 12px 20px 0;
    border-color: transparent #a1a1a1 transparent transparent;
    position: absolute;
    top: 0;
    right: 100%;
}

.fichaTitularReferencia {
	float: left;
	padding-left: 5px;
	font-weight: 900;
	color: black;
	line-height: 40px;
}

#fichaZona{
	float: left;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	line-height: 30px;
	background-color: #950100;
	position: absolute;
	top: 30px;
	left: 0px;
	padding: 0px 10px;
	max-width: 75%;
}

#fichaZona::after{
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 12px;
	border-color: transparent transparent transparent #950100;
	position: absolute;
	top: 0;
	left: 100%;
}

#fichaZona > div {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}

.fichaZonaTitulo {
	width: auto;
	word-wrap: break-word;
}

.fichaZonaTitulo i {
	color: white;
}

.precio {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	float: right;
}

#fichaOperacion {
	display: inline-block;
	padding: 11px 20px 11px 5px;
	color: #fff;
	background: #a1a1a1;
	position: relative;
}

#fichaOperacion::before{
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 21px 12px 21px 0;
	border-color: transparent #a1a1a1 transparent transparent;
	position: absolute;
	top: 0;
	right: 100%;
}

#fichaFotoPrincipalContenedor{
	width: 100%;
	order: 2;
}

#fichaFotoPrincipal{
	width: 100%;
	float: left;
}

#fichaFormulario {
	width: 100%;
	float: right;
}

#fichaTopInfo {
	width: 100%;
	text-align: left;
	background-color: #dedede;
	padding: 0px;
	margin-bottom: 20px;
	float: left;
	position: relative;
}

#fichaTopInfo::before {
    content: " ";
}

.amenities {
	list-style: none;
	padding: 8px 0 !important;
	margin: 0 !important;
	background-color: #fff;
	display: inline-block;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	width: 59%;
}

.amenities > li {
	display: inline-block;
	height: 38px;
	margin: 0 !important;
	padding: 15px 18px 0 18px !important;
	border-right: 1px solid #92d050;
	color: #74777c;
	background: none !important;
}

.datosDeInmueble {
	display: none;
	position: absolute;
	z-index: 999;
	border: 1px solid #92d050;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px;
}

.cv {
    display: inline-block;
    font-family: icomoon;
    font-size: inherit;
    font-style: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#fichaDescripcion{
	width: 97%;
	float: left;
	line-height: 35px;
	/* background-color: white; */
	padding: 0px 10px 10px 10px;
	text-align: justify;
}

#fichaCaracteristicas {
	width: 97%;
	float: left;
	line-height: 35px;
	/* background-color: white; */
	padding: 0px 10px 10px 10px;
}

.fichaCaracteristica {
    width: 50%;
    float: left;
	min-height: 37px;
	font-size: 14px;
}

.fichaCaracteristicaNombre {
    width: 55%;
    float: left;
    padding-left: 5px;
	color: #950100;
	font-weight: bold;
}

.fichaCaracteristicaValor {
    width: 40%;
    float: right;
    text-align: left;
    padding-right: 5px;
	font-size: 15px;
}

#fichaVideo, #fichaOtrosPisos, #fichaAlquilerVacacional {
	width: 97%;
	float: left;
	line-height: 35px;
	/* background-color: white; */
	padding: 0px 10px 10px 10px;
}

#video_inmueble {
	text-align: center;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	float: left;
}

#video_inmueble iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#fichaFotos {
	width: 97%;
	float: left;
	line-height: 35px;
	/* background-color: white; */
	padding: 0px 10px 10px 10px;
}

.fichaFoto{
    width: 31.8%;
	margin-right: 10px;
    margin-bottom: 3%;
    height: 200px;
    float:left;
	position: relative;
	overflow: hidden;
}

.fichaFoto img {
	position: relative;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	/*
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	*/
}

#fichaContacto{
    background: #950100;
    width: 50.5%;
    height: 40px;
    line-height: 40px;
    color:white;
    text-align: center;
    float:left;
    margin-top: 4px;
    color:white;    
}

#fichaVolver{
    background: #950100;
    width: 49%;
    height: 40px;
    line-height: 40px;
    color:white;
    text-align: center;
    float:right;
    margin-top: 4px;
    color:white;    
}

#fichaContacto a,#fichaVolver a{
    color:white;
    text-decoration: none;
}

#fichaCompartir{
    background: #92d050;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float:left;
    margin-top: 4px;
    color:white;
}

#div_inmuebles_mas {
	width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    color: #950100;
    position: relative;
    padding-bottom: 20px;
    float: left;
}

#divTituloRRSS, #fichaCalificacion {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 24px;
	color: #950100;
	float: left;
}

#fichaCalificacionTitulo {
	color: #950100;
	margin-bottom: 20px;
}

#div_inmuebles_titulo, #fichaFormulario_titulo, #fichaDescripcionTitulo, #fichaCaracteristicasTitulo, #fichaFotosTitulo, #fichaMapaTitulo, #fichaVideoTitulo, #divTituloRRSS, #fichaAlquilerVacacionalTitulo {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 24px;
	color: #950100;
	float: left;
	position: relative;
	padding-top: 20px;
}

#div_inmuebles_titulo::after, #fichaFormulario_titulo::after, #fichaDescripcionTitulo::after, #fichaCaracteristicasTitulo::after, #fichaFotosTitulo::after, #fichaMapaTitulo::after, #fichaVideoTitulo::after, #divTituloRRSS::after, #fichaAlquilerVacacionalTitulo::after {
    content: " ";
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 1px;
	border-bottom: 5px double #950100;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}

#fichaMapa {
    width: 100%;
    float: left;
    line-height: 35px;
    padding: 0;
}



/*******************************************************************/
/*******************************************************************/
/*******				INMUEBLE ELIMINADO				  **********/
/*******************************************************************/
/*******************************************************************/
#inmuebleEliminadoFoto{
	width: 100%;
	height: 424px;
	margin: 20px auto;
	background: url(./images/inmueble_no_encontrado.png) center center no-repeat;
	background-size: contain;
}

#inmuebleEliminado{
	width:100%;
	margin: 20px auto;
	color:#950100;
	text-align: center;
	font-size: 40px;
}




@media all and (max-width: 500px) {
	#fichaZona {
		max-width: calc(100% - 40px) !important;
		font-size: 15px !important;
	}
	
	#map_canvas {
		width: 100% !important;
	}
	
	#property-id {
		width: 100% !important;
		margin-right: 5px;
		word-wrap: break-word;
		text-align: center;
	}
	
	.amenities {
		width: 100% !important;
		text-align: center;
	}
	
	.fichaFoto {
		width: 100% !important;
	}
	
	#fichaFotoPrincipal {
		height: 250px !important;
	}
	
	.fichaCaracteristica{
		width: 100% !important;
		float:left;
    }
	
	.fichaTitularReferencia {
		width: 100%;
		text-align: center;
		padding: 0;
	}
	
	.precio {
		width: 100%;
		text-align: center;
		padding: 0;
		font-size: 14px;
	}
	
	#fichaOperacion {
		width: 35%;
		padding: 10px 0px;
	}
	
	#fichaOperacion::before {
		display: none;
	}
	
	#fichaFormulario {
		width: 100% !important;
	}
	
	#divTituloRRSS {
		width: 100% !important;
	}
	
	#contenidoLateral {
		margin-top: 20px;
		padding: 0;
	}
	
	#fichaZona {
		max-width: calc(100% - 40px) !important;
		font-size: 15px !important;
	}
}

@media screen and (min-width:501px) and (max-width:990px) {
	#fichaMapa {
		max-width: 100% !important;
		width: 100%;
	}
	#map_canvas {
		width: 100% !important;
	}
	.fichaFoto {
		width: 47% !important;
	}
	#fichaCaracteristicasTitulo {
		font-size: 16px;
	}
	
	.fichaTitularReferencia {
		font-size: 14px;
	}
	
	#contenidoLateral {
		margin-top: 20px;
	}
}

@media all and (max-width: 990px) {
	
	#map_canvas {
		width: 100% !important;
	}
	
	#fichaTitular {
		width: 100%;
		order: 1;
	}
	
	#contenidoFicha {
		width: 100%;
		order: 2;
	}
	
	#contenidoLateral {
		width: 100%;
		order: 3;
		display: flex;
		flex-wrap: wrap;
	}
	
	#fichaFotoPrincipal {
		width: 100%;
	}
	#fichaTopInfo {
		width: 100%;
	}
	
	#fichaDescripcion {
		width: 100%;
		padding: 0;
	}
	
	#fichaCaracteristicas {
		width: 100%;
		padding: 0;
	}
	
	#fichaVideo {
		width: 100%;
		padding: 0;
	}
	
	#fichaAlquilerVacacional {
		width: 100%;
		padding: 0;
	}
	
	#fichaFotos {
		width: 100%;
		padding: 0;
	}
	
	#fichaFormulario {
		width: 50%;
		float: left;
		min-height: 1px;
		background-color: #f1f3f6;
		position: relative;
		margin-bottom: 20px;
		order: 1;
	}
	
	#divTituloRRSS {
		width: 50%;
		float: right;
		order: 2;
		text-align: center;
		text-transform: uppercase;
		margin-bottom: 20px;
		margin-top: 20px;
		font-size: 24px;
		color: #950100;
		position: relative;
		padding-top: 20px;
	}

	#divTituloRRSS:after {
		content: " ";
		position: absolute;
		top: 0px;
		left: 50%;
		margin-left: -50px;
		width: 100px;
		height: 1px;
		border-bottom: 5px double #950100;
		-webkit-opacity: 0.5;
		-moz-opacity: 0.5;
		opacity: 0.5;
	}
	
	#fichaMapa {
		width: 100%;
		padding: 0;
	}
    
    #fichaCaracteristicasTitulo{
		font-size: 20px;
		text-transform: uppercase;
    }
    
    .fichaCaracteristica{
	width: 50%;
	float:left;
    }
    
    .fichaCaracteristicaNombre{
		width: 55%;
		float:left;
    }
    
    .fichaCaracteristicaValor{
	width: 40%;
	float:right;
	text-align: right;
    }
    
    #fichaVideoTitulo{
		font-size: 20px;
		text-transform: uppercase;
		margin-bottom: 15px;
    }
    
    #fichaAlquilerVacacionalTitulo{
		font-size: 20px;
		text-transform: uppercase;
		margin-bottom: 15px;
    }
    
    #fichaFotosTitulo{
		font-size: 20px;
		text-transform: uppercase;
		margin-bottom: 15px;
    }
        
    .fichaFoto{
	width: 100%;
	margin-right: 3%;
	margin-bottom: 3%;
	height: 200px;
	float:left;
    }
    
    #fichaContacto{
	background: #92d050;
	width: 51%;
	height: 40px;
	line-height: 40px;
	color:white;
	text-align: center;
	float:left;
	margin-top: 4px;
	color:white;    
    }
    
    #fichaVolver{
	background: #92d050;
	width: 48.5%;
	height: 40px;
	line-height: 40px;
	color:white;
	text-align: center;
	float:right;
	margin-top: 4px;
	color:white;    
    }
    
    #fichaContacto a,#fichaVolver a{
	color:white;
	text-decoration: none;
    }
	
	.amenities {
		width: 100%;
		text-align: center;
	}
	
	.fichaTitularTitulo {
		float: left;
	}
	
	.fichaTitularVolver {
		width: 100%;
		float: left;
		line-height: 30px;
		padding: 0px;
		text-align: center;
	}
	
	.fichaTitularVolver::before {
		display: none;
	}
	
	/*
	.cv {
		display: block;
	}
	*/
}

/*******************************************************************/
/*******************************************************************/
/*******			SI/NO			  **********/
/*******************************************************************/
/*******************************************************************/

/*
.Si::before{
    content:"\f00c";
    font-family: FontAwesome;
    color: #27b800;
}

.No::before{
    content:"\f00d";
    font-family: FontAwesome;
    color: #f00;    
}

*/

.Si::before{
    content:"SÃ­";
}

.No::before{
    content:"No";  
}


/* Buscadores */
#buscadorPorReferencia {
	height: 40px;
    border: 1px solid #ccc;
}

#minifichas_buscador{
	width: 100%;
	text-align: center;
}

#minifichas_buscador_principales{
	position: relative;
	width: 100%;
	float: left;
}

#minifichas_buscador_mas{
	width: 100%;
	float: left;
	margin-top: 10px;
	border-top: 1px solid #ccc;
	padding: 5px 0px;
}

.minifichas_etiqueta {
	display: block;
	width: 100%;
	float: left;
	text-align: center;
	color: #000;
	font-weight: 600;
}

.minifichas_label {
    width: 18%;
    margin-left: 1%;
    margin-right: 1%;
    display: block;
    float: left;
	height: 65px;
	margin-bottom: 10px;
}

.minifichas_label_checkbox{
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
    display: block;
    float: left;
	min-height: 20px;
	margin-bottom: 10px;
	text-align: center;
	color: #000;
}

.minifichas_label_checkbox input {
	width: 20px;
}

.minifichas_label_checkbox option {
	text-align: center;
}

.minifichas_select{
	background: #fff;
	border: 1px solid #b0b0b0;
    height: 40px;
    padding: 1%;
    font-size: 16px;       
    width: 100%;
	color: #303030;
	border-radius: 7px !important;
}

.minifichas_select_doble{
	background: #fff;
	border: 1px solid #b0b0b0;
    height: 40px;
    padding: 1%;
    font-size: 16px;
    width: 45%;
	color: #303030;
	border-radius: 7px !important;
}

#buscar_mas {
	overflow: hidden;
	width: 18%;
	margin-left: 1%;
	margin-right: 1%;
	display: block;
	float: right;
	height: 60px;
	right: 0px;
	bottom: 0px;
	position: relative;
}

#minifichas_boton {
	height: 40px;
	bottom: 1px;
	position: absolute;
	display: block;
	background: #950100;
	text-align: center;
	line-height: 40px;
	width: 100%;
	font-family: 'Open Sans',Helvetica,sans-serif;
	border-radius: 7px;
}

#minifichas_boton b {
	color: #FFF;
}

#buscar_mas_opciones {
	bottom: 0px;
	display: block;
	text-align: center;
	width: 100%;
	position: absolute;
	font-size: 14px;
	color: #000;
	display: none;
}

#buscar_mas_opciones_2 {
	bottom: 1px;
	display: block;
	margin-left: 1%;
	margin-right: 1%;
	text-align: center;
	width: 100%;
	position: absolute;
	font-size: 17px;
	font-weight: 600;
	color: #950100;
	background: #950100;
    height: 40px;
    line-height: 40px;
	font-family: 'Open Sans',Helvetica,sans-serif;
}

#buscar_mas_opciones a {
    display: block;
	line-height: 30px;
    color: #000;
    padding: 5px;
    text-decoration: underline;
	margin: 5px auto;
	width: 17%;
    min-width: 208px;
    border: 1px solid #000;
    border-style: dotted;
}

#buscar_mas_opciones_2 a {
	color: #950100;
}

#SuperficieFinca .minifichas_label, #MaximoSinAscensor .minifichas_label {
	width: 100% !important;
	margin-top: 10px;
}

#contenedorBuscadorMapa {
	width: 100%;
}

#cabeceraBuscadorMapa {
	width: 100%;
}

#tituloBuscadorMapa {
	width: 20%;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 24px;
	color: #950100;
	float: left;
}

#botonBuscadorMapa {
	width: 80%;
	float: right;
	text-align: center;
}

#botonBuscadorMapa i {
	color: #FFF;
	margin-right: 10px;
}

#buscadorMapa .minifichas_label {
	width:98%;
}

#buscadorMapa .minifichas_label_checkbox {
	width:98%;
}

#buscadorMapa #buscar_mas{
	width:98%;
}

#buscadorMapa #minifichas_filtro {
	margin: 0px !important;
}

#enlaceAListado, #enlaceAMapa  {
	display: block;
	margin-left: 1%;
	margin-right: 1%;
	background: #950100;
	text-align: center;
	line-height: 40px;
	color: #FFF;
	float: right;
    width: 17%;
    min-width: 208px;
	font-weight: 600;
	font-family: 'Open Sans',Helvetica,sans-serif;
	border-radius: 7px;
}

/* Fin buscador */

/* BUSCADOR LATERAL */

#div_inmuebles_buscador_lateral {
    float:right;
	width: 100%;
	text-align: center;
}

.dereitababtn
{
	border:none;
	margin:15px 0px 0px;
	padding:0px;
	height:20px;
	width:120px;
	text-align:center;
	color:#000000;
	text-decoration:none;
	overflow:hidden;
	background: #CCCCCC;
	background-position: 0px 0px;
	cursor:default;
}
.dereitababtn:hover
{
	background-position: -120px 0px;
	cursor:pointer;
}

#dereitaba
{
	margin-top:30px;
	width:310px;
	font:bold 18px arial;
	color:#ffffff;
	text-align:left;
}
.dereitabalm
{
	margin: 20px auto 0px auto;
	width: 25%;
	display:none;
	-moz-opacity:0;
	opacity:0;
	filter:alpha(opacity='0');
	vertical-align: top;
}

#bsqpara {
	width: 20% !important;
}
.dereitabalme
{
	float:left;
	width:40%;
	font:bold 15px arial;
	color:#ffffff;	
	text-align:right;
}
.dereitabalmd
{
	width:60%;
	font:normal 14px/20px arial;
	color:#ffffff;	
	text-align:left;
	float: left;
	box-sizing: border-box;
	padding-left: 5px;
}

.dereitababtn {
	width: 200px;
	height: 40px;
	line-height: 40px;
	background: #950100;
	border: 0px;
	color: white;
	box-sizing: border-box;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 600;
}

/* FIN BUSCADOR LATERAL */

#minifichas_filtro{
    float:left;
    width:100%;
	margin-top: 30px;
    margin-bottom: 30px;
	padding: 1% 0px;
}

#minifichas_titulo_ordenar{
    float:left;
    width:100%;
    margin-bottom: 30px;
}

#minifichas_titulo{
    color:#950100;
    float:left;
    width: 35%;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
}

#minifichas_enlace_mapa {
	float: left;
	width: 24%;
}

#minifichas_enlace_mapa i {
	color: #FFF;
	margin-right: 10px;
}

#minifichas_numinmuebles{
    font-size: 16px;
    color:#000;
    display:inline;
}

#minifichas_ordenar{
    float:right;
    width: 36%;
    text-align: right;
	margin-left: 5px;
    min-height: 40px;
    height: auto;
    line-height: 40px;
	color: #000;
	/* padding-right: 5px; */
}

#minifichas_ordenar option, .minifichas_select option{
	padding: 0px 5px;
}

.primera{
     margin-left: 0%;
}

.minifichas_ordenar_label {
    border: 1px solid #b0b0b0;
    overflow: hidden; 
    height: 40px;    
    width: 240px;
    /* position: relative; */
    display: block;
    float:right;
    border-radius: 7px !important;
}

#minifichas_ordenar_select{       
    height: 40px;
    padding: 5px;
    border: 0;
    font-size: 16px;       
    width: 100%;
    text-align: left;
}

#div_inmuebles #minifichas {
    float:left;
    width:100%;
	display: flex;
	flex-wrap: wrap;
}

#contenido #minifichas {
    float:left;
    width:100%;
	display: flex;
	flex-wrap: wrap;
}
/*
#div_inmuebles #minifichas .minificha{
	width: 48%;
}
*/

.minificha{
	position: relative;
    float:left;
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 40px;
	/* 
    -webkit-box-shadow: 4px 4px 2px 0px rgba(214,211,214,1);
    -moz-box-shadow: 4px 4px 2px 0px rgba(214,211,214,1);
    box-shadow: 4px 4px 2px 0px rgba(214,211,214,1);
	border: 1px solid #ddd;
	*/
	background-color: white;
	border: 1px solid #ccc;
}

.minificha_foto{
    width: 100%;
    float:left;
    height: 200px;
    background: red;
	border-bottom: 1px solid #efefef;
}

#contenido > #minifichas > .minificha{
	position: inherit;
	-webkit-box-shadow: 4px 4px 2px 0px rgba(214,211,214,1);
	border: 1px solid #ccc;
	background-color: #fff;
}

.minificha_zona_precio{
	width: 100%;
	background-color: #0C4CA4;
	/* position: absolute; */
	/* opacity: 0.75; */
}

.minificha_precio{
	color: #fff;
	width: 100%;
	text-align: right;
	font-size: 13px;
	z-index: 1000;
	font-weight: 900;
	line-height: 25px;
}

.minificha_precio span {
	display: inline-block;
	color: #fff;
	width: auto;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}

.minificha_precio i{
	color: #000 !important;
}

.minificha_zona{
	width: 100%;
	float: left;
	background-color: white;
	display: table;
}

.minificha_zona_contenedor{
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	padding: 5px;
	color: #000;
}

.minificha_zona i{
	color: black;
	padding-right: 1px;
}

.minificha_titulo{
	display: table;
	width: 100%;
	height: 60px;
	line-height: 22px;
	color: black;
	text-align: center;
	float: left;
	background-color: white;
	border-top: 1px solid #efefef;
}

.minificha_titulo_contenedor{
	display: table-cell;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	padding: 0 5px;
}

.minificha_titulo a{
	color: black;
	text-decoration: none;
}

.minificha_caracteristicas{
	width: 100%;
	float: left;
	background-color: white;
	text-align: center;
	line-height: 34px;
	min-height: 55px !important;
	border-top: 1px solid #efefef;
}

.minificha_caracteristicas .cv {
	display: block;
	font-family: icomoon;
	font-size: inherit;
	font-style: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #000;
}

.minificha_caracteristica{
	width: 21.5%;
	margin-left: 1%;
	margin-right: 1%;
	height: 35px;
	line-height: 25px;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	color: #000;
}

.minificha_referencia{
    width: 100%;
	float: left;
	background-color: white;
	text-align: center;
	border-top: 1px solid #efefef;
	line-height: 34px;
}

/* Modificaciones minifichas internas */

#contenido .minificha_zona {
    background-color: #fff !important;
}

#contenido .minificha_zona_contenedor {
    color: #000 !important;
}

#contenido .minificha_caracteristicas, #contenido .minificha_titulo {
	background-color: #fff !important;
}

#div_inmuebles .minificha_titulo .minificha_titulo_contenedor a sup {
	color: #000 !important;
}

#contenido .minificha_caracteristica, #contenido .minificha_caracteristica i, #contenido .minificha_caracteristica sup, #contenido .minificha_titulo a {
	color: #000 !important;
}

/* Fin modificaciones */

/*******************************************************************/
/*******************************************************************/
/*******		     MINI BUSCADOR		 				  **********/
/*******************************************************************/
/*******************************************************************/
#fotos #minifichas_filtro{
	margin-top:0px;
	background: rgba(255,255,255,.8);
}

#fotos #minifichas_filtro .minifichas_label {
    overflow: hidden; 
    height: 65px;    
    width: 23%;
    /* position: relative; */
    display: inline-block;
    float:left;
    margin-left: 1%;
    margin-right: 1%;
	color: #000;
}

#fotos #minifichas_filtro .minifichas_etiqueta {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    color: #000;
	font-weight: 600;
}

#fotos #minifichas_filtro .minifichas_label .minifichas_select{
	border: 1px solid #ccc;
    height: 40px;
    padding: 5px;
    font-size: 16px;       
    width: 100%;
}

#fotos #minifichas_filtro #minifichas_boton{
    height: 40px;    
    width: 23%;
    position: relative;
    display: inline-block;
    margin-left: 1%;
    margin-right: 1%;
	background: #950100;
	text-align: center;
	line-height: 40px;
	border-radius: 7px;
}

#fotos #minifichas_filtro #minifichas_boton b{
	color: white;
}

.ficha-enlace-link {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 20;
}

/*******************************************************************/
/*******************************************************************/
/*******		PAGINACION			  **********/
/*******************************************************************/
/*******************************************************************/
#minifichas_paginacion{
    width: 100%;
    float:left;
    text-align: center;
	margin-bottom: 10px;
}

.minifichas_pagina{
    margin-left: 20px;
    display: inline-block;
    color: #74777c;
}

.minifichas_pagina a{
    color: #000;
    text-decoration: none;
}

.minifichas_pagina_actual{
    margin-left: 20px;
	border: 1px solid #047235;
	background-color: #950100;
	color: #fff;
	padding: 2px;
	width: 20px;
	height: 30px;
	display: inline-block;
}

@media all and (max-width: 500px) {
	.minifichas_label_checkbox{
		width: 48%;
	}

	.minifichas_label_checkbox input{
		margin-top: 5px;
		margin-right: 5px;
	}
	
	#minifichas_titulo{
		width: 100% !important;
		text-align: center;
    }
	
	#minifichas_enlace_mapa {
		width: 100% !important;
	}
	
	#enlaceAMapa {
		float: none !important;
	}
	
	#map {
		height: 320px;
	}
	
    .minifichas_label {
		width: 98% !important;
    }
	
	#fotos #minifichas_filtro #minifichas_boton {
		width: 98%;
	}
}

@media screen and (min-width:500px) and (max-width:650px) {
	#fotos #minifichas_filtro .minifichas_label {
		width: 31% !important;
	}
	
	#fotos #minifichas_filtro #minifichas_boton {
		margin-top: 61px !important;
	}
}

@media all and (max-width: 990px) {
	#fotos #minifichas_filtro .minifichas_select_doble {
		font-size: 15px !important;
		width: 43% !important;
	}
	
	.minificha{
	width: 98%;
    }
    
    .miniBuscadorLabel {
	height: 30px;
	width: 47%;
    }
    
    .miniBuscadorSelect{       
	height: 30px;
	padding: 5px;
	border: 0;
	font-size: 16px;       
	width: 100%;
    }
    
    #miniBuscadorBoton{
	height: 30px;    
	width: 98%;
	text-align: center;
    }
    
    #minifichas_titulo_ordenar{
	float:left;
	width:100%;
	margin-bottom: 20px;
    }
    
    #minifichas_titulo{
	color:#950100;
	text-transform: uppercase;
	float:left;
	width: 65%;
	line-height: 40px;
	font-size: 24px;
	height: auto;
    }
	
	#minifichas_enlace_mapa {
		float: right;
		width: 32%;
		margin-bottom: 10px;
		text-align: right;
	}
	
	#enlaceAMapa {
		margin: 0 auto !important;
	}
    
    #minifichas_numinmuebles{
	font-size: 16px;
	color:#666666;
	display:inline;
    }
    
    #minifichas_ordenar{
	float:left;
	width: 100%;
	text-align: right;
	line-height: 40px;
	height: auto;
	margin-left: 0px;
    }
    
    .primera{
	 margin-left: 1%;
    }
    
    .minifichas_ordenar_label {
	border: 1px solid #950100;
	overflow: hidden; 
	height: 40px;    
	width: 200px;
	/* position: relative; */
	display: block;
	float:right;
    }
        
    #minifichas_ordenar_select{       
	height: 40px;
	padding: 5px;
	border: 0;
	font-size: 16px;       
	width: 100%;
	text-align: left;
    }
    
    #buscar_mas{
		width: 100%;
		margin-top: 10px;
    }
        
    .minifichas_select{
		border: 1px solid #950100;    
		height: 40px;
		padding: 5px;
		font-size: 16px;       
		width: 99%;
    }
    
    .minifichas_label {
		/* overflow: hidden; */
		width: 46%;
		position: relative;
		margin-bottom: 3px;
    }
	
	#buscadorMapa .minifichas_label {
		width: 46%;
		margin-bottom: 3px;
	}
	
	#buscadorMapa, #map {
		width: 92% !important;
		margin: 0 auto;
		float: none !important;
	}
	#buscar_mas_opciones a {
		margin: 10px auto;
	}
}

@media screen and (min-width:501px) and (max-width:990px) {
	.minificha {
		width: 47% !important;
	}
}

@media screen and (max-width: 500px) {
	#minifichas_ordenar {
		text-align: center;
	}
	.minifichas_ordenar_label {
		float: unset !important;
		margin: 0 auto;
	}
}
.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-dialog{overflow:hidden;position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#2b2b2b;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("images/ui/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("images/ui/ui-icons_444444_256x240.png")}.ui-state-default .ui-icon{background-image:url("images/ui/ui-icons_777777_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url("images/ui/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon{background-image:url("images/ui/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon{background-image:url("images/ui/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui/ui-icons_cc0000_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:0 0 0 0;padding:5px;background:#666;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}body.stop-scrolling{height:100%;overflow:hidden;}
.sweet-overlay{background-color:black;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";background-color:rgba(0, 0, 0, 0.4);position:fixed;left:0;right:0;top:0;bottom:0;display:none;z-index:10000;}
.sweet-alert{background-color:white;font-family:'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;width:478px;padding:17px;border-radius:5px;text-align:center;position:fixed;left:50%;top:50%;margin-left:-256px;margin-top:-200px;overflow:hidden;display:none;z-index:99999;}
@media all and (max-width:540px){.sweet-alert{width:auto;margin-left:0;margin-right:0;left:15px;right:15px;}
}
.sweet-alert h2{color:#575757;font-size:30px;text-align:center;font-weight:600;text-transform:none;position:relative;margin:25px 0;padding:0;line-height:40px;display:block;}
.sweet-alert p{color:#797979;font-size:16px;text-align:center;font-weight:300;position:relative;text-align:inherit;float:none;margin:0;padding:0;line-height:normal;}
.sweet-alert fieldset{border:none;position:relative;}
.sweet-alert .sa-error-container{background-color:#f1f1f1;margin-left:-17px;margin-right:-17px;overflow:hidden;padding:0 10px;max-height:0;webkit-transition:padding 0.15s, max-height 0.15s;transition:padding 0.15s, max-height 0.15s;}
.sweet-alert .sa-error-container.show{padding:10px 0;max-height:100px;webkit-transition:padding 0.2s, max-height 0.2s;transition:padding 0.25s, max-height 0.25s;}
.sweet-alert .sa-error-container .icon{display:inline-block;width:24px;height:24px;border-radius:50%;background-color:#ea7d7d;color:white;line-height:24px;text-align:center;margin-right:3px;}
.sweet-alert .sa-error-container p{display:inline-block;}
.sweet-alert .sa-input-error{position:absolute;top:29px;right:26px;width:20px;height:20px;opacity:0;-webkit-transform:scale(0.5);transform:scale(0.5);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transition:all 0.1s;transition:all 0.1s;}
.sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after{content:"";width:20px;height:6px;background-color:#f06e57;border-radius:3px;position:absolute;top:50%;margin-top:-4px;left:50%;margin-left:-9px;}
.sweet-alert .sa-input-error::before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);}
.sweet-alert .sa-input-error::after{-webkit-transform:rotate(45deg);transform:rotate(45deg);}
.sweet-alert .sa-input-error.show{opacity:1;-webkit-transform:scale(1);transform:scale(1);}
.sweet-alert input{width:100%;box-sizing:border-box;border-radius:3px;border:1px solid #d7d7d7;height:43px;margin-top:10px;margin-bottom:17px;font-size:18px;box-shadow:inset 0px 1px 1px rgba(0, 0, 0, 0.06);padding:0 12px;display:none;-webkit-transition:all 0.3s;transition:all 0.3s;}
.sweet-alert input:focus{outline:none;box-shadow:0px 0px 3px #c4e6f5;border:1px solid #b4dbed;}
.sweet-alert input:focus::-moz-placeholder{transition:opacity 0.3s 0.03s ease;opacity:0.5;}
.sweet-alert input:focus:-ms-input-placeholder{transition:opacity 0.3s 0.03s ease;opacity:0.5;}
.sweet-alert input:focus::-webkit-input-placeholder{transition:opacity 0.3s 0.03s ease;opacity:0.5;}
.sweet-alert input::-moz-placeholder{color:#bdbdbd;}
.sweet-alert input:-ms-input-placeholder{color:#bdbdbd;}
.sweet-alert input::-webkit-input-placeholder{color:#bdbdbd;}
.sweet-alert.show-input input{display:block;}
.sweet-alert .sa-confirm-button-container{display:inline-block;position:relative;}
.sweet-alert .la-ball-fall{position:absolute;left:50%;top:50%;margin-left:-27px;margin-top:4px;opacity:0;visibility:hidden;}
.sweet-alert button{background-color:#8CD4F5;color:white;border:none;box-shadow:none;font-size:17px;font-weight:500;-webkit-border-radius:4px;border-radius:5px;padding:10px 32px;margin:26px 5px 0 5px;cursor:pointer;}
.sweet-alert button:focus{outline:none;box-shadow:0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);}
.sweet-alert button:hover{background-color:#7ecff4;}
.sweet-alert button:active{background-color:#5dc2f1;}
.sweet-alert button.cancel{background-color:#C1C1C1;}
.sweet-alert button.cancel:hover{background-color:#b9b9b9;}
.sweet-alert button.cancel:active{background-color:#a8a8a8;}
.sweet-alert button.cancel:focus{box-shadow:rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;}
.sweet-alert button[disabled]{opacity:.6;cursor:default;}
.sweet-alert button.confirm[disabled]{color:transparent;}
.sweet-alert button.confirm[disabled] ~ .la-ball-fall{opacity:1;visibility:visible;transition-delay:0s;}
.sweet-alert button::-moz-focus-inner{border:0;}
.sweet-alert[data-has-cancel-button=false] button{box-shadow:none !important;}
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false]{padding-bottom:40px;}
.sweet-alert .sa-icon{width:80px;height:80px;border:4px solid gray;-webkit-border-radius:40px;border-radius:40px;border-radius:50%;margin:20px auto;padding:0;position:relative;box-sizing:content-box;}
.sweet-alert .sa-icon.sa-error{border-color:#F27474;}
.sweet-alert .sa-icon.sa-error .sa-x-mark{position:relative;display:block;}
.sweet-alert .sa-icon.sa-error .sa-line{position:absolute;height:5px;width:47px;background-color:#F27474;display:block;top:37px;border-radius:2px;}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left{-webkit-transform:rotate(45deg);transform:rotate(45deg);left:17px;}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);right:16px;}
.sweet-alert .sa-icon.sa-warning{border-color:#F8BB86;}
.sweet-alert .sa-icon.sa-warning .sa-body{position:absolute;width:5px;height:47px;left:50%;top:10px;-webkit-border-radius:2px;border-radius:2px;margin-left:-2px;background-color:#F8BB86;}
.sweet-alert .sa-icon.sa-warning .sa-dot{position:absolute;width:7px;height:7px;-webkit-border-radius:50%;border-radius:50%;margin-left:-3px;left:50%;bottom:10px;background-color:#F8BB86;}
.sweet-alert .sa-icon.sa-info{border-color:#C9DAE1;}
.sweet-alert .sa-icon.sa-info::before{content:"";position:absolute;width:5px;height:29px;left:50%;bottom:17px;border-radius:2px;margin-left:-2px;background-color:#C9DAE1;}
.sweet-alert .sa-icon.sa-info::after{content:"";position:absolute;width:7px;height:7px;border-radius:50%;margin-left:-3px;top:19px;background-color:#C9DAE1;}
.sweet-alert .sa-icon.sa-success{border-color:#A5DC86;}
.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after{content:'';-webkit-border-radius:40px;border-radius:40px;border-radius:50%;position:absolute;width:60px;height:120px;background:white;-webkit-transform:rotate(45deg);transform:rotate(45deg);}
.sweet-alert .sa-icon.sa-success::before{-webkit-border-radius:120px 0 0 120px;border-radius:120px 0 0 120px;top:-7px;left:-33px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:60px 60px;transform-origin:60px 60px;}
.sweet-alert .sa-icon.sa-success::after{-webkit-border-radius:0 120px 120px 0;border-radius:0 120px 120px 0;top:-11px;left:30px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0px 60px;transform-origin:0px 60px;}
.sweet-alert .sa-icon.sa-success .sa-placeholder{width:80px;height:80px;border:4px solid rgba(165, 220, 134, 0.2);-webkit-border-radius:40px;border-radius:40px;border-radius:50%;box-sizing:content-box;position:absolute;left:-4px;top:-4px;z-index:2;}
.sweet-alert .sa-icon.sa-success .sa-fix{width:5px;height:90px;background-color:white;position:absolute;left:28px;top:8px;z-index:1;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);}
.sweet-alert .sa-icon.sa-success .sa-line{height:5px;background-color:#A5DC86;display:block;border-radius:2px;position:absolute;z-index:2;}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip{width:25px;left:14px;top:46px;-webkit-transform:rotate(45deg);transform:rotate(45deg);}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long{width:47px;right:8px;top:38px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);}
.sweet-alert .sa-icon.sa-custom{background-size:contain;border-radius:0;border:none;background-position:center center;background-repeat:no-repeat;}
@-webkit-keyframes showSweetAlert{0%{transform:scale(0.7);-webkit-transform:scale(0.7);}
45%{transform:scale(1.05);-webkit-transform:scale(1.05);}
80%{transform:scale(0.95);-webkit-transform:scale(0.95);}
100%{transform:scale(1);-webkit-transform:scale(1);}
}
@keyframes showSweetAlert{0%{transform:scale(0.7);-webkit-transform:scale(0.7);}
45%{transform:scale(1.05);-webkit-transform:scale(1.05);}
80%{transform:scale(0.95);-webkit-transform:scale(0.95);}
100%{transform:scale(1);-webkit-transform:scale(1);}
}
@-webkit-keyframes hideSweetAlert{0%{transform:scale(1);-webkit-transform:scale(1);}
100%{transform:scale(0.5);-webkit-transform:scale(0.5);}
}
@keyframes hideSweetAlert{0%{transform:scale(1);-webkit-transform:scale(1);}
100%{transform:scale(0.5);-webkit-transform:scale(0.5);}
}
@-webkit-keyframes slideFromTop{0%{top:0%;}
100%{top:50%;}
}
@keyframes slideFromTop{0%{top:0%;}
100%{top:50%;}
}
@-webkit-keyframes slideToTop{0%{top:50%;}
100%{top:0%;}
}
@keyframes slideToTop{0%{top:50%;}
100%{top:0%;}
}
@-webkit-keyframes slideFromBottom{0%{top:70%;}
100%{top:50%;}
}
@keyframes slideFromBottom{0%{top:70%;}
100%{top:50%;}
}
@-webkit-keyframes slideToBottom{0%{top:50%;}
100%{top:70%;}
}
@keyframes slideToBottom{0%{top:50%;}
100%{top:70%;}
}
.showSweetAlert[data-animation=pop]{-webkit-animation:showSweetAlert 0.3s;animation:showSweetAlert 0.3s;}
.showSweetAlert[data-animation=none]{-webkit-animation:none;animation:none;}
.showSweetAlert[data-animation=slide-from-top]{-webkit-animation:slideFromTop 0.3s;animation:slideFromTop 0.3s;}
.showSweetAlert[data-animation=slide-from-bottom]{-webkit-animation:slideFromBottom 0.3s;animation:slideFromBottom 0.3s;}
.hideSweetAlert[data-animation=pop]{-webkit-animation:hideSweetAlert 0.2s;animation:hideSweetAlert 0.2s;}
.hideSweetAlert[data-animation=none]{-webkit-animation:none;animation:none;}
.hideSweetAlert[data-animation=slide-from-top]{-webkit-animation:slideToTop 0.4s;animation:slideToTop 0.4s;}
.hideSweetAlert[data-animation=slide-from-bottom]{-webkit-animation:slideToBottom 0.3s;animation:slideToBottom 0.3s;}
@-webkit-keyframes animateSuccessTip{0%{width:0;left:1px;top:19px;}
54%{width:0;left:1px;top:19px;}
70%{width:50px;left:-8px;top:37px;}
84%{width:17px;left:21px;top:48px;}
100%{width:25px;left:14px;top:45px;}
}
@keyframes animateSuccessTip{0%{width:0;left:1px;top:19px;}
54%{width:0;left:1px;top:19px;}
70%{width:50px;left:-8px;top:37px;}
84%{width:17px;left:21px;top:48px;}
100%{width:25px;left:14px;top:45px;}
}
@-webkit-keyframes animateSuccessLong{0%{width:0;right:46px;top:54px;}
65%{width:0;right:46px;top:54px;}
84%{width:55px;right:0px;top:35px;}
100%{width:47px;right:8px;top:38px;}
}
@keyframes animateSuccessLong{0%{width:0;right:46px;top:54px;}
65%{width:0;right:46px;top:54px;}
84%{width:55px;right:0px;top:35px;}
100%{width:47px;right:8px;top:38px;}
}
@-webkit-keyframes rotatePlaceholder{0%{transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}
5%{transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}
12%{transform:rotate(-405deg);-webkit-transform:rotate(-405deg);}
100%{transform:rotate(-405deg);-webkit-transform:rotate(-405deg);}
}
@keyframes rotatePlaceholder{0%{transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}
5%{transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}
12%{transform:rotate(-405deg);-webkit-transform:rotate(-405deg);}
100%{transform:rotate(-405deg);-webkit-transform:rotate(-405deg);}
}
.animateSuccessTip{-webkit-animation:animateSuccessTip 0.75s;animation:animateSuccessTip 0.75s;}
.animateSuccessLong{-webkit-animation:animateSuccessLong 0.75s;animation:animateSuccessLong 0.75s;}
.sa-icon.sa-success.animate::after{-webkit-animation:rotatePlaceholder 4.25s ease-in;animation:rotatePlaceholder 4.25s ease-in;}
@-webkit-keyframes animateErrorIcon{0%{transform:rotateX(100deg);-webkit-transform:rotateX(100deg);opacity:0;}
100%{transform:rotateX(0deg);-webkit-transform:rotateX(0deg);opacity:1;}
}
@keyframes animateErrorIcon{0%{transform:rotateX(100deg);-webkit-transform:rotateX(100deg);opacity:0;}
100%{transform:rotateX(0deg);-webkit-transform:rotateX(0deg);opacity:1;}
}
.animateErrorIcon{-webkit-animation:animateErrorIcon 0.5s;animation:animateErrorIcon 0.5s;}
@-webkit-keyframes animateXMark{0%{transform:scale(0.4);-webkit-transform:scale(0.4);margin-top:26px;opacity:0;}
50%{transform:scale(0.4);-webkit-transform:scale(0.4);margin-top:26px;opacity:0;}
80%{transform:scale(1.15);-webkit-transform:scale(1.15);margin-top:-6px;}
100%{transform:scale(1);-webkit-transform:scale(1);margin-top:0;opacity:1;}
}
@keyframes animateXMark{0%{transform:scale(0.4);-webkit-transform:scale(0.4);margin-top:26px;opacity:0;}
50%{transform:scale(0.4);-webkit-transform:scale(0.4);margin-top:26px;opacity:0;}
80%{transform:scale(1.15);-webkit-transform:scale(1.15);margin-top:-6px;}
100%{transform:scale(1);-webkit-transform:scale(1);margin-top:0;opacity:1;}
}
.animateXMark{-webkit-animation:animateXMark 0.5s;animation:animateXMark 0.5s;}
@-webkit-keyframes pulseWarning{0%{border-color:#F8D486;}
100%{border-color:#F8BB86;}
}
@keyframes pulseWarning{0%{border-color:#F8D486;}
100%{border-color:#F8BB86;}
}
.pulseWarning{-webkit-animation:pulseWarning 0.75s infinite alternate;animation:pulseWarning 0.75s infinite alternate;}
@-webkit-keyframes pulseWarningIns{0%{background-color:#F8D486;}
100%{background-color:#F8BB86;}
}
@keyframes pulseWarningIns{0%{background-color:#F8D486;}
100%{background-color:#F8BB86;}
}
.pulseWarningIns{-webkit-animation:pulseWarningIns 0.75s infinite alternate;animation:pulseWarningIns 0.75s infinite alternate;}
@-webkit-keyframes rotate-loading{0%{transform:rotate(0deg);}
100%{transform:rotate(360deg);}
}
@keyframes rotate-loading{0%{transform:rotate(0deg);}
100%{transform:rotate(360deg);}
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left{-ms-transform:rotate(45deg) \9;}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right{-ms-transform:rotate(-45deg) \9;}
.sweet-alert .sa-icon.sa-success{border-color:transparent\9;}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip{-ms-transform:rotate(45deg) \9;}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long{-ms-transform:rotate(-45deg) \9;}
.la-ball-fall,
.la-ball-fall > div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.la-ball-fall{display:block;font-size:0;color:#fff;}
.la-ball-fall.la-dark{color:#333;}
.la-ball-fall > div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor;}
.la-ball-fall{width:54px;height:18px;}
.la-ball-fall > div{width:10px;height:10px;margin:4px;border-radius:100%;opacity:0;-webkit-animation:ball-fall 1s ease-in-out infinite;-moz-animation:ball-fall 1s ease-in-out infinite;-o-animation:ball-fall 1s ease-in-out infinite;animation:ball-fall 1s ease-in-out infinite;}
.la-ball-fall > div:nth-child(1){-webkit-animation-delay:-200ms;-moz-animation-delay:-200ms;-o-animation-delay:-200ms;animation-delay:-200ms;}
.la-ball-fall > div:nth-child(2){-webkit-animation-delay:-100ms;-moz-animation-delay:-100ms;-o-animation-delay:-100ms;animation-delay:-100ms;}
.la-ball-fall > div:nth-child(3){-webkit-animation-delay:0ms;-moz-animation-delay:0ms;-o-animation-delay:0ms;animation-delay:0ms;}
.la-ball-fall.la-sm{width:26px;height:8px;}
.la-ball-fall.la-sm > div{width:4px;height:4px;margin:2px;}
.la-ball-fall.la-2x{width:108px;height:36px;}
.la-ball-fall.la-2x > div{width:20px;height:20px;margin:8px;}
.la-ball-fall.la-3x{width:162px;height:54px;}
.la-ball-fall.la-3x > div{width:30px;height:30px;margin:12px;}
@-webkit-keyframes ball-fall{0%{opacity:0;-webkit-transform:translateY(-145%);transform:translateY(-145%);}
10%{opacity:.5;}
20%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}
80%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}
90%{opacity:.5;}
100%{opacity:0;-webkit-transform:translateY(145%);transform:translateY(145%);}
}
@-moz-keyframes ball-fall{0%{opacity:0;-moz-transform:translateY(-145%);transform:translateY(-145%);}
10%{opacity:.5;}
20%{opacity:1;-moz-transform:translateY(0);transform:translateY(0);}
80%{opacity:1;-moz-transform:translateY(0);transform:translateY(0);}
90%{opacity:.5;}
100%{opacity:0;-moz-transform:translateY(145%);transform:translateY(145%);}
}
@-o-keyframes ball-fall{0%{opacity:0;-o-transform:translateY(-145%);transform:translateY(-145%);}
10%{opacity:.5;}
20%{opacity:1;-o-transform:translateY(0);transform:translateY(0);}
80%{opacity:1;-o-transform:translateY(0);transform:translateY(0);}
90%{opacity:.5;}
100%{opacity:0;-o-transform:translateY(145%);transform:translateY(145%);}
}
@keyframes ball-fall{0%{opacity:0;-webkit-transform:translateY(-145%);-moz-transform:translateY(-145%);-o-transform:translateY(-145%);transform:translateY(-145%);}
10%{opacity:.5;}
20%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);}
80%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);}
90%{opacity:.5;}
100%{opacity:0;-webkit-transform:translateY(145%);-moz-transform:translateY(145%);-o-transform:translateY(145%);transform:translateY(145%);}
}.redes_sociales {
	width: 100%;
	cursor:pointer;
	color: white;
	display: block;
	text-align: center;
}

.redes_sociales .fa {
	height: 40px;
	font-size: 24px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	width: 40px;
	-webkit-backface-visibility: hidden;
}

.redes_sociales .fa:before, .redes_sociales .fa:after {
	left: 0;
	position: absolute;
	text-align: center;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	top: 50%;
	width: 100%;
}

.redes_sociales .fa:before {
	color: white;
	-webkit-transform: translate3D(0, -50%, 0);
	-ms-transform: translate3D(0, -50%, 0);
	transform: translate3D(0, -50%, 0);
	z-index: 2;
}

.redes_sociales .fa:after {
	padding-bottom: 25%;
	padding-top: 300%;
	top: 0;
}

.redes_sociales .fa:hover:after {
	-webkit-transform: translate3D(0, -73%, 0);
	-ms-transform: translate3D(0, -73%, 0);
	transform: translate3D(0, -73%, 0);
}

.redes_sociales .fa:hover:before {
	-webkit-transform: translate3D(0, -250%, 0);
	-ms-transform: translate3D(0, -250%, 0);
	transform: translate3D(0, -250%, 0);
}

/* ICONOS */

.redes_sociales .fa-twitter:after {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #00acee), color-stop(75%, #ffffff));
	background-image: -webkit-linear-gradient(#00acee 25%, #ffffff 75%);
	background-image: linear-gradient(#00acee 25%, #ffffff 75%);
	content: "\f099";
	color: #00acee;
}

.redes_sociales .fa-facebook:after {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #3b5998), color-stop(75%, #ffffff));
	background-image: -webkit-linear-gradient(#3b5998 25%, #ffffff 75%);
	background-image: linear-gradient(#3b5998 25%, #ffffff 75%);
	content: "\f09a";
	color: #3b5998;
}

.redes_sociales .fa-google-plus:after {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #bb0000), color-stop(75%, #ffffff));
	background-image: -webkit-linear-gradient(#bb0000 25%, #ffffff 75%);
	background-image: linear-gradient(#bb0000 25%, #ffffff 75%);
	content: "\f0d5";
	color: #bb0000;
}

.redes_sociales .fa-pinterest:after {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #cb2027), color-stop(75%, #ffffff));
	background-image: -webkit-linear-gradient(#cb2027 25%, #ffffff 75%);
	background-image: linear-gradient(#cb2027 25%, #ffffff 75%);
	content: "\f0d2";
	color: #cb2027;
}

.redes_sociales .fa-tumblr:after {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #2C4762), color-stop(75%, #ffffff));
	background-image: -webkit-linear-gradient(#2C4762 25%, #ffffff 75%);
	background-image: linear-gradient(#2C4762 25%, #ffffff 75%);
	content: "\f173";
	color: #2C4762;
}

.redes_sociales .fa-whatsapp:after {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #25d366), color-stop(75%, #ffffff));
	background-image: -webkit-linear-gradient(#25d366 25%, #ffffff 75%);
	background-image: linear-gradient(#25d366 25%, #ffffff 75%);
	content: "\f232";
	color: #25d366;
}.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-map-pane svg,
.leaflet-map-pane canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer{position:absolute;left:0;top:0;}
.leaflet-container{overflow:hidden;-ms-touch-action:none;touch-action:none;}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none;}
.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast;}
.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0;}
.leaflet-marker-icon,
.leaflet-marker-shadow{display:block;}
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer{max-width:none !important;}
.leaflet-tile{filter:inherit;visibility:hidden;}
.leaflet-tile-loaded{visibility:inherit;}
.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800;}
.leaflet-overlay-pane svg{-moz-user-select:none;}
.leaflet-pane{z-index:400;}
.leaflet-tile-pane{z-index:200;}
.leaflet-overlay-pane{z-index:400;}
.leaflet-shadow-pane{z-index:500;}
.leaflet-marker-pane{z-index:600;}
.leaflet-popup-pane{z-index:700;}
.leaflet-map-pane canvas{z-index:100;}
.leaflet-map-pane svg{z-index:200;}
.leaflet-vml-shape{width:1px;height:1px;}
.lvml{behavior:url(#default#VML);display:inline-block;position:absolute;}
.leaflet-control{position:relative;z-index:800;pointer-events:auto;}
.leaflet-top,
.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none;}
.leaflet-top{top:0;}
.leaflet-right{right:0;}
.leaflet-bottom{bottom:0;}
.leaflet-left{left:0;}
.leaflet-control{float:left;clear:both;}
.leaflet-right .leaflet-control{float:right;}
.leaflet-top .leaflet-control{margin-top:10px;}
.leaflet-bottom .leaflet-control{margin-bottom:10px;}
.leaflet-left .leaflet-control{margin-left:10px;}
.leaflet-right .leaflet-control{margin-right:10px;}
.leaflet-fade-anim .leaflet-tile{will-change:opacity;}
.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity 0.2s linear;-moz-transition:opacity 0.2s linear;-o-transition:opacity 0.2s linear;transition:opacity 0.2s linear;}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1;}
.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;}
.leaflet-zoom-anim .leaflet-zoom-animated{will-change:transform;}
.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform 0.25s cubic-bezier(0,0,0.25,1);-moz-transition:-moz-transform 0.25s cubic-bezier(0,0,0.25,1);-o-transition:-o-transform 0.25s cubic-bezier(0,0,0.25,1);transition:transform 0.25s cubic-bezier(0,0,0.25,1);}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none;}
.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden;}
.leaflet-interactive{cursor:pointer;}
.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive{cursor:crosshair;}
.leaflet-popup-pane,
.leaflet-control{cursor:auto;}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;}
.leaflet-container{background:#ddd;outline:0;}
.leaflet-container a{color:#0078A8;}
.leaflet-container a.leaflet-active{outline:2px solid orange;}
.leaflet-zoom-box{border:2px dotted #38f;background:rgba(255,255,255,0.5);}
.leaflet-container{font:12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;}
.leaflet-bar{box-shadow:0 1px 5px rgba(0,0,0,0.65);border-radius:4px;}
.leaflet-bar a,
.leaflet-bar a:hover{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:black;}
.leaflet-bar a,
.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block;}
.leaflet-bar a:hover{background-color:#f4f4f4;}
.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px;}
.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none;}
.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb;}
.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px;}
.leaflet-control-zoom-in,
.leaflet-control-zoom-out{font:bold 18px 'Lucida Console', Monaco, monospace;text-indent:1px;}
.leaflet-control-zoom-out{font-size:20px;}
.leaflet-touch .leaflet-control-zoom-in{font-size:22px;}
.leaflet-touch .leaflet-control-zoom-out{font-size:24px;}
.leaflet-control-layers{box-shadow:0 1px 5px rgba(0,0,0,0.4);background:#fff;border-radius:5px;}
.leaflet-control-layers-toggle{background-image:url(images/layers.png);width:36px;height:36px;}
.leaflet-retina .leaflet-control-layers-toggle{background-image:url(images/layers-2x.png);background-size:26px 26px;}
.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px;}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none;}
.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative;}
.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff;}
.leaflet-control-layers-scrollbar{overflow-y:scroll;padding-right:5px;}
.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px;}
.leaflet-control-layers label{display:block;}
.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px;}
.leaflet-container .leaflet-control-attribution{background:#fff;background:rgba(255, 255, 255, 0.7);margin:0;}
.leaflet-control-attribution,
.leaflet-control-scale-line{padding:0 5px;color:#333;}
.leaflet-control-attribution a{text-decoration:none;}
.leaflet-control-attribution a:hover{text-decoration:underline;}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale{font-size:11px;}
.leaflet-left .leaflet-control-scale{margin-left:5px;}
.leaflet-bottom .leaflet-control-scale{margin-bottom:5px;}
.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;font-size:11px;white-space:nowrap;overflow:hidden;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff;background:rgba(255, 255, 255, 0.5);}
.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px;}
.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777;}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar{box-shadow:none;}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,0.2);background-clip:padding-box;}
.leaflet-popup{position:absolute;text-align:center;}
.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px;}
.leaflet-popup-content{margin:13px 19px;line-height:1.4;}
.leaflet-popup-content p{margin:18px 0;}
.leaflet-popup-tip-container{margin:0 auto;width:40px;height:20px;position:relative;overflow:hidden;}
.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip{background:white;color:#333;box-shadow:0 3px 14px rgba(0,0,0,0.4);}
.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;padding:4px 4px 0 0;border:none;text-align:center;width:18px;height:14px;font:16px/14px Tahoma, Verdana, sans-serif;color:#c3c3c3;text-decoration:none;font-weight:bold;background:transparent;}
.leaflet-container a.leaflet-popup-close-button:hover{color:#999;}
.leaflet-popup-scrolled{overflow:auto;border-bottom:1px solid #ddd;border-top:1px solid #ddd;}
.leaflet-oldie .leaflet-popup-content-wrapper{zoom:1;}
.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);}
.leaflet-oldie .leaflet-popup-tip-container{margin-top:-1px;}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip{border:1px solid #999;}
.leaflet-div-icon{background:#fff;border:1px solid #666;}.ms-options-wrap,
.ms-options-wrap * {
    box-sizing: border-box;
}

.ms-options-wrap > button:focus,
.ms-options-wrap > button {
    position: relative;
    width: 100%;
    text-align: left;
    background-color: #fff;
    margin-top: 1px;
    color: #303030;
    outline: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    border: 1px solid #b0b0b0;
    border-radius: 7px !important;
    height: 40px;
    padding: 5px;
    font-size: 16px;       
}

.ms-options-wrap > button:after {
    content: ' ';
    height: 0;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 0;
    border: 6px solid rgba(0, 0, 0, 0);
    border-top-color: #303030;
    margin-top: -3px;
}

.ms-options-wrap > .ms-options {
    position: absolute;
    right: 0;
    width: 400%;
    margin-top: 1px;
    margin-bottom: 20px;
    background: white;
    z-index: 9999;
    border: 1px solid #aaa;
}

.ms-options-wrap > .ms-options > .ms-search input {
    width: 100%;
    padding: 4px 5px;
    border: none;
    border-bottom: 1px groove;
    outline: none;
}

.ms-options-wrap > .ms-options .ms-selectall {
    display: inline-block;
    font-size: .9em;
    text-decoration: none;
}
.ms-options-wrap > .ms-options .ms-selectall:hover {
    text-decoration: none;
}

.ms-options-wrap > .ms-options > .ms-selectall.global {
    margin: 4px 5px;
}

.ms-options-wrap > .ms-options > ul > li{
    background-image: none !important;
    padding-left:0px !important;
    margin-bottom: 0px !important;
}

.ms-options-wrap > .ms-options > ul > li.optgroup {
    padding: 5px;
}
.ms-options-wrap > .ms-options > ul > li.optgroup + li.optgroup {
    border-top: 1px solid #aaa;
}

.ms-options-wrap > .ms-options > ul > li.optgroup .label {
    display: block;
    padding: 5px 0 0 0;
    font-weight: bold;
}

.ms-options-wrap > .ms-options > ul label {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 4px;
    margin: 1px 0;
}

.ms-options-wrap > .ms-options > ul li.selected label,
.ms-options-wrap > .ms-options > ul label:hover {
    background-color: #efefef;
}

.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
    margin-right: 5px;
    position: absolute;
    left: 4px;
    top: 7px;
}

@media screen and (min-width:501px) and (max-width:990px) {
	.ms-options-wrap > .ms-options {
		width: 200%;
		left: 0 !important;
	}
	
	.ms-options ul {
		-webkit-column-count: 3 !important;
		-moz-column-count: 3 !important;
		column-count: 3 !important;
	}
}

@media screen and (min-width:320px) and (max-width:500px) {
	.ms-options-wrap > .ms-options {
		width: 100%;
		left: 0 !important;
	}
	
	.ms-options ul {
		-webkit-column-count: 2 !important;
		-moz-column-count: 2 !important;
		column-count: 2 !important;
	}
}.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow{-webkit-transition:-webkit-transform 0.3s ease-out, opacity 0.3s ease-in;-moz-transition:-moz-transform 0.3s ease-out, opacity 0.3s ease-in;-o-transition:-o-transform 0.3s ease-out, opacity 0.3s ease-in;transition:transform 0.3s ease-out, opacity 0.3s ease-in;}
.leaflet-cluster-spider-leg{-webkit-transition:-webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;-moz-transition:-moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;-o-transition:-o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;transition:stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;}
.marker-cluster-small{background-color:rgba(181, 226, 140, 0.6);}
.marker-cluster-small div{background-color:rgba(110, 204, 57, 0.6);}
.marker-cluster-medium{background-color:rgba(241, 211, 87, 0.6);}
.marker-cluster-medium div{background-color:rgba(240, 194, 12, 0.6);}
.marker-cluster-large{background-color:rgba(253, 156, 115, 0.6);}
.marker-cluster-large div{background-color:rgba(241, 128, 23, 0.6);}
.leaflet-oldie .marker-cluster-small{background-color:rgb(181, 226, 140);}
.leaflet-oldie .marker-cluster-small div{background-color:rgb(110, 204, 57);}
.leaflet-oldie .marker-cluster-medium{background-color:rgb(241, 211, 87);}
.leaflet-oldie .marker-cluster-medium div{background-color:rgb(240, 194, 12);}
.leaflet-oldie .marker-cluster-large{background-color:rgb(253, 156, 115);}
.leaflet-oldie .marker-cluster-large div{background-color:rgb(241, 128, 23);}
.marker-cluster{background-clip:padding-box;border-radius:20px;}
.marker-cluster div{width:30px;height:30px;margin-left:5px;margin-top:5px;text-align:center;border-radius:15px;font:12px "Helvetica Neue", Arial, Helvetica, sans-serif;}
.marker-cluster span{line-height:30px;}.jfilestyle{display:inline-block;margin:0 0 10px 0;padding:0;position:relative;border-collapse:separate;}div.jfilestyle label,div.jfilestyle input{font-family:sans-serif;}div.jfilestyle input{border:1px solid #c0c0c0;background:#d9d9d9;margin:0 -5px 0 0;vertical-align:middle;padding:7px 14px;font-size:14px;border-radius:4px;color:#8d8d8d;cursor:default;line-height:normal;}div.jfilestyle label{display:inline-block;border:1px solid #c0c0c0;background:#fff;padding:7px 14px;color:#0662ba;vertical-align:middle;line-height:normal;text-align:center;margin:0;font-size:14px;width:auto;border-radius:4px;font-weight:normal;}div.jfilestyle.jfilestyle-corner input:first-child{border-right:0;}div.jfilestyle.jfilestyle-corner input:last-child{border-left:0;}div.jfilestyle.jfilestyle-corner input:first-child,div.jfilestyle.jfilestyle-corner span:first-child>label{border-radius:4px 0 0 4px;}div.jfilestyle.jfilestyle-corner input:last-child,div.jfilestyle.jfilestyle-corner span:last-child>label{border-radius:0 4px 4px 0;}div.jfilestyle label[disabled]{pointer-events:none;opacity:.6;filter:alpha(opacity=65);cursor:not-allowed;}div.jfilestyle label:hover{cursor:pointer;opacity:.9;}div.jfilestyle .count-jfilestyle{background:#303030;color:#fff;border-radius:50%;padding:1px 5px;font-size:12px;vertical-align:middle;}
	ul.prices_tables li .last {
		margin-bottom:0px;
	}
	.prices_tablename, .prices_tablename input {
		color:#0066CC;
		font-size:18px;
		font-weight:bolder;
		margin-bottom:5px;
	}
	.prices_tablename_multi, .prices_tablename_multi input {
		font-size:14px;
	}
	.prices_tablename input {
		margin-right:5px;
	}
	.prices_tablename input.capacity, div.prices_tablename .multiplier input {
		width:25px;
	}
	body:not(.nohover) tbody tr:hover {
		background-color:#FFBA7C;
	}
	.prices_table_hack {
		position:relative;
		z-index:0;
		margin-bottom:15px;
		float: left;
		width: 100%;
	}
	table.prices, table.prices.owner {
		overflow:hidden;
		margin-bottom:-1px;
		margin-right:-1px;
		background-color: #FFF;
		border: 1px solid #000;
		margin: 0 auto;
	}
	table.prices input, table.prices.owner input {
		width:30px;
		padding:0 5px 0 5px;
	}
	table.prices td, table.prices.owner td, table.prices th, table.prices.owner th {
		position:relative;
		height:40px;
		border-right:1px solid #000;
		border-bottom:1px solid #000;
		text-align:center;
		padding:5px;
		outline:0;
	}
	table.prices thead tr, table.prices.owner thead tr {
		background-color:#787878;
	}
	table.prices th, table.prices.owner th {
		color:#fff;
		min-width: 85px;
	}
	table.prices td, table.prices.owner td {
		color:#000;
	}
	table.prices td:hover::after,
	table.prices thead th:not(:empty):hover::after,
	table.prices td:focus::after,
	table.prices thead th:not(:empty):focus::after {
		content:"";
		position:absolute;
		background-color:#e6f1ff;
		left:0;
		top:-5000px;
		height:10000px;
		width:100%;
		z-index:-1;
		cursor:pointer;
	}
	table.prices td:hover::after,
	table.prices th:hover::after {
		background-color:#e6f1ff;
	}
	table.prices .first {
		text-align:left;
	}
	table.prices .date div {
		display:inline-block;
	}
	table.prices .date input {
		width:80px;
	}
	table.prices .date input.error {
		border:1px solid #ff0000;
		background:#ffffcc;
	}
	table.prices .money {
		width:70px;
		font-weight:normal;
	}
	table.prices .money input {
		width:38px;
		padding:0 15px 0 5px;
	}
	table.prices .nights_min {
		width:100px;
	}
	table.prices .season_title {
		width:200px;
		text-align:left;
		color: #000;
	}
	table.prices .season_basic {
		text-align:left;
		width:276px;
	}
	table.prices input, table.prices.owner input, table.prices select, table.prices.owner select {
		border:1px solid #969696;
		height:22px;
	}
	table.prices input .error, table.prices select .error {
		border-color:#00264c;
	}
	table.prices .offer {
		color:#EC6200;
	}
	table.prices .offer .prev {
		text-decoration:line-through;
	}
	table.prices .placeholder {
		position:relative;
		width:60px;
		height:24px;
		margin:auto;
	}
	table.prices .placeholder input, table.prices .placeholder span {
		position:absolute;
		top:0;
	}
	table.prices .placeholder input {
		left:0;
	}
	table.prices .placeholder span {
		right:5px;
		line-height:24px;
	}
	table.prices .delete_table {
		width:40px;
	}
	table.prices.owner td, table.prices.owner th {
		border:1px solid #0066CC;
	}
	table.rental_units {
		border:1px solid #0066CC;
		border-collapse:collapse;
		margin-bottom:20px;
		width:100%;
	}
	table.rental_units th, table.rental_units td {
		background-position:center center;
		color:#666;
		height:40px;
		padding:5px;
		text-align:center;
	}
	table.rental_units th .first, table.rental_units td .first {
		padding-left:10px;
		text-align:left;
	}
	table.rental_units th {
		background-color:#cee7ff;
	}
	table.rental_units td {
		border-top:1px solid #0066CC;
		background:#FFF;
	}
	table.rental_units td a {
		font-weight:bold;
	}
	table.rental_units tr.active td {
		color:#0066CC;
		font-weight:bold;
	}
	.add_season {
		font-size:18px;
		font-weight:bolder;
		margin:20px 0;
	}


/*************************** Calendar Top Navigation **************************/
#calendar {
	float: left;
	margin: 0px 1%;
	padding: 0px;
	width: 31.3%;
	font-family:Helvetica, "Times New Roman", Times, serif;
	box-sizing: border-box;
}

#calendar .calendar_box {
    position:relative;
    top:0px;
    left:0px;
    width:100%;
    height:40px;
    background-color: #787878 ;
	box-sizing: border-box;
}

#calendar .calendar_header {
	line-height: 40px;
	vertical-align: middle;
	position: absolute;
	left: 5px;
	top: 0px;
	height: 40px;
	text-align: center;
	box-sizing: border-box;
	width: calc(100% - 10px);
}

#calendar .calendar_header .calendar_prev, #calendar .calendar_header .calendar_next {
    position:absolute;
    top:0px;   
    height: 17px;
    display:block;
    cursor:pointer;
    text-decoration:none;
    color:#FFF;
	box-sizing: border-box;
}

#calendar .calendar_header .calendar_title {
	color: #FFF;
	font-size: 18px;
	box-sizing: border-box;
}

#calendar .calendar_header .calendar_prev {
  left: 0px;
	display: none;
}

#calendar .calendar_header .calendar_next {
  right: 0px;
	display: none;
}

.calendar_prev {
	float: left;
}

.calendar_next {
	float: right;
}

/*************************** Calendar Content Cells ***************************/
#calendar .calendar_content {
  border: 1px solid #787878;
  border-top: none;
}

#calendar .calendar_label {
    float:left;
    margin: 0px;
    padding: 0px;
    margin-top:5px;
    margin-left: 5px;
	box-sizing: border-box;
	width: calc(100% - 5px);
}

#calendar .calendar_label .calendar_names {
    padding:0px;
    margin:5px 0.5% 0px 0.5%;
    float:left;
    list-style-type:none;
    width:80px;
    height:40px;
    line-height:40px;
    vertical-align:middle;
    text-align:center;
    color:#000;
    font-size: 15px;
    background: transparent;
	width: 13%;
	box-sizing: border-box;
}

#calendar .calendar_dates {
    float:left;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    margin-bottom: 5px;
	box-sizing: border-box;
	width: calc(100% - 5px);
}

/** overall width = width+padding-right **/
#calendar .calendar_dates .calendar_names, #calendar .calendar_dates .calendar_days, #calendar .calendar_dates .calendar_today {
	padding: 0px;
	margin: 0.5%;
	line-height: 2em;
	vertical-align: middle;
	float: left;
	list-style-type: none;
	height: auto;
	min-height: 36px;
	font-size: 18px;
	background: #DDD;
	color: #000;
	text-align: center;
	width: 13%;
	box-sizing: border-box;
}

#calendar .calendar_dates .calendar_today {
  background-color: #DDD;
}

:focus {
  outline: none;
}

.calendar_clear {
  clear: both;
}

.fecha_reservada {
	background: red !important;
	color: white !important;
}

#calendario_contenedor {
	width: 100%;
	float: left;
}

.dtr-details li {
	background: transparent !important;
}

@media screen and (max-width:600px) {
	#calendar {
		margin: 10px auto;
		width: 100%;
		max-width: 300px;
		float: unset;
	}
}

@media screen and (min-width:601px) and (max-width:900px) {
	#calendar {
		margin: 10px 1%;
		width: 48%;
		max-width: 300px;
		float: left;
	}
}/* BLOGS */

#blog_titulo{
    float: left;
    width: 100%;
    color: #950100;
    font-size: 17px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding: 1%;
    background-color: #F2F2F2;
}

#blog_intro{
	float:left;
	width:100%;
	text-align: justify;
	padding: 1%;
}

#blog_intro iframe, #blog_texto iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

#blog_intro p, #blog_texto p, #blog_intro span, #blog_texto span, #blog_intro p span, #blog_texto p span {
	font-size: 16px;
}

#blog_leer_mas{
	float: right;
	width: 120px;
	color: #FFF;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-bottom: 40px;
	background-color: #950100;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#blog_leer_mas a{
	color:#FFF;
	text-decoration: none;
	font-weight: 600;
}

#blog_leer_mas:hover {
	background-color: #630100;
}

#blog_leer_mas:hover a {
	color: #fff;
}

#blog_galeria {
	width: 100%;
    text-align: justify;
    padding: 1%;
    float: left;
	margin-top: 20px;
}

/* para versiÃ³n full ancho
.blog_elemento {
	position: relative;
	width: 700px;
	margin: auto;
}
*/

.blog_elemento {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1%;
    float: left;
    background-color: #F2F2F2;
}

.blog_elemento table, .blog_elemento img {
	max-width: 100% !important;
	margin: 0 auto;
	height: auto;
}

.blog_foto_unidad {
	max-width: 190px;
	min-width: 190px;
	display: inline-block;
	margin: 0 2px;
}

.blog_foto_foto {
	max-height: 142px;
	min-height: 142px;
}

#blog_paginacion{
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}

#blog_numpagina_activa{
	margin-left: 20px;
	border: 1px solid #047235;
	background-color: #950100;
	padding: 2px;
	width: 20px;
	height: 30px;
	display: inline-block;
}
#blog_numpagina_activa a{
	color: white !important;
}

.blog_numpagina{
	margin-left: 20px;
	display: inline-block;
	color: #74003b5dc;
}

.blog_numpagina a{
	color: #000;
	text-decoration: none;
}

#blog_texto {
    width: 100%;
	text-align: justify;
	padding: 1%;
    float: left;
    background-color: #F2F2F2;
}

#blog_texto p {
    font-size: 19px;
}

@media all and (max-width: 990px) {
	#blog_texto, #blog_texto img {
		width: 100%;
		height: auto;
	}
	
	.blog_elemento {
		width: 100%;
		max-width: 700px;
	}
	
	.blog_elemento img {
		max-width: 44% !important;
	}
}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
table.dataTable{width:99.5%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0}table.dataTable thead th,table.dataTable tfoot th{font-weight:bold}table.dataTable thead th,table.dataTable thead td{padding:10px 18px;border-bottom:1px solid #111}table.dataTable thead th:active,table.dataTable thead td:active{outline:none}table.dataTable tfoot th,table.dataTable tfoot td{padding:10px 18px 6px 18px;border-top:1px solid #111}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc{cursor:pointer;*cursor:hand}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{background-repeat:no-repeat;background-position:center right}table.dataTable thead .sorting{background-image:url("../images/sort_both.png")}table.dataTable thead .sorting_asc{background-image:url("../images/sort_asc.png")}table.dataTable thead .sorting_desc{background-image:url("../images/sort_desc.png")}table.dataTable thead .sorting_asc_disabled{background-image:url("../images/sort_asc_disabled.png")}table.dataTable thead .sorting_desc_disabled{background-image:url("../images/sort_desc_disabled.png")}table.dataTable tbody tr{background-color:#ffffff}table.dataTable tbody tr.selected{background-color:#B0BED9}table.dataTable tbody th,table.dataTable tbody td{padding:8px 10px}table.dataTable.row-border tbody th,table.dataTable.row-border tbody td,table.dataTable.display tbody th,table.dataTable.display tbody td{border-top:1px solid #ddd}table.dataTable.row-border tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.display tbody tr:first-child td{border-top:none}table.dataTable.cell-border tbody th,table.dataTable.cell-border tbody td{border-top:1px solid #ddd;border-right:1px solid #ddd}table.dataTable.cell-border tbody tr th:first-child,table.dataTable.cell-border tbody tr td:first-child{border-left:1px solid #ddd}table.dataTable.cell-border tbody tr:first-child th,table.dataTable.cell-border tbody tr:first-child td{border-top:none}table.dataTable.stripe tbody tr.odd,table.dataTable.display tbody tr.odd{background-color:#f9f9f9}table.dataTable.stripe tbody tr.odd.selected,table.dataTable.display tbody tr.odd.selected{background-color:#acbad4}table.dataTable.hover tbody tr:hover,table.dataTable.display tbody tr:hover{background-color:#f6f6f6}table.dataTable.hover tbody tr:hover.selected,table.dataTable.display tbody tr:hover.selected{background-color:#aab7d1}table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3,table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3{background-color:#fafafa}table.dataTable.order-column tbody tr.selected>.sorting_1,table.dataTable.order-column tbody tr.selected>.sorting_2,table.dataTable.order-column tbody tr.selected>.sorting_3,table.dataTable.display tbody tr.selected>.sorting_1,table.dataTable.display tbody tr.selected>.sorting_2,table.dataTable.display tbody tr.selected>.sorting_3{background-color:#acbad5}table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{background-color:#f1f1f1}table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2{background-color:#f3f3f3}table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3{background-color:whitesmoke}table.dataTable.display tbody tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1{background-color:#a6b4cd}table.dataTable.display tbody tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2{background-color:#a8b5cf}table.dataTable.display tbody tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3{background-color:#a9b7d1}table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:#fafafa}table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2{background-color:#fcfcfc}table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3{background-color:#fefefe}table.dataTable.display tbody tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1{background-color:#acbad5}table.dataTable.display tbody tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2{background-color:#aebcd6}table.dataTable.display tbody tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3{background-color:#afbdd8}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1{background-color:#eaeaea}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2{background-color:#ececec}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3{background-color:#efefef}table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1{background-color:#a2aec7}table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2{background-color:#a3b0c9}table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3{background-color:#a5b2cb}table.dataTable.no-footer{border-bottom:1px solid #111}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable.compact thead th,table.dataTable.compact thead td{padding:4px 17px 4px 4px}table.dataTable.compact tfoot th,table.dataTable.compact tfoot td{padding:4px}table.dataTable.compact tbody th,table.dataTable.compact tbody td{padding:4px}table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty{text-align:center}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}table.dataTable,table.dataTable th,table.dataTable td{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.dataTables_wrapper{position:relative;clear:both;*zoom:1;zoom:1}.dataTables_wrapper .dataTables_length{float:left}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter input{margin-left:0.5em}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:0.755em}.dataTables_wrapper .dataTables_paginate{float:right;text-align:right;padding-top:0.25em}.dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:0.5em 1em;margin-left:2px;text-align:center;text-decoration:none !important;cursor:pointer;*cursor:hand;color:#333 !important;border:1px solid transparent;border-radius:2px}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333 !important;border:1px solid #979797;background-color:white;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));background:-webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-o-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{cursor:default;color:#666 !important;border:1px solid transparent;background:transparent;box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:white !important;border:1px solid #111;background-color:#585858;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));background:-webkit-linear-gradient(top, #585858 0%, #111 100%);background:-moz-linear-gradient(top, #585858 0%, #111 100%);background:-ms-linear-gradient(top, #585858 0%, #111 100%);background:-o-linear-gradient(top, #585858 0%, #111 100%);background:linear-gradient(to bottom, #585858 0%, #111 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));background:-webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);box-shadow:inset 0 0 3px #111}.dataTables_wrapper .dataTables_paginate .ellipsis{padding:0 1em}.dataTables_wrapper .dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:white;background:-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%)}.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate{color:#333}.dataTables_wrapper .dataTables_scroll{clear:both}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{*margin-top:-1px;-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing{height:0;overflow:hidden;margin:0 !important;padding:0 !important}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #111}.dataTables_wrapper.no-footer div.dataTables_scrollHead table,.dataTables_wrapper.no-footer div.dataTables_scrollBody table{border-bottom:none}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width: 767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.dataTables_wrapper .dataTables_paginate{margin-top:0.5em}}@media screen and (max-width: 640px){.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter{float:none;text-align:center}.dataTables_wrapper .dataTables_filter{margin-top:0.5em}}
table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty{cursor:default !important}table.dataTable.dtr-inline.collapsed>tbody>tr>td.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty:before{display:none !important}table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child,table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child{position:relative;padding-left:30px;cursor:pointer}table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before{top:9px;left:4px;height:14px;width:14px;display:block;position:absolute;color:white;border:2px solid white;border-radius:14px;box-shadow:0 0 3px #444;box-sizing:content-box;text-align:center;font-family:'Courier New', Courier, monospace;line-height:14px;content:'+';background-color:#31b131}table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before{content:'-';background-color:#d33333}table.dataTable.dtr-inline.collapsed>tbody>tr.child td:before{display:none}table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child{padding-left:27px}table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child:before,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child:before{top:5px;left:4px;height:14px;width:14px;border-radius:14px;line-height:14px;text-indent:3px}table.dataTable.dtr-column>tbody>tr>td.control,table.dataTable.dtr-column>tbody>tr>th.control{position:relative;cursor:pointer}table.dataTable.dtr-column>tbody>tr>td.control:before,table.dataTable.dtr-column>tbody>tr>th.control:before{top:50%;left:50%;height:16px;width:16px;margin-top:-10px;margin-left:-10px;display:block;position:absolute;color:white;border:2px solid white;border-radius:14px;box-shadow:0 0 3px #444;box-sizing:content-box;text-align:center;font-family:'Courier New', Courier, monospace;line-height:14px;content:'+';background-color:#31b131}table.dataTable.dtr-column>tbody>tr.parent td.control:before,table.dataTable.dtr-column>tbody>tr.parent th.control:before{content:'-';background-color:#d33333}table.dataTable>tbody>tr.child{padding:0.5em 1em}table.dataTable>tbody>tr.child:hover{background:transparent !important}table.dataTable>tbody>tr.child ul.dtr-details{display:inline-block;list-style-type:none;margin:0;padding:0}table.dataTable>tbody>tr.child ul.dtr-details li{border-bottom:1px solid #efefef;padding:0.5em 0}table.dataTable>tbody>tr.child ul.dtr-details li:first-child{padding-top:0}table.dataTable>tbody>tr.child ul.dtr-details li:last-child{border-bottom:none}table.dataTable>tbody>tr.child span.dtr-title{display:inline-block;min-width:75px;font-weight:bold}div.dtr-modal{position:fixed;box-sizing:border-box;top:0;left:0;height:100%;width:100%;z-index:100;padding:10em 1em}div.dtr-modal div.dtr-modal-display{position:absolute;top:0;left:0;bottom:0;right:0;width:50%;height:50%;overflow:auto;margin:auto;z-index:102;overflow:auto;background-color:#f5f5f7;border:1px solid black;border-radius:0.5em;box-shadow:0 12px 30px rgba(0,0,0,0.6)}div.dtr-modal div.dtr-modal-content{position:relative;padding:1em}div.dtr-modal div.dtr-modal-close{position:absolute;top:6px;right:6px;width:22px;height:22px;border:1px solid #eaeaea;background-color:#f9f9f9;text-align:center;border-radius:3px;cursor:pointer;z-index:12}div.dtr-modal div.dtr-modal-close:hover{background-color:#eaeaea}div.dtr-modal div.dtr-modal-background{position:fixed;top:0;left:0;right:0;bottom:0;z-index:101;background:rgba(0,0,0,0.6)}@media screen and (max-width: 767px){div.dtr-modal div.dtr-modal-display{width:95%}}
table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty{cursor:default !important}table.dataTable.dtr-inline.collapsed>tbody>tr>td.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty:before{display:none !important}table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child,table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child{position:relative;padding-left:30px;cursor:pointer}table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before{top:9px;left:4px;height:14px;width:14px;display:block;position:absolute;color:white;border:2px solid white;border-radius:14px;box-shadow:0 0 3px #444;box-sizing:content-box;text-align:center;font-family:'Courier New', Courier, monospace;line-height:14px;content:'+';background-color:#31b131}table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before{content:'-';background-color:#d33333}table.dataTable.dtr-inline.collapsed>tbody>tr.child td:before{display:none}table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child{padding-left:27px}table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child:before,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child:before{top:5px;left:4px;height:14px;width:14px;border-radius:14px;line-height:14px;text-indent:3px}table.dataTable.dtr-column>tbody>tr>td.control,table.dataTable.dtr-column>tbody>tr>th.control{position:relative;cursor:pointer}table.dataTable.dtr-column>tbody>tr>td.control:before,table.dataTable.dtr-column>tbody>tr>th.control:before{top:50%;left:50%;height:16px;width:16px;margin-top:-10px;margin-left:-10px;display:block;position:absolute;color:white;border:2px solid white;border-radius:14px;box-shadow:0 0 3px #444;box-sizing:content-box;text-align:center;font-family:'Courier New', Courier, monospace;line-height:14px;content:'+';background-color:#31b131}table.dataTable.dtr-column>tbody>tr.parent td.control:before,table.dataTable.dtr-column>tbody>tr.parent th.control:before{content:'-';background-color:#d33333}table.dataTable>tbody>tr.child{padding:0.5em 1em}table.dataTable>tbody>tr.child:hover{background:transparent !important}table.dataTable>tbody>tr.child ul.dtr-details{display:inline-block;list-style-type:none;margin:0;padding:0}table.dataTable>tbody>tr.child ul.dtr-details li{border-bottom:1px solid #efefef;padding:0.5em 0}table.dataTable>tbody>tr.child ul.dtr-details li:first-child{padding-top:0}table.dataTable>tbody>tr.child ul.dtr-details li:last-child{border-bottom:none}table.dataTable>tbody>tr.child span.dtr-title{display:inline-block;min-width:75px;font-weight:bold}div.dtr-modal{position:fixed;box-sizing:border-box;top:0;left:0;height:100%;width:100%;z-index:100;padding:10em 1em}div.dtr-modal div.dtr-modal-display{position:absolute;top:0;left:0;bottom:0;right:0;width:50%;height:50%;overflow:auto;margin:auto;z-index:102;overflow:auto;background-color:#f5f5f7;border:1px solid black;border-radius:0.5em;box-shadow:0 12px 30px rgba(0,0,0,0.6)}div.dtr-modal div.dtr-modal-content{position:relative;padding:1em}div.dtr-modal div.dtr-modal-close{position:absolute;top:6px;right:6px;width:22px;height:22px;border:1px solid #eaeaea;background-color:#f9f9f9;text-align:center;border-radius:3px;cursor:pointer;z-index:12}div.dtr-modal div.dtr-modal-close:hover{background-color:#eaeaea}div.dtr-modal div.dtr-modal-background{position:fixed;top:0;left:0;right:0;bottom:0;z-index:101;background:rgba(0,0,0,0.6)}@media screen and (max-width: 767px){div.dtr-modal div.dtr-modal-display{width:95%}}
/* Pannellum 2.5.6, https://github.com/mpetroff/pannellum */
.pnlm-container{margin:0;padding:0;overflow:hidden;position:relative;cursor:default;width:100%;height:100%;font-family:Helvetica,"Nimbus Sans L","Liberation Sans",Arial,sans-serif;background:#f4f4f4 url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2267%22%20height%3D%22100%22%20viewBox%3D%220%200%2067%20100%22%3E%0A%3Cpath%20stroke%3D%22%23ccc%22%20fill%3D%22none%22%20d%3D%22M33.5%2C50%2C0%2C63%2C33.5%2C75%2C67%2C63%2C33.5%2C50m-33.5-50%2C67%2C25m-0.5%2C0%2C0%2C75m-66.5-75%2C67-25m-33.5%2C75%2C0%2C25m0-100%2C0%2C50%22%2F%3E%0A%3C%2Fsvg%3E%0A') repeat;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;-ms-user-select:none;user-select:none;outline:0;line-height:1.4;contain:content}.pnlm-container *{box-sizing:content-box}.pnlm-ui{position:absolute;width:100%;height:100%;z-index:1}.pnlm-grab{cursor:grab;cursor:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2226%22%20width%3D%2226%22%3E%0A%3Cpath%20stroke%3D%22%23000%22%20stroke-width%3D%221px%22%20fill%3D%22%23fff%22%20d%3D%22m15.3%2020.5s6.38-6.73%204.64-8.24-3.47%201.01-3.47%201.01%203.61-5.72%201.41-6.49c-2.2-0.769-3.33%204.36-3.33%204.36s0.873-5.76-1.06-5.76-1.58%205.39-1.58%205.39-0.574-4.59-2.18-4.12c-1.61%200.468-0.572%205.51-0.572%205.51s-1.58-4.89-2.93-3.79c-1.35%201.11%200.258%205.25%200.572%206.62%200.836%202.43%202.03%202.94%202.17%205.55%22%2F%3E%0A%3C%2Fsvg%3E%0A') 12 8,default}.pnlm-grabbing{cursor:grabbing;cursor:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2226%22%20width%3D%2226%22%3E%0A%3Cpath%20stroke%3D%22%23000%22%20stroke-width%3D%221px%22%20fill%3D%22%23fff%22%20d%3D%22m15.3%2020.5s5.07-5.29%203.77-6.74c-1.31-1.45-2.53%200.14-2.53%200.14s2.74-3.29%200.535-4.06c-2.2-0.769-2.52%201.3-2.52%201.3s0.81-2.13-1.12-2.13-1.52%201.77-1.52%201.77-0.261-1.59-1.87-1.12c-1.61%200.468-0.874%202.17-0.874%202.17s-0.651-1.55-2-0.445c-1.35%201.11-0.68%202.25-0.365%203.62%200.836%202.43%202.03%202.94%202.17%205.55%22%2F%3E%0A%3C%2Fsvg%3E%0A') 12 8,default}.pnlm-sprite{background-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%22208%22%3E%0A%3Ccircle%20fill-opacity%3D%22.78%22%20cy%3D%22117%22%20cx%3D%2213%22%20r%3D%2211%22%20fill%3D%22%23fff%22%2F%3E%0A%3Ccircle%20fill-opacity%3D%22.78%22%20cy%3D%22143%22%20cx%3D%2213%22%20r%3D%2211%22%20fill%3D%22%23fff%22%2F%3E%0A%3Ccircle%20cy%3D%22169%22%20cx%3D%2213%22%20r%3D%227%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%2F%3E%0A%3Ccircle%20cy%3D%22195%22%20cx%3D%2213%22%20r%3D%227%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%2F%3E%0A%3Ccircle%20cx%3D%2213%22%20cy%3D%22195%22%20r%3D%222.5%22%2F%3E%0A%3Cpath%20d%3D%22m5%2083v6h2v-4h4v-2zm10%200v2h4v4h2v-6zm-5%205v6h6v-6zm-5%205v6h6v-2h-4v-4zm14%200v4h-4v2h6v-6z%22%2F%3E%0A%3Cpath%20d%3D%22m13%20110a7%207%200%200%200%20-7%207%207%207%200%200%200%207%207%207%207%200%200%200%207%20-7%207%207%200%200%200%20-7%20-7zm-1%203h2v2h-2zm0%203h2v5h-2z%22%2F%3E%0A%3Cpath%20d%3D%22m5%2057v6h2v-4h4v-2zm10%200v2h4v4h2v-6zm-10%2010v6h6v-2h-4v-4zm14%200v4h-4v2h6v-6z%22%2F%3E%0A%3Cpath%20d%3D%22m17%2038v2h-8v-2z%22%2F%3E%0A%3Cpath%20d%3D%22m12%209v3h-3v2h3v3h2v-3h3v-2h-3v-3z%22%2F%3E%0A%3Cpath%20d%3D%22m13%20136-6.125%206.125h4.375v7.875h3.5v-7.875h4.375z%22%2F%3E%0A%3Cpath%20d%3D%22m10.428%20173.33v-5.77l5-2.89v5.77zm1-1.73%203-1.73-3.001-1.74z%22%2F%3E%0A%3C%2Fsvg%3E%0A')}.pnlm-container:-moz-full-screen{height:100%!important;width:100%!important;position:static!important}.pnlm-container:-webkit-full-screen{height:100%!important;width:100%!important;position:static!important}.pnlm-container:-ms-fullscreen{height:100%!important;width:100%!important;position:static!important}.pnlm-container:fullscreen{height:100%!important;width:100%!important;position:static!important}.pnlm-render-container{cursor:inherit;position:absolute;height:100%;width:100%}.pnlm-controls{margin-top:4px;background-color:#fff;border:1px solid #999;border-color:rgba(0,0,0,0.4);border-radius:3px;cursor:pointer;z-index:2;-webkit-transform:translateZ(9999px);transform:translateZ(9999px)}.pnlm-control:hover{background-color:#f8f8f8}.pnlm-controls-container{position:absolute;top:0;left:4px;z-index:1}.pnlm-zoom-controls{width:26px;height:52px}.pnlm-zoom-in{width:100%;height:50%;position:absolute;top:0;border-radius:3px 3px 0 0}.pnlm-zoom-out{width:100%;height:50%;position:absolute;bottom:0;background-position:0 -26px;border-top:1px solid #ddd;border-top-color:rgba(0,0,0,0.10);border-radius:0 0 3px 3px}.pnlm-fullscreen-toggle-button,.pnlm-orientation-button,.pnlm-hot-spot-debug-indicator{width:26px;height:26px}.pnlm-hot-spot-debug-indicator{position:absolute;top:50%;left:50%;width:26px;height:26px;margin:-13px 0 0 -13px;background-color:rgba(255,255,255,0.5);border-radius:13px;display:none}.pnlm-orientation-button-inactive{background-position:0 -156px}.pnlm-orientation-button-active{background-position:0 -182px}.pnlm-fullscreen-toggle-button-inactive{background-position:0 -52px}.pnlm-fullscreen-toggle-button-active{background-position:0 -78px}.pnlm-panorama-info{position:absolute;bottom:4px;background-color:rgba(0,0,0,0.7);border-radius:0 3px 3px 0;padding-right:10px;color:#fff;text-align:left;display:none;z-index:2;-webkit-transform:translateZ(9999px);transform:translateZ(9999px)}.pnlm-title-box{position:relative;font-size:20px;display:table;padding-left:5px;margin-bottom:3px}.pnlm-author-box{position:relative;font-size:12px;display:table;padding-left:5px}.pnlm-load-box{position:absolute;top:50%;left:50%;width:200px;height:150px;margin:-75px 0 0 -100px;background-color:rgba(0,0,0,0.7);border-radius:3px;text-align:center;font-size:20px;display:none;color:#fff}.pnlm-load-box p{margin:20px 0}.pnlm-lbox{position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;display:none}.pnlm-loading{animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-name:pnlm-mv;-webkit-animation-name:pnlm-mv;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;animation-timing-function:linear;-webkit-animation-timing-function:linear;height:10px;width:10px;background-color:#fff;position:relative}@keyframes pnlm-mv{from{left:0;top:0}25%{left:10px;top:0}50%{left:10px;top:10px}75%{left:0;top:10px}to{left:0;top:0}}@-webkit-keyframes pnlm-mv{from{left:0;top:0}25%{left:10px;top:0}50%{left:10px;top:10px}75%{left:0;top:10px}to{left:0;top:0}}.pnlm-load-button{position:absolute;top:50%;left:50%;width:200px;height:100px;margin:-50px 0 0 -100px;background-color:rgba(0,0,0,.7);border-radius:3px;text-align:center;font-size:20px;display:table;color:#fff;cursor:pointer}.pnlm-load-button:hover{background-color:rgba(0,0,0,.8)}.pnlm-load-button p{display:table-cell;vertical-align:middle}.pnlm-info-box{font-size:15px;position:absolute;top:50%;left:50%;width:200px;height:150px;margin:-75px 0 0 -100px;background-color:#000;border-radius:3px;display:table;text-align:center;color:#fff;table-layout:fixed}.pnlm-info-box a,.pnlm-author-box a{color:#fff;word-wrap:break-word;overflow-wrap:break-word}.pnlm-info-box p{display:table-cell;vertical-align:middle;padding:0 5px 0 5px}.pnlm-error-msg{display:none}.pnlm-about-msg{font-size:11px;line-height:11px;color:#fff;padding:5px 8px 5px 8px;background:rgba(0,0,0,0.7);border-radius:3px;position:absolute;top:50px;left:50px;display:none;opacity:0;-moz-transition:opacity .3s ease-in-out;-webkit-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;-ms-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;z-index:1}.pnlm-about-msg a:link,.pnlm-about-msg a:visited{color:#fff}.pnlm-about-msg a:hover,.pnlm-about-msg a:active{color:#eee}.pnlm-hotspot-base{position:absolute;visibility:hidden;cursor:default;vertical-align:middle;top:0;z-index:1}.pnlm-hotspot{height:26px;width:26px;border-radius:13px}.pnlm-hotspot:hover{background-color:rgba(255,255,255,0.2)}.pnlm-hotspot.pnlm-info{background-position:0 -104px}.pnlm-hotspot.pnlm-scene{background-position:0 -130px}div.pnlm-tooltip span{visibility:hidden;position:absolute;border-radius:3px;background-color:rgba(0,0,0,0.7);color:#fff;text-align:center;max-width:200px;padding:5px 10px;margin-left:-220px;cursor:default}div.pnlm-tooltip:hover span{visibility:visible}div.pnlm-tooltip:hover span:after{content:'';position:absolute;width:0;height:0;border-width:10px;border-style:solid;border-color:rgba(0,0,0,0.7) transparent transparent transparent;bottom:-20px;left:-10px;margin:0 50%}.pnlm-compass{position:absolute;width:50px;height:50px;right:4px;bottom:4px;border-radius:25px;background-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2250%22%20width%3D%2250%22%3E%0A%3Cpath%20d%3D%22m24.5078%206-3.2578%2018h7.5l-3.25781-18h-0.984376zm-3.2578%2020%203.2578%2018h0.9844l3.2578-18h-7.5zm1.19531%200.9941h5.10938l-2.5547%2014.1075-2.5547-14.1075z%22%2F%3E%0A%3C%2Fsvg%3E%0A');cursor:default;display:none}.pnlm-world{position:absolute;left:50%;top:50%}.pnlm-face{position:absolute;-webkit-transform-origin:0 0;transform-origin:0 0}.pnlm-dragfix,.pnlm-preview-img{position:absolute;height:100%;width:100%}.pnlm-preview-img{background-size:cover;background-position:center}.pnlm-lbar{width:150px;margin:0 auto;border:#fff 1px solid;height:6px}.pnlm-lbar-fill{background:#fff;height:100%;width:0}.pnlm-lmsg{font-size:12px}.pnlm-fade-img{position:absolute;top:0;left:0}.pnlm-pointer{cursor:pointer}