/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}
img::-moz-selection {
    background-color: transparent;
    color: #000;
}

img::selection {
    background-color: transparent;
    color: #000;
}
ol, ul {
    list-style: none;
}
img{
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html,body{
    min-width:360px;
    height:100%;
    width:100%;
    margin:0px;
    -moz-user-select:none;
    -webkit-user-select:none;
    -webkit-touch-callout:none;
    user-select:none;
    -ms-user-select:none;
    -webkit-user-drag: none;
    -webkit-print-color-adjust:exact;
    /* font-family: "Segoe UI Web Light","Segoe UI Light","Segoe UI Web Regular","Segoe UI","Segoe UI Symbol","Helvetica Neue",Arial; */
    font-family: "arial","Helvetica-neue",helvetica,sans-serif;    
    overflow:hidden;
}
body{
    display:inline-block;
}

div#pointer{
    position: absolute;
    top: 0px;
    left: 400px;
    z-index: 2;
    display: none;
    width:75px;
}
div#pointer img{
    width:100%;
}
/*! jQuery Placeholder Plugin - v0.7.0 - 2013-02-18
* http://andrew-jones.com/jquery-placeholder-plugin
* Copyright (c) 2013 Andrew Jones; Licensed MIT */

.placeholder { color: #666; }
.placeholderFocus { color: #000; }
.navbar-collapse.in {overflow-y: unset !important;}

#bannerRight{
    position: fixed;
    right: 0px;
    top: 100px;
    z-index: 1;
    width: 120px;
    background: #e2e3e5;
    box-shadow: 0px 1px 10px -2px #000;
    overflow: auto;
}
#bannerRight > img{
    width: 120px;
    height: auto;
    background:#FFFFFF;
}
#bannerBottom{
    position: fixed;
    right: 120px;
    bottom: 0px;
    z-index: 1;
    height: 65px;
    background: #fff;
    overflow: auto;
    text-align: center;
}
#bannerBottom > img{
    height: 65px;
    float: left;
}


/*Comienza Social Media*/
.mobile-social-share h3 {
    color: inherit;
    float: left;
    font-size: 15px;
    line-height: 20px;
    margin: 25px 25px 0 25px;
}

.share-group {
    float: right;
    right: 15px;
}

.mobile-social-share ul {
    float: right;
    list-style: none outside none;
    margin: 0;
    min-width: 61px;
    padding: 0;
}

.share {
    min-width: 30px;
    height: 26px;
}

.btn-share {
    background-color: #BEBEBE;
    border-color: #CCCCCC;
    color: #333333;
}

#socialShare > a{
    padding: 4px 10px 3px 10px;
    font-size: 12px;
}
#socialShare > a > img{
    width: 13px;
    display: inline-block;
    vertical-align: middle;
}
.menu_social{
    width: auto;
    min-width: inherit;
}
.menu_social li{
    border-bottom: 1px solid #EBEBEB;
}
.menu_social li a img{
    width: 20px;
}
/*Termina Social Media*/
/*Information*/
#informationCotainer_title {
    font-size: 22px;
    font-weight: 200;
    line-height: 1;
    letter-spacing: -1px;
    color: #B6B6B6;
}
.stand_available {
    background: beige;
    font-size: 30px;
    color: #706F6F;
}
.label_available {
    font-size: larger;
    color: #444;
    text-align: center;
}
.close > p {
    font-size: 12px;
    color: #070707;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: 3px;
}

.informationContainer_label{
    position: relative;
    bottom: 0px;
    width: auto;
    text-align: left;
    font-size: 11px;
    margin-right: 5px;
    color: #ADADAD;
    margin-bottom: 5px;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1170px;
    width: 100%;
}
div#information{    
    text-align: center;
    width: auto;
    min-width: 250px;
    max-width: 400px;
    height: auto;
    min-height: 30px;
    z-index: 10;
    position: absolute;
    top: 0px;
    left: 0px;
    box-shadow: 2px 2px 7px -2px #000;
    display: none;
    background: #FFF;
    border-bottom: 1px solid #353535;
    border-right: 1px solid #353535;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    padding: 10px;
}
div#information_part1{
    width: 100%;
    background: #F9F9F9;
    padding-bottom: 2%;
    padding-top: 2%;
}
div.information_stantNumber {
    font-size: 21px;
    font-family: inherit;
    color: #181818;
    font-weight: 100;
}
div#information_part2{
    display: inline;
}
div.cornerLeft{
    position: absolute;
    border-top: 15px solid rgba(0, 0, 0, 0);
    border-bottom: 5px solid rgba(0, 0, 0, 0);
    top: 29px;
    left: -20px;
    filter: alpha(opacity = 95);
    border-right: 20px solid #FFFFFF;
}
.highlight_text{
    color: #F3AA04;
    background-color: #FFFF96;
}
/*Termina Information*/
.modal-open .modal {
    overflow-x: hidden !important;
    overflow-y: auto !important;
}
#mainBody{
    position: absolute;
    width: 100%;
    height: inherit;
}