@font-face {
	font-family:'DIN-Light';
	src: url('../fonts/DIN-Light_latin+latin-ext_gdi.eot');
	src: url('../fonts/DIN-Light_latin+latin-ext_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DIN-Light_latin+latin-ext_gdi.woff') format('woff'),
		url('../fonts/DIN-Light_latin+latin-ext_gdi.ttf') format('truetype'),
		url('../fonts/DIN-Light_latin+latin-ext_gdi.otf') format('opentype'),
		url('../fonts/DIN-Light_latin+latin-ext_gdi.svg#DIN-Light') format('svg');
	font-weight: 5;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2215;
}

@font-face {
	font-family:'DIN-Medium';
	src: url('../fonts/DIN-Medium_latin+latin-ext_gdi.eot');
	src: url('../fonts/DIN-Medium_latin+latin-ext_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DIN-Medium_latin+latin-ext_gdi.woff') format('woff'),
		url('../fonts/DIN-Medium_latin+latin-ext_gdi.ttf') format('truetype'),
		url('../fonts/DIN-Medium_latin+latin-ext_gdi.otf') format('opentype'),
		url('../fonts/DIN-Medium_latin+latin-ext_gdi.svg#DIN-Medium') format('svg');
	font-weight: 5;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2215;
}
@font-face {
    font-family: 'VerdanaRegular';
    src: url('verdana.eot');
    src: url('../fonts/verdana.eot') format('embedded-opentype'),
         url('../fonts/verdana.woff2') format('woff2'),
         url('../fonts/verdana.woff') format('woff'),
         url('../fonts/verdana.ttf') format('truetype'),
         url('../fonts/verdana.svg#VerdanaRegular') format('svg');
}


@font-face {
    font-family: 'verdanabold';
    src: url('../fonts/verdana_bold-webfont.eot');
    src: url('../fonts/verdana_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/verdana_bold-webfont.woff') format('woff'),
         url('../fonts/verdana_bold-webfont.ttf') format('truetype'),
         url('../fonts/verdana_bold-webfont.svg#verdanabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'verdanaregular';
    src: url('../fonts/verdana-webfont.eot');
    src: url('../fonts/verdana-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/verdana-webfont.woff') format('woff'),
         url('../fonts/verdana-webfont.ttf') format('truetype'),
         url('../fonts/verdana-webfont.svg#verdanaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.container {
width:950px;
}

.header_section {
  background-color: #fff;
  background-image: url("../img/header_top_border.jpg");
  background-repeat: repeat-x;
  background-position: top center;
}
.header_bottom_border {
  background-image: url("../img/header_bottom_border.jpg");
  background-position: center top;
  background-repeat: repeat-x;
}
.social_icons {
  padding-top: 20px;
}
.social_icons ul{
margin:0;
padding:0;
list-style:none;
}
.social_icons ul li {
  float: left;
  margin-left: 10px;
}
.social_icons ul li a {
  border: 1px solid #cacbcc;
  border-radius: 5px;
  color: #cacbcc;
  display: block;
  font-size: 20px;
  overflow: hidden;
  padding: 0 5px;
}
.social_icons ul li a:hover{}

.book_icon {
  padding: 0 7px !important;
  background-image: url("../img/book-online.png");
  width:149px;
  height:30px;
  line-height:30px;
  font-size:1.2em !important;
  color:#FFF !important;
  text-decoration:none !important;
}

.book_icon_esp {
  padding: 0 7px !important;
  background-image: url("../img/book-online.png");
  width:149px;
  height:30px;
  line-height:30px;
  font-size:1em !important;
  color:#FFF !important;
  text-decoration:none !important;
}

.recuadro {
	background-color:#9c54a1;
}

.book_icon:hover {
 text-decoration:none;
 color:#FFF;
}

.book_icon a{
	text-decoration:none;
}

.book_icon a:hover{
	text-decoration:none;
}

.recuadro img {
width: 100%;
padding: 25px;
}

.facebook_icon {
  padding: 0px 8px !important;
}
.facebook_icon:hover {
color:#415E9B;
border: 1px solid #415E9B;
}
.twitter_icon {}
.twitter_icon:hover {
color:#55ACEE;
border: 1px solid #55ACEE;
}
.skype_icon {
  padding: 0 7px !important;
}
.skype_icon:hover {
color:#01A4E0;
border: 1px solid #01A4E0;
text-decoration:none !important;
}
.idioma_icon {
  padding: 0 7px !important;
}
.idioma_icon:hover, .idioma_icon:focus {
color:#666;
border: 1px solid #666;
text-decoration: none;
}
.template_logo{
margin-bottom:30px;
}
.nav{}
.main_navigation{}
.main_navigation ul{
margin:0;
padding:0;
list-style:none;
}
.main_navigation ul li {
  background: url("../img/menu_bg.png") no-repeat scroll -3px 3px rgba(0, 0, 0, 0);
  float: left;
  margin: 15px 0 0;
}
.main_navigation ul li:first-child {
	background: none;
}
.main_navigation ul li a {
  color: #9e9e9e;
  display: block;
  font-family: 'DIN-Medium';
  font-size: 17px;
  overflow: hidden;
  padding: 0 20px 10px 17px;
}
.main_navigation ul li a:hover{
text-decoration:none;
color:#2189c0;
background:url('../img/header_border.jpg') no-repeat  scroll center bottom;
}

.main_navigation ul li:last-child a{

padding-right:0px;

}
.master_slider_section {
  padding-top: 14px;
}
.slider_section{}
.slider{ position:relative; z-index:33;}
.slider > img {
  width: 100%;
}
.master_content_body_section{}
.white_content_body_section {
  background-color: #fff;
  margin-top: 25px;
}
.custom_width {
  padding-left: 30px;
  padding-right: 30px;
  width: 920px;
}
.extra_margin {}
.extra_paddin {}
.content_body_section{}
.service_padding {
  padding: 45px 0;
}
.services_slider_control_content {
border-right: 1px solid #ddd;
padding-right: 30px;
padding: 12px 7px 55px 0px;
display: block;
}
.services_slider_control_content > h5 {
  color: #7a7a7a;
  font-size: 20px;
  line-height: 25px;
  text-align: right;
  text-transform: uppercase;
  font-family: 'DIN-Light';
}
.services_slider_control_content span {
  color: #000;
  font-family: 'verdanabold';
  font-size: 16px;
  font-weight: bold;
}
.services_slider_control_content > p {
  color: #777;
  font-size: 13px;
  text-align: right;
  font-family: 'verdanaRegular';
}
.single_services_section_slide {
  text-align: center;
  margin-top: 10px;

}
.single_services_section_slide > img {
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.single_services_section_slide > h5 {
  background: url("../img/single_service_head_bg.jpg") no-repeat scroll center bottom rgba(0, 0, 0, 0);
  color: #383838;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 0 15px;
  font-family: 'Arial';
}
.single_services_section_slide > p {
  color: #777;
  font-size: 14px;
  font-family: 'VerdanaRegular';
}
.apartments_section {
  background-color: #2270ab;
  margin: 0;
  padding: 20px 10px;
  background-image: url(../img/apartment_tab_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment:fixed;
}
.apartment_tab_control_content {
  border-right: 2px solid #5492c3;
  box-shadow: 1px 0 0 #165c93;
  padding-right: 20px;
  text-align: right;
}
.apartment_tab_control_content > h5 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'DIN-Light';
}
.apartment_tab_control_content span {

font-family: 'DIN-Medium', verdanabold;

}
.apartment_tab_control_content > p {
 color: #fff;
font-family: 'VerdanaRegular';
font-size: 11px;
line-height: 17px;
}
.single_apartment_tab_nav_section_slide{}
.single_apartment_tab_nav_section_slide > img {
  width: 100%;
}
.single_apartment_tab_nav_section_slide > h5 {
color: #fff;
font-family: 'Arial';
font-size: 12px;
text-align: center;
text-transform: uppercase;
}
.single_apartment_tab_nav_section_slide > p {
color: #fff;
font-family: 'VerdanaRegular';
font-size: 11px;
margin: 0;
padding: 0;
text-align: center;
}
.apartment_tab_content_section {
  padding: 30px 0;
}
.apartment_tab_main_content_left_align_image{}
.apartment_tab_main_content_left_align_image > img {
  width: 100%;
}

.apartment_tab_main_content_right_align_content_section{
font-family: 'VerdanaRegular';
}
.apartment_tab_main_content_right_align_content_heading{font-size: 12px;}
.single_apartment_tab_main_content_right_align_content_list {
  display: block;
  overflow: hidden;
  padding: 0;
}
.single_apartment_tab_main_content_right_align_content_list > img {
	padding-top:11px;
  float: left;
  padding-right: 25px;
}
.single_apartment_tab_main_content_right_align_content_list > p {
  border-bottom: 1px solid #ddd;
margin-left: 85px;
padding: 16px;
font-size: 12px;
}
.master_apartment_section {
  background-color: #9b559d;
  background-image: url("../img/services_bg.jpg");
  background-position: center center;
  background-size: cover;
  margin: 0;
  background-attachment:fixed;
}
.master_apartment_grid_heading {
  color: #fff;
  padding: 35px 65px;
}
.master_apartment_grid_heading > h5 {
  font-size: 20px;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'DIN-Light';
}
.master_apartment_grid_heading p{
	font-family: VerdanaRegular;
}
.master_apartment_grid_heading span {
  font-weight: bold;
  font-family: 'verdanabold';
}
.apartment_grid_section {
  padding: 25px 0;
}
.single_apartment_grid_body {
  border: 2px solid #dedede;
  margin-bottom: 15px;
  min-height: 250px !important;
}
.single_apartment_grid_body > img {
  width: 100%;
}
.single_apartment_grid_body > h5 {
 font-size: 16px; 
  font-weight: bold;
  margin-top: 15px;
  text-align: center;
  margin-bottom: 5px;
  font-family: 'Arial';
}
.single_apartment_grid_body > p {
  color: #777;
  text-align: center;
  font-family: 'VerdanaRegular';
  font-size: 12px;
}
.google_api_map {
  display: block;
  height: 465px;
  overflow: hidden;
}
#map-canvas
{
	width : 100%x; 	/* map width */
	height: 465px;	/* map height */
}
.no-padding {
padding:0 !important;
}
.google_api_map > img {
  width: 100%;
}
.google_api_map_content_section {
  background-color: #66b8a9;
  margin: 0;
  background-image: url(../img/liberted_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment:fixed;
}
.google_api_map_content {
  padding: 24px 50px;
}
.google_api_map_content > h5 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 15px;
  text-align: center;
  font-family: 'DIN-Light';
}
.google_api_map_content span {
  font-weight: normal;
  font-family: 'verdanaregular';
}
.google_api_map_content > p {
  color: #fff;
  font-family: 'VerdanaRegular';
}
.reservation_info_seection {
  margin: 70px 0 0;
}
.reservation_information {
  background-color: #f4f4f4;
  padding: 30px 0;
}
.reservation_content {
  text-align: right;
}
.reservation_content.col-lg-7 > h5 {
  font-size: 20px;
  line-height: 25px;
  margin-top: 0;
  font-family: 'DIN-Light';
}
..reservation_content p{
	font-family: VerdanaRegular;
}
.reservation_content.col-lg-7 span {
  font-weight: bold;
  font-family: 'verdanabold';
}
.reservation_image{}
.resv_contact_info {
  text-align: center;
  padding-top: 15px;
}
.resv_contact_info > h5 {
  background: url("../img/single_service_head_bg.jpg") no-repeat scroll center bottom rgba(0, 0, 0, 0);
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 15px;
  font-family: 'Arial';
}
.resv_contact_info > p {
  font-size: 14px;
  margin: 0 0 5px;
  font-family: 'VerdanaRegular';
}
.reservation_slider_section {
  padding-bottom: 45px;
}
.reservation_info_slider{}
.reservation_info_slider > img {
  width: 100%;
}
.copyright_content{}
.col-lg-5{}
.footer_section {
  background-color: #f6f6f6;
}
.footer_logo {
  float: right;
  margin-right: 15px;
  margin-top:5px;
}
.copyright_content > p {
  color: #666766;
  font-family: 'VerdanaRegular';
  font-size: 13px!important;
}
.copyright_content {
  padding: 20px 0;
}
.active .single_apartment_tab_nav_section_slide img {
  border: 5px solid #954798;
}

.arrow_box { 
position: relative; 
} 
.arrow_box:after, .arrow_box:before { 
top: 100%; 
left: 50%; 
border: solid transparent; 
content: " "; 
height: 0; 
width: 0; 
position: absolute; 
pointer-events: none; 
} 
.arrow_box:after { 
border-color: rgba(136, 183, 213, 0); 
border-top-color: #9b559d; 
border-width: 16px; 
margin-left: -16px; 
} 
.arrow_box:before { 
border-color: rgba(194, 225, 245, 0); 
border-top-color: #9b559d; 
border-width: 22px; 
margin-left: -22px; 
}

.arrow_box_map { 
position: relative; 

} 
.arrow_box_map:after, .arrow_box:before { 
bottom: 100%; 
left: 50%; 
border: solid transparent; 
content: " "; 
height: 0; 
width: 0; 
position: absolute; 
pointer-events: none; 
} 
.arrow_box_map:after { 
border-color: rgba(136, 183, 213, 0); 
border-bottom-color: #66b8a9; 
border-width: 18px; 
margin-left: -18px; 
} 
.arrow_box_map:before { 
border-color: rgba(194, 225, 245, 0); 
border-bottom-color: #66b8a9; 
border-width: 24px; 
margin-left: -24px; 
}
.apartment_tab {
list-style:none;
}


.active .arrow_tab_box { 
position: relative; 
} 
.active  .arrow_tab_box:after, .arrow_box:before { 
top: 110%; 
left: 50%; 
border: solid transparent; 
content: " "; 
height: 0; 
width: 0; 
position: absolute; 
pointer-events: none; 
} 
.active  .arrow_tab_box:after { 
border-color: rgba(136, 183, 213, 0); 
border-top-color: #2270ab; 
border-width: 15px; 
margin-left: -15px; 
} 
.active  .arrow_tab_box:before { 
border-color: rgba(194, 225, 245, 0); 
border-top-color: #2270ab; 
border-width: 21px; 
margin-left: -21px; 
}
.slick_prev {
  background: url("../img/slick_nav.png") no-repeat scroll left top transparent;
  height: 61px;
  left: 0;
  bottom:0;
  margin-left: -115px;
  opacity: 0.7;
  overflow: hidden;
  position: absolute;
  text-decoration: none;
  text-indent: -9999px;
  top: 214px;  
  width: 32px;
  z-index: 3;
}
.slick_next {
  background: url("../img/slick_nav.png") no-repeat scroll left top transparent;
  bottom: 0;
  height: 61px;
  left: 0;
  margin-left: -76px;
  opacity: 0.7;
  overflow: hidden;
  position: absolute;
  text-decoration: none;
  text-indent: -9999px;
  width: 32px;
  z-index: 3;
  background-position: right center;
  top: 201px;
}


#responsive_map {height: 100%; width: 100%;}
#responsive_map div {-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}
.gm-style-iw {max-width: none !important; min-width: none !important; max-height: none !important; min-height: none !important; overflow-y: hidden !important; overflow-x: hidden !important; line-height: normal !important; padding: 5px !important; }


/*Parallax Section */
.parallax_big {
  background: url("../img/parallax/parallax0.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 1853px;
  left: 0;
  margin-top: -200px;
  position: fixed;
  top: 100%;
  width: 1832px;
  z-index: -1;
}
.parallax_2 {
  background: url("../img/parallax/parallax11.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 401px;
  right: 0;
  margin-top: -200px;
  position: fixed;
  top: 100%;
  width: 438px;
  z-index: -1;
}
.parallax_3 {
  background: url("../img/parallax/parallax5.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 2018px;
  margin-right: 226px;
  margin-top: 1180px;
  position: fixed;
  right: 0;
  top: 100%;
  width: 1372px;
  z-index: -1;
}
.parallax_4 {
  background: url("../img/parallax/parallax10_1.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 810px;
  margin-right: 0px;
  margin-top: 2860px;
  position: fixed;
  right: 0;
  width: 634px;
  z-index: -1;
}
.parallax_5 {
  background: url("../img/parallax/parallax7.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 1043px;
  margin-right: 0px;
  margin-top: 4200px;
  position: fixed;
  left: 0;
  width: 822px;
  z-index: -2;
}
.parallax_6 {
  background: url("../img/parallax/parallax11.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 401px;
  margin-right: 0px;
  margin-top: 4440px;
  position: fixed;
  left: -30px;
  width: 438px;
  z-index: -3;
}
.parallax_7 {
  background: url("../img/parallax/parallax14.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 738px;
  margin-right: 0px;
  margin-top: 2950px;
  position: fixed;
  right: 0px;
  width: 758px;
  z-index: -1;
}

.para {
background: url("../img/parallax/master_parallax.jpg") repeat fixed 0 0 / cover rgba(0, 0, 0, 0);
height: auto;
margin-right: 0;
padding-top: 10%!important;
right: 0;
top: 0;
width: 100%;
z-index: -1;
margin-top: -10%;
}








body{
	
	
	
}

.header_bottom {
    background-color: #fff;
  
    width: 100%;
    z-index: 99999999;
}
.is-sticky .header_bottom{    z-index: 99999999;    background-color: #fff; padding-top:10px;  opacity:0.9;}
.is-sticky .header_bottom .main_navigation ul li a{color:#333;}
.is-sticky .header_bottom .template_logo {
  margin-bottom: 16px;
}

.slider_logo {
position: absolute;
top: 12px;
right: 18px;
z-index:99;
}
.reservation_info_slider .next:hover{
opacity:1;
}

.reservation_info_slider .prev:hover{
opacity:1;
}

a, a:visited, a:focus, a:active, a:hover {
    outline: 0 none !important;
}


.apartment_tab  .col-lg-3 ,  .apartment_tab  .col-md-3 , .apartment_tab  .col-sm-3{padding-left:10px; padding-right:10px;}

.location p{
font-size:13px !important; font-family:Verdana, Geneva, sans-serif; color:#FFF;}

/*Menu Idiomas*/
nav .caret {
border-top-color: #ef7d00;
border-bottom-color: #ef7d00;
display: none;
}
.caret {
margin-top: -3px !important;
}
.dropdown-menu li {
padding: 0 !important;
margin: 0px !important;
}

.social_icons ul li a span { font-size:13px; position:relative; top:-3px;}
.social_icons ul li a span:hover { text-decoration:none !important; }
ul.dropdown-menu {
position: absolute;
left: 88.3%;
width: 80px !important;
border: #B5B5B5 1px solid;
min-width: 121px;
margin-top:15px;
}
li.submenuidioma a {
border: none !important;
color: #5C5C5C !important;
font-size: 13px !important;
padding: 4px 12px !important;
text-align: center;
}
li.submenuidioma {
	float:none !important;
	border-bottom:1px solid #ccc;
}
.dropdown-menu::after {content: ""; width: 0; height: 0; border-left: 7px solid transparent;border-right: 7px solid transparent;	border-bottom: 8px solid #B5B5B5; position:absolute; top:-8px; left:55px;}


.textoprincipal {color:#777; font-size:13px ; font-family: 'verdanaRegular', Helvetica, Arial, sans-serif; padding:20px 0px !important;}


/*SKYPE*/

.liskype {  border: 1px solid #cacbcc;  border-radius: 5px;  color: #cacbcc;  display: block;  font-size: 20px;  overflow: hidden;  padding: 0 6px; float:left;}
  
#dropdown_SkypeButton_Call_violetaruiz_1 { background-color:#FFF; z-index:400;display: none;
  position: absolute;
  margin-top: 45px !important;
  margin-left: -65px !important;
  width: 100px !important;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid rgb(0, 175, 240) !important;
  color: rgb(0, 175, 240);
  border-radius:4px !important ;
  list-style: none;
  background-color: white;
  font-size: 13px !important;
 font-weight: normal;
  line-height: 1.42857143 !important;
  text-align:center !important;
  }
#dropdown_SkypeButton_Call_violetaruiz_1 li { 
  text-align:center !important;
}
#dropdown_SkypeButton_Call_violetaruiz_1 li a{ 
  font-size: 13px !important;
  font-weight: normal;
  line-height: 1.42857143 !important;
  padding: 4px 2px !important;
  }
#dropdown_SkypeButton_Call_violetaruiz_1 li a:hover{ 
	text-decoration: none !important;
  }
 #dropdown_SkypeButton_Call_violetaruiz_1::after { 
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid rgb(0, 175, 240);
  position: absolute;
  top: -8px;
  left: 42px;
 }

#SkypeButton_Call_violetaruiz_1_paraElement img {display: none !important;}
#SkypeButton_Call_violetaruiz_1 { float:left !important; }
#SkypeButton_Call_violetaruiz_1_paraElement ul li a{ border:none !important;}

/*FIN SKYPE*/