/*-------FONT-------*/

@font-face {
  font-family: 'arrows';
  src: url("../font/arrows.eot");
  src: url("../font/arrows.eot?#iefix") format('embedded-opentype'), url("../font/arrows.woff") format('woff'), url("../font/arrows.ttf") format('truetype'), url("../font/arrows.svg#arrows") format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'arrows';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  opacity: 0.8;
/* fix buttons height, for twitter bootstrap */
  line-height: 1em;
/* Animation center compensation - magrins should be symmetric */
/* remove if not needed */
  margin-left: 0.2em;
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-cancel:before { content: '\2715'; } /* '✕' */
.icon-down-open:before { content: '\e75c'; } /* '' */
.icon-up-open:before { content: '\e75f'; } /* '' */

/*-------STANDARD STUFF-------*/

html { height: 100%;}
body { margin:0; padding:0; font-family: Tahoma, Arial, sans-serif; color: #555; height: 100%;}
a, a:active, a:visited { text-decoration: none; color: #555; cursor: pointer;}
a:hover { text-decoration: underline; cursor: pointer;}
p {margin: 0 0 0 0; padding: 5px 0 0 0;}
h2 { font-size: 1.1em; font-weight: normal;}

.yabangee-red,
a.yabangee-red,
a:hover.yabangee-red,
a:visited.yabangee-red,
a:active.yabangee-red{
    color: #c4211a;
}

/*-------RESPONSIVE-------*/

/* default is to minimize size of elements to support smaller windows */
#logo{
    width: 152px;
    height: 52px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #c4211a;
    background-image: url(/wp-content/themes/boulevard/images/places-logo.png);
    background-size: 100%;
    overflow: hidden;
    z-index: 91;
    cursor: pointer;
}

#leftside{
    font-size: 0.7em;
    width: 200px;
}

#map{
    left: 202px;
}

#main-header{
    height: 52px;
}

/* end default - the above is replicated in two media queries below*/

@media only screen and (min-width: 1025px) and (max-width: 1439px){
    #logo{
        width:202px;
        height:69px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        position: absolute;
        right: 7px;
        top: 7px;
        background-color: #c4211a;
        background-image: url(/wp-content/themes/boulevard/images/places-logo.png);
        background-size: 100%;
        overflow: hidden;
        z-index: 91;
        cursor: pointer;
    }
    #leftside{
        font-size: 0.9em;
        width: 260px;
    }
    #map{
        left: 262px;
    }
    #main-header{
        height: 69px;
    }

}

@media only screen and (min-width: 1440px){
    #logo{
        width:303px;
        height:106px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
        position: absolute;
        right: 10px;
        top: 10px;
        background-color: #c4211a;
        background-image: url(/wp-content/themes/boulevard/images/places-logo.png);
        background-size: 100%;
        overflow: hidden;
        z-index: 91;
        cursor: pointer;
    }
    #leftside{
        font-size: 1em;
        width: 290px;
    }
    #map{
        left: 292px;
    }
    #main-header{
        height: 106px;
    }
}


/*-------MAP-------*/

#map { 
    position:absolute; 
    top:0; 
    bottom:0;  
    right: 0; 
    z-index: 90;
}

.marker-image {
    margin-left:-16px;
    margin-top:-37px;
    pointer-events:all;
    position:absolute;
    cursor: pointer;
}

.marker-popup:before {
    border-top-color:#c4211a !important;
}

.marker-popup{
    padding: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
    z-index: 9999;
    border: 2px solid #c4211a;
}

.marker-popup ul{
    list-style: none;
    -webkit-padding-start: 20px;
}

.marker-popup li{
    margin: 5px;
}

.marker-popup h2{
    margin: 0;
    padding: 10px;
    color: #555;
    text-align: center;
}
.marker-popup .place{
    border-bottom: 2px solid #c4211a;
}

.marker-popup .yabangee-red{
    font-size: 0.8em;
}

/*-------LOADING-------*/

.loading{
        position: relative;
        margin: 0 auto;
        top: 200px;
        width: 200px;
        height: 100px;
        display: none;
}

#summary-loading{
    margin: auto;
    padding: 2px;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 10px;
    z-index: 150;
    width: 32px;
    height: 32px;
    position: relative;
    top: 100px;
    background: #fff;
    display: none;
}

#categories-loading{
    text-align: center;
    margin: 5px auto;
}

.places-box{
        border: 1px solid #888;
        -webkit-box-shadow: 0px 0px 10px 5px #888;
        box-shadow: 0px 0px 10px 5px #888;
        z-index: 100;
        padding: 10px;
        -webkit-border-radius: 10px 12px 10px 10px;
        border-radius: 10px 12px 10px 10px;
        text-align: center;
        background-color: #fff;
}

/*-------SUMMARY POPUP-------*/

.summary{
        position: absolute;
        bottom: 20px;
        width: 350px;
        text-align: left;
        z-index: 150;
}

.summary ul{
    list-style: none;
}

.summary h2{
    border-bottom: 1px solid #c4211a;
    -webkit-margin-after: 0.2em;
    -webkit-margin-before: 0.2em;
    max-width: 300px;
}
.summary p{
    font-size: 0.8em;
    line-height: 1.2em;
}
.summary img{
    float: left;
    margin: 5px 5px 0 0;
}

#summary-box h2{
    padding-bottom: 5px;
}

a.close-summary{
    color: #fff;
}

#close-summary{
    -webkit-border-radius: 0px 10px 0px 0px;
    border-radius: 0px 10px 0px 0px;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #c4211a;
    padding: 2px 2px;
    font-size: 1.2em;
}

/*-------SIDEBAR-------*/

#main-header{
    background-color: #c4211a;
    background: url(/wp-content/themes/boulevard/images/header-logo.png);
    background-position: center;
    background-repeat: none;
    background-size: 100%;
    cursor: pointer;
}

#leftside{
    height: 100%;
    padding: 0;
    overflow-y: scroll;
}
#leftside p{
	padding: 1px 3px;
}
#leftside p#categories-comment{
    font-size: 0.8em;
    padding-top: 0;
    margin-bottom: 25px;
}

#leftside img{
    margin-right: 3px;
}


.place-type{
	border-bottom: 1px solid #555;
	cursor: pointer;
}
.place-type:first-child{
    border-top: 1px solid #555;
}


.place-name{
        position: absolute;
        right: 10px;
        bottom: 10px;
        width: 250px;
        height: 30px;
}
.activePlaceType{
	background-color: #bfcfe2;
}

#bar h2{
    margin-left: 5px;
    margin-top: 8px;
    margin-bottom: 8px;
}
#bar ul{
	display: none;
	list-style: none;
	font-size: 0.8em;
    margin-left: 10px;
    -webkit-padding-start: 0px;
}

#bar ul li{
    margin-top: 6px;
    margin-bottom: 6px;
}


.collapse{
    font-size: 1.8em;
    float: right;
}

#select-deselect{
    margin-top: -25px;
    margin-right: 5px;
    font-size: 1em;
    float: right;
}

/* facebook like button */

/* make the like button smaller */
iframe.fb-like
{
    z-index: 1;
    position: absolute;
    left: 72px;
    top: 10px;
    overflow: visible;
}
